Cryptocom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cryptocom 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/338694.svg" alt="Cryptocom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338694.svg" alt="Cryptocom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338694.svg" alt="Cryptocom icon" :width="24" :height="24" />
CSS background
.icon-cryptocom {
background-image: url('https://proicons.com/icon/338694.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M14.0751,7.4374l-2.1957,10.1761,23.6034,.0167-2.3052-10.1926H14.0751Z"/><path class="b" d="M11.9943,20.815l-6.4944,4.7196,8.8665,15.028h3.5338l4.1861-3.8192v-1.8939l-4.3453-4.0672v-6.3964l-5.7468-3.5708Z"/><path class="b" d="M30.2687,24.4323v6.3964l-4.3549,4.052,.0162,1.9248,4.2105,3.757h3.5059l8.8537-14.9813-6.5162-4.7662-5.7152,3.6173Z"/><path class="b" d="M29.061,20.0888h-10.1211l1.704,4.3002-.5255,4.796,7.7644-.0124-.4869-4.7835,1.6651-4.3001Z"/></svg>
Copied!