person pill icon
person-pill-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- person-pill-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 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 pill icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.683 21.997a3.87 3.87 0 0 1 .58-4.735L15.526 14H6.253a2.25 2.25 0 0 0-2.25 2.25v.919c0 .572.18 1.13.511 1.596c1.494 2.097 3.909 3.168 7.169 3.233M17 7.004a5 5 0 1 0-10 0a5 5 0 0 0 10 0m.97 5.965a2.871 2.871 0 0 1 4.06 4.061l-5 5a2.871 2.871 0 0 1-4.06-4.06zm3 1.061a1.37 1.37 0 0 0-1.94 0L17.06 16L19 17.94l1.97-1.97a1.37 1.37 0 0 0 0-1.94m-3.94 6a.75.75 0 1 0-1.06-1.06l-1 1a.75.75 0 1 0 1.06 1.06z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonPill24Filled(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="M11.683 21.997a3.87 3.87 0 0 1 .58-4.735L15.526 14H6.253a2.25 2.25 0 0 0-2.25 2.25v.919c0 .572.18 1.13.511 1.596c1.494 2.097 3.909 3.168 7.169 3.233M17 7.004a5 5 0 1 0-10 0a5 5 0 0 0 10 0m.97 5.965a2.871 2.871 0 0 1 4.06 4.061l-5 5a2.871 2.871 0 0 1-4.06-4.06zm3 1.061a1.37 1.37 0 0 0-1.94 0L17.06 16L19 17.94l1.97-1.97a1.37 1.37 0 0 0 0-1.94m-3.94 6a.75.75 0 1 0-1.06-1.06l-1 1a.75.75 0 1 0 1.06 1.06z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.683 21.997a3.87 3.87 0 0 1 .58-4.735L15.526 14H6.253a2.25 2.25 0 0 0-2.25 2.25v.919c0 .572.18 1.13.511 1.596c1.494 2.097 3.909 3.168 7.169 3.233M17 7.004a5 5 0 1 0-10 0a5 5 0 0 0 10 0m.97 5.965a2.871 2.871 0 0 1 4.06 4.061l-5 5a2.871 2.871 0 0 1-4.06-4.06zm3 1.061a1.37 1.37 0 0 0-1.94 0L17.06 16L19 17.94l1.97-1.97a1.37 1.37 0 0 0 0-1.94m-3.94 6a.75.75 0 1 0-1.06-1.06l-1 1a.75.75 0 1 0 1.06 1.06z"/></svg> </template>
CSS
.icon-person-pill-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.683%2021.997a3.87%203.87%200%200%201%20.58-4.735L15.526%2014H6.253a2.25%202.25%200%200%200-2.25%202.25v.919c0%20.572.18%201.13.511%201.596c1.494%202.097%203.909%203.168%207.169%203.233M17%207.004a5%205%200%201%200-10%200a5%205%200%200%200%2010%200m.97%205.965a2.871%202.871%200%200%201%204.06%204.061l-5%205a2.871%202.871%200%200%201-4.06-4.06zm3%201.061a1.37%201.37%200%200%200-1.94%200L17.06%2016L19%2017.94l1.97-1.97a1.37%201.37%200%200%200%200-1.94m-3.94%206a.75.75%200%201%200-1.06-1.06l-1%201a.75.75%200%201%200%201.06%201.06z%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%22M11.683%2021.997a3.87%203.87%200%200%201%20.58-4.735L15.526%2014H6.253a2.25%202.25%200%200%200-2.25%202.25v.919c0%20.572.18%201.13.511%201.596c1.494%202.097%203.909%203.168%207.169%203.233M17%207.004a5%205%200%201%200-10%200a5%205%200%200%200%2010%200m.97%205.965a2.871%202.871%200%200%201%204.06%204.061l-5%205a2.871%202.871%200%200%201-4.06-4.06zm3%201.061a1.37%201.37%200%200%200-1.94%200L17.06%2016L19%2017.94l1.97-1.97a1.37%201.37%200%200%200%200-1.94m-3.94%206a.75.75%200%201%200-1.06-1.06l-1%201a.75.75%200%201%200%201.06%201.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-pill-24-filled.svg?color=%231a73e8&size=48