bot icon
bot-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- bot-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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 1.5a.75.75 0 0 1 .75.75V3h4.5A2.75 2.75 0 0 1 22 5.75v5.5A2.75 2.75 0 0 1 19.25 14H8.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.5M6.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 16zM11 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 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentBot28Filled(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.75 2.75 0 0 1 19.25 14H8.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.5M6.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 16zM11 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 0"/></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.75 2.75 0 0 1 19.25 14H8.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.5M6.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 16zM11 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 0"/></svg> </template>
CSS
.icon-bot-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.75%202.75%200%200%201%2019.25%2014H8.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.5M6.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%2016zM11%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%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%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.75%202.75%200%200%201%2019.25%2014H8.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.5M6.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%2016zM11%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%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bot-28-filled.svg?color=%231a73e8&size=48