Cryptocam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cryptocam 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/338693.svg" alt="Cryptocam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338693.svg" alt="Cryptocam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338693.svg" alt="Cryptocam icon" :width="24" :height="24" />
CSS background
.icon-cryptocam {
background-image: url('https://proicons.com/icon/338693.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;}</style></defs><path class="a" d="M19.83,16.52l-2.77,2.83H6.29a1.8,1.8,0,0,0-1.79,1.8V41.37a1.79,1.79,0,0,0,1.79,1.79H41.71a1.79,1.79,0,0,0,1.79-1.79V21.14a1.79,1.79,0,0,0-1.79-1.79H30.94l-2.77-2.83Z"/><path class="a" d="M38.76,22.25a1.84,1.84,0,1,1,0,3.68A1.84,1.84,0,0,1,38.76,22.25Z"/><path class="a" d="M24,23.71a7.63,7.63,0,1,1-7.63,7.63A7.63,7.63,0,0,1,24,23.71Z"/><path class="a" d="M24,26.84a2.61,2.61,0,0,1,1.59,4.69l1.24,4.31H21.17l1.24-4.31A2.61,2.61,0,0,1,24,26.84Z"/><path class="a" d="M34.93,19.35V15.77A10.93,10.93,0,0,0,24,4.84h0A10.93,10.93,0,0,0,13.07,15.77v3.58"/></svg>
Copied!