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

Name
person-tag-32-regular
Set
Fluent UI System Icons
Style
32 Regular
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="M13.998 15.997a6.999 6.999 0 1 0 0-13.997a6.999 6.999 0 0 0 0 13.997m0-2a4.999 4.999 0 1 1 0-9.997a4.999 4.999 0 0 1 0 9.997m-8.498 6a1.5 1.5 0 0 0-1.5 1.5v.499c0 1.472.94 2.948 2.758 4.105c1.807 1.15 4.364 1.894 7.24 1.894c1.389 0 2.703-.174 3.895-.483l1.606 1.606c-1.657.564-3.53.877-5.501.877c-3.198 0-6.14-.823-8.314-2.207C3.522 26.413 2 24.39 2 21.996v-.5a3.5 3.5 0 0 1 3.5-3.5h9.533q-.035.246-.035.5v1.5zm24.797 6.195a2.4 2.4 0 0 0 0-3.393l-5.716-5.716a2 2 0 0 0-1.414-.586h-4.67a2 2 0 0 0-2 2v4.67a2 2 0 0 0 .586 1.414l5.716 5.716a2.4 2.4 0 0 0 3.393 0zm-10.3-5.195a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonTag32Regular(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="M13.998 15.997a6.999 6.999 0 1 0 0-13.997a6.999 6.999 0 0 0 0 13.997m0-2a4.999 4.999 0 1 1 0-9.997a4.999 4.999 0 0 1 0 9.997m-8.498 6a1.5 1.5 0 0 0-1.5 1.5v.499c0 1.472.94 2.948 2.758 4.105c1.807 1.15 4.364 1.894 7.24 1.894c1.389 0 2.703-.174 3.895-.483l1.606 1.606c-1.657.564-3.53.877-5.501.877c-3.198 0-6.14-.823-8.314-2.207C3.522 26.413 2 24.39 2 21.996v-.5a3.5 3.5 0 0 1 3.5-3.5h9.533q-.035.246-.035.5v1.5zm24.797 6.195a2.4 2.4 0 0 0 0-3.393l-5.716-5.716a2 2 0 0 0-1.414-.586h-4.67a2 2 0 0 0-2 2v4.67a2 2 0 0 0 .586 1.414l5.716 5.716a2.4 2.4 0 0 0 3.393 0zm-10.3-5.195a1 1 0 1 1 0-2a1 1 0 0 1 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="M13.998 15.997a6.999 6.999 0 1 0 0-13.997a6.999 6.999 0 0 0 0 13.997m0-2a4.999 4.999 0 1 1 0-9.997a4.999 4.999 0 0 1 0 9.997m-8.498 6a1.5 1.5 0 0 0-1.5 1.5v.499c0 1.472.94 2.948 2.758 4.105c1.807 1.15 4.364 1.894 7.24 1.894c1.389 0 2.703-.174 3.895-.483l1.606 1.606c-1.657.564-3.53.877-5.501.877c-3.198 0-6.14-.823-8.314-2.207C3.522 26.413 2 24.39 2 21.996v-.5a3.5 3.5 0 0 1 3.5-3.5h9.533q-.035.246-.035.5v1.5zm24.797 6.195a2.4 2.4 0 0 0 0-3.393l-5.716-5.716a2 2 0 0 0-1.414-.586h-4.67a2 2 0 0 0-2 2v4.67a2 2 0 0 0 .586 1.414l5.716 5.716a2.4 2.4 0 0 0 3.393 0zm-10.3-5.195a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
</template>

CSS

.icon-person-tag-32-regular {
  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%22M13.998%2015.997a6.999%206.999%200%201%200%200-13.997a6.999%206.999%200%200%200%200%2013.997m0-2a4.999%204.999%200%201%201%200-9.997a4.999%204.999%200%200%201%200%209.997m-8.498%206a1.5%201.5%200%200%200-1.5%201.5v.499c0%201.472.94%202.948%202.758%204.105c1.807%201.15%204.364%201.894%207.24%201.894c1.389%200%202.703-.174%203.895-.483l1.606%201.606c-1.657.564-3.53.877-5.501.877c-3.198%200-6.14-.823-8.314-2.207C3.522%2026.413%202%2024.39%202%2021.996v-.5a3.5%203.5%200%200%201%203.5-3.5h9.533q-.035.246-.035.5v1.5zm24.797%206.195a2.4%202.4%200%200%200%200-3.393l-5.716-5.716a2%202%200%200%200-1.414-.586h-4.67a2%202%200%200%200-2%202v4.67a2%202%200%200%200%20.586%201.414l5.716%205.716a2.4%202.4%200%200%200%203.393%200zm-10.3-5.195a1%201%200%201%201%200-2a1%201%200%200%201%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%22M13.998%2015.997a6.999%206.999%200%201%200%200-13.997a6.999%206.999%200%200%200%200%2013.997m0-2a4.999%204.999%200%201%201%200-9.997a4.999%204.999%200%200%201%200%209.997m-8.498%206a1.5%201.5%200%200%200-1.5%201.5v.499c0%201.472.94%202.948%202.758%204.105c1.807%201.15%204.364%201.894%207.24%201.894c1.389%200%202.703-.174%203.895-.483l1.606%201.606c-1.657.564-3.53.877-5.501.877c-3.198%200-6.14-.823-8.314-2.207C3.522%2026.413%202%2024.39%202%2021.996v-.5a3.5%203.5%200%200%201%203.5-3.5h9.533q-.035.246-.035.5v1.5zm24.797%206.195a2.4%202.4%200%200%200%200-3.393l-5.716-5.716a2%202%200%200%200-1.414-.586h-4.67a2%202%200%200%200-2%202v4.67a2%202%200%200%200%20.586%201.414l5.716%205.716a2.4%202.4%200%200%200%203.393%200zm-10.3-5.195a1%201%200%201%201%200-2a1%201%200%200%201%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-regular.svg?color=%231a73e8&size=48