bot from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
bot
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Use the bot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 10.975V8a2 2 0 0 0-2-2h-6V4.688c.305-.274.5-.668.5-1.11a1.5 1.5 0 0 0-3 0c0 .442.195.836.5 1.11V6H5a2 2 0 0 0-2 2v2.998l-.072.005A1 1 0 0 0 2 12v2a1 1 0 0 0 1 1v5a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a1 1 0 0 0 1-1v-1.938a1 1 0 0 0-.072-.455c-.202-.488-.635-.605-.928-.632M7 12c0-1.104.672-2 1.5-2s1.5.896 1.5 2s-.672 2-1.5 2S7 13.104 7 12m8.998 6c-1.001-.003-7.997 0-7.998 0v-2s7.001-.002 8.002 0zm-.498-4c-.828 0-1.5-.896-1.5-2s.672-2 1.5-2s1.5.896 1.5 2s-.672 2-1.5 2"/></svg>

React

import type { SVGProps } from "react";

export function BxsBot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 10.975V8a2 2 0 0 0-2-2h-6V4.688c.305-.274.5-.668.5-1.11a1.5 1.5 0 0 0-3 0c0 .442.195.836.5 1.11V6H5a2 2 0 0 0-2 2v2.998l-.072.005A1 1 0 0 0 2 12v2a1 1 0 0 0 1 1v5a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a1 1 0 0 0 1-1v-1.938a1 1 0 0 0-.072-.455c-.202-.488-.635-.605-.928-.632M7 12c0-1.104.672-2 1.5-2s1.5.896 1.5 2s-.672 2-1.5 2S7 13.104 7 12m8.998 6c-1.001-.003-7.997 0-7.998 0v-2s7.001-.002 8.002 0zm-.498-4c-.828 0-1.5-.896-1.5-2s.672-2 1.5-2s1.5.896 1.5 2s-.672 2-1.5 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 10.975V8a2 2 0 0 0-2-2h-6V4.688c.305-.274.5-.668.5-1.11a1.5 1.5 0 0 0-3 0c0 .442.195.836.5 1.11V6H5a2 2 0 0 0-2 2v2.998l-.072.005A1 1 0 0 0 2 12v2a1 1 0 0 0 1 1v5a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a1 1 0 0 0 1-1v-1.938a1 1 0 0 0-.072-.455c-.202-.488-.635-.605-.928-.632M7 12c0-1.104.672-2 1.5-2s1.5.896 1.5 2s-.672 2-1.5 2S7 13.104 7 12m8.998 6c-1.001-.003-7.997 0-7.998 0v-2s7.001-.002 8.002 0zm-.498-4c-.828 0-1.5-.896-1.5-2s.672-2 1.5-2s1.5.896 1.5 2s-.672 2-1.5 2"/></svg>
</template>

CSS

.icon-bot {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2010.975V8a2%202%200%200%200-2-2h-6V4.688c.305-.274.5-.668.5-1.11a1.5%201.5%200%200%200-3%200c0%20.442.195.836.5%201.11V6H5a2%202%200%200%200-2%202v2.998l-.072.005A1%201%200%200%200%202%2012v2a1%201%200%200%200%201%201v5a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2v-5a1%201%200%200%200%201-1v-1.938a1%201%200%200%200-.072-.455c-.202-.488-.635-.605-.928-.632M7%2012c0-1.104.672-2%201.5-2s1.5.896%201.5%202s-.672%202-1.5%202S7%2013.104%207%2012m8.998%206c-1.001-.003-7.997%200-7.998%200v-2s7.001-.002%208.002%200zm-.498-4c-.828%200-1.5-.896-1.5-2s.672-2%201.5-2s1.5.896%201.5%202s-.672%202-1.5%202%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2010.975V8a2%202%200%200%200-2-2h-6V4.688c.305-.274.5-.668.5-1.11a1.5%201.5%200%200%200-3%200c0%20.442.195.836.5%201.11V6H5a2%202%200%200%200-2%202v2.998l-.072.005A1%201%200%200%200%202%2012v2a1%201%200%200%200%201%201v5a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2v-5a1%201%200%200%200%201-1v-1.938a1%201%200%200%200-.072-.455c-.202-.488-.635-.605-.928-.632M7%2012c0-1.104.672-2%201.5-2s1.5.896%201.5%202s-.672%202-1.5%202S7%2013.104%207%2012m8.998%206c-1.001-.003-7.997%200-7.998%200v-2s7.001-.002%208.002%200zm-.498-4c-.828%200-1.5-.896-1.5-2s.672-2%201.5-2s1.5.896%201.5%202s-.672%202-1.5%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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