bot icon
bot-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- bot-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M8.5 1.5a.5.5 0 0 0-1 0V2h-2A1.5 1.5 0 0 0 4 3.5v3A1.5 1.5 0 0 0 5.5 8h5A1.5 1.5 0 0 0 12 6.5v-3A1.5 1.5 0 0 0 10.5 2h-2zM5 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5zM4 11a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v.35c0 .947-.406 1.576-1.077 1.994c-.701.437-1.72.656-2.923.656c-1.195 0-2.214-.218-2.918-.656C4.408 12.925 4 12.295 4 11.35zm.5-1.5A1.5 1.5 0 0 0 3 11v.35c0 1.305.6 2.25 1.554 2.843C5.479 14.768 6.71 15 8 15c1.297 0 2.528-.231 3.452-.807C12.406 13.6 13 12.653 13 11.35V11a1.5 1.5 0 0 0-1.5-1.5zM7.25 5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m2.25.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentBot16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.5 1.5a.5.5 0 0 0-1 0V2h-2A1.5 1.5 0 0 0 4 3.5v3A1.5 1.5 0 0 0 5.5 8h5A1.5 1.5 0 0 0 12 6.5v-3A1.5 1.5 0 0 0 10.5 2h-2zM5 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5zM4 11a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v.35c0 .947-.406 1.576-1.077 1.994c-.701.437-1.72.656-2.923.656c-1.195 0-2.214-.218-2.918-.656C4.408 12.925 4 12.295 4 11.35zm.5-1.5A1.5 1.5 0 0 0 3 11v.35c0 1.305.6 2.25 1.554 2.843C5.479 14.768 6.71 15 8 15c1.297 0 2.528-.231 3.452-.807C12.406 13.6 13 12.653 13 11.35V11a1.5 1.5 0 0 0-1.5-1.5zM7.25 5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m2.25.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.5 1.5a.5.5 0 0 0-1 0V2h-2A1.5 1.5 0 0 0 4 3.5v3A1.5 1.5 0 0 0 5.5 8h5A1.5 1.5 0 0 0 12 6.5v-3A1.5 1.5 0 0 0 10.5 2h-2zM5 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5zM4 11a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v.35c0 .947-.406 1.576-1.077 1.994c-.701.437-1.72.656-2.923.656c-1.195 0-2.214-.218-2.918-.656C4.408 12.925 4 12.295 4 11.35zm.5-1.5A1.5 1.5 0 0 0 3 11v.35c0 1.305.6 2.25 1.554 2.843C5.479 14.768 6.71 15 8 15c1.297 0 2.528-.231 3.452-.807C12.406 13.6 13 12.653 13 11.35V11a1.5 1.5 0 0 0-1.5-1.5zM7.25 5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m2.25.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg> </template>
CSS
.icon-bot-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%201.5a.5.5%200%200%200-1%200V2h-2A1.5%201.5%200%200%200%204%203.5v3A1.5%201.5%200%200%200%205.5%208h5A1.5%201.5%200%200%200%2012%206.5v-3A1.5%201.5%200%200%200%2010.5%202h-2zM5%203.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%20.5.5v3a.5.5%200%200%201-.5.5h-5a.5.5%200%200%201-.5-.5zM4%2011a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%20.5.5v.35c0%20.947-.406%201.576-1.077%201.994c-.701.437-1.72.656-2.923.656c-1.195%200-2.214-.218-2.918-.656C4.408%2012.925%204%2012.295%204%2011.35zm.5-1.5A1.5%201.5%200%200%200%203%2011v.35c0%201.305.6%202.25%201.554%202.843C5.479%2014.768%206.71%2015%208%2015c1.297%200%202.528-.231%203.452-.807C12.406%2013.6%2013%2012.653%2013%2011.35V11a1.5%201.5%200%200%200-1.5-1.5zM7.25%205a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m2.25.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%201.5a.5.5%200%200%200-1%200V2h-2A1.5%201.5%200%200%200%204%203.5v3A1.5%201.5%200%200%200%205.5%208h5A1.5%201.5%200%200%200%2012%206.5v-3A1.5%201.5%200%200%200%2010.5%202h-2zM5%203.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%20.5.5v3a.5.5%200%200%201-.5.5h-5a.5.5%200%200%201-.5-.5zM4%2011a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%20.5.5v.35c0%20.947-.406%201.576-1.077%201.994c-.701.437-1.72.656-2.923.656c-1.195%200-2.214-.218-2.918-.656C4.408%2012.925%204%2012.295%204%2011.35zm.5-1.5A1.5%201.5%200%200%200%203%2011v.35c0%201.305.6%202.25%201.554%202.843C5.479%2014.768%206.71%2015%208%2015c1.297%200%202.528-.231%203.452-.807C12.406%2013.6%2013%2012.653%2013%2011.35V11a1.5%201.5%200%200%200-1.5-1.5zM7.25%205a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m2.25.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bot-16-regular.svg?color=%231a73e8&size=48