agents add icon
agents-add-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- agents-add-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M11.5 6a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m-4-4a.5.5 0 0 1 0 1H5.103a.5.5 0 0 0-.433.25l-2.6 4.5a.5.5 0 0 0 0 .5l2.504 4.337a.828.828 0 0 0 1.505-.165l.13-.416q.194.672.54 1.265a1.827 1.827 0 0 1-3.041-.184L1.205 8.75a1.5 1.5 0 0 1 0-1.5l2.598-4.5A1.5 1.5 0 0 1 5.102 2zm4 6a.5.5 0 0 0-.5.5V10H9.5a.5.5 0 0 0 0 1H11v1.5a.5.5 0 1 0 1 0V11h1.5a.5.5 0 0 0 0-1H12V8.5a.5.5 0 0 0-.5-.5m-.79-6c.652 0 1.255.348 1.581.913l1.491 2.582a5.5 5.5 0 0 0-1.4-.424l-.957-1.658a.827.827 0 0 0-1.503.164L9.33 5.444a5.5 5.5 0 0 0-1.297.785l.934-2.953A1.83 1.83 0 0 1 10.71 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentAgentsAdd16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 6a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m-4-4a.5.5 0 0 1 0 1H5.103a.5.5 0 0 0-.433.25l-2.6 4.5a.5.5 0 0 0 0 .5l2.504 4.337a.828.828 0 0 0 1.505-.165l.13-.416q.194.672.54 1.265a1.827 1.827 0 0 1-3.041-.184L1.205 8.75a1.5 1.5 0 0 1 0-1.5l2.598-4.5A1.5 1.5 0 0 1 5.102 2zm4 6a.5.5 0 0 0-.5.5V10H9.5a.5.5 0 0 0 0 1H11v1.5a.5.5 0 1 0 1 0V11h1.5a.5.5 0 0 0 0-1H12V8.5a.5.5 0 0 0-.5-.5m-.79-6c.652 0 1.255.348 1.581.913l1.491 2.582a5.5 5.5 0 0 0-1.4-.424l-.957-1.658a.827.827 0 0 0-1.503.164L9.33 5.444a5.5 5.5 0 0 0-1.297.785l.934-2.953A1.83 1.83 0 0 1 10.71 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 6a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m-4-4a.5.5 0 0 1 0 1H5.103a.5.5 0 0 0-.433.25l-2.6 4.5a.5.5 0 0 0 0 .5l2.504 4.337a.828.828 0 0 0 1.505-.165l.13-.416q.194.672.54 1.265a1.827 1.827 0 0 1-3.041-.184L1.205 8.75a1.5 1.5 0 0 1 0-1.5l2.598-4.5A1.5 1.5 0 0 1 5.102 2zm4 6a.5.5 0 0 0-.5.5V10H9.5a.5.5 0 0 0 0 1H11v1.5a.5.5 0 1 0 1 0V11h1.5a.5.5 0 0 0 0-1H12V8.5a.5.5 0 0 0-.5-.5m-.79-6c.652 0 1.255.348 1.581.913l1.491 2.582a5.5 5.5 0 0 0-1.4-.424l-.957-1.658a.827.827 0 0 0-1.503.164L9.33 5.444a5.5 5.5 0 0 0-1.297.785l.934-2.953A1.83 1.83 0 0 1 10.71 2"/></svg> </template>
CSS
.icon-agents-add-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%206a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m-4-4a.5.5%200%200%201%200%201H5.103a.5.5%200%200%200-.433.25l-2.6%204.5a.5.5%200%200%200%200%20.5l2.504%204.337a.828.828%200%200%200%201.505-.165l.13-.416q.194.672.54%201.265a1.827%201.827%200%200%201-3.041-.184L1.205%208.75a1.5%201.5%200%200%201%200-1.5l2.598-4.5A1.5%201.5%200%200%201%205.102%202zm4%206a.5.5%200%200%200-.5.5V10H9.5a.5.5%200%200%200%200%201H11v1.5a.5.5%200%201%200%201%200V11h1.5a.5.5%200%200%200%200-1H12V8.5a.5.5%200%200%200-.5-.5m-.79-6c.652%200%201.255.348%201.581.913l1.491%202.582a5.5%205.5%200%200%200-1.4-.424l-.957-1.658a.827.827%200%200%200-1.503.164L9.33%205.444a5.5%205.5%200%200%200-1.297.785l.934-2.953A1.83%201.83%200%200%201%2010.71%202%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%206a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m-4-4a.5.5%200%200%201%200%201H5.103a.5.5%200%200%200-.433.25l-2.6%204.5a.5.5%200%200%200%200%20.5l2.504%204.337a.828.828%200%200%200%201.505-.165l.13-.416q.194.672.54%201.265a1.827%201.827%200%200%201-3.041-.184L1.205%208.75a1.5%201.5%200%200%201%200-1.5l2.598-4.5A1.5%201.5%200%200%201%205.102%202zm4%206a.5.5%200%200%200-.5.5V10H9.5a.5.5%200%200%200%200%201H11v1.5a.5.5%200%201%200%201%200V11h1.5a.5.5%200%200%200%200-1H12V8.5a.5.5%200%200%200-.5-.5m-.79-6c.652%200%201.255.348%201.581.913l1.491%202.582a5.5%205.5%200%200%200-1.4-.424l-.957-1.658a.827.827%200%200%200-1.503.164L9.33%205.444a5.5%205.5%200%200%200-1.297.785l.934-2.953A1.83%201.83%200%200%201%2010.71%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/agents-add-16-regular.svg?color=%231a73e8&size=48