chat-bot from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
chat-bot
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the chat bot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M11 8h2c2.828 0 4.243 0 5.121.879C19 9.757 19 11.172 19 14s0 4.243-.879 5.121C17.243 20 15.828 20 13 20h-1s-.5 2-4 2c0 0 1-1.009 1-2.017c-1.553-.047-2.48-.22-3.121-.862C5 18.243 5 16.828 5 14s0-4.243.879-5.121C6.757 8 8.172 8 11 8Zm8 3.5h.5c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201H19m-14-5h-.5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C2 12.598 2 13.065 2 14s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549c.348.201.815.201 1.75.201H5"/><path d="M13.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v3m-3 4v1m6-1v1"/><path stroke-linecap="round" d="M10 16.5s.667.5 2 .5s2-.5 2-.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsChatBot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="M11 8h2c2.828 0 4.243 0 5.121.879C19 9.757 19 11.172 19 14s0 4.243-.879 5.121C17.243 20 15.828 20 13 20h-1s-.5 2-4 2c0 0 1-1.009 1-2.017c-1.553-.047-2.48-.22-3.121-.862C5 18.243 5 16.828 5 14s0-4.243.879-5.121C6.757 8 8.172 8 11 8Zm8 3.5h.5c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201H19m-14-5h-.5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C2 12.598 2 13.065 2 14s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549c.348.201.815.201 1.75.201H5"/><path d="M13.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 5v3m-3 4v1m6-1v1"/><path strokeLinecap="round" d="M10 16.5s.667.5 2 .5s2-.5 2-.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M11 8h2c2.828 0 4.243 0 5.121.879C19 9.757 19 11.172 19 14s0 4.243-.879 5.121C17.243 20 15.828 20 13 20h-1s-.5 2-4 2c0 0 1-1.009 1-2.017c-1.553-.047-2.48-.22-3.121-.862C5 18.243 5 16.828 5 14s0-4.243.879-5.121C6.757 8 8.172 8 11 8Zm8 3.5h.5c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201H19m-14-5h-.5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C2 12.598 2 13.065 2 14s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549c.348.201.815.201 1.75.201H5"/><path d="M13.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v3m-3 4v1m6-1v1"/><path stroke-linecap="round" d="M10 16.5s.667.5 2 .5s2-.5 2-.5"/></g></svg>
</template>

CSS

.icon-chat-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11%208h2c2.828%200%204.243%200%205.121.879C19%209.757%2019%2011.172%2019%2014s0%204.243-.879%205.121C17.243%2020%2015.828%2020%2013%2020h-1s-.5%202-4%202c0%200%201-1.009%201-2.017c-1.553-.047-2.48-.22-3.121-.862C5%2018.243%205%2016.828%205%2014s0-4.243.879-5.121C6.757%208%208.172%208%2011%208Zm8%203.5h.5c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549c.201.348.201.815.201%201.75s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549c-.348.201-.815.201-1.75.201H19m-14-5h-.5c-.935%200-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C2%2012.598%202%2013.065%202%2014s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549c.348.201.815.201%201.75.201H5%22%2F%3E%3Cpath%20d%3D%22M13.5%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%205v3m-3%204v1m6-1v1%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2016.5s.667.5%202%20.5s2-.5%202-.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11%208h2c2.828%200%204.243%200%205.121.879C19%209.757%2019%2011.172%2019%2014s0%204.243-.879%205.121C17.243%2020%2015.828%2020%2013%2020h-1s-.5%202-4%202c0%200%201-1.009%201-2.017c-1.553-.047-2.48-.22-3.121-.862C5%2018.243%205%2016.828%205%2014s0-4.243.879-5.121C6.757%208%208.172%208%2011%208Zm8%203.5h.5c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549c.201.348.201.815.201%201.75s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549c-.348.201-.815.201-1.75.201H19m-14-5h-.5c-.935%200-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C2%2012.598%202%2013.065%202%2014s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549c.348.201.815.201%201.75.201H5%22%2F%3E%3Cpath%20d%3D%22M13.5%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%205v3m-3%204v1m6-1v1%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2016.5s.667.5%202%20.5s2-.5%202-.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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