agents-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
agents-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M11.975 4.265c.15-.469.38-.895.674-1.265H8.105a2.25 2.25 0 0 0-1.678.75h.013a2.3 2.3 0 0 0-.272.377l-3.898 6.77a2.25 2.25 0 0 0-.026 2.2l3.615 6.627l.041.073c.213.36.51.653.859.86l.024.014a2.446 2.446 0 0 0 3.558-1.377l4.493-14.12c.128-.401.424-.797.923-.674s.633.63.478 1.12l-4.464 14.129A4 4 0 0 1 11.106 21h4.79a2.25 2.25 0 0 0 1.948-1.125l.666-1.155l-.028.034l.008-.023l3.23-5.608c.4-.695.4-1.55 0-2.246l-3.824-6.64a2.47 2.47 0 0 0-.904-.906l-.025-.014a2.467 2.467 0 0 0-3.562 1.403L8.912 18.84a.95.95 0 0 1-.435.536a.67.67 0 0 1-.5.089c-.485-.116-.619-.607-.468-1.082l4.127-12.998h-.017z"/></svg>

React

import type { SVGProps } from "react";

export function FluentAgents24Filled(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="M11.975 4.265c.15-.469.38-.895.674-1.265H8.105a2.25 2.25 0 0 0-1.678.75h.013a2.3 2.3 0 0 0-.272.377l-3.898 6.77a2.25 2.25 0 0 0-.026 2.2l3.615 6.627l.041.073c.213.36.51.653.859.86l.024.014a2.446 2.446 0 0 0 3.558-1.377l4.493-14.12c.128-.401.424-.797.923-.674s.633.63.478 1.12l-4.464 14.129A4 4 0 0 1 11.106 21h4.79a2.25 2.25 0 0 0 1.948-1.125l.666-1.155l-.028.034l.008-.023l3.23-5.608c.4-.695.4-1.55 0-2.246l-3.824-6.64a2.47 2.47 0 0 0-.904-.906l-.025-.014a2.467 2.467 0 0 0-3.562 1.403L8.912 18.84a.95.95 0 0 1-.435.536a.67.67 0 0 1-.5.089c-.485-.116-.619-.607-.468-1.082l4.127-12.998h-.017z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.975 4.265c.15-.469.38-.895.674-1.265H8.105a2.25 2.25 0 0 0-1.678.75h.013a2.3 2.3 0 0 0-.272.377l-3.898 6.77a2.25 2.25 0 0 0-.026 2.2l3.615 6.627l.041.073c.213.36.51.653.859.86l.024.014a2.446 2.446 0 0 0 3.558-1.377l4.493-14.12c.128-.401.424-.797.923-.674s.633.63.478 1.12l-4.464 14.129A4 4 0 0 1 11.106 21h4.79a2.25 2.25 0 0 0 1.948-1.125l.666-1.155l-.028.034l.008-.023l3.23-5.608c.4-.695.4-1.55 0-2.246l-3.824-6.64a2.47 2.47 0 0 0-.904-.906l-.025-.014a2.467 2.467 0 0 0-3.562 1.403L8.912 18.84a.95.95 0 0 1-.435.536a.67.67 0 0 1-.5.089c-.485-.116-.619-.607-.468-1.082l4.127-12.998h-.017z"/></svg>
</template>

CSS

.icon-agents-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.975%204.265c.15-.469.38-.895.674-1.265H8.105a2.25%202.25%200%200%200-1.678.75h.013a2.3%202.3%200%200%200-.272.377l-3.898%206.77a2.25%202.25%200%200%200-.026%202.2l3.615%206.627l.041.073c.213.36.51.653.859.86l.024.014a2.446%202.446%200%200%200%203.558-1.377l4.493-14.12c.128-.401.424-.797.923-.674s.633.63.478%201.12l-4.464%2014.129A4%204%200%200%201%2011.106%2021h4.79a2.25%202.25%200%200%200%201.948-1.125l.666-1.155l-.028.034l.008-.023l3.23-5.608c.4-.695.4-1.55%200-2.246l-3.824-6.64a2.47%202.47%200%200%200-.904-.906l-.025-.014a2.467%202.467%200%200%200-3.562%201.403L8.912%2018.84a.95.95%200%200%201-.435.536a.67.67%200%200%201-.5.089c-.485-.116-.619-.607-.468-1.082l4.127-12.998h-.017z%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%22M11.975%204.265c.15-.469.38-.895.674-1.265H8.105a2.25%202.25%200%200%200-1.678.75h.013a2.3%202.3%200%200%200-.272.377l-3.898%206.77a2.25%202.25%200%200%200-.026%202.2l3.615%206.627l.041.073c.213.36.51.653.859.86l.024.014a2.446%202.446%200%200%200%203.558-1.377l4.493-14.12c.128-.401.424-.797.923-.674s.633.63.478%201.12l-4.464%2014.129A4%204%200%200%201%2011.106%2021h4.79a2.25%202.25%200%200%200%201.948-1.125l.666-1.155l-.028.034l.008-.023l3.23-5.608c.4-.695.4-1.55%200-2.246l-3.824-6.64a2.47%202.47%200%200%200-.904-.906l-.025-.014a2.467%202.467%200%200%200-3.562%201.403L8.912%2018.84a.95.95%200%200%201-.435.536a.67.67%200%200%201-.5.089c-.485-.116-.619-.607-.468-1.082l4.127-12.998h-.017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/agents-24-filled.svg?color=%231a73e8&size=48