Cryptomania Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cryptomania 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/338696.svg" alt="Cryptomania icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338696.svg" alt="Cryptomania icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338696.svg" alt="Cryptomania icon" :width="24" :height="24" />
CSS background
.icon-cryptomania {
background-image: url('https://proicons.com/icon/338696.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M42.3695,34.75c-4.8656,8.4271-14.7847,12.5356-24.184,10.017-9.3991-2.5187-15.9349-11.0362-15.935-20.767.0001-9.7308,6.5359-18.2483,15.935-20.767,9.3993-2.5186,19.3184,1.5899,24.184,10.017"/><circle class="cls-1" cx="42.7495" cy="24" r="3"/><path class="cls-1" d="M23.7495,31.5v-9.3396c0-3.1261-2.5342-5.6604-5.6604-5.6604s-5.6604,2.5342-5.6604,5.6604v9.3396"/><path class="cls-1" d="M23.7495,22.16c0-3.1262,2.5342-5.6604,5.6604-5.6604s5.6604,2.5342,5.6604,5.6604v9.3396"/></svg>
Copied!