Optic Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Optic 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/306164.svg" alt="Optic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306164.svg" alt="Optic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306164.svg" alt="Optic icon" :width="24" :height="24" />
CSS background
.icon-optic {
background-image: url('https://proicons.com/icon/306164.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="M333 509s0 24-17 40c-7 8-21 17-40 17-9 0-16 7-16 16s7 16 16 16c30 0 51-14 63-26 27-26 27-62 27-64-1-9-8-16-17-16-9 1-16 8-16 17zm484 0s0 24-17 40c-8 8-21 17-40 17-9 0-16 7-16 16s7 16 16 16c30 0 51-14 63-26 27-26 26-62 26-64 0-9-8-16-16-16-9 1-16 8-16 17zm-74-203c-87 0-160 57-185 136-21-11-43-16-66-15-19 1-36 7-50 14-25-78-99-135-185-135-107 0-195 87-195 194s88 194 195 194c102 0 186-80 193-181 9-8 26-20 46-21 18-1 36 7 54 22 7 101 91 180 193 180 107 0 195-87 195-194s-88-194-195-194zM257 629c-71 0-129-58-129-129s58-129 129-129 129 58 129 129-58 129-129 129zm486 0c-71 0-129-58-129-129s58-129 129-129c72 0 129 58 129 129s-57 129-129 129z"/></svg>
Copied!