chart person icon
chart-person-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- chart-person-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the chart person icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.25 2a.75.75 0 0 1 .75.75V3h7.75A3.25 3.25 0 0 1 26 6.25v10.5a.25.25 0 0 1-.25.25a.263.263 0 0 1-.258-.25a4 4 0 0 0-.992-2.396V6.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 6.25v12.5c0 .966.784 1.75 1.75 1.75h11.123a3.05 3.05 0 0 0-1.19 1.5h-4.599l-3.275 3.74a.75.75 0 0 1-1.129-.988L8.59 22H5.25A3.25 3.25 0 0 1 2 18.75V6.25A3.25 3.25 0 0 1 5.25 3h8.25v-.25a.75.75 0 0 1 .75-.75M6.746 7.5a.75.75 0 1 0 0 1.5h5.501a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 1 0 0 1.5h10.502a.75.75 0 0 0 0-1.5zm0 4a.75.75 0 1 0 0 1.5h8.502a.75.75 0 1 0 0-1.5zM24.5 17a3 3 0 1 1-6 0a3 3 0 0 1 6 0m2.5 6.25c0 1.868-1.571 3.75-5.5 3.75S16 25.125 16 23.25v-.205c0-1.13.916-2.045 2.046-2.045h6.909c1.13 0 2.045.915 2.045 2.045z"/></svg>
React
import type { SVGProps } from "react";
export function FluentChartPerson28Regular(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="M14.25 2a.75.75 0 0 1 .75.75V3h7.75A3.25 3.25 0 0 1 26 6.25v10.5a.25.25 0 0 1-.25.25a.263.263 0 0 1-.258-.25a4 4 0 0 0-.992-2.396V6.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 6.25v12.5c0 .966.784 1.75 1.75 1.75h11.123a3.05 3.05 0 0 0-1.19 1.5h-4.599l-3.275 3.74a.75.75 0 0 1-1.129-.988L8.59 22H5.25A3.25 3.25 0 0 1 2 18.75V6.25A3.25 3.25 0 0 1 5.25 3h8.25v-.25a.75.75 0 0 1 .75-.75M6.746 7.5a.75.75 0 1 0 0 1.5h5.501a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 1 0 0 1.5h10.502a.75.75 0 0 0 0-1.5zm0 4a.75.75 0 1 0 0 1.5h8.502a.75.75 0 1 0 0-1.5zM24.5 17a3 3 0 1 1-6 0a3 3 0 0 1 6 0m2.5 6.25c0 1.868-1.571 3.75-5.5 3.75S16 25.125 16 23.25v-.205c0-1.13.916-2.045 2.046-2.045h6.909c1.13 0 2.045.915 2.045 2.045z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.25 2a.75.75 0 0 1 .75.75V3h7.75A3.25 3.25 0 0 1 26 6.25v10.5a.25.25 0 0 1-.25.25a.263.263 0 0 1-.258-.25a4 4 0 0 0-.992-2.396V6.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 6.25v12.5c0 .966.784 1.75 1.75 1.75h11.123a3.05 3.05 0 0 0-1.19 1.5h-4.599l-3.275 3.74a.75.75 0 0 1-1.129-.988L8.59 22H5.25A3.25 3.25 0 0 1 2 18.75V6.25A3.25 3.25 0 0 1 5.25 3h8.25v-.25a.75.75 0 0 1 .75-.75M6.746 7.5a.75.75 0 1 0 0 1.5h5.501a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 1 0 0 1.5h10.502a.75.75 0 0 0 0-1.5zm0 4a.75.75 0 1 0 0 1.5h8.502a.75.75 0 1 0 0-1.5zM24.5 17a3 3 0 1 1-6 0a3 3 0 0 1 6 0m2.5 6.25c0 1.868-1.571 3.75-5.5 3.75S16 25.125 16 23.25v-.205c0-1.13.916-2.045 2.046-2.045h6.909c1.13 0 2.045.915 2.045 2.045z"/></svg> </template>
CSS
.icon-chart-person-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.25%202a.75.75%200%200%201%20.75.75V3h7.75A3.25%203.25%200%200%201%2026%206.25v10.5a.25.25%200%200%201-.25.25a.263.263%200%200%201-.258-.25a4%204%200%200%200-.992-2.396V6.25a1.75%201.75%200%200%200-1.75-1.75H5.25A1.75%201.75%200%200%200%203.5%206.25v12.5c0%20.966.784%201.75%201.75%201.75h11.123a3.05%203.05%200%200%200-1.19%201.5h-4.599l-3.275%203.74a.75.75%200%200%201-1.129-.988L8.59%2022H5.25A3.25%203.25%200%200%201%202%2018.75V6.25A3.25%203.25%200%200%201%205.25%203h8.25v-.25a.75.75%200%200%201%20.75-.75M6.746%207.5a.75.75%200%201%200%200%201.5h5.501a.75.75%200%201%200%200-1.5zm0%204a.75.75%200%201%200%200%201.5h10.502a.75.75%200%200%200%200-1.5zm0%204a.75.75%200%201%200%200%201.5h8.502a.75.75%200%201%200%200-1.5zM24.5%2017a3%203%200%201%201-6%200a3%203%200%200%201%206%200m2.5%206.25c0%201.868-1.571%203.75-5.5%203.75S16%2025.125%2016%2023.25v-.205c0-1.13.916-2.045%202.046-2.045h6.909c1.13%200%202.045.915%202.045%202.045z%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%22M14.25%202a.75.75%200%200%201%20.75.75V3h7.75A3.25%203.25%200%200%201%2026%206.25v10.5a.25.25%200%200%201-.25.25a.263.263%200%200%201-.258-.25a4%204%200%200%200-.992-2.396V6.25a1.75%201.75%200%200%200-1.75-1.75H5.25A1.75%201.75%200%200%200%203.5%206.25v12.5c0%20.966.784%201.75%201.75%201.75h11.123a3.05%203.05%200%200%200-1.19%201.5h-4.599l-3.275%203.74a.75.75%200%200%201-1.129-.988L8.59%2022H5.25A3.25%203.25%200%200%201%202%2018.75V6.25A3.25%203.25%200%200%201%205.25%203h8.25v-.25a.75.75%200%200%201%20.75-.75M6.746%207.5a.75.75%200%201%200%200%201.5h5.501a.75.75%200%201%200%200-1.5zm0%204a.75.75%200%201%200%200%201.5h10.502a.75.75%200%200%200%200-1.5zm0%204a.75.75%200%201%200%200%201.5h8.502a.75.75%200%201%200%200-1.5zM24.5%2017a3%203%200%201%201-6%200a3%203%200%200%201%206%200m2.5%206.25c0%201.868-1.571%203.75-5.5%203.75S16%2025.125%2016%2023.25v-.205c0-1.13.916-2.045%202.046-2.045h6.909c1.13%200%202.045.915%202.045%202.045z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/chart-person-28-regular.svg?color=%231a73e8&size=48