label emoji
label from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- label
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Objects
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
labelBoxIcons v2labelBoxIcons v2 SolidlabelCarbonlabel-outlineFlowbite IconslabelFluent EmojilabelFluent Emoji FlatlabelFluent Emoji High ContrastlabelFirefox OS EmojilabelHuge IconslabelIconParklabelIconPark OutlinelabelIconPark SolidlabelIconPark TwoTonelabelIconoirlabelMaterial Icon ThemelabelMaterial SymbolslabelMaterial Symbols LightlabelMaterial Design IconslabelMyna UI IconslabelNoto EmojilabelOpenMojilabelPixelarticonslabelTabler IconslabelTwitter Emoji
More objects icons from Emoji One (Colored)
Use the label emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f2b200" d="M29.1 12.9H19L12.9 19v10.1L43.8 64L64 43.8zm-6.4 9.8c-.9.9-2.4.9-3.4 0c-.9-.9-.9-2.4 0-3.4c.9-.9 2.4-.9 3.4 0c.9 1 .9 2.5 0 3.4"/><path fill="#94989b" d="M21.9 20.8c-.3-1.3-.9-2.6-1.6-3.7c-1.7-2.8-4.1-5.1-6.9-6.8C9.6 8.1 5.3 7.1.9 6.7c-.5 0-.9.5-.9.9c0 .5.4.9.9.9c4.7.4 9.5 1.7 13.4 4.5c1.1.8 2.4 2.1 3.3 3.3c.2.2-.1-.2 0 .1c0 .1.1.1.1.2c.1.1.2.3.3.4c.2.3.4.5.5.8c.3.5.5.9.8 1.4c.1.1.1.3.2.4c0 .1.1.1.1.2c.1.2.2.5.2.7c.1.2.1.4.2.6c.3 1.4 2.2.9 1.9-.3"/><path fill="#3e4347" d="m15.3 16.6l-.1-.1c-.5-.4-.9-.8-1.3-1.3c-.9-1-1.7-2.3-2.3-3.6C9.9 8.3 9 4.6 8.7 1c-.1-.6-.5-1-1.1-1c-.5 0-1 .4-.9.9c.3 4 1.4 8 3.2 11.6c.7 1.4 1.6 2.8 2.6 4c.4.5.9 1 1.4 1.4z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneLabel(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f2b200" d="M29.1 12.9H19L12.9 19v10.1L43.8 64L64 43.8zm-6.4 9.8c-.9.9-2.4.9-3.4 0c-.9-.9-.9-2.4 0-3.4c.9-.9 2.4-.9 3.4 0c.9 1 .9 2.5 0 3.4"/><path fill="#94989b" d="M21.9 20.8c-.3-1.3-.9-2.6-1.6-3.7c-1.7-2.8-4.1-5.1-6.9-6.8C9.6 8.1 5.3 7.1.9 6.7c-.5 0-.9.5-.9.9c0 .5.4.9.9.9c4.7.4 9.5 1.7 13.4 4.5c1.1.8 2.4 2.1 3.3 3.3c.2.2-.1-.2 0 .1c0 .1.1.1.1.2c.1.1.2.3.3.4c.2.3.4.5.5.8c.3.5.5.9.8 1.4c.1.1.1.3.2.4c0 .1.1.1.1.2c.1.2.2.5.2.7c.1.2.1.4.2.6c.3 1.4 2.2.9 1.9-.3"/><path fill="#3e4347" d="m15.3 16.6l-.1-.1c-.5-.4-.9-.8-1.3-1.3c-.9-1-1.7-2.3-2.3-3.6C9.9 8.3 9 4.6 8.7 1c-.1-.6-.5-1-1.1-1c-.5 0-1 .4-.9.9c.3 4 1.4 8 3.2 11.6c.7 1.4 1.6 2.8 2.6 4c.4.5.9 1 1.4 1.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f2b200" d="M29.1 12.9H19L12.9 19v10.1L43.8 64L64 43.8zm-6.4 9.8c-.9.9-2.4.9-3.4 0c-.9-.9-.9-2.4 0-3.4c.9-.9 2.4-.9 3.4 0c.9 1 .9 2.5 0 3.4"/><path fill="#94989b" d="M21.9 20.8c-.3-1.3-.9-2.6-1.6-3.7c-1.7-2.8-4.1-5.1-6.9-6.8C9.6 8.1 5.3 7.1.9 6.7c-.5 0-.9.5-.9.9c0 .5.4.9.9.9c4.7.4 9.5 1.7 13.4 4.5c1.1.8 2.4 2.1 3.3 3.3c.2.2-.1-.2 0 .1c0 .1.1.1.1.2c.1.1.2.3.3.4c.2.3.4.5.5.8c.3.5.5.9.8 1.4c.1.1.1.3.2.4c0 .1.1.1.1.2c.1.2.2.5.2.7c.1.2.1.4.2.6c.3 1.4 2.2.9 1.9-.3"/><path fill="#3e4347" d="m15.3 16.6l-.1-.1c-.5-.4-.9-.8-1.3-1.3c-.9-1-1.7-2.3-2.3-3.6C9.9 8.3 9 4.6 8.7 1c-.1-.6-.5-1-1.1-1c-.5 0-1 .4-.9.9c.3 4 1.4 8 3.2 11.6c.7 1.4 1.6 2.8 2.6 4c.4.5.9 1 1.4 1.4z"/></svg> </template>
CSS
.icon-label {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23f2b200%22%20d%3D%22M29.1%2012.9H19L12.9%2019v10.1L43.8%2064L64%2043.8zm-6.4%209.8c-.9.9-2.4.9-3.4%200c-.9-.9-.9-2.4%200-3.4c.9-.9%202.4-.9%203.4%200c.9%201%20.9%202.5%200%203.4%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M21.9%2020.8c-.3-1.3-.9-2.6-1.6-3.7c-1.7-2.8-4.1-5.1-6.9-6.8C9.6%208.1%205.3%207.1.9%206.7c-.5%200-.9.5-.9.9c0%20.5.4.9.9.9c4.7.4%209.5%201.7%2013.4%204.5c1.1.8%202.4%202.1%203.3%203.3c.2.2-.1-.2%200%20.1c0%20.1.1.1.1.2c.1.1.2.3.3.4c.2.3.4.5.5.8c.3.5.5.9.8%201.4c.1.1.1.3.2.4c0%20.1.1.1.1.2c.1.2.2.5.2.7c.1.2.1.4.2.6c.3%201.4%202.2.9%201.9-.3%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22m15.3%2016.6l-.1-.1c-.5-.4-.9-.8-1.3-1.3c-.9-1-1.7-2.3-2.3-3.6C9.9%208.3%209%204.6%208.7%201c-.1-.6-.5-1-1.1-1c-.5%200-1%20.4-.9.9c.3%204%201.4%208%203.2%2011.6c.7%201.4%201.6%202.8%202.6%204c.4.5.9%201%201.4%201.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23f2b200%22%20d%3D%22M29.1%2012.9H19L12.9%2019v10.1L43.8%2064L64%2043.8zm-6.4%209.8c-.9.9-2.4.9-3.4%200c-.9-.9-.9-2.4%200-3.4c.9-.9%202.4-.9%203.4%200c.9%201%20.9%202.5%200%203.4%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M21.9%2020.8c-.3-1.3-.9-2.6-1.6-3.7c-1.7-2.8-4.1-5.1-6.9-6.8C9.6%208.1%205.3%207.1.9%206.7c-.5%200-.9.5-.9.9c0%20.5.4.9.9.9c4.7.4%209.5%201.7%2013.4%204.5c1.1.8%202.4%202.1%203.3%203.3c.2.2-.1-.2%200%20.1c0%20.1.1.1.1.2c.1.1.2.3.3.4c.2.3.4.5.5.8c.3.5.5.9.8%201.4c.1.1.1.3.2.4c0%20.1.1.1.1.2c.1.2.2.5.2.7c.1.2.1.4.2.6c.3%201.4%202.2.9%201.9-.3%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22m15.3%2016.6l-.1-.1c-.5-.4-.9-.8-1.3-1.3c-.9-1-1.7-2.3-2.3-3.6C9.9%208.3%209%204.6%208.7%201c-.1-.6-.5-1-1.1-1c-.5%200-1%20.4-.9.9c.3%204%201.4%208%203.2%2011.6c.7%201.4%201.6%202.8%202.6%204c.4.5.9%201%201.4%201.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/label.svg?color=%231a73e8&size=48