Snack Bar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Snack Bar 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/332981.svg" alt="Snack Bar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332981.svg" alt="Snack Bar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332981.svg" alt="Snack Bar icon" :width="24" :height="24" />
CSS background
.icon-snack-bar {
background-image: url('https://proicons.com/icon/332981.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="M8.0166,37.7152c-1.9864-.2372-3.5166-1.919-3.5166-3.9714V10.7438c0-2.216,1.784-4,4-4h31c2.216,0,4,1.784,4,4v23c0,2.0523-1.5302,3.7341-3.5166,3.9714"/><path class="b" d="M32.064,37.7442H15.937"/><path class="b" d="M4.6497,34.8892c3.3276-8.9107,8.8957-21.674,11.554-20.708,1.518.553,2.48,2.352,3.7,3.611,1.231,1.562,6.96,1.562,8.192,0,1.22-1.259,2.182-3.058,3.7-3.61,2.6586-.9677,8.2266,11.797,11.554,20.707"/><path class="b" d="M20.125,18.0132l.812-3.049c-1.771.117-2.884-1.365-2.735-2.343.238-1.552,2.042-2.258,3.323-1.132,0,0,.459-1.848,2.475-1.848s2.477,1.848,2.474,1.8485c1.282-1.1265,3.086-.4205,3.323,1.1305.15.98-.963,2.461-2.734,2.344l.78,2.93"/><path class="b" d="M27.481,16.5412l-7.025.454"/><path class="b" d="M31.047,25.8972c.0005.9599-.7771,1.7384-1.737,1.739-.9599.0005-1.7384-.7771-1.739-1.737v-.001c0-.9599.7781-1.738,1.738-1.738s1.7375.7775,1.738,1.737"/><path class="b" d="M23.875,26.7262h.25"/><path class="b" d="M20.709,28.3712c1.318,1.015,3.056.192,3.29-1.578.236,1.77,1.974,2.593,3.292,1.577"/><path class="b" d="M21.897,28.8462c.232.583.781,1.754,2.103,1.754s1.87-1.171,2.103-1.754"/><path class="b" d="M34.979,24.8432c3.696-1.126,6.091-1.061,9.147-.817"/><path class="b" d="M35.939,26.9712c2.518-.033,4.257.184,6.282.853"/><path class="b" d="M13.021,24.8432c-3.696-1.126-6.091-1.061-9.147-.817"/><path class="b" d="M12.061,26.9712c-2.518-.033-4.257.184-6.282.853"/><path class="b" d="M35.365,32.2272c-2.738,3.088-4.91,6.826-1.98,8.567,2.34,1.39,5.12-.376,7.89-5.038"/><path class="b" d="M12.636,32.2272c2.737,3.088,4.91,6.826,1.98,8.567-2.34,1.39-5.12-.376-7.892-5.038"/><circle class="b" cx="18.689" cy="25.8982" r="1.738"/><circle class="b" cx="29.309" cy="25.8972" r="1.738"/></svg>
Copied!