agents-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
agents-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

13 other variants in Fluent UI System Icons

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 48 48"><path fill="currentColor" d="M15.977 8.5c-.446 0-.859.238-1.082.625l-8.227 14.25a1.25 1.25 0 0 0 0 1.25l7.924 13.726a2.298 2.298 0 0 0 4.202-.524l8.005-28.334A4.798 4.798 0 0 1 35.573 8.4l7.925 13.726a3.75 3.75 0 0 1 0 3.75l-8.228 14.25A3.75 3.75 0 0 1 32.022 42H25.25a1.25 1.25 0 0 1 0-2.5h6.772c.446 0 .859-.238 1.082-.625l8.228-14.25a1.25 1.25 0 0 0 0-1.25L33.407 9.649a2.298 2.298 0 0 0-4.202.524L21.2 38.507a4.798 4.798 0 0 1-8.773 1.094L4.502 25.875a3.75 3.75 0 0 1 0-3.75l8.228-14.25A3.75 3.75 0 0 1 15.977 6h6.773a1.25 1.25 0 1 1 0 2.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentAgents48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.977 8.5c-.446 0-.859.238-1.082.625l-8.227 14.25a1.25 1.25 0 0 0 0 1.25l7.924 13.726a2.298 2.298 0 0 0 4.202-.524l8.005-28.334A4.798 4.798 0 0 1 35.573 8.4l7.925 13.726a3.75 3.75 0 0 1 0 3.75l-8.228 14.25A3.75 3.75 0 0 1 32.022 42H25.25a1.25 1.25 0 0 1 0-2.5h6.772c.446 0 .859-.238 1.082-.625l8.228-14.25a1.25 1.25 0 0 0 0-1.25L33.407 9.649a2.298 2.298 0 0 0-4.202.524L21.2 38.507a4.798 4.798 0 0 1-8.773 1.094L4.502 25.875a3.75 3.75 0 0 1 0-3.75l8.228-14.25A3.75 3.75 0 0 1 15.977 6h6.773a1.25 1.25 0 1 1 0 2.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.977 8.5c-.446 0-.859.238-1.082.625l-8.227 14.25a1.25 1.25 0 0 0 0 1.25l7.924 13.726a2.298 2.298 0 0 0 4.202-.524l8.005-28.334A4.798 4.798 0 0 1 35.573 8.4l7.925 13.726a3.75 3.75 0 0 1 0 3.75l-8.228 14.25A3.75 3.75 0 0 1 32.022 42H25.25a1.25 1.25 0 0 1 0-2.5h6.772c.446 0 .859-.238 1.082-.625l8.228-14.25a1.25 1.25 0 0 0 0-1.25L33.407 9.649a2.298 2.298 0 0 0-4.202.524L21.2 38.507a4.798 4.798 0 0 1-8.773 1.094L4.502 25.875a3.75 3.75 0 0 1 0-3.75l8.228-14.25A3.75 3.75 0 0 1 15.977 6h6.773a1.25 1.25 0 1 1 0 2.5z"/></svg>
</template>

CSS

.icon-agents-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.977%208.5c-.446%200-.859.238-1.082.625l-8.227%2014.25a1.25%201.25%200%200%200%200%201.25l7.924%2013.726a2.298%202.298%200%200%200%204.202-.524l8.005-28.334A4.798%204.798%200%200%201%2035.573%208.4l7.925%2013.726a3.75%203.75%200%200%201%200%203.75l-8.228%2014.25A3.75%203.75%200%200%201%2032.022%2042H25.25a1.25%201.25%200%200%201%200-2.5h6.772c.446%200%20.859-.238%201.082-.625l8.228-14.25a1.25%201.25%200%200%200%200-1.25L33.407%209.649a2.298%202.298%200%200%200-4.202.524L21.2%2038.507a4.798%204.798%200%200%201-8.773%201.094L4.502%2025.875a3.75%203.75%200%200%201%200-3.75l8.228-14.25A3.75%203.75%200%200%201%2015.977%206h6.773a1.25%201.25%200%201%201%200%202.5z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.977%208.5c-.446%200-.859.238-1.082.625l-8.227%2014.25a1.25%201.25%200%200%200%200%201.25l7.924%2013.726a2.298%202.298%200%200%200%204.202-.524l8.005-28.334A4.798%204.798%200%200%201%2035.573%208.4l7.925%2013.726a3.75%203.75%200%200%201%200%203.75l-8.228%2014.25A3.75%203.75%200%200%201%2032.022%2042H25.25a1.25%201.25%200%200%201%200-2.5h6.772c.446%200%20.859-.238%201.082-.625l8.228-14.25a1.25%201.25%200%200%200%200-1.25L33.407%209.649a2.298%202.298%200%200%200-4.202.524L21.2%2038.507a4.798%204.798%200%200%201-8.773%201.094L4.502%2025.875a3.75%203.75%200%200%201%200-3.75l8.228-14.25A3.75%203.75%200%200%201%2015.977%206h6.773a1.25%201.25%200%201%201%200%202.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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