Zoom In Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Zoom In 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/310398.svg" alt="Zoom In icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310398.svg" alt="Zoom In icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310398.svg" alt="Zoom In icon" :width="24" :height="24" />
CSS background
.icon-zoom-in {
background-image: url('https://proicons.com/icon/310398.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21.8572 20.4372L16.6271 15.2172C17.9264 13.5586 18.5438 11.4667 18.3531 9.36846C18.1624 7.27023 17.178 5.32392 15.601 3.92681C14.024 2.52971 11.9731 1.78718 9.86718 1.85082C7.76126 1.91447 5.75901 2.77949 4.26922 4.26928C2.77943 5.75907 1.91447 7.76132 1.85082 9.86724C1.78718 11.9732 2.52965 14.024 3.92675 15.601C5.32386 17.178 7.27023 18.1624 9.36846 18.3531C11.4667 18.5438 13.5586 17.9265 15.2172 16.6272L20.4371 21.8572C20.5301 21.9509 20.6407 22.0253 20.7626 22.076C20.8844 22.1268 21.0151 22.1529 21.1472 22.1529C21.2792 22.1529 21.4099 22.1268 21.5317 22.076C21.6536 22.0253 21.7642 21.9509 21.8572 21.8572C21.9509 21.7642 22.0253 21.6536 22.076 21.5317C22.1268 21.4099 22.1529 21.2792 22.1529 21.1472C22.1529 21.0151 22.1268 20.8844 22.076 20.7626C22.0253 20.6407 21.9509 20.5302 21.8572 20.4372ZM14.1371 11.1471H11.1371V14.1471C11.1371 14.4124 11.0318 14.6668 10.8442 14.8543C10.6567 15.0418 10.4024 15.1471 10.1371 15.1471C9.87192 15.1471 9.61758 15.0418 9.43005 14.8543C9.24251 14.6668 9.13714 14.4124 9.13714 14.1471V11.1471H6.13714C5.87192 11.1471 5.61758 11.0418 5.43005 10.8543C5.24251 10.6668 5.13714 10.4124 5.13714 10.1471C5.13714 9.88193 5.24251 9.62759 5.43005 9.44006C5.61758 9.25252 5.87192 9.14715 6.13714 9.14715H9.13714V6.14715C9.13714 5.88193 9.24251 5.62759 9.43005 5.44006C9.61758 5.25252 9.87192 5.14715 10.1371 5.14715C10.4024 5.14715 10.6567 5.25252 10.8442 5.44006C11.0318 5.62759 11.1371 5.88193 11.1371 6.14715V9.14715H14.1371C14.4024 9.14715 14.6567 9.25252 14.8442 9.44006C15.0318 9.62759 15.1371 9.88193 15.1371 10.1471C15.1371 10.4124 15.0318 10.6668 14.8442 10.8543C14.6567 11.0418 14.4024 11.1471 14.1371 11.1471Z" fill="black"/> </svg>
Zoom In in other icon packs
Copied!