Emoji Butter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Butter 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/339717.svg" alt="Emoji Butter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339717.svg" alt="Emoji Butter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339717.svg" alt="Emoji Butter icon" :width="24" :height="24" />
CSS background
.icon-emoji-butter {
background-image: url('https://proicons.com/icon/339717.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="M13.894,17.1938c-1.0052.0218-1.8431.7724-1.9701,1.765l-.8155,7.71c-.1097.8589.5011,1.6437,1.3642,1.7528.0771.0098.1548.0138.2325.0121h22.59c.8698.0186,1.5902-.668,1.6089-1.5336.0017-.0773-.0024-.1547-.0122-.2314l-.8155-7.71c-.1271-.9926-.9649-1.7431-1.9701-1.765H13.894"/><path id="d" class="h" d="M24,30.8001h-12.4839c-.3928.0362-.7835-.0884-1.0819-.3451l-.142-.1409-2.3385-4.7377-2.4536-.011"/><path id="e" class="h" d="M24,30.8001h12.4839c.3928.0362.7835-.0884,1.0819-.3451l.142-.1409,2.3387-4.7375,2.4534-.0112"/><path id="f" class="h" d="M9.3641,28.4337h14.6359"/><path id="g" class="h" d="M38.6359,28.4337h-14.6359"/></svg>
Copied!