bot icon
bot-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- bot-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 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 14h10.5A2.75 2.75 0 0 0 22 11.25v-5.5A2.75 2.75 0 0 0 19.25 3h-4.5zM7.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.25zm-2 13c0-.69.56-1.25 1.25-1.25h14.5c.69 0 1.25.56 1.25 1.25v.75c0 1.423-.664 2.633-2.033 3.52c-1.398.907-3.55 1.48-6.467 1.48s-5.069-.573-6.467-1.48C6.163 22.134 5.5 20.924 5.5 19.5zM6.75 16A2.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 26s5.556-.602 7.283-1.72C23.039 23.141 24 21.476 24 19.5v-.75A2.75 2.75 0 0 0 21.25 16zm5.75-7.5a1.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 3"/></svg>
React
import type { SVGProps } from "react";
export function FluentBot28Regular(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 14h10.5A2.75 2.75 0 0 0 22 11.25v-5.5A2.75 2.75 0 0 0 19.25 3h-4.5zM7.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.25zm-2 13c0-.69.56-1.25 1.25-1.25h14.5c.69 0 1.25.56 1.25 1.25v.75c0 1.423-.664 2.633-2.033 3.52c-1.398.907-3.55 1.48-6.467 1.48s-5.069-.573-6.467-1.48C6.163 22.134 5.5 20.924 5.5 19.5zM6.75 16A2.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 26s5.556-.602 7.283-1.72C23.039 23.141 24 21.476 24 19.5v-.75A2.75 2.75 0 0 0 21.25 16zm5.75-7.5a1.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 3"/></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 14h10.5A2.75 2.75 0 0 0 22 11.25v-5.5A2.75 2.75 0 0 0 19.25 3h-4.5zM7.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.25zm-2 13c0-.69.56-1.25 1.25-1.25h14.5c.69 0 1.25.56 1.25 1.25v.75c0 1.423-.664 2.633-2.033 3.52c-1.398.907-3.55 1.48-6.467 1.48s-5.069-.573-6.467-1.48C6.163 22.134 5.5 20.924 5.5 19.5zM6.75 16A2.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 26s5.556-.602 7.283-1.72C23.039 23.141 24 21.476 24 19.5v-.75A2.75 2.75 0 0 0 21.25 16zm5.75-7.5a1.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 3"/></svg> </template>
CSS
.icon-bot-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%2014h10.5A2.75%202.75%200%200%200%2022%2011.25v-5.5A2.75%202.75%200%200%200%2019.25%203h-4.5zM7.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.25zm-2%2013c0-.69.56-1.25%201.25-1.25h14.5c.69%200%201.25.56%201.25%201.25v.75c0%201.423-.664%202.633-2.033%203.52c-1.398.907-3.55%201.48-6.467%201.48s-5.069-.573-6.467-1.48C6.163%2022.134%205.5%2020.924%205.5%2019.5zM6.75%2016A2.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%2026s5.556-.602%207.283-1.72C23.039%2023.141%2024%2021.476%2024%2019.5v-.75A2.75%202.75%200%200%200%2021.25%2016zm5.75-7.5a1.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%203%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%2014h10.5A2.75%202.75%200%200%200%2022%2011.25v-5.5A2.75%202.75%200%200%200%2019.25%203h-4.5zM7.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.25zm-2%2013c0-.69.56-1.25%201.25-1.25h14.5c.69%200%201.25.56%201.25%201.25v.75c0%201.423-.664%202.633-2.033%203.52c-1.398.907-3.55%201.48-6.467%201.48s-5.069-.573-6.467-1.48C6.163%2022.134%205.5%2020.924%205.5%2019.5zM6.75%2016A2.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%2026s5.556-.602%207.283-1.72C23.039%2023.141%2024%2021.476%2024%2019.5v-.75A2.75%202.75%200%200%200%2021.25%2016zm5.75-7.5a1.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%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bot-28-regular.svg?color=%231a73e8&size=48