Flashfood Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flashfood Alt 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/325950.svg" alt="Flashfood Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325950.svg" alt="Flashfood Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325950.svg" alt="Flashfood Alt icon" :width="24" :height="24" />
CSS background
.icon-flashfood-alt {
background-image: url('https://proicons.com/icon/325950.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="M15.6707,42.2841c-.608,1.2159-1.6719,1.5199-2.7359,.912-.912-.456-1.3679-1.8239-.76-2.8879l11.2474-21.1269c.76-1.3679,.304-3.0398-.912-3.6478-1.3679-.608-2.7359-.304-3.4958,1.2159l-7.9036,14.2873c-.912-1.3679-1.3679-2.7359-1.6719-4.1038-.76-3.4958-.456-6.8396,.912-10.1835,1.8239-4.1038,4.7118-6.9916,8.9675-8.3596,3.0398-1.0639,6.2317-1.8239,9.4235-2.7359,1.2159-.304,2.4319-.608,3.7998-1.0639,1.3679-.304,2.2799,.152,2.5839,1.5199,1.0639,4.2558,2.2799,8.3596,3.3438,12.6153,1.2159,5.6237,.304,10.7914-3.7998,15.0472-2.7359,2.8878-6.8396,4.5598-10.9434,4.5598l3.1918-6.6876c.76-1.3679,.304-3.0398-.912-3.6478-1.3679-.608-2.7359-.304-3.4958,1.2159l-6.8396,13.0713Z"/></svg>
Copied!