Emoji Honey Pot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Honey Pot 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/339888.svg" alt="Emoji Honey Pot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339888.svg" alt="Emoji Honey Pot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339888.svg" alt="Emoji Honey Pot icon" :width="24" :height="24" />
CSS background
.icon-emoji-honey-pot {
background-image: url('https://proicons.com/icon/339888.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>.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="l" d="m35.3273,28.9082c0,1.2507-1.014,2.2653-2.2655,2.2653s-2.2655-1.0146-2.2655-2.2653"/><path id="d" class="l" d="m35.3273,14.5612c0,1.251,1.014,2.2653,2.2655,2.2653,1.2508,0,2.2655-1.0143,2.2655-2.2653v-3.7755"/><path id="e" class="l" d="m30.7964,20.602c0,2.0854-1.6903,3.7755-3.7758,3.7755s-3.7758-1.6901-3.7758-3.7755"/><path id="f" class="l" d="m30.7964,42.5c6.2559,0,11.3274-5.0711,11.3274-11.3265V13.8061c0-2.085-1.6903-3.7755-3.7758-3.7755H9.652c-2.0855,0-3.7758,1.6905-3.7758,3.7755v17.3673c0,6.2554,5.0715,11.3265,11.3274,11.3265h13.5928"/><path id="g" class="l" d="m38.348,10.0306v-4.5306H9.652v4.5306"/><path id="h" class="l" d="m30.7964,28.9082v-8.3061"/><path id="i" class="l" d="m35.3273,28.9082v-14.3469"/><path id="j" class="l" d="m23.2448,20.602v-10.5714"/><path id="k" class="l" d="m21.7345,10.0306v-4.5306"/></svg>
Copied!