Sonic Restaurant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sonic Restaurant 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/333079.svg" alt="Sonic Restaurant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333079.svg" alt="Sonic Restaurant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333079.svg" alt="Sonic Restaurant icon" :width="24" :height="24" />
CSS background
.icon-sonic-restaurant {
background-image: url('https://proicons.com/icon/333079.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="M21.3624515,19.4369029l19.91753567-5.9358082c1.48257727-.4418365,2.7507949,1.14310052,1.99456936,2.49268483l-4.57572772,8.16599028,2.27829285,7.51623716c.3487082,1.15041115-.7071717,2.23390055-1.86619868,1.91499668l-16.7981385-4.62197302-16.01824148,4.36304829c-1.20662744.32866116-2.21680015-.95225863-1.61593638-2.04904059l4.01862753-7.33537017-2.04744662-6.3609897c-.39100948-1.2147849.74260535-2.36909343,1.9642641-2.00012099l12.74839986,3.85034545Z"/><line class="b" x1="31.51340837" y1="21.5211559" x2="29.94457344" y2="26.9923335"/><polyline class="b" points="23.46768132 26.9923335 25.03651625 21.5211559 27.09233647 26.9923335 28.6611714 21.5211559"/><path class="b" d="M10.43553227,26.9923335l2.25980676-.00000011c.75378502-.00000011,1.54006807-.6110636,1.75621245-1.36484859l.00168941-.00589168c.21614436-.75378496-.21969945-1.3648484-.97348441-1.36484841h-.89348602c-.7545981-.00000001-1.19091208-.61172264-.97453456-1.36632074l.00000078-.00000274c.21684384-.75622434,1.00567145-1.36926529,1.76189579-1.36926528h2.25538985"/><path class="b" d="M35.88105005,26.46151182c-.42201025.32796866-.93326041.53082168-1.43372226.53082168h-.00000362c-1.00091988,0-1.57965887-.81140588-1.29264971-1.81232577l.52948202-1.84652325c.28700947-1.00092098,1.33108409-1.81232731,2.33200462-1.81232576h.00000363c.50045726.00000078.89537009.20285097,1.12929347.53081517"/><path class="b" d="M18.63072425,26.99232943h-.00000362c-1.00092032,0-1.57965956-.81140623-1.29265027-1.81232655l.52948003-1.84651632c.28700928-1.00092032,1.33108251-1.81232655,2.33200283-1.81232655h.00000362c1.00092032,0,1.57965956.81140623,1.29265027,1.81232655l-.52948003,1.84651632c-.28700928,1.00092032-1.33108251,1.81232655-2.33200283,1.81232655Z"/></svg>
Copied!