Bistro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bistro 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/322653.svg" alt="Bistro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322653.svg" alt="Bistro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322653.svg" alt="Bistro icon" :width="24" :height="24" />
CSS background
.icon-bistro {
background-image: url('https://proicons.com/icon/322653.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>.c{fill:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="d" x1="18.172" y1="21.9126" x2="17.2266" y2="27.2738"/><path class="d" d="M19.4104,26.8215c.3147.3102.6885.4523,1.5841.4523h.4539c.7386,0,1.4432-.6001,1.5738-1.3403h0c.1305-.7402-.3625-1.3403-1.1011-1.3403h-.9078c-.7386,0-1.2316-.6001-1.1011-1.3403h0c.1305-.7402.8351-1.3403,1.5738-1.3403h.4539c.8957,0,1.2694.1421,1.5841.4523"/><path class="d" d="M26.7396,20.2435l-1.0613,6.0188c-.0985.5587.2745,1.0116.8332,1.0116h.3035"/><line class="d" x1="25.3832" y1="21.9126" x2="27.5075" y2="21.9126"/><path class="d" d="M11.7785,23.9357c.197-1.1173,1.2625-2.0231,2.3798-2.0231h0c1.1173,0,1.8634.9058,1.6664,2.0231l-.2319,1.315c-.197,1.1173-1.2625,2.0231-2.3798,2.0231h0c-1.1173,0-1.8634-.9058-1.6664-2.0231"/><line class="d" x1="11.1899" y1="27.2738" x2="12.6168" y2="19.1814"/><path class="d" d="M32.7323,23.9357c.197-1.1173,1.2625-2.0231,2.3799-2.0231s1.8634.9058,1.6664,2.0231l-.2319,1.315c-.197,1.1173-1.2625,2.0231-2.3799,2.0231s-1.8634-.9058-1.6664-2.0231l.2319-1.315Z"/><path class="d" d="M29.3201,23.9357c.197-1.1173,1.2625-2.0231,2.3798-2.0231h0"/><line class="d" x1="29.6769" y1="21.9126" x2="28.7315" y2="27.2738"/><circle class="c" cx="18.609" cy="19.4342" r=".75"/></svg>
Copied!