bot icon
bot-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- bot-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the bot 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 16h11.5A3.25 3.25 0 0 0 25 12.75v-5.5A3.25 3.25 0 0 0 21.75 4H17zM9 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.75zm-2 15c0-.69.56-1.25 1.25-1.25h15.5c.69 0 1.25.56 1.25 1.25v.45c0 1.43-.68 2.707-2.122 3.668C21.406 27.348 19.121 28 16 28s-5.406-.652-6.878-1.632C7.68 25.408 7 24.13 7 22.7zM8.25 19A3.25 3.25 0 0 0 5 22.25v.45c0 2.17 1.077 4.043 3.013 5.332C9.92 29.302 12.634 30 16 30s6.08-.698 7.987-1.968C25.923 26.742 27 24.871 27 22.7v-.45A3.25 3.25 0 0 0 23.75 19zm6-9a1.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.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentBot32Regular(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 16h11.5A3.25 3.25 0 0 0 25 12.75v-5.5A3.25 3.25 0 0 0 21.75 4H17zM9 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.75zm-2 15c0-.69.56-1.25 1.25-1.25h15.5c.69 0 1.25.56 1.25 1.25v.45c0 1.43-.68 2.707-2.122 3.668C21.406 27.348 19.121 28 16 28s-5.406-.652-6.878-1.632C7.68 25.408 7 24.13 7 22.7zM8.25 19A3.25 3.25 0 0 0 5 22.25v.45c0 2.17 1.077 4.043 3.013 5.332C9.92 29.302 12.634 30 16 30s6.08-.698 7.987-1.968C25.923 26.742 27 24.871 27 22.7v-.45A3.25 3.25 0 0 0 23.75 19zm6-9a1.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.5"/></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 16h11.5A3.25 3.25 0 0 0 25 12.75v-5.5A3.25 3.25 0 0 0 21.75 4H17zM9 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.75zm-2 15c0-.69.56-1.25 1.25-1.25h15.5c.69 0 1.25.56 1.25 1.25v.45c0 1.43-.68 2.707-2.122 3.668C21.406 27.348 19.121 28 16 28s-5.406-.652-6.878-1.632C7.68 25.408 7 24.13 7 22.7zM8.25 19A3.25 3.25 0 0 0 5 22.25v.45c0 2.17 1.077 4.043 3.013 5.332C9.92 29.302 12.634 30 16 30s6.08-.698 7.987-1.968C25.923 26.742 27 24.871 27 22.7v-.45A3.25 3.25 0 0 0 23.75 19zm6-9a1.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.5"/></svg> </template>
CSS
.icon-bot-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%2016h11.5A3.25%203.25%200%200%200%2025%2012.75v-5.5A3.25%203.25%200%200%200%2021.75%204H17zM9%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.75zm-2%2015c0-.69.56-1.25%201.25-1.25h15.5c.69%200%201.25.56%201.25%201.25v.45c0%201.43-.68%202.707-2.122%203.668C21.406%2027.348%2019.121%2028%2016%2028s-5.406-.652-6.878-1.632C7.68%2025.408%207%2024.13%207%2022.7zM8.25%2019A3.25%203.25%200%200%200%205%2022.25v.45c0%202.17%201.077%204.043%203.013%205.332C9.92%2029.302%2012.634%2030%2016%2030s6.08-.698%207.987-1.968C25.923%2026.742%2027%2024.871%2027%2022.7v-.45A3.25%203.25%200%200%200%2023.75%2019zm6-9a1.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.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%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%2016h11.5A3.25%203.25%200%200%200%2025%2012.75v-5.5A3.25%203.25%200%200%200%2021.75%204H17zM9%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.75zm-2%2015c0-.69.56-1.25%201.25-1.25h15.5c.69%200%201.25.56%201.25%201.25v.45c0%201.43-.68%202.707-2.122%203.668C21.406%2027.348%2019.121%2028%2016%2028s-5.406-.652-6.878-1.632C7.68%2025.408%207%2024.13%207%2022.7zM8.25%2019A3.25%203.25%200%200%200%205%2022.25v.45c0%202.17%201.077%204.043%203.013%205.332C9.92%2029.302%2012.634%2030%2016%2030s6.08-.698%207.987-1.968C25.923%2026.742%2027%2024.871%2027%2022.7v-.45A3.25%203.25%200%200%200%2023.75%2019zm6-9a1.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.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bot-32-regular.svg?color=%231a73e8&size=48