bot icon
bot-12-regular from Fluent UI System Icons by Microsoft Corporation · 12 Regular · MIT Free for personal and commercial use.
- Name
- bot-12-regular
- Set
- Fluent UI System Icons
- Style
- 12 Regular
- Viewbox
- 12×12
- 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 12 12"><path fill="currentColor" d="M8.5 6A1.5 1.5 0 0 1 10 7.5c0 1.116-.459 2.01-1.212 2.615C8.047 10.71 7.053 11 6 11s-2.047-.29-2.788-.885C2.459 9.511 2 8.616 2 7.5a1.5 1.5 0 0 1 1.347-1.492L3.5 6zm-5 1a.5.5 0 0 0-.5.5c0 .817.324 1.423.838 1.835C4.363 9.757 5.12 10 6 10s1.637-.243 2.162-.665C8.676 8.923 9 8.317 9 7.5a.5.5 0 0 0-.5-.5zM6 0a.5.5 0 0 1 .5.5V1h1A1.5 1.5 0 0 1 9 2.5v1A1.5 1.5 0 0 1 7.5 5h-3A1.5 1.5 0 0 1 3 3.5v-1A1.5 1.5 0 0 1 4.5 1h1V.5A.5.5 0 0 1 6 0M4.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBot12Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M8.5 6A1.5 1.5 0 0 1 10 7.5c0 1.116-.459 2.01-1.212 2.615C8.047 10.71 7.053 11 6 11s-2.047-.29-2.788-.885C2.459 9.511 2 8.616 2 7.5a1.5 1.5 0 0 1 1.347-1.492L3.5 6zm-5 1a.5.5 0 0 0-.5.5c0 .817.324 1.423.838 1.835C4.363 9.757 5.12 10 6 10s1.637-.243 2.162-.665C8.676 8.923 9 8.317 9 7.5a.5.5 0 0 0-.5-.5zM6 0a.5.5 0 0 1 .5.5V1h1A1.5 1.5 0 0 1 9 2.5v1A1.5 1.5 0 0 1 7.5 5h-3A1.5 1.5 0 0 1 3 3.5v-1A1.5 1.5 0 0 1 4.5 1h1V.5A.5.5 0 0 1 6 0M4.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M8.5 6A1.5 1.5 0 0 1 10 7.5c0 1.116-.459 2.01-1.212 2.615C8.047 10.71 7.053 11 6 11s-2.047-.29-2.788-.885C2.459 9.511 2 8.616 2 7.5a1.5 1.5 0 0 1 1.347-1.492L3.5 6zm-5 1a.5.5 0 0 0-.5.5c0 .817.324 1.423.838 1.835C4.363 9.757 5.12 10 6 10s1.637-.243 2.162-.665C8.676 8.923 9 8.317 9 7.5a.5.5 0 0 0-.5-.5zM6 0a.5.5 0 0 1 .5.5V1h1A1.5 1.5 0 0 1 9 2.5v1A1.5 1.5 0 0 1 7.5 5h-3A1.5 1.5 0 0 1 3 3.5v-1A1.5 1.5 0 0 1 4.5 1h1V.5A.5.5 0 0 1 6 0M4.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"/></svg> </template>
CSS
.icon-bot-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%206A1.5%201.5%200%200%201%2010%207.5c0%201.116-.459%202.01-1.212%202.615C8.047%2010.71%207.053%2011%206%2011s-2.047-.29-2.788-.885C2.459%209.511%202%208.616%202%207.5a1.5%201.5%200%200%201%201.347-1.492L3.5%206zm-5%201a.5.5%200%200%200-.5.5c0%20.817.324%201.423.838%201.835C4.363%209.757%205.12%2010%206%2010s1.637-.243%202.162-.665C8.676%208.923%209%208.317%209%207.5a.5.5%200%200%200-.5-.5zM6%200a.5.5%200%200%201%20.5.5V1h1A1.5%201.5%200%200%201%209%202.5v1A1.5%201.5%200%200%201%207.5%205h-3A1.5%201.5%200%200%201%203%203.5v-1A1.5%201.5%200%200%201%204.5%201h1V.5A.5.5%200%200%201%206%200M4.5%202a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%20.5-.5v-1a.5.5%200%200%200-.5-.5z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%206A1.5%201.5%200%200%201%2010%207.5c0%201.116-.459%202.01-1.212%202.615C8.047%2010.71%207.053%2011%206%2011s-2.047-.29-2.788-.885C2.459%209.511%202%208.616%202%207.5a1.5%201.5%200%200%201%201.347-1.492L3.5%206zm-5%201a.5.5%200%200%200-.5.5c0%20.817.324%201.423.838%201.835C4.363%209.757%205.12%2010%206%2010s1.637-.243%202.162-.665C8.676%208.923%209%208.317%209%207.5a.5.5%200%200%200-.5-.5zM6%200a.5.5%200%200%201%20.5.5V1h1A1.5%201.5%200%200%201%209%202.5v1A1.5%201.5%200%200%201%207.5%205h-3A1.5%201.5%200%200%201%203%203.5v-1A1.5%201.5%200%200%201%204.5%201h1V.5A.5.5%200%200%201%206%200M4.5%202a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%20.5-.5v-1a.5.5%200%200%200-.5-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bot-12-regular.svg?color=%231a73e8&size=48