Flashfood Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flashfood 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/340508.svg" alt="Flashfood icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340508.svg" alt="Flashfood icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340508.svg" alt="Flashfood icon" :width="24" :height="24" />
CSS background
.icon-flashfood {
background-image: url('https://proicons.com/icon/340508.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="M15.8935,42.5h16.213c5.4158,0,9.8219-4.4017,9.8219-9.8117v-8.0109h-5.6189v-1.2637c0-6.77-5.5133-12.278-12.2905-12.278s-12.2904,5.5077-12.2904,12.278v1.2637h-5.657v8.0109c0,5.4103,4.4062,9.8117,9.822,9.8117ZM15.7851,23.4137c0-4.5356,3.6937-8.2259,8.2343-8.2259s8.2343,3.69,8.2343,8.2259v1.2637H15.7847v-1.2637h.0004Z"/><path id="d" class="e" d="M41.9285,24.6773v-1.4046c-.0746-9.8132-8.0885-17.7727-17.9286-17.7727S6.1455,13.4595,6.0715,23.2727v1.4046"/></svg>
Copied!