Emoji Label Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Label 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/325334.svg" alt="Emoji Label icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325334.svg" alt="Emoji Label icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325334.svg" alt="Emoji Label icon" :width="24" :height="24" />
CSS background
.icon-emoji-label {
background-image: url('https://proicons.com/icon/325334.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M16.5351,11.0863l-11.0351,3.8936v18.1052l11.0351,3.8936h25.9649V11.0214h-25.9649v.0649h0M11.0175,27.3096c-1.8175,0-3.2456-1.4277-3.2456-3.2447s1.4281-3.2447,3.2456-3.2447,3.2456,1.4277,3.2456,3.2447-1.4281,3.2447-3.2456,3.2447"/></svg>
Copied!