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

Name
bot-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M25.25 5.25a1.25 1.25 0 1 0-2.5 0V7h-7.5A4.25 4.25 0 0 0 11 11.25v8.5A4.25 4.25 0 0 0 15.25 24h17.5A4.25 4.25 0 0 0 37 19.75v-8.5A4.25 4.25 0 0 0 32.75 7h-7.5zm-11.75 6c0-.966.784-1.75 1.75-1.75h17.5c.967 0 1.75.784 1.75 1.75v8.5a1.75 1.75 0 0 1-1.75 1.75h-17.5a1.75 1.75 0 0 1-1.75-1.75zM19 18a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m12.5-2.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-21 16.75c0-.966.784-1.75 1.75-1.75h23.5c.967 0 1.75.784 1.75 1.75v1.05c0 2.246-1.056 4.237-3.238 5.715C32.042 40.518 28.627 41.5 24 41.5s-8.043-.982-10.262-2.485C11.556 37.537 10.5 35.546 10.5 33.3zM12.25 28A4.25 4.25 0 0 0 8 32.25v1.05c0 3.154 1.535 5.888 4.336 7.785C15.1 42.957 19.06 44 24 44s8.9-1.043 11.664-2.915C38.465 39.188 40 36.454 40 33.3v-1.05A4.25 4.25 0 0 0 35.75 28z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBot48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.25 5.25a1.25 1.25 0 1 0-2.5 0V7h-7.5A4.25 4.25 0 0 0 11 11.25v8.5A4.25 4.25 0 0 0 15.25 24h17.5A4.25 4.25 0 0 0 37 19.75v-8.5A4.25 4.25 0 0 0 32.75 7h-7.5zm-11.75 6c0-.966.784-1.75 1.75-1.75h17.5c.967 0 1.75.784 1.75 1.75v8.5a1.75 1.75 0 0 1-1.75 1.75h-17.5a1.75 1.75 0 0 1-1.75-1.75zM19 18a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m12.5-2.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-21 16.75c0-.966.784-1.75 1.75-1.75h23.5c.967 0 1.75.784 1.75 1.75v1.05c0 2.246-1.056 4.237-3.238 5.715C32.042 40.518 28.627 41.5 24 41.5s-8.043-.982-10.262-2.485C11.556 37.537 10.5 35.546 10.5 33.3zM12.25 28A4.25 4.25 0 0 0 8 32.25v1.05c0 3.154 1.535 5.888 4.336 7.785C15.1 42.957 19.06 44 24 44s8.9-1.043 11.664-2.915C38.465 39.188 40 36.454 40 33.3v-1.05A4.25 4.25 0 0 0 35.75 28z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.25 5.25a1.25 1.25 0 1 0-2.5 0V7h-7.5A4.25 4.25 0 0 0 11 11.25v8.5A4.25 4.25 0 0 0 15.25 24h17.5A4.25 4.25 0 0 0 37 19.75v-8.5A4.25 4.25 0 0 0 32.75 7h-7.5zm-11.75 6c0-.966.784-1.75 1.75-1.75h17.5c.967 0 1.75.784 1.75 1.75v8.5a1.75 1.75 0 0 1-1.75 1.75h-17.5a1.75 1.75 0 0 1-1.75-1.75zM19 18a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m12.5-2.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-21 16.75c0-.966.784-1.75 1.75-1.75h23.5c.967 0 1.75.784 1.75 1.75v1.05c0 2.246-1.056 4.237-3.238 5.715C32.042 40.518 28.627 41.5 24 41.5s-8.043-.982-10.262-2.485C11.556 37.537 10.5 35.546 10.5 33.3zM12.25 28A4.25 4.25 0 0 0 8 32.25v1.05c0 3.154 1.535 5.888 4.336 7.785C15.1 42.957 19.06 44 24 44s8.9-1.043 11.664-2.915C38.465 39.188 40 36.454 40 33.3v-1.05A4.25 4.25 0 0 0 35.75 28z"/></svg>
</template>

CSS

.icon-bot-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.25%205.25a1.25%201.25%200%201%200-2.5%200V7h-7.5A4.25%204.25%200%200%200%2011%2011.25v8.5A4.25%204.25%200%200%200%2015.25%2024h17.5A4.25%204.25%200%200%200%2037%2019.75v-8.5A4.25%204.25%200%200%200%2032.75%207h-7.5zm-11.75%206c0-.966.784-1.75%201.75-1.75h17.5c.967%200%201.75.784%201.75%201.75v8.5a1.75%201.75%200%200%201-1.75%201.75h-17.5a1.75%201.75%200%200%201-1.75-1.75zM19%2018a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m12.5-2.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m-21%2016.75c0-.966.784-1.75%201.75-1.75h23.5c.967%200%201.75.784%201.75%201.75v1.05c0%202.246-1.056%204.237-3.238%205.715C32.042%2040.518%2028.627%2041.5%2024%2041.5s-8.043-.982-10.262-2.485C11.556%2037.537%2010.5%2035.546%2010.5%2033.3zM12.25%2028A4.25%204.25%200%200%200%208%2032.25v1.05c0%203.154%201.535%205.888%204.336%207.785C15.1%2042.957%2019.06%2044%2024%2044s8.9-1.043%2011.664-2.915C38.465%2039.188%2040%2036.454%2040%2033.3v-1.05A4.25%204.25%200%200%200%2035.75%2028z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.25%205.25a1.25%201.25%200%201%200-2.5%200V7h-7.5A4.25%204.25%200%200%200%2011%2011.25v8.5A4.25%204.25%200%200%200%2015.25%2024h17.5A4.25%204.25%200%200%200%2037%2019.75v-8.5A4.25%204.25%200%200%200%2032.75%207h-7.5zm-11.75%206c0-.966.784-1.75%201.75-1.75h17.5c.967%200%201.75.784%201.75%201.75v8.5a1.75%201.75%200%200%201-1.75%201.75h-17.5a1.75%201.75%200%200%201-1.75-1.75zM19%2018a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m12.5-2.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m-21%2016.75c0-.966.784-1.75%201.75-1.75h23.5c.967%200%201.75.784%201.75%201.75v1.05c0%202.246-1.056%204.237-3.238%205.715C32.042%2040.518%2028.627%2041.5%2024%2041.5s-8.043-.982-10.262-2.485C11.556%2037.537%2010.5%2035.546%2010.5%2033.3zM12.25%2028A4.25%204.25%200%200%200%208%2032.25v1.05c0%203.154%201.535%205.888%204.336%207.785C15.1%2042.957%2019.06%2044%2024%2044s8.9-1.043%2011.664-2.915C38.465%2039.188%2040%2036.454%2040%2033.3v-1.05A4.25%204.25%200%200%200%2035.75%2028z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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