agents icon
agents-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- agents-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M15.757 4.5c.346 0 .666.185.839.485l3.823 6.64a.75.75 0 0 1 0 .75l-3.886 6.75a.75.75 0 0 1-.65.375H12.5a.75.75 0 0 0 0 1.5h3.383a2.25 2.25 0 0 0 1.95-1.127l3.886-6.75c.4-.695.4-1.55 0-2.246l-3.823-6.64a2.469 2.469 0 0 0-4.491.483L8.912 18.84a.948.948 0 0 1-1.736.166L3.56 12.379a.75.75 0 0 1 .009-.733l3.898-6.77a.75.75 0 0 1 .65-.376h3.132a.75.75 0 0 0 0-1.5H8.117a2.25 2.25 0 0 0-1.95 1.127l-3.897 6.77a2.25 2.25 0 0 0-.026 2.2l3.615 6.627a2.448 2.448 0 0 0 4.483-.43l4.492-14.12a.97.97 0 0 1 .923-.674"/></svg>
React
import type { SVGProps } from "react";
export function FluentAgents24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.757 4.5c.346 0 .666.185.839.485l3.823 6.64a.75.75 0 0 1 0 .75l-3.886 6.75a.75.75 0 0 1-.65.375H12.5a.75.75 0 0 0 0 1.5h3.383a2.25 2.25 0 0 0 1.95-1.127l3.886-6.75c.4-.695.4-1.55 0-2.246l-3.823-6.64a2.469 2.469 0 0 0-4.491.483L8.912 18.84a.948.948 0 0 1-1.736.166L3.56 12.379a.75.75 0 0 1 .009-.733l3.898-6.77a.75.75 0 0 1 .65-.376h3.132a.75.75 0 0 0 0-1.5H8.117a2.25 2.25 0 0 0-1.95 1.127l-3.897 6.77a2.25 2.25 0 0 0-.026 2.2l3.615 6.627a2.448 2.448 0 0 0 4.483-.43l4.492-14.12a.97.97 0 0 1 .923-.674"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.757 4.5c.346 0 .666.185.839.485l3.823 6.64a.75.75 0 0 1 0 .75l-3.886 6.75a.75.75 0 0 1-.65.375H12.5a.75.75 0 0 0 0 1.5h3.383a2.25 2.25 0 0 0 1.95-1.127l3.886-6.75c.4-.695.4-1.55 0-2.246l-3.823-6.64a2.469 2.469 0 0 0-4.491.483L8.912 18.84a.948.948 0 0 1-1.736.166L3.56 12.379a.75.75 0 0 1 .009-.733l3.898-6.77a.75.75 0 0 1 .65-.376h3.132a.75.75 0 0 0 0-1.5H8.117a2.25 2.25 0 0 0-1.95 1.127l-3.897 6.77a2.25 2.25 0 0 0-.026 2.2l3.615 6.627a2.448 2.448 0 0 0 4.483-.43l4.492-14.12a.97.97 0 0 1 .923-.674"/></svg> </template>
CSS
.icon-agents-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.757%204.5c.346%200%20.666.185.839.485l3.823%206.64a.75.75%200%200%201%200%20.75l-3.886%206.75a.75.75%200%200%201-.65.375H12.5a.75.75%200%200%200%200%201.5h3.383a2.25%202.25%200%200%200%201.95-1.127l3.886-6.75c.4-.695.4-1.55%200-2.246l-3.823-6.64a2.469%202.469%200%200%200-4.491.483L8.912%2018.84a.948.948%200%200%201-1.736.166L3.56%2012.379a.75.75%200%200%201%20.009-.733l3.898-6.77a.75.75%200%200%201%20.65-.376h3.132a.75.75%200%200%200%200-1.5H8.117a2.25%202.25%200%200%200-1.95%201.127l-3.897%206.77a2.25%202.25%200%200%200-.026%202.2l3.615%206.627a2.448%202.448%200%200%200%204.483-.43l4.492-14.12a.97.97%200%200%201%20.923-.674%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.757%204.5c.346%200%20.666.185.839.485l3.823%206.64a.75.75%200%200%201%200%20.75l-3.886%206.75a.75.75%200%200%201-.65.375H12.5a.75.75%200%200%200%200%201.5h3.383a2.25%202.25%200%200%200%201.95-1.127l3.886-6.75c.4-.695.4-1.55%200-2.246l-3.823-6.64a2.469%202.469%200%200%200-4.491.483L8.912%2018.84a.948.948%200%200%201-1.736.166L3.56%2012.379a.75.75%200%200%201%20.009-.733l3.898-6.77a.75.75%200%200%201%20.65-.376h3.132a.75.75%200%200%200%200-1.5H8.117a2.25%202.25%200%200%200-1.95%201.127l-3.897%206.77a2.25%202.25%200%200%200-.026%202.2l3.615%206.627a2.448%202.448%200%200%200%204.483-.43l4.492-14.12a.97.97%200%200%201%20.923-.674%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/agents-24-regular.svg?color=%231a73e8&size=48