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

Name
bot
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-bot

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.928 11.607c-.202-.488-.635-.605-.928-.633V8c0-1.103-.897-2-2-2h-6V4.61c.305-.274.5-.668.5-1.11a1.5 1.5 0 0 0-3 0c0 .442.195.836.5 1.11V6H5c-1.103 0-2 .897-2 2v2.997l-.082.006A1 1 0 0 0 1.99 12v2a1 1 0 0 0 1 1H3v5c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5a1 1 0 0 0 1-1v-1.938a1 1 0 0 0-.072-.455M5 20V8h14l.001 3.996L19 12v2l.001.005l.001 5.995z"/><ellipse cx="8.5" cy="12" fill="currentColor" rx="1.5" ry="2"/><ellipse cx="15.5" cy="12" fill="currentColor" rx="1.5" ry="2"/><path fill="currentColor" d="M8 16h8v2H8z"/></svg>

React

import type { SVGProps } from "react";

export function BxBot(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.928 11.607c-.202-.488-.635-.605-.928-.633V8c0-1.103-.897-2-2-2h-6V4.61c.305-.274.5-.668.5-1.11a1.5 1.5 0 0 0-3 0c0 .442.195.836.5 1.11V6H5c-1.103 0-2 .897-2 2v2.997l-.082.006A1 1 0 0 0 1.99 12v2a1 1 0 0 0 1 1H3v5c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5a1 1 0 0 0 1-1v-1.938a1 1 0 0 0-.072-.455M5 20V8h14l.001 3.996L19 12v2l.001.005l.001 5.995z"/><ellipse cx="8.5" cy="12" fill="currentColor" rx="1.5" ry="2"/><ellipse cx="15.5" cy="12" fill="currentColor" rx="1.5" ry="2"/><path fill="currentColor" d="M8 16h8v2H8z"/></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.928 11.607c-.202-.488-.635-.605-.928-.633V8c0-1.103-.897-2-2-2h-6V4.61c.305-.274.5-.668.5-1.11a1.5 1.5 0 0 0-3 0c0 .442.195.836.5 1.11V6H5c-1.103 0-2 .897-2 2v2.997l-.082.006A1 1 0 0 0 1.99 12v2a1 1 0 0 0 1 1H3v5c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5a1 1 0 0 0 1-1v-1.938a1 1 0 0 0-.072-.455M5 20V8h14l.001 3.996L19 12v2l.001.005l.001 5.995z"/><ellipse cx="8.5" cy="12" fill="currentColor" rx="1.5" ry="2"/><ellipse cx="15.5" cy="12" fill="currentColor" rx="1.5" ry="2"/><path fill="currentColor" d="M8 16h8v2H8z"/></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.928%2011.607c-.202-.488-.635-.605-.928-.633V8c0-1.103-.897-2-2-2h-6V4.61c.305-.274.5-.668.5-1.11a1.5%201.5%200%200%200-3%200c0%20.442.195.836.5%201.11V6H5c-1.103%200-2%20.897-2%202v2.997l-.082.006A1%201%200%200%200%201.99%2012v2a1%201%200%200%200%201%201H3v5c0%201.103.897%202%202%202h14c1.103%200%202-.897%202-2v-5a1%201%200%200%200%201-1v-1.938a1%201%200%200%200-.072-.455M5%2020V8h14l.001%203.996L19%2012v2l.001.005l.001%205.995z%22%2F%3E%3Cellipse%20cx%3D%228.5%22%20cy%3D%2212%22%20fill%3D%22currentColor%22%20rx%3D%221.5%22%20ry%3D%222%22%2F%3E%3Cellipse%20cx%3D%2215.5%22%20cy%3D%2212%22%20fill%3D%22currentColor%22%20rx%3D%221.5%22%20ry%3D%222%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016h8v2H8z%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.928%2011.607c-.202-.488-.635-.605-.928-.633V8c0-1.103-.897-2-2-2h-6V4.61c.305-.274.5-.668.5-1.11a1.5%201.5%200%200%200-3%200c0%20.442.195.836.5%201.11V6H5c-1.103%200-2%20.897-2%202v2.997l-.082.006A1%201%200%200%200%201.99%2012v2a1%201%200%200%200%201%201H3v5c0%201.103.897%202%202%202h14c1.103%200%202-.897%202-2v-5a1%201%200%200%200%201-1v-1.938a1%201%200%200%200-.072-.455M5%2020V8h14l.001%203.996L19%2012v2l.001.005l.001%205.995z%22%2F%3E%3Cellipse%20cx%3D%228.5%22%20cy%3D%2212%22%20fill%3D%22currentColor%22%20rx%3D%221.5%22%20ry%3D%222%22%2F%3E%3Cellipse%20cx%3D%2215.5%22%20cy%3D%2212%22%20fill%3D%22currentColor%22%20rx%3D%221.5%22%20ry%3D%222%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016h8v2H8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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