agents icon
agents-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- agents-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M16.683 3a5.1 5.1 0 0 0-.903 1.827l-5.496 20.666a1 1 0 1 0 1.932.514l5.497-20.666a3.15 3.15 0 0 1 2.996-2.34A4 4 0 0 1 24.117 5l5.485 9.5a3 3 0 0 1 0 3l-5.773 10A3 3 0 0 1 21.23 29h-5.914c.41-.53.722-1.148.902-1.827l5.498-20.67a1 1 0 0 0-1.933-.513l-5.498 20.669a3.15 3.15 0 0 1-2.99 2.34A4 4 0 0 1 7.888 27l-5.485-9.5a3 3 0 0 1 0-3l5.773-10A3 3 0 0 1 10.773 3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAgents32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.683 3a5.1 5.1 0 0 0-.903 1.827l-5.496 20.666a1 1 0 1 0 1.932.514l5.497-20.666a3.15 3.15 0 0 1 2.996-2.34A4 4 0 0 1 24.117 5l5.485 9.5a3 3 0 0 1 0 3l-5.773 10A3 3 0 0 1 21.23 29h-5.914c.41-.53.722-1.148.902-1.827l5.498-20.67a1 1 0 0 0-1.933-.513l-5.498 20.669a3.15 3.15 0 0 1-2.99 2.34A4 4 0 0 1 7.888 27l-5.485-9.5a3 3 0 0 1 0-3l5.773-10A3 3 0 0 1 10.773 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.683 3a5.1 5.1 0 0 0-.903 1.827l-5.496 20.666a1 1 0 1 0 1.932.514l5.497-20.666a3.15 3.15 0 0 1 2.996-2.34A4 4 0 0 1 24.117 5l5.485 9.5a3 3 0 0 1 0 3l-5.773 10A3 3 0 0 1 21.23 29h-5.914c.41-.53.722-1.148.902-1.827l5.498-20.67a1 1 0 0 0-1.933-.513l-5.498 20.669a3.15 3.15 0 0 1-2.99 2.34A4 4 0 0 1 7.888 27l-5.485-9.5a3 3 0 0 1 0-3l5.773-10A3 3 0 0 1 10.773 3z"/></svg> </template>
CSS
.icon-agents-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.683%203a5.1%205.1%200%200%200-.903%201.827l-5.496%2020.666a1%201%200%201%200%201.932.514l5.497-20.666a3.15%203.15%200%200%201%202.996-2.34A4%204%200%200%201%2024.117%205l5.485%209.5a3%203%200%200%201%200%203l-5.773%2010A3%203%200%200%201%2021.23%2029h-5.914c.41-.53.722-1.148.902-1.827l5.498-20.67a1%201%200%200%200-1.933-.513l-5.498%2020.669a3.15%203.15%200%200%201-2.99%202.34A4%204%200%200%201%207.888%2027l-5.485-9.5a3%203%200%200%201%200-3l5.773-10A3%203%200%200%201%2010.773%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.683%203a5.1%205.1%200%200%200-.903%201.827l-5.496%2020.666a1%201%200%201%200%201.932.514l5.497-20.666a3.15%203.15%200%200%201%202.996-2.34A4%204%200%200%201%2024.117%205l5.485%209.5a3%203%200%200%201%200%203l-5.773%2010A3%203%200%200%201%2021.23%2029h-5.914c.41-.53.722-1.148.902-1.827l5.498-20.67a1%201%200%200%200-1.933-.513l-5.498%2020.669a3.15%203.15%200%200%201-2.99%202.34A4%204%200%200%201%207.888%2027l-5.485-9.5a3%203%200%200%201%200-3l5.773-10A3%203%200%200%201%2010.773%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/agents-32-filled.svg?color=%231a73e8&size=48