head-ai-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
head-ai-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the head ai icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2c.645 0 1.27.078 1.871.222a2.999 2.999 0 0 0 .16 5.617l.377.129c.293.1.523.33.623.624l.13.378a2.995 2.995 0 0 0 4.834 1.267A8 8 0 0 1 17 16.93v3.57a1.5 1.5 0 0 1-1.5 1.5h-4a1.5 1.5 0 0 1-1.5-1.5V19H8.766a3 3 0 0 1-2.977-2.628l-.14-1.123l-.748-.148a1.5 1.5 0 0 1-1.09-2.048l1.191-2.859L5 10a8 8 0 0 1 8-8m6-1a1 1 0 0 1 .946.677l.13.378c.3.879.99 1.57 1.87 1.87l.377.129a1 1 0 0 1 0 1.892l-.378.13c-.879.3-1.57.99-1.87 1.87l-.129.377a1 1 0 0 1-1.892 0l-.13-.378a3 3 0 0 0-1.87-1.87l-.377-.129a1 1 0 0 1 0-1.892l.378-.13c.879-.3 1.57-.99 1.87-1.87l.129-.377A1 1 0 0 1 19 1"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteHeadAiFill(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="M13 2c.645 0 1.27.078 1.871.222a2.999 2.999 0 0 0 .16 5.617l.377.129c.293.1.523.33.623.624l.13.378a2.995 2.995 0 0 0 4.834 1.267A8 8 0 0 1 17 16.93v3.57a1.5 1.5 0 0 1-1.5 1.5h-4a1.5 1.5 0 0 1-1.5-1.5V19H8.766a3 3 0 0 1-2.977-2.628l-.14-1.123l-.748-.148a1.5 1.5 0 0 1-1.09-2.048l1.191-2.859L5 10a8 8 0 0 1 8-8m6-1a1 1 0 0 1 .946.677l.13.378c.3.879.99 1.57 1.87 1.87l.377.129a1 1 0 0 1 0 1.892l-.378.13c-.879.3-1.57.99-1.87 1.87l-.129.377a1 1 0 0 1-1.892 0l-.13-.378a3 3 0 0 0-1.87-1.87l-.377-.129a1 1 0 0 1 0-1.892l.378-.13c.879-.3 1.57-.99 1.87-1.87l.129-.377A1 1 0 0 1 19 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2c.645 0 1.27.078 1.871.222a2.999 2.999 0 0 0 .16 5.617l.377.129c.293.1.523.33.623.624l.13.378a2.995 2.995 0 0 0 4.834 1.267A8 8 0 0 1 17 16.93v3.57a1.5 1.5 0 0 1-1.5 1.5h-4a1.5 1.5 0 0 1-1.5-1.5V19H8.766a3 3 0 0 1-2.977-2.628l-.14-1.123l-.748-.148a1.5 1.5 0 0 1-1.09-2.048l1.191-2.859L5 10a8 8 0 0 1 8-8m6-1a1 1 0 0 1 .946.677l.13.378c.3.879.99 1.57 1.87 1.87l.377.129a1 1 0 0 1 0 1.892l-.378.13c-.879.3-1.57.99-1.87 1.87l-.129.377a1 1 0 0 1-1.892 0l-.13-.378a3 3 0 0 0-1.87-1.87l-.377-.129a1 1 0 0 1 0-1.892l.378-.13c.879-.3 1.57-.99 1.87-1.87l.129-.377A1 1 0 0 1 19 1"/></svg>
</template>

CSS

.icon-head-ai-fill {
  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%22M13%202c.645%200%201.27.078%201.871.222a2.999%202.999%200%200%200%20.16%205.617l.377.129c.293.1.523.33.623.624l.13.378a2.995%202.995%200%200%200%204.834%201.267A8%208%200%200%201%2017%2016.93v3.57a1.5%201.5%200%200%201-1.5%201.5h-4a1.5%201.5%200%200%201-1.5-1.5V19H8.766a3%203%200%200%201-2.977-2.628l-.14-1.123l-.748-.148a1.5%201.5%200%200%201-1.09-2.048l1.191-2.859L5%2010a8%208%200%200%201%208-8m6-1a1%201%200%200%201%20.946.677l.13.378c.3.879.99%201.57%201.87%201.87l.377.129a1%201%200%200%201%200%201.892l-.378.13c-.879.3-1.57.99-1.87%201.87l-.129.377a1%201%200%200%201-1.892%200l-.13-.378a3%203%200%200%200-1.87-1.87l-.377-.129a1%201%200%200%201%200-1.892l.378-.13c.879-.3%201.57-.99%201.87-1.87l.129-.377A1%201%200%200%201%2019%201%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%22M13%202c.645%200%201.27.078%201.871.222a2.999%202.999%200%200%200%20.16%205.617l.377.129c.293.1.523.33.623.624l.13.378a2.995%202.995%200%200%200%204.834%201.267A8%208%200%200%201%2017%2016.93v3.57a1.5%201.5%200%200%201-1.5%201.5h-4a1.5%201.5%200%200%201-1.5-1.5V19H8.766a3%203%200%200%201-2.977-2.628l-.14-1.123l-.748-.148a1.5%201.5%200%200%201-1.09-2.048l1.191-2.859L5%2010a8%208%200%200%201%208-8m6-1a1%201%200%200%201%20.946.677l.13.378c.3.879.99%201.57%201.87%201.87l.377.129a1%201%200%200%201%200%201.892l-.378.13c-.879.3-1.57.99-1.87%201.87l-.129.377a1%201%200%200%201-1.892%200l-.13-.378a3%203%200%200%200-1.87-1.87l-.377-.129a1%201%200%200%201%200-1.892l.378-.13c.879-.3%201.57-.99%201.87-1.87l.129-.377A1%201%200%200%201%2019%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/head-ai-fill.svg?color=%231a73e8&size=48