Cryptee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cryptee 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/324132.svg" alt="Cryptee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324132.svg" alt="Cryptee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324132.svg" alt="Cryptee icon" :width="24" :height="24" />
CSS background
.icon-cryptee {
background-image: url('https://proicons.com/icon/324132.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m31.1356,31c-1.8147,1.8497-4.3397,3-7.1356,3-5.5228,0-10-4.4772-10-10s4.4772-10,10-10c2.7959,0,5.3209,1.1503,7.1357,3h13.1757c-2.9066-8.4326-10.8915-14.5-20.3114-14.5C12.1259,2.5,2.5,12.1259,2.5,24s9.6259,21.5,21.5,21.5c9.4199,0,17.4048-6.0674,20.3114-14.5h-13.1758Z"/><line class="c" x1="33.3697" y1="20.5" x2="45.2165" y2="20.5"/><line class="c" x1="45.5" y1="24" x2="33.9863" y2="24"/><line class="c" x1="33.3697" y1="27.5" x2="45.2165" y2="27.5"/></svg>
Copied!