Look Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Look 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/306037.svg" alt="Look icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306037.svg" alt="Look icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306037.svg" alt="Look icon" :width="24" :height="24" />
CSS background
.icon-look {
background-image: url('https://proicons.com/icon/306037.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="M668 391c-32-165-192-274-355-243C143 180 36 339 68 508c32 163 193 272 357 240 166-31 274-191 243-357zM409 663c-119 23-233-55-256-176-22-117 56-230 174-253s233 55 255 173c23 118-55 233-173 256zm271-62c-18 27-37 55-55 81 86 59 172 117 257 175 19-27 38-55 56-81-86-58-172-117-258-175zM497 400c-38-31-81-46-134-47-6 1-17 1-28 3-61 11-107 43-138 97v4c13 23 28 43 49 58 52 40 111 52 175 35 52-14 91-45 117-92 1-1 1-3 1-5-11-20-25-38-42-53zM334 514c-10-3-21-7-31-11-23-10-42-25-57-44-2-3-2-5 0-7 23-29 52-47 88-55-43 26-44 89 0 116v1zm10-69c-9 0-16-8-15-16 0-9 7-16 15-16 9 0 16 7 16 16 1 9-7 16-16 16zm146 13c-20 27-54 49-90 56 22-15 34-34 34-59s-12-44-33-58c24 5 46 15 65 31 9 7 16 16 24 25 2 1 2 3 0 5z"/></svg>
Copied!