Bolt Food Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bolt Food 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/337398.svg" alt="Bolt Food icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337398.svg" alt="Bolt Food icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337398.svg" alt="Bolt Food icon" :width="24" :height="24" />
CSS background
.icon-bolt-food {
background-image: url('https://proicons.com/icon/337398.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><line class="b" x1="12.5" y1="22.0522" x2="12.5" y2="10.2236"/><path class="b" d="M12.5,10.2236h4.9286c1.6286-.0045,2.9526,1.312,2.9571,2.9407,0,.0055,0,.011,0,.0165h0c.0045,1.6286-1.312,2.9526-2.9407,2.9571-.0055,0-.011,0-.0165,0h-4.9286"/><path class="b" d="M12.5,16.1379h4.9286c1.6286-.0045,2.9526,1.312,2.9571,2.9407,0,.0055,0,.011,0,.0165h0c.0045,1.6286-1.312,2.9526-2.9407,2.9571-.0055,0-.011,0-.0165,0h-4.9286"/><path class="b" d="M25.2321,22.0522h0c-1.6286.0045-2.9526-1.3121-2.9572-2.9407,0-.0055,0-.011,0-.0165v-1.8071c-.0045-1.6286,1.3121-2.9526,2.9407-2.9572.0055,0,.011,0,.0165,0h0c1.6286-.0045,2.9526,1.3121,2.9572,2.9407,0,.0055,0,.011,0,.0165v1.8071c.0045,1.6286-1.3121,2.9526-2.9407,2.9572-.0055,0-.011,0-.0165,0Z"/><path class="b" d="M33.4465,11.8665v8.7072c-.0045.812.6501,1.474,1.4621,1.4786.0055,0,.011,0,.0165,0h.575"/><line class="b" x1="30.0786" y1="11.8665" x2="30.0786" y2="22.0522"/><line class="b" x1="31.8857" y1="14.3308" x2="33.4465" y2="14.3308"/><line class="b" x1="33.4465" y1="14.3308" x2="35.0072" y2="14.3308"/><circle class="c" cx="25.2321" cy="23.7772" r=".75"/><rect class="b" x="16.0229" y="29.9399" width="5.9143" height="7.8364" rx="2.9571" ry="2.9571"/><rect class="b" x="23.9149" y="29.9399" width="5.9143" height="7.8364" rx="2.9571" ry="2.9571"/><line class="b" x1="10.3609" y1="31.8621" x2="14.2052" y2="31.8621"/><polyline class="b" points="10.3609 37.7764 10.3609 25.9478 16.2752 25.9478"/><path class="b" d="M37.6391,32.8971c0-1.6332-1.324-2.9571-2.9571-2.9571h0c-1.6332,0-2.9571,1.324-2.9571,2.9571v1.9222c0,1.6332,1.324,2.9571,2.9571,2.9571h0c1.6332,0,2.9571-1.324,2.9571-2.9571"/><line class="b" x1="37.6391" y1="37.7764" x2="37.6391" y2="25.9478"/></svg>
Copied!