label emoji
label from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- label
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
labelBoxIcons v2labelBoxIcons v2 SolidlabelCarbonlabelEmoji One (Colored)label-outlineFlowbite IconslabelFluent EmojilabelFluent Emoji FlatlabelFluent Emoji High ContrastlabelHuge IconslabelIconParklabelIconPark OutlinelabelIconPark SolidlabelIconPark TwoTonelabelIconoirlabelMaterial Icon ThemelabelMaterial SymbolslabelMaterial Symbols LightlabelMaterial Design IconslabelMyna UI IconslabelNoto EmojilabelOpenMojilabelPixelarticonslabelTabler IconslabelTwitter Emoji
More objects icons from Firefox OS Emoji
admissionticketsalienmonsteramericanfootballartistpaletteauberginebabybottlebackofenvelopeballoonballotboldscriptxballotboxboldcheckballotboxwithboldscriptxballottboxwithballottballottboxwithscriptxballottscriptxbananabanknotedollarbanknoteeurobanknotepoundbanknoteyenbarchartbaseballbasketballandhoopbathbathtub
Use the label emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M177.341 162.711a6.912 6.912 0 0 1-4.888-11.8c40.183-40.184 56.302-91.961 35.197-113.065c-21.106-21.104-72.883-4.987-113.066 35.198a6.912 6.912 0 0 1-9.775-9.776c21.922-21.922 47.384-37.832 71.694-44.797c25.727-7.37 47.363-3.96 60.923 9.6c13.562 13.562 16.971 35.198 9.6 60.923c-6.965 24.311-22.874 49.772-44.797 71.695a6.9 6.9 0 0 1-4.888 2.022"/><path fill="#D1CFC3" d="M508.54 320.098L258.036 69.594a2.25 2.25 0 0 0-1.417-.652l-100.017-7.725a2.25 2.25 0 0 0-1.764.652L73.007 143.7a2.25 2.25 0 0 0-.654 1.744l6.916 100.842c.037.542.269 1.052.654 1.437l250.496 250.496a8.4 8.4 0 0 0 11.876 0L508.54 331.974a8.4 8.4 0 0 0 0-11.876M143.644 180.551c-13.042-13.042-13.042-34.186 0-47.228s34.186-13.042 47.228 0s13.042 34.186 0 47.228c-13.042 13.041-34.186 13.041-47.228 0"/><path fill="#597B91" d="M66.216 217.122c-17.936 0-32.976-5.5-43.764-16.288c-16.528-16.528-20.642-43.036-11.586-74.641c8.65-30.19 28.433-61.835 55.704-89.106a6.912 6.912 0 0 1 9.775 9.776c-25.64 25.64-44.174 55.166-52.189 83.138c-7.609 26.558-4.742 48.241 8.072 61.056c12.817 12.816 34.502 15.682 61.057 8.073c27.973-8.015 57.498-26.55 83.139-52.19a6.912 6.912 0 0 1 9.775 9.776c-27.271 27.271-58.916 47.054-89.105 55.704c-10.975 3.145-21.337 4.702-30.878 4.702"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiLabel(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M177.341 162.711a6.912 6.912 0 0 1-4.888-11.8c40.183-40.184 56.302-91.961 35.197-113.065c-21.106-21.104-72.883-4.987-113.066 35.198a6.912 6.912 0 0 1-9.775-9.776c21.922-21.922 47.384-37.832 71.694-44.797c25.727-7.37 47.363-3.96 60.923 9.6c13.562 13.562 16.971 35.198 9.6 60.923c-6.965 24.311-22.874 49.772-44.797 71.695a6.9 6.9 0 0 1-4.888 2.022"/><path fill="#D1CFC3" d="M508.54 320.098L258.036 69.594a2.25 2.25 0 0 0-1.417-.652l-100.017-7.725a2.25 2.25 0 0 0-1.764.652L73.007 143.7a2.25 2.25 0 0 0-.654 1.744l6.916 100.842c.037.542.269 1.052.654 1.437l250.496 250.496a8.4 8.4 0 0 0 11.876 0L508.54 331.974a8.4 8.4 0 0 0 0-11.876M143.644 180.551c-13.042-13.042-13.042-34.186 0-47.228s34.186-13.042 47.228 0s13.042 34.186 0 47.228c-13.042 13.041-34.186 13.041-47.228 0"/><path fill="#597B91" d="M66.216 217.122c-17.936 0-32.976-5.5-43.764-16.288c-16.528-16.528-20.642-43.036-11.586-74.641c8.65-30.19 28.433-61.835 55.704-89.106a6.912 6.912 0 0 1 9.775 9.776c-25.64 25.64-44.174 55.166-52.189 83.138c-7.609 26.558-4.742 48.241 8.072 61.056c12.817 12.816 34.502 15.682 61.057 8.073c27.973-8.015 57.498-26.55 83.139-52.19a6.912 6.912 0 0 1 9.775 9.776c-27.271 27.271-58.916 47.054-89.105 55.704c-10.975 3.145-21.337 4.702-30.878 4.702"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M177.341 162.711a6.912 6.912 0 0 1-4.888-11.8c40.183-40.184 56.302-91.961 35.197-113.065c-21.106-21.104-72.883-4.987-113.066 35.198a6.912 6.912 0 0 1-9.775-9.776c21.922-21.922 47.384-37.832 71.694-44.797c25.727-7.37 47.363-3.96 60.923 9.6c13.562 13.562 16.971 35.198 9.6 60.923c-6.965 24.311-22.874 49.772-44.797 71.695a6.9 6.9 0 0 1-4.888 2.022"/><path fill="#D1CFC3" d="M508.54 320.098L258.036 69.594a2.25 2.25 0 0 0-1.417-.652l-100.017-7.725a2.25 2.25 0 0 0-1.764.652L73.007 143.7a2.25 2.25 0 0 0-.654 1.744l6.916 100.842c.037.542.269 1.052.654 1.437l250.496 250.496a8.4 8.4 0 0 0 11.876 0L508.54 331.974a8.4 8.4 0 0 0 0-11.876M143.644 180.551c-13.042-13.042-13.042-34.186 0-47.228s34.186-13.042 47.228 0s13.042 34.186 0 47.228c-13.042 13.041-34.186 13.041-47.228 0"/><path fill="#597B91" d="M66.216 217.122c-17.936 0-32.976-5.5-43.764-16.288c-16.528-16.528-20.642-43.036-11.586-74.641c8.65-30.19 28.433-61.835 55.704-89.106a6.912 6.912 0 0 1 9.775 9.776c-25.64 25.64-44.174 55.166-52.189 83.138c-7.609 26.558-4.742 48.241 8.072 61.056c12.817 12.816 34.502 15.682 61.057 8.073c27.973-8.015 57.498-26.55 83.139-52.19a6.912 6.912 0 0 1 9.775 9.776c-27.271 27.271-58.916 47.054-89.105 55.704c-10.975 3.145-21.337 4.702-30.878 4.702"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M177.341%20162.711a6.912%206.912%200%200%201-4.888-11.8c40.183-40.184%2056.302-91.961%2035.197-113.065c-21.106-21.104-72.883-4.987-113.066%2035.198a6.912%206.912%200%200%201-9.775-9.776c21.922-21.922%2047.384-37.832%2071.694-44.797c25.727-7.37%2047.363-3.96%2060.923%209.6c13.562%2013.562%2016.971%2035.198%209.6%2060.923c-6.965%2024.311-22.874%2049.772-44.797%2071.695a6.9%206.9%200%200%201-4.888%202.022%22%2F%3E%3Cpath%20fill%3D%22%23D1CFC3%22%20d%3D%22M508.54%20320.098L258.036%2069.594a2.25%202.25%200%200%200-1.417-.652l-100.017-7.725a2.25%202.25%200%200%200-1.764.652L73.007%20143.7a2.25%202.25%200%200%200-.654%201.744l6.916%20100.842c.037.542.269%201.052.654%201.437l250.496%20250.496a8.4%208.4%200%200%200%2011.876%200L508.54%20331.974a8.4%208.4%200%200%200%200-11.876M143.644%20180.551c-13.042-13.042-13.042-34.186%200-47.228s34.186-13.042%2047.228%200s13.042%2034.186%200%2047.228c-13.042%2013.041-34.186%2013.041-47.228%200%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M66.216%20217.122c-17.936%200-32.976-5.5-43.764-16.288c-16.528-16.528-20.642-43.036-11.586-74.641c8.65-30.19%2028.433-61.835%2055.704-89.106a6.912%206.912%200%200%201%209.775%209.776c-25.64%2025.64-44.174%2055.166-52.189%2083.138c-7.609%2026.558-4.742%2048.241%208.072%2061.056c12.817%2012.816%2034.502%2015.682%2061.057%208.073c27.973-8.015%2057.498-26.55%2083.139-52.19a6.912%206.912%200%200%201%209.775%209.776c-27.271%2027.271-58.916%2047.054-89.105%2055.704c-10.975%203.145-21.337%204.702-30.878%204.702%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M177.341%20162.711a6.912%206.912%200%200%201-4.888-11.8c40.183-40.184%2056.302-91.961%2035.197-113.065c-21.106-21.104-72.883-4.987-113.066%2035.198a6.912%206.912%200%200%201-9.775-9.776c21.922-21.922%2047.384-37.832%2071.694-44.797c25.727-7.37%2047.363-3.96%2060.923%209.6c13.562%2013.562%2016.971%2035.198%209.6%2060.923c-6.965%2024.311-22.874%2049.772-44.797%2071.695a6.9%206.9%200%200%201-4.888%202.022%22%2F%3E%3Cpath%20fill%3D%22%23D1CFC3%22%20d%3D%22M508.54%20320.098L258.036%2069.594a2.25%202.25%200%200%200-1.417-.652l-100.017-7.725a2.25%202.25%200%200%200-1.764.652L73.007%20143.7a2.25%202.25%200%200%200-.654%201.744l6.916%20100.842c.037.542.269%201.052.654%201.437l250.496%20250.496a8.4%208.4%200%200%200%2011.876%200L508.54%20331.974a8.4%208.4%200%200%200%200-11.876M143.644%20180.551c-13.042-13.042-13.042-34.186%200-47.228s34.186-13.042%2047.228%200s13.042%2034.186%200%2047.228c-13.042%2013.041-34.186%2013.041-47.228%200%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M66.216%20217.122c-17.936%200-32.976-5.5-43.764-16.288c-16.528-16.528-20.642-43.036-11.586-74.641c8.65-30.19%2028.433-61.835%2055.704-89.106a6.912%206.912%200%200%201%209.775%209.776c-25.64%2025.64-44.174%2055.166-52.189%2083.138c-7.609%2026.558-4.742%2048.241%208.072%2061.056c12.817%2012.816%2034.502%2015.682%2061.057%208.073c27.973-8.015%2057.498-26.55%2083.139-52.19a6.912%206.912%200%200%201%209.775%209.776c-27.271%2027.271-58.916%2047.054-89.105%2055.704c-10.975%203.145-21.337%204.702-30.878%204.702%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/label.svg?color=%231a73e8&size=48