Emoji Baguette Bread Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Baguette Bread 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/339660.svg" alt="Emoji Baguette Bread icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339660.svg" alt="Emoji Baguette Bread icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339660.svg" alt="Emoji Baguette Bread icon" :width="24" :height="24" />
CSS background
.icon-emoji-baguette-bread {
background-image: url('https://proicons.com/icon/339660.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="m7.5075,30.8035c-2.6751,2.6751-2.6765,7.0137,0,9.6895,2.6751,2.6758,7.015,2.6758,9.6901.0007l23.2954-23.2967c2.6751-2.6765,2.6751-7.0144,0-9.6895-2.6765-2.6765-7.0144-2.6765-9.6902-.0007L7.5075,30.8035"/><path id="d" class="h" d="m30.8028,7.5068c-2.6751,2.6758-2.6751,7.0144,0,9.6902"/><path id="e" class="h" d="m24.9788,13.3308c-2.6751,2.6758-2.6751,7.0144,0,9.6902"/><path id="f" class="h" d="m19.1548,19.1548c-2.6745,2.6765-2.6745,7.0151,0,9.6902"/><path id="g" class="h" d="m13.3315,24.9795c-2.6751,2.6758-2.6751,7.0144,0,9.6902"/></svg>
Copied!