agents person icon
agents-person-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- agents-person-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the agents person icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.5 11a1.5 1.5 0 0 1 1.5 1.5c0 1.245-1 2.5-3.5 2.5S9 13.75 9 12.5a1.5 1.5 0 0 1 1.5-1.5zm-7-9a.5.5 0 0 1 0 1H5.103a.5.5 0 0 0-.433.25l-2.6 4.5a.5.5 0 0 0 0 .5l2.504 4.337a.827.827 0 0 0 1.505-.165l2.889-9.146a1.827 1.827 0 0 1 3.323-.363l1.331 2.305a3 3 0 0 0-1.28-.214l-.917-1.59a.826.826 0 0 0-1.503.163l-2.89 9.147a1.827 1.827 0 0 1-3.324.363L1.205 8.75a1.5 1.5 0 0 1 0-1.5l2.598-4.5A1.5 1.5 0 0 1 5.102 2zm5 4a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
React
import type { SVGProps } from "react";
export function FluentAgentsPerson16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.5 11a1.5 1.5 0 0 1 1.5 1.5c0 1.245-1 2.5-3.5 2.5S9 13.75 9 12.5a1.5 1.5 0 0 1 1.5-1.5zm-7-9a.5.5 0 0 1 0 1H5.103a.5.5 0 0 0-.433.25l-2.6 4.5a.5.5 0 0 0 0 .5l2.504 4.337a.827.827 0 0 0 1.505-.165l2.889-9.146a1.827 1.827 0 0 1 3.323-.363l1.331 2.305a3 3 0 0 0-1.28-.214l-.917-1.59a.826.826 0 0 0-1.503.163l-2.89 9.147a1.827 1.827 0 0 1-3.324.363L1.205 8.75a1.5 1.5 0 0 1 0-1.5l2.598-4.5A1.5 1.5 0 0 1 5.102 2zm5 4a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.5 11a1.5 1.5 0 0 1 1.5 1.5c0 1.245-1 2.5-3.5 2.5S9 13.75 9 12.5a1.5 1.5 0 0 1 1.5-1.5zm-7-9a.5.5 0 0 1 0 1H5.103a.5.5 0 0 0-.433.25l-2.6 4.5a.5.5 0 0 0 0 .5l2.504 4.337a.827.827 0 0 0 1.505-.165l2.889-9.146a1.827 1.827 0 0 1 3.323-.363l1.331 2.305a3 3 0 0 0-1.28-.214l-.917-1.59a.826.826 0 0 0-1.503.163l-2.89 9.147a1.827 1.827 0 0 1-3.324.363L1.205 8.75a1.5 1.5 0 0 1 0-1.5l2.598-4.5A1.5 1.5 0 0 1 5.102 2zm5 4a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg> </template>
CSS
.icon-agents-person-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%2011a1.5%201.5%200%200%201%201.5%201.5c0%201.245-1%202.5-3.5%202.5S9%2013.75%209%2012.5a1.5%201.5%200%200%201%201.5-1.5zm-7-9a.5.5%200%200%201%200%201H5.103a.5.5%200%200%200-.433.25l-2.6%204.5a.5.5%200%200%200%200%20.5l2.504%204.337a.827.827%200%200%200%201.505-.165l2.889-9.146a1.827%201.827%200%200%201%203.323-.363l1.331%202.305a3%203%200%200%200-1.28-.214l-.917-1.59a.826.826%200%200%200-1.503.163l-2.89%209.147a1.827%201.827%200%200%201-3.324.363L1.205%208.75a1.5%201.5%200%200%201%200-1.5l2.598-4.5A1.5%201.5%200%200%201%205.102%202zm5%204a2%202%200%201%201%200%204a2%202%200%200%201%200-4%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%2011a1.5%201.5%200%200%201%201.5%201.5c0%201.245-1%202.5-3.5%202.5S9%2013.75%209%2012.5a1.5%201.5%200%200%201%201.5-1.5zm-7-9a.5.5%200%200%201%200%201H5.103a.5.5%200%200%200-.433.25l-2.6%204.5a.5.5%200%200%200%200%20.5l2.504%204.337a.827.827%200%200%200%201.505-.165l2.889-9.146a1.827%201.827%200%200%201%203.323-.363l1.331%202.305a3%203%200%200%200-1.28-.214l-.917-1.59a.826.826%200%200%200-1.503.163l-2.89%209.147a1.827%201.827%200%200%201-3.324.363L1.205%208.75a1.5%201.5%200%200%201%200-1.5l2.598-4.5A1.5%201.5%200%200%201%205.102%202zm5%204a2%202%200%201%201%200%204a2%202%200%200%201%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/agents-person-16-regular.svg?color=%231a73e8&size=48