Obscuracam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Obscuracam 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/330509.svg" alt="Obscuracam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330509.svg" alt="Obscuracam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330509.svg" alt="Obscuracam icon" :width="24" :height="24" />
CSS background
.icon-obscuracam {
background-image: url('https://proicons.com/icon/330509.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,.b{fill:none;stroke:#000;}.a{stroke-linecap:round;stroke-linejoin:round;}.b{stroke-miterlimit:10;}</style></defs><path class="a" d="M18.7,14.9,3.9,16.3m9.7,7.5L7.7,38.1m11-5.5,13,11.5M28.8,32.6l16.1-3.4m-11-5.4L39.4,9M28.8,14.9,19.6,3m9.2,29.6H18.7l-5.1-8.8L18.7,15H28.8l5.1,8.8ZM45.5,24A21.5,21.5,0,1,1,24,2.5,21.467,21.467,0,0,1,45.5,24Z"/><rect class="a" x="19.2" y="22.7" width="9.5" height="5.6"/><path class="a" d="M20.8,22.7V21.4h0A3.1591,3.1591,0,0,1,24,18.2h0a3.1591,3.1591,0,0,1,3.2,3.2h0v1.3"/><circle class="b" cx="24" cy="25.1" r="1"/><line class="a" x1="24" y1="27" x2="24" y2="26.1"/></svg>
Copied!