Zoom Out Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Zoom Out 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/310399.svg" alt="Zoom Out icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310399.svg" alt="Zoom Out icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310399.svg" alt="Zoom Out icon" :width="24" :height="24" />
CSS background
.icon-zoom-out {
background-image: url('https://proicons.com/icon/310399.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.7852 20.3499L16.5652 15.1299C17.8409 13.4836 18.4405 11.4127 18.2419 9.3395C18.0433 7.26629 17.0614 5.34691 15.4964 3.97274C13.9314 2.59857 11.9011 1.87311 9.81959 1.9443C7.7381 2.01549 5.76217 2.87797 4.29468 4.35586C2.8272 5.83375 1.97873 7.81579 1.92225 9.89773C1.86577 11.9797 2.60553 14.0047 3.99073 15.56C5.37592 17.1153 7.30221 18.0837 9.37678 18.2676C11.4513 18.4515 13.5179 17.8372 15.1552 16.55L20.3752 21.7699C20.4684 21.8625 20.579 21.9358 20.7006 21.9857C20.8221 22.0355 20.9523 22.0609 21.0837 22.0604C21.2151 22.06 21.3451 22.0336 21.4663 21.9829C21.5875 21.9322 21.6976 21.8582 21.7902 21.7649C21.8827 21.6717 21.9561 21.5611 22.0059 21.4395C22.0558 21.318 22.0812 21.1878 22.0808 21.0564C22.0803 20.925 22.054 20.7949 22.0032 20.6737C21.9525 20.5525 21.8784 20.4425 21.7852 20.3499ZM6.0752 11.0599C5.80998 11.0599 5.55558 10.9546 5.36805 10.7671C5.18051 10.5795 5.0752 10.3251 5.0752 10.0599C5.0752 9.79468 5.18051 9.54034 5.36805 9.35281C5.55558 9.16527 5.80998 9.0599 6.0752 9.0599H14.0752C14.3404 9.0599 14.5948 9.16527 14.7823 9.35281C14.9698 9.54034 15.0752 9.79468 15.0752 10.0599C15.0752 10.3251 14.9698 10.5795 14.7823 10.7671C14.5948 10.9546 14.3404 11.0599 14.0752 11.0599H6.0752Z" fill="black"/> </svg>
Zoom Out in other icon packs
Copied!