label from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
label
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

The same logo in other sets

Use the label logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ffb300" d="m14.709 8.558l-7.27-7.247a1 1 0 0 0-.893-.297l-4 .731c-.399.074-.714.38-.8.777l-.732 4.024c-.055.328.057.662.297.892l7.247 7.27c.393.39 1.025.39 1.417 0l4.734-4.733a1.006 1.006 0 0 0 0-1.417m-8.981-2.8c-1.434 1.554-3.65-.764-2.117-2.214c1.411-1.378 3.467.704 2.15 2.178z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeLabel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ffb300" d="m14.709 8.558l-7.27-7.247a1 1 0 0 0-.893-.297l-4 .731c-.399.074-.714.38-.8.777l-.732 4.024c-.055.328.057.662.297.892l7.247 7.27c.393.39 1.025.39 1.417 0l4.734-4.733a1.006 1.006 0 0 0 0-1.417m-8.981-2.8c-1.434 1.554-3.65-.764-2.117-2.214c1.411-1.378 3.467.704 2.15 2.178z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ffb300" d="m14.709 8.558l-7.27-7.247a1 1 0 0 0-.893-.297l-4 .731c-.399.074-.714.38-.8.777l-.732 4.024c-.055.328.057.662.297.892l7.247 7.27c.393.39 1.025.39 1.417 0l4.734-4.733a1.006 1.006 0 0 0 0-1.417m-8.981-2.8c-1.434 1.554-3.65-.764-2.117-2.214c1.411-1.378 3.467.704 2.15 2.178z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ffb300%22%20d%3D%22m14.709%208.558l-7.27-7.247a1%201%200%200%200-.893-.297l-4%20.731c-.399.074-.714.38-.8.777l-.732%204.024c-.055.328.057.662.297.892l7.247%207.27c.393.39%201.025.39%201.417%200l4.734-4.733a1.006%201.006%200%200%200%200-1.417m-8.981-2.8c-1.434%201.554-3.65-.764-2.117-2.214c1.411-1.378%203.467.704%202.15%202.178z%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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ffb300%22%20d%3D%22m14.709%208.558l-7.27-7.247a1%201%200%200%200-.893-.297l-4%20.731c-.399.074-.714.38-.8.777l-.732%204.024c-.055.328.057.662.297.892l7.247%207.27c.393.39%201.025.39%201.417%200l4.734-4.733a1.006%201.006%200%200%200%200-1.417m-8.981-2.8c-1.434%201.554-3.65-.764-2.117-2.214c1.411-1.378%203.467.704%202.15%202.178z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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