Zoom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zoom 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/350204.svg" alt="Zoom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350204.svg" alt="Zoom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350204.svg" alt="Zoom icon" :width="24" :height="24" />
CSS background
.icon-zoom {
background-image: url('https://proicons.com/icon/350204.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linejoin:round;}</style></defs><path class="a" d="M34.86,18.63V29.16l8.64,7.16V11.68Z"/><path class="a" d="M6.42,12.31h21.7c3.16,0,6.53,2.53,6.53,5.9V33.37a2.11,2.11,0,0,1-2.1,2.11H10.22c-3.59,0-5.69-3.37-5.69-6.53V14.41A1.83,1.83,0,0,1,6.42,12.31Z"/></svg>
Copied!