agents icon
agents-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- agents-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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="M14.79 3a4.4 4.4 0 0 0-.93 1.738L9.162 22.055a.75.75 0 0 0 1.448.393l4.7-17.317A2.89 2.89 0 0 1 18.093 3h.024a3.25 3.25 0 0 1 2.815 1.625l4.763 8.25a2.25 2.25 0 0 1 0 2.25l-5.052 8.75A2.25 2.25 0 0 1 18.695 25h-5.482c.429-.49.752-1.079.93-1.738l4.7-17.314a.75.75 0 1 0-1.448-.393l-4.699 17.314A2.89 2.89 0 0 1 9.91 25h-.03a3.25 3.25 0 0 1-2.815-1.625L2.3 15.125a2.25 2.25 0 0 1 0-2.25l5.052-8.75A2.25 2.25 0 0 1 9.302 3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAgents28Filled(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.79 3a4.4 4.4 0 0 0-.93 1.738L9.162 22.055a.75.75 0 0 0 1.448.393l4.7-17.317A2.89 2.89 0 0 1 18.093 3h.024a3.25 3.25 0 0 1 2.815 1.625l4.763 8.25a2.25 2.25 0 0 1 0 2.25l-5.052 8.75A2.25 2.25 0 0 1 18.695 25h-5.482c.429-.49.752-1.079.93-1.738l4.7-17.314a.75.75 0 1 0-1.448-.393l-4.699 17.314A2.89 2.89 0 0 1 9.91 25h-.03a3.25 3.25 0 0 1-2.815-1.625L2.3 15.125a2.25 2.25 0 0 1 0-2.25l5.052-8.75A2.25 2.25 0 0 1 9.302 3z"/></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.79 3a4.4 4.4 0 0 0-.93 1.738L9.162 22.055a.75.75 0 0 0 1.448.393l4.7-17.317A2.89 2.89 0 0 1 18.093 3h.024a3.25 3.25 0 0 1 2.815 1.625l4.763 8.25a2.25 2.25 0 0 1 0 2.25l-5.052 8.75A2.25 2.25 0 0 1 18.695 25h-5.482c.429-.49.752-1.079.93-1.738l4.7-17.314a.75.75 0 1 0-1.448-.393l-4.699 17.314A2.89 2.89 0 0 1 9.91 25h-.03a3.25 3.25 0 0 1-2.815-1.625L2.3 15.125a2.25 2.25 0 0 1 0-2.25l5.052-8.75A2.25 2.25 0 0 1 9.302 3z"/></svg> </template>
CSS
.icon-agents-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.79%203a4.4%204.4%200%200%200-.93%201.738L9.162%2022.055a.75.75%200%200%200%201.448.393l4.7-17.317A2.89%202.89%200%200%201%2018.093%203h.024a3.25%203.25%200%200%201%202.815%201.625l4.763%208.25a2.25%202.25%200%200%201%200%202.25l-5.052%208.75A2.25%202.25%200%200%201%2018.695%2025h-5.482c.429-.49.752-1.079.93-1.738l4.7-17.314a.75.75%200%201%200-1.448-.393l-4.699%2017.314A2.89%202.89%200%200%201%209.91%2025h-.03a3.25%203.25%200%200%201-2.815-1.625L2.3%2015.125a2.25%202.25%200%200%201%200-2.25l5.052-8.75A2.25%202.25%200%200%201%209.302%203z%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.79%203a4.4%204.4%200%200%200-.93%201.738L9.162%2022.055a.75.75%200%200%200%201.448.393l4.7-17.317A2.89%202.89%200%200%201%2018.093%203h.024a3.25%203.25%200%200%201%202.815%201.625l4.763%208.25a2.25%202.25%200%200%201%200%202.25l-5.052%208.75A2.25%202.25%200%200%201%2018.695%2025h-5.482c.429-.49.752-1.079.93-1.738l4.7-17.314a.75.75%200%201%200-1.448-.393l-4.699%2017.314A2.89%202.89%200%200%201%209.91%2025h-.03a3.25%203.25%200%200%201-2.815-1.625L2.3%2015.125a2.25%202.25%200%200%201%200-2.25l5.052-8.75A2.25%202.25%200%200%201%209.302%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/agents-28-filled.svg?color=%231a73e8&size=48