Crispy Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Crispy Icon Pack 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/324104.svg" alt="Crispy Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324104.svg" alt="Crispy Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324104.svg" alt="Crispy Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-crispy-icon-pack {
background-image: url('https://proicons.com/icon/324104.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="M23.7172,2.5545c-5.1592.3687-10.0125,2.5849-13.67,6.2422-8.3964,8.3962-8.3966,22.0092-.0004,30.4056.0001.0001.0003.0003.0004.0004,8.3962,8.3964,22.0092,8.3966,30.4056.0004l.0004-.0004-10.619-10.619c-1.214,1.2205-2.8626,1.9095-4.584,1.916-3.5899,0-6.5-2.9101-6.5-6.5s2.9101-6.5,6.5-6.5c1.7238.0003,3.3769.6853,4.5957,1.9043l10.607-10.607c-4.4095-4.4093-10.5161-6.687-16.736-6.2422l.0003-.0003Z"/><circle class="b" cx="25.2502" cy="23.9998" r="14"/><circle class="b" cx="25.2502" cy="23.9998" r="3.75"/><path class="b" d="M38.6852,10.5648c3.5632,3.5632,5.565,8.3959,5.565,13.435,0,5.0391-2.0018,9.8718-5.565,13.435"/></svg>
Copied!