bot add icon
bot-add-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- bot-add-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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 1.5a.75.75 0 0 1 .75.75V3h4.5A2.75 2.75 0 0 1 22 5.75v5.5a2.74 2.74 0 0 1-.667 1.796a7.47 7.47 0 0 0-4.577.954H8.75A2.75 2.75 0 0 1 6 11.25v-5.5A2.75 2.75 0 0 1 8.75 3h4.5v-.75A.75.75 0 0 1 14 1.5m-1 19c0-1.688.558-3.247 1.5-4.5H6.75A2.75 2.75 0 0 0 4 18.75v.75c0 1.977.961 3.642 2.717 4.78C8.444 25.397 10.917 26 14 26q.7 0 1.357-.041A7.48 7.48 0 0 1 13 20.5M11 10a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m7.5-1.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m8.5 12a6.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 FluentBotAdd28Filled(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 1.5a.75.75 0 0 1 .75.75V3h4.5A2.75 2.75 0 0 1 22 5.75v5.5a2.74 2.74 0 0 1-.667 1.796a7.47 7.47 0 0 0-4.577.954H8.75A2.75 2.75 0 0 1 6 11.25v-5.5A2.75 2.75 0 0 1 8.75 3h4.5v-.75A.75.75 0 0 1 14 1.5m-1 19c0-1.688.558-3.247 1.5-4.5H6.75A2.75 2.75 0 0 0 4 18.75v.75c0 1.977.961 3.642 2.717 4.78C8.444 25.397 10.917 26 14 26q.7 0 1.357-.041A7.48 7.48 0 0 1 13 20.5M11 10a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m7.5-1.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m8.5 12a6.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 1.5a.75.75 0 0 1 .75.75V3h4.5A2.75 2.75 0 0 1 22 5.75v5.5a2.74 2.74 0 0 1-.667 1.796a7.47 7.47 0 0 0-4.577.954H8.75A2.75 2.75 0 0 1 6 11.25v-5.5A2.75 2.75 0 0 1 8.75 3h4.5v-.75A.75.75 0 0 1 14 1.5m-1 19c0-1.688.558-3.247 1.5-4.5H6.75A2.75 2.75 0 0 0 4 18.75v.75c0 1.977.961 3.642 2.717 4.78C8.444 25.397 10.917 26 14 26q.7 0 1.357-.041A7.48 7.48 0 0 1 13 20.5M11 10a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m7.5-1.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m8.5 12a6.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-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%201.5a.75.75%200%200%201%20.75.75V3h4.5A2.75%202.75%200%200%201%2022%205.75v5.5a2.74%202.74%200%200%201-.667%201.796a7.47%207.47%200%200%200-4.577.954H8.75A2.75%202.75%200%200%201%206%2011.25v-5.5A2.75%202.75%200%200%201%208.75%203h4.5v-.75A.75.75%200%200%201%2014%201.5m-1%2019c0-1.688.558-3.247%201.5-4.5H6.75A2.75%202.75%200%200%200%204%2018.75v.75c0%201.977.961%203.642%202.717%204.78C8.444%2025.397%2010.917%2026%2014%2026q.7%200%201.357-.041A7.48%207.48%200%200%201%2013%2020.5M11%2010a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m7.5-1.5a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200m8.5%2012a6.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%201.5a.75.75%200%200%201%20.75.75V3h4.5A2.75%202.75%200%200%201%2022%205.75v5.5a2.74%202.74%200%200%201-.667%201.796a7.47%207.47%200%200%200-4.577.954H8.75A2.75%202.75%200%200%201%206%2011.25v-5.5A2.75%202.75%200%200%201%208.75%203h4.5v-.75A.75.75%200%200%201%2014%201.5m-1%2019c0-1.688.558-3.247%201.5-4.5H6.75A2.75%202.75%200%200%200%204%2018.75v.75c0%201.977.961%203.642%202.717%204.78C8.444%2025.397%2010.917%2026%2014%2026q.7%200%201.357-.041A7.48%207.48%200%200%201%2013%2020.5M11%2010a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m7.5-1.5a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200m8.5%2012a6.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-filled.svg?color=%231a73e8&size=48