Emoji Bread Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/339702.svg" alt="Emoji Bread icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339702.svg" alt="Emoji Bread icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339702.svg" alt="Emoji Bread icon" :width="24" :height="24" />
CSS background
.icon-emoji-bread {
background-image: url('https://proicons.com/icon/339702.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="M22.2097,12.6811c1.6481,0,2.9839,1.334,2.9839,2.9787,0,.9744-.4756,1.832-1.2005,2.3754-.0641.0372-.1235.0803-.1783.1292-.2506.2182-.4115.5352-.4115.893v15.0702c0,.658-.5344,1.1915-1.1935,1.1915"/><path id="d" class="e" d="M8.4839,12.6811h31.0323c1.6481,0,2.9839,1.334,2.9839,2.9787,0,.9744-.4756,1.832-1.2005,2.3754-.0641.0372-.1235.0803-.1783.1292-.2506.2182-.4115.5352-.4115.893v15.0702c0,.658-.5344,1.1915-1.1936,1.1915H8.4839c-.6591,0-1.1935-.5335-1.1935-1.1915v-15.0702c0-.3578-.1608-.6748-.4115-.893-.0547-.0488-.1142-.0919-.1783-.1292-.725-.5434-1.2005-1.4009-1.2005-2.3754,0-1.6446,1.3358-2.9787,2.9839-2.9787"/></svg>
Copied!