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

Name
bot-12-filled
Set
Fluent UI System Icons
Style
12 Filled
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.615c-.649.52-1.49.808-2.396.871a6 6 0 0 1-.784 0c-.905-.063-1.747-.35-2.396-.87C2.459 9.51 2 8.615 2 7.5a1.5 1.5 0 0 1 1.347-1.492L3.5 6zM6 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 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentBot12Filled(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.615c-.649.52-1.49.808-2.396.871a6 6 0 0 1-.784 0c-.905-.063-1.747-.35-2.396-.87C2.459 9.51 2 8.615 2 7.5a1.5 1.5 0 0 1 1.347-1.492L3.5 6zM6 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 0"/></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.615c-.649.52-1.49.808-2.396.871a6 6 0 0 1-.784 0c-.905-.063-1.747-.35-2.396-.87C2.459 9.51 2 8.615 2 7.5a1.5 1.5 0 0 1 1.347-1.492L3.5 6zM6 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 0"/></svg>
</template>

CSS

.icon-bot-12-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%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.615c-.649.52-1.49.808-2.396.871a6%206%200%200%201-.784%200c-.905-.063-1.747-.35-2.396-.87C2.459%209.51%202%208.615%202%207.5a1.5%201.5%200%200%201%201.347-1.492L3.5%206zM6%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%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%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.615c-.649.52-1.49.808-2.396.871a6%206%200%200%201-.784%200c-.905-.063-1.747-.35-2.396-.87C2.459%209.51%202%208.615%202%207.5a1.5%201.5%200%200%201%201.347-1.492L3.5%206zM6%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%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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