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

Name
bot-add-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M17 3a1 1 0 1 0-2 0v1h-4.75A3.25 3.25 0 0 0 7 7.25v5.5A3.25 3.25 0 0 0 10.25 16h7.093A8.96 8.96 0 0 1 23 14q.863.001 1.68.157c.205-.426.32-.903.32-1.407v-5.5A3.25 3.25 0 0 0 21.75 4H17zM8.25 19h6.685a9 9 0 0 0-.712 2H8.25C7.56 21 7 21.56 7 22.25v.45c0 1.43.68 2.707 2.122 3.668c1.394.928 3.518 1.562 6.39 1.627a9 9 0 0 0 1.786 1.969Q16.667 30 16 30c-3.366 0-6.08-.698-7.987-1.968C6.077 26.742 5 24.871 5 22.7v-.45A3.25 3.25 0 0 1 8.25 19M9 7.25C9 6.56 9.56 6 10.25 6h11.5c.69 0 1.25.56 1.25 1.25v5.5c0 .69-.56 1.25-1.25 1.25h-11.5C9.56 14 9 13.44 9 12.75zM14.25 10a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0m5.25 1.75a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5M23 30.5a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m1-12.25V22h3.75a.75.75 0 0 1 0 1.5H24v3.75a.75.75 0 0 1-1.5 0V23.5h-3.75a.75.75 0 0 1 0-1.5h3.75v-3.75a.75.75 0 0 1 1.5 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentBotAdd32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 3a1 1 0 1 0-2 0v1h-4.75A3.25 3.25 0 0 0 7 7.25v5.5A3.25 3.25 0 0 0 10.25 16h7.093A8.96 8.96 0 0 1 23 14q.863.001 1.68.157c.205-.426.32-.903.32-1.407v-5.5A3.25 3.25 0 0 0 21.75 4H17zM8.25 19h6.685a9 9 0 0 0-.712 2H8.25C7.56 21 7 21.56 7 22.25v.45c0 1.43.68 2.707 2.122 3.668c1.394.928 3.518 1.562 6.39 1.627a9 9 0 0 0 1.786 1.969Q16.667 30 16 30c-3.366 0-6.08-.698-7.987-1.968C6.077 26.742 5 24.871 5 22.7v-.45A3.25 3.25 0 0 1 8.25 19M9 7.25C9 6.56 9.56 6 10.25 6h11.5c.69 0 1.25.56 1.25 1.25v5.5c0 .69-.56 1.25-1.25 1.25h-11.5C9.56 14 9 13.44 9 12.75zM14.25 10a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0m5.25 1.75a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5M23 30.5a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m1-12.25V22h3.75a.75.75 0 0 1 0 1.5H24v3.75a.75.75 0 0 1-1.5 0V23.5h-3.75a.75.75 0 0 1 0-1.5h3.75v-3.75a.75.75 0 0 1 1.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 3a1 1 0 1 0-2 0v1h-4.75A3.25 3.25 0 0 0 7 7.25v5.5A3.25 3.25 0 0 0 10.25 16h7.093A8.96 8.96 0 0 1 23 14q.863.001 1.68.157c.205-.426.32-.903.32-1.407v-5.5A3.25 3.25 0 0 0 21.75 4H17zM8.25 19h6.685a9 9 0 0 0-.712 2H8.25C7.56 21 7 21.56 7 22.25v.45c0 1.43.68 2.707 2.122 3.668c1.394.928 3.518 1.562 6.39 1.627a9 9 0 0 0 1.786 1.969Q16.667 30 16 30c-3.366 0-6.08-.698-7.987-1.968C6.077 26.742 5 24.871 5 22.7v-.45A3.25 3.25 0 0 1 8.25 19M9 7.25C9 6.56 9.56 6 10.25 6h11.5c.69 0 1.25.56 1.25 1.25v5.5c0 .69-.56 1.25-1.25 1.25h-11.5C9.56 14 9 13.44 9 12.75zM14.25 10a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0m5.25 1.75a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5M23 30.5a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m1-12.25V22h3.75a.75.75 0 0 1 0 1.5H24v3.75a.75.75 0 0 1-1.5 0V23.5h-3.75a.75.75 0 0 1 0-1.5h3.75v-3.75a.75.75 0 0 1 1.5 0"/></svg>
</template>

CSS

.icon-bot-add-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%203a1%201%200%201%200-2%200v1h-4.75A3.25%203.25%200%200%200%207%207.25v5.5A3.25%203.25%200%200%200%2010.25%2016h7.093A8.96%208.96%200%200%201%2023%2014q.863.001%201.68.157c.205-.426.32-.903.32-1.407v-5.5A3.25%203.25%200%200%200%2021.75%204H17zM8.25%2019h6.685a9%209%200%200%200-.712%202H8.25C7.56%2021%207%2021.56%207%2022.25v.45c0%201.43.68%202.707%202.122%203.668c1.394.928%203.518%201.562%206.39%201.627a9%209%200%200%200%201.786%201.969Q16.667%2030%2016%2030c-3.366%200-6.08-.698-7.987-1.968C6.077%2026.742%205%2024.871%205%2022.7v-.45A3.25%203.25%200%200%201%208.25%2019M9%207.25C9%206.56%209.56%206%2010.25%206h11.5c.69%200%201.25.56%201.25%201.25v5.5c0%20.69-.56%201.25-1.25%201.25h-11.5C9.56%2014%209%2013.44%209%2012.75zM14.25%2010a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200m5.25%201.75a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5M23%2030.5a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015m1-12.25V22h3.75a.75.75%200%200%201%200%201.5H24v3.75a.75.75%200%200%201-1.5%200V23.5h-3.75a.75.75%200%200%201%200-1.5h3.75v-3.75a.75.75%200%200%201%201.5%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%203a1%201%200%201%200-2%200v1h-4.75A3.25%203.25%200%200%200%207%207.25v5.5A3.25%203.25%200%200%200%2010.25%2016h7.093A8.96%208.96%200%200%201%2023%2014q.863.001%201.68.157c.205-.426.32-.903.32-1.407v-5.5A3.25%203.25%200%200%200%2021.75%204H17zM8.25%2019h6.685a9%209%200%200%200-.712%202H8.25C7.56%2021%207%2021.56%207%2022.25v.45c0%201.43.68%202.707%202.122%203.668c1.394.928%203.518%201.562%206.39%201.627a9%209%200%200%200%201.786%201.969Q16.667%2030%2016%2030c-3.366%200-6.08-.698-7.987-1.968C6.077%2026.742%205%2024.871%205%2022.7v-.45A3.25%203.25%200%200%201%208.25%2019M9%207.25C9%206.56%209.56%206%2010.25%206h11.5c.69%200%201.25.56%201.25%201.25v5.5c0%20.69-.56%201.25-1.25%201.25h-11.5C9.56%2014%209%2013.44%209%2012.75zM14.25%2010a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200m5.25%201.75a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5M23%2030.5a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015m1-12.25V22h3.75a.75.75%200%200%201%200%201.5H24v3.75a.75.75%200%200%201-1.5%200V23.5h-3.75a.75.75%200%200%201%200-1.5h3.75v-3.75a.75.75%200%200%201%201.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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