bot add icon
bot-add-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- bot-add-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the bot add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.75 2.25a.75.75 0 0 0-1.5 0V3h-4.5A2.75 2.75 0 0 0 6 5.75v5.5A2.75 2.75 0 0 0 8.75 14h8.006a7.47 7.47 0 0 1 4.577-.954A2.74 2.74 0 0 0 22 11.25v-5.5A2.75 2.75 0 0 0 19.25 3h-4.5zM6.75 16h7.75a7.5 7.5 0 0 0-.876 1.5H6.75c-.69 0-1.25.56-1.25 1.25v.75c0 1.423.664 2.633 2.033 3.52c1.398.907 3.55 1.48 6.467 1.48h.154a7.5 7.5 0 0 0 1.203 1.459Q14.7 25.999 14 26c-3.084 0-5.556-.602-7.283-1.72C4.961 23.141 4 21.476 4 19.5v-.75A2.75 2.75 0 0 1 6.75 16M7.5 5.75c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v5.5c0 .69-.56 1.25-1.25 1.25H8.75c-.69 0-1.25-.56-1.25-1.25zm5 2.75a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M17 10a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m10 10.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6-4a.5.5 0 0 0-1 0V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBotAdd28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.75 2.25a.75.75 0 0 0-1.5 0V3h-4.5A2.75 2.75 0 0 0 6 5.75v5.5A2.75 2.75 0 0 0 8.75 14h8.006a7.47 7.47 0 0 1 4.577-.954A2.74 2.74 0 0 0 22 11.25v-5.5A2.75 2.75 0 0 0 19.25 3h-4.5zM6.75 16h7.75a7.5 7.5 0 0 0-.876 1.5H6.75c-.69 0-1.25.56-1.25 1.25v.75c0 1.423.664 2.633 2.033 3.52c1.398.907 3.55 1.48 6.467 1.48h.154a7.5 7.5 0 0 0 1.203 1.459Q14.7 25.999 14 26c-3.084 0-5.556-.602-7.283-1.72C4.961 23.141 4 21.476 4 19.5v-.75A2.75 2.75 0 0 1 6.75 16M7.5 5.75c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v5.5c0 .69-.56 1.25-1.25 1.25H8.75c-.69 0-1.25-.56-1.25-1.25zm5 2.75a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M17 10a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m10 10.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6-4a.5.5 0 0 0-1 0V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.75 2.25a.75.75 0 0 0-1.5 0V3h-4.5A2.75 2.75 0 0 0 6 5.75v5.5A2.75 2.75 0 0 0 8.75 14h8.006a7.47 7.47 0 0 1 4.577-.954A2.74 2.74 0 0 0 22 11.25v-5.5A2.75 2.75 0 0 0 19.25 3h-4.5zM6.75 16h7.75a7.5 7.5 0 0 0-.876 1.5H6.75c-.69 0-1.25.56-1.25 1.25v.75c0 1.423.664 2.633 2.033 3.52c1.398.907 3.55 1.48 6.467 1.48h.154a7.5 7.5 0 0 0 1.203 1.459Q14.7 25.999 14 26c-3.084 0-5.556-.602-7.283-1.72C4.961 23.141 4 21.476 4 19.5v-.75A2.75 2.75 0 0 1 6.75 16M7.5 5.75c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v5.5c0 .69-.56 1.25-1.25 1.25H8.75c-.69 0-1.25-.56-1.25-1.25zm5 2.75a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M17 10a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m10 10.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6-4a.5.5 0 0 0-1 0V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21z"/></svg> </template>
CSS
.icon-bot-add-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.75%202.25a.75.75%200%200%200-1.5%200V3h-4.5A2.75%202.75%200%200%200%206%205.75v5.5A2.75%202.75%200%200%200%208.75%2014h8.006a7.47%207.47%200%200%201%204.577-.954A2.74%202.74%200%200%200%2022%2011.25v-5.5A2.75%202.75%200%200%200%2019.25%203h-4.5zM6.75%2016h7.75a7.5%207.5%200%200%200-.876%201.5H6.75c-.69%200-1.25.56-1.25%201.25v.75c0%201.423.664%202.633%202.033%203.52c1.398.907%203.55%201.48%206.467%201.48h.154a7.5%207.5%200%200%200%201.203%201.459Q14.7%2025.999%2014%2026c-3.084%200-5.556-.602-7.283-1.72C4.961%2023.141%204%2021.476%204%2019.5v-.75A2.75%202.75%200%200%201%206.75%2016M7.5%205.75c0-.69.56-1.25%201.25-1.25h10.5c.69%200%201.25.56%201.25%201.25v5.5c0%20.69-.56%201.25-1.25%201.25H8.75c-.69%200-1.25-.56-1.25-1.25zm5%202.75a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M17%2010a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m10%2010.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-6-4a.5.5%200%200%200-1%200V20h-3.5a.5.5%200%200%200%200%201H20v3.5a.5.5%200%200%200%201%200V21h3.5a.5.5%200%200%200%200-1H21z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.75%202.25a.75.75%200%200%200-1.5%200V3h-4.5A2.75%202.75%200%200%200%206%205.75v5.5A2.75%202.75%200%200%200%208.75%2014h8.006a7.47%207.47%200%200%201%204.577-.954A2.74%202.74%200%200%200%2022%2011.25v-5.5A2.75%202.75%200%200%200%2019.25%203h-4.5zM6.75%2016h7.75a7.5%207.5%200%200%200-.876%201.5H6.75c-.69%200-1.25.56-1.25%201.25v.75c0%201.423.664%202.633%202.033%203.52c1.398.907%203.55%201.48%206.467%201.48h.154a7.5%207.5%200%200%200%201.203%201.459Q14.7%2025.999%2014%2026c-3.084%200-5.556-.602-7.283-1.72C4.961%2023.141%204%2021.476%204%2019.5v-.75A2.75%202.75%200%200%201%206.75%2016M7.5%205.75c0-.69.56-1.25%201.25-1.25h10.5c.69%200%201.25.56%201.25%201.25v5.5c0%20.69-.56%201.25-1.25%201.25H8.75c-.69%200-1.25-.56-1.25-1.25zm5%202.75a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M17%2010a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m10%2010.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-6-4a.5.5%200%200%200-1%200V20h-3.5a.5.5%200%200%200%200%201H20v3.5a.5.5%200%200%200%201%200V21h3.5a.5.5%200%200%200%200-1H21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bot-add-28-regular.svg?color=%231a73e8&size=48