person-tag-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
person-tag-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the person tag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.996 8.999A6.999 6.999 0 1 1 7 8.999a6.999 6.999 0 0 1 13.997 0M2 21.496a3.5 3.5 0 0 1 3.5-3.5h9.533a3.5 3.5 0 0 0-.036.5v4.671c0 .928.369 1.818 1.025 2.475l3.477 3.476c-1.657.564-3.53.876-5.501.876c-3.198 0-6.14-.822-8.314-2.206C3.522 26.413 2 24.39 2 21.996zm28.297 4.696l-4.105 4.105a2.4 2.4 0 0 1-3.393 0l-5.716-5.716a2 2 0 0 1-.586-1.414v-4.67a2 2 0 0 1 2-2h4.67a2 2 0 0 1 1.414.586l5.716 5.716a2.4 2.4 0 0 1 0 3.393m-10.3-5.196a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonTag32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.996 8.999A6.999 6.999 0 1 1 7 8.999a6.999 6.999 0 0 1 13.997 0M2 21.496a3.5 3.5 0 0 1 3.5-3.5h9.533a3.5 3.5 0 0 0-.036.5v4.671c0 .928.369 1.818 1.025 2.475l3.477 3.476c-1.657.564-3.53.876-5.501.876c-3.198 0-6.14-.822-8.314-2.206C3.522 26.413 2 24.39 2 21.996zm28.297 4.696l-4.105 4.105a2.4 2.4 0 0 1-3.393 0l-5.716-5.716a2 2 0 0 1-.586-1.414v-4.67a2 2 0 0 1 2-2h4.67a2 2 0 0 1 1.414.586l5.716 5.716a2.4 2.4 0 0 1 0 3.393m-10.3-5.196a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.996 8.999A6.999 6.999 0 1 1 7 8.999a6.999 6.999 0 0 1 13.997 0M2 21.496a3.5 3.5 0 0 1 3.5-3.5h9.533a3.5 3.5 0 0 0-.036.5v4.671c0 .928.369 1.818 1.025 2.475l3.477 3.476c-1.657.564-3.53.876-5.501.876c-3.198 0-6.14-.822-8.314-2.206C3.522 26.413 2 24.39 2 21.996zm28.297 4.696l-4.105 4.105a2.4 2.4 0 0 1-3.393 0l-5.716-5.716a2 2 0 0 1-.586-1.414v-4.67a2 2 0 0 1 2-2h4.67a2 2 0 0 1 1.414.586l5.716 5.716a2.4 2.4 0 0 1 0 3.393m-10.3-5.196a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
</template>

CSS

.icon-person-tag-32-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.996%208.999A6.999%206.999%200%201%201%207%208.999a6.999%206.999%200%200%201%2013.997%200M2%2021.496a3.5%203.5%200%200%201%203.5-3.5h9.533a3.5%203.5%200%200%200-.036.5v4.671c0%20.928.369%201.818%201.025%202.475l3.477%203.476c-1.657.564-3.53.876-5.501.876c-3.198%200-6.14-.822-8.314-2.206C3.522%2026.413%202%2024.39%202%2021.996zm28.297%204.696l-4.105%204.105a2.4%202.4%200%200%201-3.393%200l-5.716-5.716a2%202%200%200%201-.586-1.414v-4.67a2%202%200%200%201%202-2h4.67a2%202%200%200%201%201.414.586l5.716%205.716a2.4%202.4%200%200%201%200%203.393m-10.3-5.196a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.996%208.999A6.999%206.999%200%201%201%207%208.999a6.999%206.999%200%200%201%2013.997%200M2%2021.496a3.5%203.5%200%200%201%203.5-3.5h9.533a3.5%203.5%200%200%200-.036.5v4.671c0%20.928.369%201.818%201.025%202.475l3.477%203.476c-1.657.564-3.53.876-5.501.876c-3.198%200-6.14-.822-8.314-2.206C3.522%2026.413%202%2024.39%202%2021.996zm28.297%204.696l-4.105%204.105a2.4%202.4%200%200%201-3.393%200l-5.716-5.716a2%202%200%200%201-.586-1.414v-4.67a2%202%200%200%201%202-2h4.67a2%202%200%200%201%201.414.586l5.716%205.716a2.4%202.4%200%200%201%200%203.393m-10.3-5.196a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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