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

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

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the pen ai icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.138 4.538a2 2 0 0 1 2.157.442l4.725 4.725c.565.566.739 1.415.442 2.157l-2.364 5.912a2 2 0 0 1-1.605 1.242c-1.08.137-3.435.434-5.079.633c-1.065.13-2.606.47-3.913.79q-1.156.282-2.304.595a1.002 1.002 0 0 1-1.231-1.23q.314-1.148.596-2.304c.32-1.307.66-2.848.789-3.913c.104-.86.238-1.916.359-2.88a2.993 2.993 0 0 0 4.129-1.738l.129-.378c.1-.293.33-.523.624-.623l.378-.13a3 3 0 0 0 2.002-3.234zm1.277 6.047a2 2 0 0 0-3.335 1.968a1 1 0 0 0-.2.154l-4.06 4.058a.2.2 0 0 0-.053.097a76 76 0 0 1-.353 1.48a.2.2 0 0 0 .243.243c.457-.114.963-.235 1.48-.353a.2.2 0 0 0 .098-.053l4.058-4.058q.091-.093.154-.201a2 2 0 0 0 1.967-3.335m1.828-7.484a1 1 0 0 1 1.414 0L20.9 7.343a1 1 0 0 1-1.414 1.414l-4.243-4.242a1 1 0 0 1 0-1.414M6 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 6 1"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePenAiFill(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="M12.138 4.538a2 2 0 0 1 2.157.442l4.725 4.725c.565.566.739 1.415.442 2.157l-2.364 5.912a2 2 0 0 1-1.605 1.242c-1.08.137-3.435.434-5.079.633c-1.065.13-2.606.47-3.913.79q-1.156.282-2.304.595a1.002 1.002 0 0 1-1.231-1.23q.314-1.148.596-2.304c.32-1.307.66-2.848.789-3.913c.104-.86.238-1.916.359-2.88a2.993 2.993 0 0 0 4.129-1.738l.129-.378c.1-.293.33-.523.624-.623l.378-.13a3 3 0 0 0 2.002-3.234zm1.277 6.047a2 2 0 0 0-3.335 1.968a1 1 0 0 0-.2.154l-4.06 4.058a.2.2 0 0 0-.053.097a76 76 0 0 1-.353 1.48a.2.2 0 0 0 .243.243c.457-.114.963-.235 1.48-.353a.2.2 0 0 0 .098-.053l4.058-4.058q.091-.093.154-.201a2 2 0 0 0 1.967-3.335m1.828-7.484a1 1 0 0 1 1.414 0L20.9 7.343a1 1 0 0 1-1.414 1.414l-4.243-4.242a1 1 0 0 1 0-1.414M6 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 6 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="M12.138 4.538a2 2 0 0 1 2.157.442l4.725 4.725c.565.566.739 1.415.442 2.157l-2.364 5.912a2 2 0 0 1-1.605 1.242c-1.08.137-3.435.434-5.079.633c-1.065.13-2.606.47-3.913.79q-1.156.282-2.304.595a1.002 1.002 0 0 1-1.231-1.23q.314-1.148.596-2.304c.32-1.307.66-2.848.789-3.913c.104-.86.238-1.916.359-2.88a2.993 2.993 0 0 0 4.129-1.738l.129-.378c.1-.293.33-.523.624-.623l.378-.13a3 3 0 0 0 2.002-3.234zm1.277 6.047a2 2 0 0 0-3.335 1.968a1 1 0 0 0-.2.154l-4.06 4.058a.2.2 0 0 0-.053.097a76 76 0 0 1-.353 1.48a.2.2 0 0 0 .243.243c.457-.114.963-.235 1.48-.353a.2.2 0 0 0 .098-.053l4.058-4.058q.091-.093.154-.201a2 2 0 0 0 1.967-3.335m1.828-7.484a1 1 0 0 1 1.414 0L20.9 7.343a1 1 0 0 1-1.414 1.414l-4.243-4.242a1 1 0 0 1 0-1.414M6 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 6 1"/></svg>
</template>

CSS

.icon-pen-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%22M12.138%204.538a2%202%200%200%201%202.157.442l4.725%204.725c.565.566.739%201.415.442%202.157l-2.364%205.912a2%202%200%200%201-1.605%201.242c-1.08.137-3.435.434-5.079.633c-1.065.13-2.606.47-3.913.79q-1.156.282-2.304.595a1.002%201.002%200%200%201-1.231-1.23q.314-1.148.596-2.304c.32-1.307.66-2.848.789-3.913c.104-.86.238-1.916.359-2.88a2.993%202.993%200%200%200%204.129-1.738l.129-.378c.1-.293.33-.523.624-.623l.378-.13a3%203%200%200%200%202.002-3.234zm1.277%206.047a2%202%200%200%200-3.335%201.968a1%201%200%200%200-.2.154l-4.06%204.058a.2.2%200%200%200-.053.097a76%2076%200%200%201-.353%201.48a.2.2%200%200%200%20.243.243c.457-.114.963-.235%201.48-.353a.2.2%200%200%200%20.098-.053l4.058-4.058q.091-.093.154-.201a2%202%200%200%200%201.967-3.335m1.828-7.484a1%201%200%200%201%201.414%200L20.9%207.343a1%201%200%200%201-1.414%201.414l-4.243-4.242a1%201%200%200%201%200-1.414M6%201a1%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%206%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%22M12.138%204.538a2%202%200%200%201%202.157.442l4.725%204.725c.565.566.739%201.415.442%202.157l-2.364%205.912a2%202%200%200%201-1.605%201.242c-1.08.137-3.435.434-5.079.633c-1.065.13-2.606.47-3.913.79q-1.156.282-2.304.595a1.002%201.002%200%200%201-1.231-1.23q.314-1.148.596-2.304c.32-1.307.66-2.848.789-3.913c.104-.86.238-1.916.359-2.88a2.993%202.993%200%200%200%204.129-1.738l.129-.378c.1-.293.33-.523.624-.623l.378-.13a3%203%200%200%200%202.002-3.234zm1.277%206.047a2%202%200%200%200-3.335%201.968a1%201%200%200%200-.2.154l-4.06%204.058a.2.2%200%200%200-.053.097a76%2076%200%200%201-.353%201.48a.2.2%200%200%200%20.243.243c.457-.114.963-.235%201.48-.353a.2.2%200%200%200%20.098-.053l4.058-4.058q.091-.093.154-.201a2%202%200%200%200%201.967-3.335m1.828-7.484a1%201%200%200%201%201.414%200L20.9%207.343a1%201%200%200%201-1.414%201.414l-4.243-4.242a1%201%200%200%201%200-1.414M6%201a1%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%206%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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