Bageterie Boulevard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bageterie Boulevard 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/322322.svg" alt="Bageterie Boulevard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322322.svg" alt="Bageterie Boulevard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322322.svg" alt="Bageterie Boulevard icon" :width="24" :height="24" />
CSS background
.icon-bageterie-boulevard {
background-image: url('https://proicons.com/icon/322322.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:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m15.6653,9.6453l1.0759,18.7301c10.1589.6547,10.8653-11.1794-.2586-10.1765,8.5684-.2038,10.5338-10.3267-.8173-8.5535Z"/><path class="c" d="m25.7507,21.5055l-.592,18.1703c9.7475,1.5161,11.4594-9.8437.6362-9.8441,8.2872.5492,11.0652-9.0496-.0442-8.3263Z"/><path class="c" d="m10.0127,6.9836l1.9176,24.6875,6.921-.0644-.0788,11.0068,18.0076.8865,1.2071-25.7318-9.1099-1.1542-.9073-12.1139-17.9573,2.4836Z"/></svg>
Copied!