Slice And Dice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Slice And Dice 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/347450.svg" alt="Slice And Dice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347450.svg" alt="Slice And Dice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347450.svg" alt="Slice And Dice icon" :width="24" :height="24" />
CSS background
.icon-slice-and-dice {
background-image: url('https://proicons.com/icon/347450.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M19.9099,19.5124h-1.3725c-1.992,0-3.2311,1.1437-3.2311,3.355,0,1.6203.3365,2.9642,2.6878,2.9642,2.3542,0,4.0603-2.3542,4.0603-3.6409,0-1.2676-.6786-2.6878-2.154-2.6878l.0095.0095Z"/><path class="c" d="M24.0083,23.8967s-3.5361,2.3161-2.6401,4.0698c.894,1.7537,2.6401-.3393,2.6401-1.2676"/><path class="c" d="M20.1006,36.2872c3.7076-1.0389,5.49-1.0389,7.8442,0"/><path class="c" d="M21.9115,30.7591v4.6798"/><path class="c" d="M24.0083,23.8967s3.5361,2.3161,2.6401,4.0698c-.894,1.7537-2.6401-.3393-2.6401-1.2676"/><path class="c" d="M28.488,31.331c-3.7076-1.0484-5.2612-1.0484-8.9688,0"/><path class="c" d="M28.2974,33.9997s-2.6973-.7739-4.3367-.7739-4.3367.7739-4.3367.7739"/><path class="c" d="M26.1052,30.7591v4.6893"/><path class="c" d="M24.0083,30.5685v4.4415"/><path class="c" d="M19.8146,35.1435l-12.5811-12.5811c-.8845-.8845-.8845-2.3065,0-3.1929l15.1546-15.1546c.8845-.8845,2.3065-.8845,3.1929,0l15.1546,15.1546c.8845.8845.8845,2.3065,0,3.1929l-12.5811,12.5811"/><path class="c" d="M36.4942,32.7607l-11.2468,11.2468c-.6567.6567-1.7156.6567-2.3733,0l-11.2468-11.2468"/><path class="c" d="M24.0083,3.5c-.5766,0-1.1533.2211-1.5917.6634l-15.1546,15.1546c-.6739.6739-.8349,1.6584-.4813,2.4876l4.4415,10.389c.0819.1906.2021.3708.3584.5261l11.2468,11.2468c.6567.6567,1.7156.6567,2.3733,0l11.2468-11.2468c.1563-.1563.2764-.3355.3584-.5261l4.4415-10.389c.3536-.8235.1935-1.8109-.4813-2.4876l-15.1546-15.1546c-.4422-.4422-1.0198-.6634-1.5917-.6634h-.0114Z"/><path class="c" d="M24.0083,44.484v-4.1365"/><path class="c" d="M22.8646,7.6556c-1.1914.0307-6.6337,4.3653-6.9101,6.2048s-.184,4.0507-1.0103,4.6036c-.8292.5528-1.5059,1.2867-1.5059,3.8982s.0615,3.1643,1.1056,4.7942c1.0484,1.6298,5.1278.123,5.1278,5.5567s2.6115,7.6154,4.3843,7.6154,4.3843-2.1826,4.3843-7.6154,4.0889-3.9364,5.1278-5.5567c1.0484-1.6298,1.1056-2.1826,1.1056-4.7942s-.6758-3.3454-1.5059-3.8982c-.8292-.5528-.7377-2.764-1.0103-4.6036-.2764-1.8395-5.7282-6.1762-6.9101-6.2048q-1.1914-.0307-2.3733,0h-.0095Z"/><path class="c" d="M19.9099,19.5124h-1.3725c-1.992,0-3.2311,1.1437-3.2311,3.355,0,1.6203.3365,2.9642,2.6878,2.9642,2.3542,0,4.0603-2.3542,4.0603-3.6409,0-1.2676-.6786-2.6878-2.154-2.6878l.0095.0095Z"/><path class="c" d="M28.1068,19.5124h1.3725c1.992,0,3.2311,1.1437,3.2311,3.355,0,1.6203-.3365,2.9642-2.6878,2.9642s-4.0603-2.3542-4.0603-3.6409c0-1.2676.6786-2.6878,2.154-2.6878l-.0095.0095Z"/></svg>
Copied!