Zoom Out Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Zoom Out Svg 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/308895.svg" alt="Zoom Out Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308895.svg" alt="Zoom Out Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308895.svg" alt="Zoom Out Svg icon" :width="24" :height="24" />
CSS background
.icon-zoom-out---svg {
background-image: url('https://proicons.com/icon/308895.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 fill-rule="evenodd" clip-rule="evenodd" d="M2 11C2 6.02944 6.02944 2 11 2C15.9706 2 20 6.02944 20 11C20 13.1246 19.2628 15.0784 18.0319 16.6176L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L16.6176 18.0319C15.0784 19.2628 13.1246 20 11 20C6.02944 20 2 15.9706 2 11ZM8 10C7.44772 10 7 10.4477 7 11C7 11.5523 7.44772 12 8 12H14C14.5523 12 15 11.5523 15 11C15 10.4477 14.5523 10 14 10H8Z" fill="#292929"/> </svg>
Copied!