Paris Baguette Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paris Baguette 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/345534.svg" alt="Paris Baguette icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345534.svg" alt="Paris Baguette icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345534.svg" alt="Paris Baguette icon" :width="24" :height="24" />
CSS background
.icon-paris-baguette {
background-image: url('https://proicons.com/icon/345534.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="d" d="M37.6187,21.8594c4.0246,2.6944,5.8133,7.7042,4.4053,12.3382-1.408,4.6341-5.6814,7.802-10.5247,7.802h-13.9997M29.4994,26h2c2.7614,0,4.9999,2.2385,4.9999,4.9999s-2.2385,4.9999-4.9999,4.9999h-13.9997M17.4997,26v15.9996h-5.9999v-15.9996h-5.9999v-5.9999h5.9999V6.0004h17.9996c5.5227,0,9.9998,4.477,9.9998,9.9998s-4.4771,9.9998-9.9998,9.9998h-11.9997ZM17.4997,12.0003v7.9998h11.9997c2.2091,0,3.9999-1.7908,3.9999-3.9999s-1.7908-3.9999-3.9999-3.9999h-11.9997Z"/></g></svg>
Copied!