person tag icon
person-tag-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- person-tag-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
person-5-20-filledperson-6-20-filledperson-account-16-filledperson-accounts-20-filledperson-add-16-filledperson-alert-16-filledperson-alert-off-16-filledperson-arrow-back-16-filledperson-arrow-left-16-filledperson-arrow-right-16-filledperson-available-16-filledperson-board-12-filledperson-board-add-16-filledperson-briefcase-16-filledperson-call-16-filledperson-chat-16-filledperson-circle-12-filledperson-circle-off-12-filledperson-clock-16-filledperson-delete-16-filledperson-desktop-20-filledperson-edit-16-filledperson-error-16-filledperson-feedback-16-filled
Use the person tag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.222 25.14c-1.493.546-3.268.854-5.222.854c-5.79 0-10-2.566-10-6.283v-.715a3 3 0 0 1 3-3h8l.001 3.683c0 .795.317 1.557.879 2.12zm-2.132-12c-.3.096-.58.237-.831.417A6 6 0 1 1 18 7.999a6 6 0 0 1-2.91 5.142M14 16.001l.001 3.677a2 2 0 0 0 .586 1.414l5.324 5.322a2 2 0 0 0 2.828 0l3.677-3.676a2 2 0 0 0 0-2.828l-5.323-5.322a2 2 0 0 0-1.414-.586L16 14.001A2 2 0 0 0 14 16m3 1.995a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonTag28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.222 25.14c-1.493.546-3.268.854-5.222.854c-5.79 0-10-2.566-10-6.283v-.715a3 3 0 0 1 3-3h8l.001 3.683c0 .795.317 1.557.879 2.12zm-2.132-12c-.3.096-.58.237-.831.417A6 6 0 1 1 18 7.999a6 6 0 0 1-2.91 5.142M14 16.001l.001 3.677a2 2 0 0 0 .586 1.414l5.324 5.322a2 2 0 0 0 2.828 0l3.677-3.676a2 2 0 0 0 0-2.828l-5.323-5.322a2 2 0 0 0-1.414-.586L16 14.001A2 2 0 0 0 14 16m3 1.995a1 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 28 28"><path fill="currentColor" d="M17.222 25.14c-1.493.546-3.268.854-5.222.854c-5.79 0-10-2.566-10-6.283v-.715a3 3 0 0 1 3-3h8l.001 3.683c0 .795.317 1.557.879 2.12zm-2.132-12c-.3.096-.58.237-.831.417A6 6 0 1 1 18 7.999a6 6 0 0 1-2.91 5.142M14 16.001l.001 3.677a2 2 0 0 0 .586 1.414l5.324 5.322a2 2 0 0 0 2.828 0l3.677-3.676a2 2 0 0 0 0-2.828l-5.323-5.322a2 2 0 0 0-1.414-.586L16 14.001A2 2 0 0 0 14 16m3 1.995a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg> </template>
CSS
.icon-person-tag-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.222%2025.14c-1.493.546-3.268.854-5.222.854c-5.79%200-10-2.566-10-6.283v-.715a3%203%200%200%201%203-3h8l.001%203.683c0%20.795.317%201.557.879%202.12zm-2.132-12c-.3.096-.58.237-.831.417A6%206%200%201%201%2018%207.999a6%206%200%200%201-2.91%205.142M14%2016.001l.001%203.677a2%202%200%200%200%20.586%201.414l5.324%205.322a2%202%200%200%200%202.828%200l3.677-3.676a2%202%200%200%200%200-2.828l-5.323-5.322a2%202%200%200%200-1.414-.586L16%2014.001A2%202%200%200%200%2014%2016m3%201.995a1%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.222%2025.14c-1.493.546-3.268.854-5.222.854c-5.79%200-10-2.566-10-6.283v-.715a3%203%200%200%201%203-3h8l.001%203.683c0%20.795.317%201.557.879%202.12zm-2.132-12c-.3.096-.58.237-.831.417A6%206%200%201%201%2018%207.999a6%206%200%200%201-2.91%205.142M14%2016.001l.001%203.677a2%202%200%200%200%20.586%201.414l5.324%205.322a2%202%200%200%200%202.828%200l3.677-3.676a2%202%200%200%200%200-2.828l-5.323-5.322a2%202%200%200%200-1.414-.586L16%2014.001A2%202%200%200%200%2014%2016m3%201.995a1%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-28-filled.svg?color=%231a73e8&size=48