bot from css.gg by Astrit · Outline · MIT Free for personal and commercial use.

Name
bot
Set
css.gg
Style
Outline
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"><g fill="currentColor"><path d="M14.125 13h-4v2h4z"/><path fill-rule="evenodd" d="M8.125 13a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m10-.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-1.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M2.749 14.666A6 6 0 0 0 8.125 18h8c2.44 0 4.54-1.456 5.478-3.547A3 3 0 0 0 22.875 12c0-1.013-.503-1.91-1.272-2.452A6 6 0 0 0 16.125 6h-8A6 6 0 0 0 2.75 9.334a3 3 0 0 0 0 5.332M8.125 8h8c1.384 0 2.603.702 3.322 1.77c.276.69.428 1.442.428 2.23s-.152 1.54-.428 2.23A4 4 0 0 1 16.125 16h-8a4 4 0 0 1 0-8" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function GgBot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.125 13h-4v2h4z"/><path fillRule="evenodd" d="M8.125 13a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m10-.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-1.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0" clipRule="evenodd"/><path fillRule="evenodd" d="M2.749 14.666A6 6 0 0 0 8.125 18h8c2.44 0 4.54-1.456 5.478-3.547A3 3 0 0 0 22.875 12c0-1.013-.503-1.91-1.272-2.452A6 6 0 0 0 16.125 6h-8A6 6 0 0 0 2.75 9.334a3 3 0 0 0 0 5.332M8.125 8h8c1.384 0 2.603.702 3.322 1.77c.276.69.428 1.442.428 2.23s-.152 1.54-.428 2.23A4 4 0 0 1 16.125 16h-8a4 4 0 0 1 0-8" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.125 13h-4v2h4z"/><path fill-rule="evenodd" d="M8.125 13a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m10-.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-1.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M2.749 14.666A6 6 0 0 0 8.125 18h8c2.44 0 4.54-1.456 5.478-3.547A3 3 0 0 0 22.875 12c0-1.013-.503-1.91-1.272-2.452A6 6 0 0 0 16.125 6h-8A6 6 0 0 0 2.75 9.334a3 3 0 0 0 0 5.332M8.125 8h8c1.384 0 2.603.702 3.322 1.77c.276.69.428 1.442.428 2.23s-.152 1.54-.428 2.23A4 4 0 0 1 16.125 16h-8a4 4 0 0 1 0-8" clip-rule="evenodd"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.125%2013h-4v2h4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.125%2013a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0-1.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m10-.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-1.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.749%2014.666A6%206%200%200%200%208.125%2018h8c2.44%200%204.54-1.456%205.478-3.547A3%203%200%200%200%2022.875%2012c0-1.013-.503-1.91-1.272-2.452A6%206%200%200%200%2016.125%206h-8A6%206%200%200%200%202.75%209.334a3%203%200%200%200%200%205.332M8.125%208h8c1.384%200%202.603.702%203.322%201.77c.276.69.428%201.442.428%202.23s-.152%201.54-.428%202.23A4%204%200%200%201%2016.125%2016h-8a4%204%200%200%201%200-8%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.125%2013h-4v2h4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.125%2013a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0-1.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m10-.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-1.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.749%2014.666A6%206%200%200%200%208.125%2018h8c2.44%200%204.54-1.456%205.478-3.547A3%203%200%200%200%2022.875%2012c0-1.013-.503-1.91-1.272-2.452A6%206%200%200%200%2016.125%206h-8A6%206%200%200%200%202.75%209.334a3%203%200%200%200%200%205.332M8.125%208h8c1.384%200%202.603.702%203.322%201.77c.276.69.428%201.442.428%202.23s-.152%201.54-.428%202.23A4%204%200%200%201%2016.125%2016h-8a4%204%200%200%201%200-8%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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