Snooperstopper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Snooperstopper 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/333013.svg" alt="Snooperstopper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333013.svg" alt="Snooperstopper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333013.svg" alt="Snooperstopper icon" :width="24" :height="24" />
CSS background
.icon-snooperstopper {
background-image: url('https://proicons.com/icon/333013.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M29.68,12.92a21.19,21.19,0,0,1,13.81,10c-9.42,16.33-29.63,16.2-39,0a21.35,21.35,0,0,1,13.82-9.95A10.08,10.08,0,0,0,24,31.33h0A10.08,10.08,0,0,0,34.07,21.25h0a10.1,10.1,0,0,0-4.4-8.33Zm-4.32,8.4c0,3.61,3.19.77,3.42.55.5-.5,1.6,0,1,1-3.22,5.57-3.92,5-8,5-2.3,0-2.3-2.64-2.3-6.58m0-3.75v3.75m1.89-5.85v5.85m2-7v7m2.07-5.84v5.84"/></svg>
Copied!