agents icon
agents-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- agents-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M8.056 2.747c.087-.274.218-.526.384-.747H5.102a1.5 1.5 0 0 0-1.3.75l-2.597 4.5a1.5 1.5 0 0 0 0 1.5l2.31 4A2.5 2.5 0 0 0 5.61 14a1.5 1.5 0 0 0 1.377-1.048l3.033-9.603a.5.5 0 0 1 .954.302l-3.033 9.602a2.5 2.5 0 0 1-.384.747h3.34a1.5 1.5 0 0 0 1.3-.75l2.597-4.5a1.5 1.5 0 0 0 0-1.5l-2.31-4A2.5 2.5 0 0 0 10.389 2A1.5 1.5 0 0 0 9.01 3.049l-3.033 9.603a.5.5 0 1 1-.954-.302z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAgents16Filled(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="M8.056 2.747c.087-.274.218-.526.384-.747H5.102a1.5 1.5 0 0 0-1.3.75l-2.597 4.5a1.5 1.5 0 0 0 0 1.5l2.31 4A2.5 2.5 0 0 0 5.61 14a1.5 1.5 0 0 0 1.377-1.048l3.033-9.603a.5.5 0 0 1 .954.302l-3.033 9.602a2.5 2.5 0 0 1-.384.747h3.34a1.5 1.5 0 0 0 1.3-.75l2.597-4.5a1.5 1.5 0 0 0 0-1.5l-2.31-4A2.5 2.5 0 0 0 10.389 2A1.5 1.5 0 0 0 9.01 3.049l-3.033 9.603a.5.5 0 1 1-.954-.302z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.056 2.747c.087-.274.218-.526.384-.747H5.102a1.5 1.5 0 0 0-1.3.75l-2.597 4.5a1.5 1.5 0 0 0 0 1.5l2.31 4A2.5 2.5 0 0 0 5.61 14a1.5 1.5 0 0 0 1.377-1.048l3.033-9.603a.5.5 0 0 1 .954.302l-3.033 9.602a2.5 2.5 0 0 1-.384.747h3.34a1.5 1.5 0 0 0 1.3-.75l2.597-4.5a1.5 1.5 0 0 0 0-1.5l-2.31-4A2.5 2.5 0 0 0 10.389 2A1.5 1.5 0 0 0 9.01 3.049l-3.033 9.603a.5.5 0 1 1-.954-.302z"/></svg> </template>
CSS
.icon-agents-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.056%202.747c.087-.274.218-.526.384-.747H5.102a1.5%201.5%200%200%200-1.3.75l-2.597%204.5a1.5%201.5%200%200%200%200%201.5l2.31%204A2.5%202.5%200%200%200%205.61%2014a1.5%201.5%200%200%200%201.377-1.048l3.033-9.603a.5.5%200%200%201%20.954.302l-3.033%209.602a2.5%202.5%200%200%201-.384.747h3.34a1.5%201.5%200%200%200%201.3-.75l2.597-4.5a1.5%201.5%200%200%200%200-1.5l-2.31-4A2.5%202.5%200%200%200%2010.389%202A1.5%201.5%200%200%200%209.01%203.049l-3.033%209.603a.5.5%200%201%201-.954-.302z%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%22M8.056%202.747c.087-.274.218-.526.384-.747H5.102a1.5%201.5%200%200%200-1.3.75l-2.597%204.5a1.5%201.5%200%200%200%200%201.5l2.31%204A2.5%202.5%200%200%200%205.61%2014a1.5%201.5%200%200%200%201.377-1.048l3.033-9.603a.5.5%200%200%201%20.954.302l-3.033%209.602a2.5%202.5%200%200%201-.384.747h3.34a1.5%201.5%200%200%200%201.3-.75l2.597-4.5a1.5%201.5%200%200%200%200-1.5l-2.31-4A2.5%202.5%200%200%200%2010.389%202A1.5%201.5%200%200%200%209.01%203.049l-3.033%209.603a.5.5%200%201%201-.954-.302z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/agents-16-filled.svg?color=%231a73e8&size=48