bot-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
bot-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M12 5.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-5 1a1 1 0 1 1 2 0a1 1 0 0 1-2 0m3.5-4a.5.5 0 0 0-1 0V3h-3A1.5 1.5 0 0 0 5 4.5v4A1.5 1.5 0 0 0 6.5 10h7A1.5 1.5 0 0 0 15 8.5v-4A1.5 1.5 0 0 0 13.5 3h-3zM6.5 4h7a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5m3.75 13.998c2.616-.033 4.195-.595 5.122-1.44c.875-.8 1.089-1.777 1.123-2.556h.005v-.69a1.81 1.81 0 0 0-1.81-1.809H11.5V11.5h-3v.003H5.31c-1 0-1.81.81-1.81 1.81v.689h.005c.034.78.248 1.757 1.123 2.555c.927.846 2.506 1.408 5.122 1.441V18h.5zm-4.94-5.495h9.38a.81.81 0 0 1 .81.81v.437c0 .69-.131 1.456-.802 2.069C14.01 16.446 12.66 17 10 17s-4.01-.554-4.698-1.181c-.67-.613-.802-1.38-.802-2.069v-.438a.81.81 0 0 1 .81-.809"/></svg>

React

import type { SVGProps } from "react";

export function FluentBot20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12 5.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-5 1a1 1 0 1 1 2 0a1 1 0 0 1-2 0m3.5-4a.5.5 0 0 0-1 0V3h-3A1.5 1.5 0 0 0 5 4.5v4A1.5 1.5 0 0 0 6.5 10h7A1.5 1.5 0 0 0 15 8.5v-4A1.5 1.5 0 0 0 13.5 3h-3zM6.5 4h7a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5m3.75 13.998c2.616-.033 4.195-.595 5.122-1.44c.875-.8 1.089-1.777 1.123-2.556h.005v-.69a1.81 1.81 0 0 0-1.81-1.809H11.5V11.5h-3v.003H5.31c-1 0-1.81.81-1.81 1.81v.689h.005c.034.78.248 1.757 1.123 2.555c.927.846 2.506 1.408 5.122 1.441V18h.5zm-4.94-5.495h9.38a.81.81 0 0 1 .81.81v.437c0 .69-.131 1.456-.802 2.069C14.01 16.446 12.66 17 10 17s-4.01-.554-4.698-1.181c-.67-.613-.802-1.38-.802-2.069v-.438a.81.81 0 0 1 .81-.809"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12 5.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-5 1a1 1 0 1 1 2 0a1 1 0 0 1-2 0m3.5-4a.5.5 0 0 0-1 0V3h-3A1.5 1.5 0 0 0 5 4.5v4A1.5 1.5 0 0 0 6.5 10h7A1.5 1.5 0 0 0 15 8.5v-4A1.5 1.5 0 0 0 13.5 3h-3zM6.5 4h7a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5m3.75 13.998c2.616-.033 4.195-.595 5.122-1.44c.875-.8 1.089-1.777 1.123-2.556h.005v-.69a1.81 1.81 0 0 0-1.81-1.809H11.5V11.5h-3v.003H5.31c-1 0-1.81.81-1.81 1.81v.689h.005c.034.78.248 1.757 1.123 2.555c.927.846 2.506 1.408 5.122 1.441V18h.5zm-4.94-5.495h9.38a.81.81 0 0 1 .81.81v.437c0 .69-.131 1.456-.802 2.069C14.01 16.446 12.66 17 10 17s-4.01-.554-4.698-1.181c-.67-.613-.802-1.38-.802-2.069v-.438a.81.81 0 0 1 .81-.809"/></svg>
</template>

CSS

.icon-bot-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%205.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-5%201a1%201%200%201%201%202%200a1%201%200%200%201-2%200m3.5-4a.5.5%200%200%200-1%200V3h-3A1.5%201.5%200%200%200%205%204.5v4A1.5%201.5%200%200%200%206.5%2010h7A1.5%201.5%200%200%200%2015%208.5v-4A1.5%201.5%200%200%200%2013.5%203h-3zM6.5%204h7a.5.5%200%200%201%20.5.5v4a.5.5%200%200%201-.5.5h-7a.5.5%200%200%201-.5-.5v-4a.5.5%200%200%201%20.5-.5m3.75%2013.998c2.616-.033%204.195-.595%205.122-1.44c.875-.8%201.089-1.777%201.123-2.556h.005v-.69a1.81%201.81%200%200%200-1.81-1.809H11.5V11.5h-3v.003H5.31c-1%200-1.81.81-1.81%201.81v.689h.005c.034.78.248%201.757%201.123%202.555c.927.846%202.506%201.408%205.122%201.441V18h.5zm-4.94-5.495h9.38a.81.81%200%200%201%20.81.81v.437c0%20.69-.131%201.456-.802%202.069C14.01%2016.446%2012.66%2017%2010%2017s-4.01-.554-4.698-1.181c-.67-.613-.802-1.38-.802-2.069v-.438a.81.81%200%200%201%20.81-.809%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%205.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-5%201a1%201%200%201%201%202%200a1%201%200%200%201-2%200m3.5-4a.5.5%200%200%200-1%200V3h-3A1.5%201.5%200%200%200%205%204.5v4A1.5%201.5%200%200%200%206.5%2010h7A1.5%201.5%200%200%200%2015%208.5v-4A1.5%201.5%200%200%200%2013.5%203h-3zM6.5%204h7a.5.5%200%200%201%20.5.5v4a.5.5%200%200%201-.5.5h-7a.5.5%200%200%201-.5-.5v-4a.5.5%200%200%201%20.5-.5m3.75%2013.998c2.616-.033%204.195-.595%205.122-1.44c.875-.8%201.089-1.777%201.123-2.556h.005v-.69a1.81%201.81%200%200%200-1.81-1.809H11.5V11.5h-3v.003H5.31c-1%200-1.81.81-1.81%201.81v.689h.005c.034.78.248%201.757%201.123%202.555c.927.846%202.506%201.408%205.122%201.441V18h.5zm-4.94-5.495h9.38a.81.81%200%200%201%20.81.81v.437c0%20.69-.131%201.456-.802%202.069C14.01%2016.446%2012.66%2017%2010%2017s-4.01-.554-4.698-1.181c-.67-.613-.802-1.38-.802-2.069v-.438a.81.81%200%200%201%20.81-.809%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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