Zoom Pan Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Zoom Pan icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319392.svg" alt="Zoom Pan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319392.svg" alt="Zoom Pan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319392.svg" alt="Zoom Pan icon" :width="24" :height="24" />
CSS background
.icon-zoom-pan {
background-image: url('https://proicons.com/icon/319392.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>zoom-pan</title><polygon points="27.01 12 25.6 13.41 28.18 16 25.59 18.59 27.01 20 31.01 16 27.01 12"/><polygon points="6.41 13.42 5 12 1 16 5 20 6.42 18.59 3.83 16 6.41 13.42"/><polygon points="16 28.17 13.41 25.58 12 27 16 31 20 27 18.59 25.59 16 28.17"/><polygon points="16 3.83 18.58 6.41 20 5 16 1 12 5 13.41 6.42 16 3.83"/><path d="M22,16a6,6,0,1,0-2.53,4.89l3.82,3.82,1.42-1.42-3.82-3.82A6,6,0,0,0,22,16Zm-6,4a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Zoom Pan in other icon packs
Copied!