Cricheroes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cricheroes 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/324100.svg" alt="Cricheroes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324100.svg" alt="Cricheroes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324100.svg" alt="Cricheroes icon" :width="24" :height="24" />
CSS background
.icon-cricheroes {
background-image: url('https://proicons.com/icon/324100.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24,34.0078l2.0755-2.5941s3.6595-.6485,8.9867-4.3544c-1.2044,6.8558-8.5698,8.2918-8.5698,8.2918-.0253,2.9087-.6168,5.9694-1.1487,8.1488h0c8.2281-1.1853,14.6931-13.0377,14.6931-22.9632,0-8.8569-7.1799-16.0368-16.0368-16.0368S7.9632,11.6799,7.9632,20.5368c0,9.9256,6.465,21.7779,14.6931,22.9632h0c-.5319-2.1794-1.1234-5.2401-1.1487-8.1488,0,0-7.3654-1.436-8.5698-8.2918,5.3272,3.7058,8.9867,4.3544,8.9867,4.3544l2.0755,2.5941Z"/></svg>
Copied!