bot-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
bot-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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 1a.5.5 0 0 1 .5.5V2h2A1.5 1.5 0 0 1 12 3.5v3A1.5 1.5 0 0 1 10.5 8h-5A1.5 1.5 0 0 1 4 6.5v-3A1.5 1.5 0 0 1 5.5 2h2v-.5A.5.5 0 0 1 8 1M4.5 9.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.5zm2-3.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M10.25 5a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentBot16Filled(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 1a.5.5 0 0 1 .5.5V2h2A1.5 1.5 0 0 1 12 3.5v3A1.5 1.5 0 0 1 10.5 8h-5A1.5 1.5 0 0 1 4 6.5v-3A1.5 1.5 0 0 1 5.5 2h2v-.5A.5.5 0 0 1 8 1M4.5 9.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.5zm2-3.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M10.25 5a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/></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 1a.5.5 0 0 1 .5.5V2h2A1.5 1.5 0 0 1 12 3.5v3A1.5 1.5 0 0 1 10.5 8h-5A1.5 1.5 0 0 1 4 6.5v-3A1.5 1.5 0 0 1 5.5 2h2v-.5A.5.5 0 0 1 8 1M4.5 9.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.5zm2-3.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M10.25 5a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/></svg>
</template>

CSS

.icon-bot-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201a.5.5%200%200%201%20.5.5V2h2A1.5%201.5%200%200%201%2012%203.5v3A1.5%201.5%200%200%201%2010.5%208h-5A1.5%201.5%200%200%201%204%206.5v-3A1.5%201.5%200%200%201%205.5%202h2v-.5A.5.5%200%200%201%208%201M4.5%209.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.5zm2-3.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M10.25%205a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201a.5.5%200%200%201%20.5.5V2h2A1.5%201.5%200%200%201%2012%203.5v3A1.5%201.5%200%200%201%2010.5%208h-5A1.5%201.5%200%200%201%204%206.5v-3A1.5%201.5%200%200%201%205.5%202h2v-.5A.5.5%200%200%201%208%201M4.5%209.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.5zm2-3.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M10.25%205a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bot-16-filled.svg?color=%231a73e8&size=48