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

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

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the agents add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M9.498 2a.5.5 0 1 1 0 1h-2.81a.75.75 0 0 0-.635.35L2.11 9.6a.75.75 0 0 0 0 .8l3.868 6.133c.183.29.503.467.846.467h.02a1 1 0 0 0 .967-.742l3.406-12.774A2 2 0 0 1 13.15 2h.02a2 2 0 0 1 1.692.934l3.868 6.132c.226.357.309.775.252 1.177a5.5 5.5 0 0 0-1.148-.724l-3.817-6.052A1 1 0 0 0 13.17 3h-.02a1 1 0 0 0-.966.742L8.778 16.516A2 2 0 0 1 6.846 18h-.02a2 2 0 0 1-1.692-.933l-3.868-6.133a1.75 1.75 0 0 1 0-1.868l3.941-6.25A1.75 1.75 0 0 1 6.687 2zM15.5 12a.5.5 0 0 0-.5.5V14h-1.5a.5.5 0 0 0 0 1H15v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 1 0 0-1H16v-1.5a.5.5 0 0 0-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentAgentsAdd20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M9.498 2a.5.5 0 1 1 0 1h-2.81a.75.75 0 0 0-.635.35L2.11 9.6a.75.75 0 0 0 0 .8l3.868 6.133c.183.29.503.467.846.467h.02a1 1 0 0 0 .967-.742l3.406-12.774A2 2 0 0 1 13.15 2h.02a2 2 0 0 1 1.692.934l3.868 6.132c.226.357.309.775.252 1.177a5.5 5.5 0 0 0-1.148-.724l-3.817-6.052A1 1 0 0 0 13.17 3h-.02a1 1 0 0 0-.966.742L8.778 16.516A2 2 0 0 1 6.846 18h-.02a2 2 0 0 1-1.692-.933l-3.868-6.133a1.75 1.75 0 0 1 0-1.868l3.941-6.25A1.75 1.75 0 0 1 6.687 2zM15.5 12a.5.5 0 0 0-.5.5V14h-1.5a.5.5 0 0 0 0 1H15v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 1 0 0-1H16v-1.5a.5.5 0 0 0-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M9.498 2a.5.5 0 1 1 0 1h-2.81a.75.75 0 0 0-.635.35L2.11 9.6a.75.75 0 0 0 0 .8l3.868 6.133c.183.29.503.467.846.467h.02a1 1 0 0 0 .967-.742l3.406-12.774A2 2 0 0 1 13.15 2h.02a2 2 0 0 1 1.692.934l3.868 6.132c.226.357.309.775.252 1.177a5.5 5.5 0 0 0-1.148-.724l-3.817-6.052A1 1 0 0 0 13.17 3h-.02a1 1 0 0 0-.966.742L8.778 16.516A2 2 0 0 1 6.846 18h-.02a2 2 0 0 1-1.692-.933l-3.868-6.133a1.75 1.75 0 0 1 0-1.868l3.941-6.25A1.75 1.75 0 0 1 6.687 2zM15.5 12a.5.5 0 0 0-.5.5V14h-1.5a.5.5 0 0 0 0 1H15v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 1 0 0-1H16v-1.5a.5.5 0 0 0-.5-.5"/></svg>
</template>

CSS

.icon-agents-add-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9M9.498%202a.5.5%200%201%201%200%201h-2.81a.75.75%200%200%200-.635.35L2.11%209.6a.75.75%200%200%200%200%20.8l3.868%206.133c.183.29.503.467.846.467h.02a1%201%200%200%200%20.967-.742l3.406-12.774A2%202%200%200%201%2013.15%202h.02a2%202%200%200%201%201.692.934l3.868%206.132c.226.357.309.775.252%201.177a5.5%205.5%200%200%200-1.148-.724l-3.817-6.052A1%201%200%200%200%2013.17%203h-.02a1%201%200%200%200-.966.742L8.778%2016.516A2%202%200%200%201%206.846%2018h-.02a2%202%200%200%201-1.692-.933l-3.868-6.133a1.75%201.75%200%200%201%200-1.868l3.941-6.25A1.75%201.75%200%200%201%206.687%202zM15.5%2012a.5.5%200%200%200-.5.5V14h-1.5a.5.5%200%200%200%200%201H15v1.5a.5.5%200%200%200%201%200V15h1.5a.5.5%200%201%200%200-1H16v-1.5a.5.5%200%200%200-.5-.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9M9.498%202a.5.5%200%201%201%200%201h-2.81a.75.75%200%200%200-.635.35L2.11%209.6a.75.75%200%200%200%200%20.8l3.868%206.133c.183.29.503.467.846.467h.02a1%201%200%200%200%20.967-.742l3.406-12.774A2%202%200%200%201%2013.15%202h.02a2%202%200%200%201%201.692.934l3.868%206.132c.226.357.309.775.252%201.177a5.5%205.5%200%200%200-1.148-.724l-3.817-6.052A1%201%200%200%200%2013.17%203h-.02a1%201%200%200%200-.966.742L8.778%2016.516A2%202%200%200%201%206.846%2018h-.02a2%202%200%200%201-1.692-.933l-3.868-6.133a1.75%201.75%200%200%201%200-1.868l3.941-6.25A1.75%201.75%200%200%201%206.687%202zM15.5%2012a.5.5%200%200%200-.5.5V14h-1.5a.5.5%200%200%200%200%201H15v1.5a.5.5%200%200%200%201%200V15h1.5a.5.5%200%201%200%200-1H16v-1.5a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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