label from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
label
Set
Fluent Emoji Flat
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji Flat

Use the label emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#d3d3d3" d="M25.34 7.684a3.701 3.701 0 1 0 0 7.402a3.701 3.701 0 0 0 0-7.402m-4.719 3.701a4.719 4.719 0 1 1 9.438 0a4.719 4.719 0 0 1-9.438 0"/><path fill="#fcd53f" d="m24.19 17.675l1.93-5.02c.2-.52.08-1.12-.32-1.52l-4.72-4.72c-.4-.4-.99-.52-1.52-.32l-5.02 1.93c-.38.15-.73.37-1.02.66l-11.1 11.1c-.56.56-.56 1.46 0 2.01l8 8c.56.56 1.46.56 2.01 0l11.1-11.1q.435-.435.66-1.02m-4.98-4.66c-.69-.69-.69-1.8 0-2.49s1.8-.69 2.49 0s.69 1.8 0 2.49c-.69.68-1.81.68-2.49 0"/><path fill="#f8312f" d="M20.45 10.015c.45 0 .9.17 1.24.52c.69.69.69 1.8 0 2.49c-.34.34-.79.52-1.24.52s-.9-.17-1.24-.52c-.69-.69-.69-1.8 0-2.49c.34-.35.79-.52 1.24-.52m0-.94c-.72 0-1.4.28-1.91.79a2.71 2.71 0 0 0 0 3.82c.51.51 1.19.79 1.91.79s1.4-.28 1.91-.79a2.71 2.71 0 0 0 0-3.82c-.51-.51-1.19-.79-1.91-.79"/><path fill="#d3d3d3" d="M21.13 10.876a.51.51 0 0 1 .509.509a3.69 3.69 0 0 0 2.009 3.295h.002c.695.353 1.48.477 2.24.37a.509.509 0 0 1 .14 1.01a4.8 4.8 0 0 1-2.839-.47a4.71 4.71 0 0 1-2.57-4.205a.51.51 0 0 1 .509-.509"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatLabel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#d3d3d3" d="M25.34 7.684a3.701 3.701 0 1 0 0 7.402a3.701 3.701 0 0 0 0-7.402m-4.719 3.701a4.719 4.719 0 1 1 9.438 0a4.719 4.719 0 0 1-9.438 0"/><path fill="#fcd53f" d="m24.19 17.675l1.93-5.02c.2-.52.08-1.12-.32-1.52l-4.72-4.72c-.4-.4-.99-.52-1.52-.32l-5.02 1.93c-.38.15-.73.37-1.02.66l-11.1 11.1c-.56.56-.56 1.46 0 2.01l8 8c.56.56 1.46.56 2.01 0l11.1-11.1q.435-.435.66-1.02m-4.98-4.66c-.69-.69-.69-1.8 0-2.49s1.8-.69 2.49 0s.69 1.8 0 2.49c-.69.68-1.81.68-2.49 0"/><path fill="#f8312f" d="M20.45 10.015c.45 0 .9.17 1.24.52c.69.69.69 1.8 0 2.49c-.34.34-.79.52-1.24.52s-.9-.17-1.24-.52c-.69-.69-.69-1.8 0-2.49c.34-.35.79-.52 1.24-.52m0-.94c-.72 0-1.4.28-1.91.79a2.71 2.71 0 0 0 0 3.82c.51.51 1.19.79 1.91.79s1.4-.28 1.91-.79a2.71 2.71 0 0 0 0-3.82c-.51-.51-1.19-.79-1.91-.79"/><path fill="#d3d3d3" d="M21.13 10.876a.51.51 0 0 1 .509.509a3.69 3.69 0 0 0 2.009 3.295h.002c.695.353 1.48.477 2.24.37a.509.509 0 0 1 .14 1.01a4.8 4.8 0 0 1-2.839-.47a4.71 4.71 0 0 1-2.57-4.205a.51.51 0 0 1 .509-.509"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#d3d3d3" d="M25.34 7.684a3.701 3.701 0 1 0 0 7.402a3.701 3.701 0 0 0 0-7.402m-4.719 3.701a4.719 4.719 0 1 1 9.438 0a4.719 4.719 0 0 1-9.438 0"/><path fill="#fcd53f" d="m24.19 17.675l1.93-5.02c.2-.52.08-1.12-.32-1.52l-4.72-4.72c-.4-.4-.99-.52-1.52-.32l-5.02 1.93c-.38.15-.73.37-1.02.66l-11.1 11.1c-.56.56-.56 1.46 0 2.01l8 8c.56.56 1.46.56 2.01 0l11.1-11.1q.435-.435.66-1.02m-4.98-4.66c-.69-.69-.69-1.8 0-2.49s1.8-.69 2.49 0s.69 1.8 0 2.49c-.69.68-1.81.68-2.49 0"/><path fill="#f8312f" d="M20.45 10.015c.45 0 .9.17 1.24.52c.69.69.69 1.8 0 2.49c-.34.34-.79.52-1.24.52s-.9-.17-1.24-.52c-.69-.69-.69-1.8 0-2.49c.34-.35.79-.52 1.24-.52m0-.94c-.72 0-1.4.28-1.91.79a2.71 2.71 0 0 0 0 3.82c.51.51 1.19.79 1.91.79s1.4-.28 1.91-.79a2.71 2.71 0 0 0 0-3.82c-.51-.51-1.19-.79-1.91-.79"/><path fill="#d3d3d3" d="M21.13 10.876a.51.51 0 0 1 .509.509a3.69 3.69 0 0 0 2.009 3.295h.002c.695.353 1.48.477 2.24.37a.509.509 0 0 1 .14 1.01a4.8 4.8 0 0 1-2.839-.47a4.71 4.71 0 0 1-2.57-4.205a.51.51 0 0 1 .509-.509"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M25.34%207.684a3.701%203.701%200%201%200%200%207.402a3.701%203.701%200%200%200%200-7.402m-4.719%203.701a4.719%204.719%200%201%201%209.438%200a4.719%204.719%200%200%201-9.438%200%22%2F%3E%3Cpath%20fill%3D%22%23fcd53f%22%20d%3D%22m24.19%2017.675l1.93-5.02c.2-.52.08-1.12-.32-1.52l-4.72-4.72c-.4-.4-.99-.52-1.52-.32l-5.02%201.93c-.38.15-.73.37-1.02.66l-11.1%2011.1c-.56.56-.56%201.46%200%202.01l8%208c.56.56%201.46.56%202.01%200l11.1-11.1q.435-.435.66-1.02m-4.98-4.66c-.69-.69-.69-1.8%200-2.49s1.8-.69%202.49%200s.69%201.8%200%202.49c-.69.68-1.81.68-2.49%200%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M20.45%2010.015c.45%200%20.9.17%201.24.52c.69.69.69%201.8%200%202.49c-.34.34-.79.52-1.24.52s-.9-.17-1.24-.52c-.69-.69-.69-1.8%200-2.49c.34-.35.79-.52%201.24-.52m0-.94c-.72%200-1.4.28-1.91.79a2.71%202.71%200%200%200%200%203.82c.51.51%201.19.79%201.91.79s1.4-.28%201.91-.79a2.71%202.71%200%200%200%200-3.82c-.51-.51-1.19-.79-1.91-.79%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M21.13%2010.876a.51.51%200%200%201%20.509.509a3.69%203.69%200%200%200%202.009%203.295h.002c.695.353%201.48.477%202.24.37a.509.509%200%200%201%20.14%201.01a4.8%204.8%200%200%201-2.839-.47a4.71%204.71%200%200%201-2.57-4.205a.51.51%200%200%201%20.509-.509%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M25.34%207.684a3.701%203.701%200%201%200%200%207.402a3.701%203.701%200%200%200%200-7.402m-4.719%203.701a4.719%204.719%200%201%201%209.438%200a4.719%204.719%200%200%201-9.438%200%22%2F%3E%3Cpath%20fill%3D%22%23fcd53f%22%20d%3D%22m24.19%2017.675l1.93-5.02c.2-.52.08-1.12-.32-1.52l-4.72-4.72c-.4-.4-.99-.52-1.52-.32l-5.02%201.93c-.38.15-.73.37-1.02.66l-11.1%2011.1c-.56.56-.56%201.46%200%202.01l8%208c.56.56%201.46.56%202.01%200l11.1-11.1q.435-.435.66-1.02m-4.98-4.66c-.69-.69-.69-1.8%200-2.49s1.8-.69%202.49%200s.69%201.8%200%202.49c-.69.68-1.81.68-2.49%200%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M20.45%2010.015c.45%200%20.9.17%201.24.52c.69.69.69%201.8%200%202.49c-.34.34-.79.52-1.24.52s-.9-.17-1.24-.52c-.69-.69-.69-1.8%200-2.49c.34-.35.79-.52%201.24-.52m0-.94c-.72%200-1.4.28-1.91.79a2.71%202.71%200%200%200%200%203.82c.51.51%201.19.79%201.91.79s1.4-.28%201.91-.79a2.71%202.71%200%200%200%200-3.82c-.51-.51-1.19-.79-1.91-.79%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M21.13%2010.876a.51.51%200%200%201%20.509.509a3.69%203.69%200%200%200%202.009%203.295h.002c.695.353%201.48.477%202.24.37a.509.509%200%200%201%20.14%201.01a4.8%204.8%200%200%201-2.839-.47a4.71%204.71%200%200%201-2.57-4.205a.51.51%200%200%201%20.509-.509%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/label.svg?color=%231a73e8&size=48