Emoji Bucket Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Bucket 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/339709.svg" alt="Emoji Bucket icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339709.svg" alt="Emoji Bucket icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339709.svg" alt="Emoji Bucket icon" :width="24" :height="24" />
CSS background
.icon-emoji-bucket {
background-image: url('https://proicons.com/icon/339709.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>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="j" d="M34.1599,24.315l-2.3209,16.3697c-.1217,1.0313-.9936,1.81-2.0326,1.8153h-12.0203c-1.0468-.0054-1.9226-.7955-2.0348-1.8356l-1.6079-16.3501"/><path id="d" class="j" d="M34.8596,24.315c.4588-.0027.8284-.3767.8255-.8352v-.5753c.0112-1.7729-1.4178-3.2192-3.1917-3.2304H15.4458c-1.774.0112-3.203,1.4575-3.1919,3.2303h0v.5748c-.0028.4585.3668.8323.8255.8352h0l21.7801.0007"/><path id="e" class="j" d="M27.4167,7.4233c6.6194,1.7905,11.1841,7.8351,11.0917,14.6878"/><path id="f" class="j" d="M20.5035,7.4451c-6.5798,1.8187-11.104,7.8441-11.0119,14.666"/><path id="g" class="j" d="M9.4971,22.128h2.8464"/><path id="h" class="j" d="M35.608,22.1812h2.9017"/><path id="i" class="j" d="M20.502,5.5h6.9292v3.7372h-6.9292v-3.7372"/></svg>
Copied!