Lens Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Lens 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/305983.svg" alt="Lens icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305983.svg" alt="Lens icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305983.svg" alt="Lens icon" :width="24" :height="24" />
CSS background
.icon-lens {
background-image: url('https://proicons.com/icon/305983.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M129 552c3 36 20 122 101 211 7 7 13 5 15-4l70-329c2-9-3-13-11-8L142 526c-7 5-14 17-13 26zm144 248c27 23 100 72 221 77 9 0 12-6 7-14L317 582c-5-8-11-7-13 2l-40 188c-2 9 2 22 9 28zm274 70c36-4 122-20 211-102 7-6 5-13-4-15l-329-70c-9-2-13 3-8 11l104 162c5 8 17 14 26 14zm32-176l188 40c9 2 22-1 28-9 23-27 72-100 77-220 0-10-6-13-14-8L577 681c-8 5-7 11 2 13zm292-247c-3-35-20-121-101-210-6-7-13-5-15 4l-70 329c-2 9 3 12 11 7l162-103c8-6 14-17 13-27zM727 199c-27-22-100-71-221-76-9-1-12 6-7 14l184 281c5 8 11 7 13-3l40-188c2-9-2-22-9-28zm-274-69c-36 3-122 20-211 102-7 6-5 13 5 15l328 70c9 2 13-3 8-11L479 144c-5-8-17-15-26-14zM205 274c-23 28-72 100-77 221 0 9 6 13 14 8l281-184c8-6 7-11-2-13l-188-41c-9-2-22 2-28 9zM500 65C259 65 63 259 63 500s196 435 437 435c242 0 438-195 438-435S742 65 500 65zm0 835C278 900 98 721 98 500 98 278 278 99 500 99c223 0 403 179 403 401 0 221-180 400-403 400z"/></svg>
Copied!