Crumbl Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Crumbl 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/324130.svg" alt="Crumbl icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324130.svg" alt="Crumbl icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324130.svg" alt="Crumbl icon" :width="24" :height="24" />
CSS background
.icon-crumbl {
background-image: url('https://proicons.com/icon/324130.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M17.2938,22.571v3.069c0,1.0272.8327,1.86,1.86,1.86h0c1.0272,0,1.86-.8327,1.86-1.86v-3.069"/><line class="cls-1" x1="21.0137" y1="25.64" x2="21.0137" y2="27.5"/><path class="cls-1" d="M22.8347,24.431c0-1.0272.8327-1.86,1.86-1.86h0c1.0272,0,1.86.8327,1.86,1.86v3.069"/><line class="cls-1" x1="22.8347" y1="22.571" x2="22.8347" y2="27.5"/><path class="cls-1" d="M26.5547,24.431c0-1.0272.8327-1.86,1.86-1.86h0c1.0272,0,1.86.8327,1.86,1.86v3.069"/><path class="cls-1" d="M13.7115,24.431c0-1.0272.8327-1.86,1.86-1.86h0"/><line class="cls-1" x1="13.7115" y1="22.571" x2="13.7115" y2="27.5"/><path class="cls-1" d="M37.7741,20.5v6.07c0,.5136.4164.93.93.93.6532,0,.9431-.6215.9431-.6215"/><path class="cls-1" d="M11.8279,26.5632c-.3206.5597-.9238.9368-1.6151.9368h0c-1.0272,0-1.86-.8327-1.86-1.86v-1.209c0-1.0272.8327-1.86,1.86-1.86h0c.6899,0,1.2921.3757,1.6132.9336"/><path class="cls-1" d="M32.1848,24.431c0-1.0272.8327-1.86,1.86-1.86h0c1.0272,0,1.86.8327,1.86,1.86v1.209c0,1.0272-.8327,1.86-1.86,1.86h0c-1.0272,0-1.86-.8327-1.86-1.86"/><line class="cls-1" x1="32.1848" y1="27.5" x2="32.1848" y2="20.5"/><path class="cls-1" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!