agents icon
agents-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- agents-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the agents icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.303 4.5a.75.75 0 0 0-.65.375l-5.05 8.75a.75.75 0 0 0 0 .75l4.886 8.464a1.322 1.322 0 0 0 2.421-.315l4.733-17.44a2.822 2.822 0 0 1 5.168-.673l4.886 8.464a2.25 2.25 0 0 1 0 2.25l-5.051 8.75A2.25 2.25 0 0 1 18.697 25H14.75a.75.75 0 0 1 0-1.5h3.947a.75.75 0 0 0 .65-.375l5.051-8.75a.75.75 0 0 0 0-.75l-4.886-8.464a1.322 1.322 0 0 0-2.422.315l-4.732 17.44a2.822 2.822 0 0 1-5.168.673l-4.887-8.464a2.25 2.25 0 0 1 0-2.25l5.052-8.75A2.25 2.25 0 0 1 9.303 3h3.947a.75.75 0 0 1 0 1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAgents28Regular(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="M9.303 4.5a.75.75 0 0 0-.65.375l-5.05 8.75a.75.75 0 0 0 0 .75l4.886 8.464a1.322 1.322 0 0 0 2.421-.315l4.733-17.44a2.822 2.822 0 0 1 5.168-.673l4.886 8.464a2.25 2.25 0 0 1 0 2.25l-5.051 8.75A2.25 2.25 0 0 1 18.697 25H14.75a.75.75 0 0 1 0-1.5h3.947a.75.75 0 0 0 .65-.375l5.051-8.75a.75.75 0 0 0 0-.75l-4.886-8.464a1.322 1.322 0 0 0-2.422.315l-4.732 17.44a2.822 2.822 0 0 1-5.168.673l-4.887-8.464a2.25 2.25 0 0 1 0-2.25l5.052-8.75A2.25 2.25 0 0 1 9.303 3h3.947a.75.75 0 0 1 0 1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.303 4.5a.75.75 0 0 0-.65.375l-5.05 8.75a.75.75 0 0 0 0 .75l4.886 8.464a1.322 1.322 0 0 0 2.421-.315l4.733-17.44a2.822 2.822 0 0 1 5.168-.673l4.886 8.464a2.25 2.25 0 0 1 0 2.25l-5.051 8.75A2.25 2.25 0 0 1 18.697 25H14.75a.75.75 0 0 1 0-1.5h3.947a.75.75 0 0 0 .65-.375l5.051-8.75a.75.75 0 0 0 0-.75l-4.886-8.464a1.322 1.322 0 0 0-2.422.315l-4.732 17.44a2.822 2.822 0 0 1-5.168.673l-4.887-8.464a2.25 2.25 0 0 1 0-2.25l5.052-8.75A2.25 2.25 0 0 1 9.303 3h3.947a.75.75 0 0 1 0 1.5z"/></svg> </template>
CSS
.icon-agents-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%22M9.303%204.5a.75.75%200%200%200-.65.375l-5.05%208.75a.75.75%200%200%200%200%20.75l4.886%208.464a1.322%201.322%200%200%200%202.421-.315l4.733-17.44a2.822%202.822%200%200%201%205.168-.673l4.886%208.464a2.25%202.25%200%200%201%200%202.25l-5.051%208.75A2.25%202.25%200%200%201%2018.697%2025H14.75a.75.75%200%200%201%200-1.5h3.947a.75.75%200%200%200%20.65-.375l5.051-8.75a.75.75%200%200%200%200-.75l-4.886-8.464a1.322%201.322%200%200%200-2.422.315l-4.732%2017.44a2.822%202.822%200%200%201-5.168.673l-4.887-8.464a2.25%202.25%200%200%201%200-2.25l5.052-8.75A2.25%202.25%200%200%201%209.303%203h3.947a.75.75%200%200%201%200%201.5z%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%22M9.303%204.5a.75.75%200%200%200-.65.375l-5.05%208.75a.75.75%200%200%200%200%20.75l4.886%208.464a1.322%201.322%200%200%200%202.421-.315l4.733-17.44a2.822%202.822%200%200%201%205.168-.673l4.886%208.464a2.25%202.25%200%200%201%200%202.25l-5.051%208.75A2.25%202.25%200%200%201%2018.697%2025H14.75a.75.75%200%200%201%200-1.5h3.947a.75.75%200%200%200%20.65-.375l5.051-8.75a.75.75%200%200%200%200-.75l-4.886-8.464a1.322%201.322%200%200%200-2.422.315l-4.732%2017.44a2.822%202.822%200%200%201-5.168.673l-4.887-8.464a2.25%202.25%200%200%201%200-2.25l5.052-8.75A2.25%202.25%200%200%201%209.303%203h3.947a.75.75%200%200%201%200%201.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/agents-28-regular.svg?color=%231a73e8&size=48