Zoom In Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Zoom In 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/308894.svg" alt="Zoom In Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308894.svg" alt="Zoom In Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308894.svg" alt="Zoom In Svg icon" :width="24" :height="24" />
CSS background
.icon-zoom-in---svg {
background-image: url('https://proicons.com/icon/308894.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 11ZM11 7C11.5523 7 12 7.44772 12 8V10H14C14.5523 10 15 10.4477 15 11C15 11.5523 14.5523 12 14 12H12V14C12 14.5523 11.5523 15 11 15C10.4477 15 10 14.5523 10 14V12H8C7.44772 12 7 11.5523 7 11C7 10.4477 7.44772 10 8 10H10V8C10 7.44772 10.4477 7 11 7Z" fill="#292929"/> </svg>
Copied!