Monocles Browser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monocles Browser 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/344073.svg" alt="Monocles Browser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344073.svg" alt="Monocles Browser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344073.svg" alt="Monocles Browser icon" :width="24" :height="24" />
CSS background
.icon-monocles-browser {
background-image: url('https://proicons.com/icon/344073.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#fff;}</style></defs><path class="a" d="M24.0048,29.0228s1.8743-1.4691,3.0216-.9088c3.847,1.881,5.53,7.5591,13.5556,3.2151-5.478,9.967-14.201,5.72-16.5772,2.2312C21.63,37.0488,12.9072,41.2961,7.4292,31.3291c8.026,4.344,9.7086-1.3341,13.5556-3.2151C22.1321,27.5537,24.0048,29.0228,24.0048,29.0228Z"/><path class="a" d="M42.74,28.3625V21.4638"/><circle class="a" cx="33.5299" cy="17.2465" r="5.2245"/><path class="a" d="M5.2614,28.3625V21.4638"/><circle class="a" cx="14.4697" cy="17.2465" r="5.2245"/><circle class="b" cx="5.2618" cy="17.2465" r="0.75"/><circle class="b" cx="42.7398" cy="17.2465" r="0.75"/></svg>
Copied!