tag-faces from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
tag-faces
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
tag-emoji, tag-emoticon

Related icons in Material Design Icons

Use the tag faces icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 18c-3.32 0-6-2.69-6-6c0-3.32 2.68-6 6-6a6 6 0 0 1 6 6a6 6 0 0 1-6 6M4 13a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1a1 1 0 0 1-1 1M22 3H7.63c-.66 0-1.25.32-1.63.81L0 12l6 8.18c.38.5.97.82 1.63.82H22a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-9 8a1 1 0 0 0 1-1a1 1 0 0 0-1-1a1 1 0 0 0-1 1a1 1 0 0 0 1 1m2 5c1.86 0 3.35-1.28 3.8-3h-7.6c.45 1.72 1.94 3 3.8 3m2-5a1 1 0 0 0 1-1a1 1 0 0 0-1-1a1 1 0 0 0-1 1a1 1 0 0 0 1 1"/></svg>

React

import type { SVGProps } from "react";

export function MdiTagFaces(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 18c-3.32 0-6-2.69-6-6c0-3.32 2.68-6 6-6a6 6 0 0 1 6 6a6 6 0 0 1-6 6M4 13a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1a1 1 0 0 1-1 1M22 3H7.63c-.66 0-1.25.32-1.63.81L0 12l6 8.18c.38.5.97.82 1.63.82H22a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-9 8a1 1 0 0 0 1-1a1 1 0 0 0-1-1a1 1 0 0 0-1 1a1 1 0 0 0 1 1m2 5c1.86 0 3.35-1.28 3.8-3h-7.6c.45 1.72 1.94 3 3.8 3m2-5a1 1 0 0 0 1-1a1 1 0 0 0-1-1a1 1 0 0 0-1 1a1 1 0 0 0 1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 18c-3.32 0-6-2.69-6-6c0-3.32 2.68-6 6-6a6 6 0 0 1 6 6a6 6 0 0 1-6 6M4 13a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1a1 1 0 0 1-1 1M22 3H7.63c-.66 0-1.25.32-1.63.81L0 12l6 8.18c.38.5.97.82 1.63.82H22a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-9 8a1 1 0 0 0 1-1a1 1 0 0 0-1-1a1 1 0 0 0-1 1a1 1 0 0 0 1 1m2 5c1.86 0 3.35-1.28 3.8-3h-7.6c.45 1.72 1.94 3 3.8 3m2-5a1 1 0 0 0 1-1a1 1 0 0 0-1-1a1 1 0 0 0-1 1a1 1 0 0 0 1 1"/></svg>
</template>

CSS

.icon-tag-faces {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2018c-3.32%200-6-2.69-6-6c0-3.32%202.68-6%206-6a6%206%200%200%201%206%206a6%206%200%200%201-6%206M4%2013a1%201%200%200%201-1-1a1%201%200%200%201%201-1a1%201%200%200%201%201%201a1%201%200%200%201-1%201M22%203H7.63c-.66%200-1.25.32-1.63.81L0%2012l6%208.18c.38.5.97.82%201.63.82H22a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2m-9%208a1%201%200%200%200%201-1a1%201%200%200%200-1-1a1%201%200%200%200-1%201a1%201%200%200%200%201%201m2%205c1.86%200%203.35-1.28%203.8-3h-7.6c.45%201.72%201.94%203%203.8%203m2-5a1%201%200%200%200%201-1a1%201%200%200%200-1-1a1%201%200%200%200-1%201a1%201%200%200%200%201%201%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2018c-3.32%200-6-2.69-6-6c0-3.32%202.68-6%206-6a6%206%200%200%201%206%206a6%206%200%200%201-6%206M4%2013a1%201%200%200%201-1-1a1%201%200%200%201%201-1a1%201%200%200%201%201%201a1%201%200%200%201-1%201M22%203H7.63c-.66%200-1.25.32-1.63.81L0%2012l6%208.18c.38.5.97.82%201.63.82H22a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2m-9%208a1%201%200%200%200%201-1a1%201%200%200%200-1-1a1%201%200%200%200-1%201a1%201%200%200%200%201%201m2%205c1.86%200%203.35-1.28%203.8-3h-7.6c.45%201.72%201.94%203%203.8%203m2-5a1%201%200%200%200%201-1a1%201%200%200%200-1-1a1%201%200%200%200-1%201a1%201%200%200%200%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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