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

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

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the pencil ai icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 17.999c.361 0 .598.187.694.277c.116.11.198.25.269.391a1 1 0 0 0 .4.386c.133.073.257.142.364.256a1.01 1.01 0 0 1 0 1.38c-.107.114-.23.183-.365.256a1 1 0 0 0-.4.386c-.077.144-.147.276-.268.39a1.01 1.01 0 0 1-1.39 0c-.12-.113-.19-.247-.267-.39a1 1 0 0 0-.4-.386a1.3 1.3 0 0 1-.364-.256a1.01 1.01 0 0 1 .001-1.38a1.3 1.3 0 0 1 .364-.256a1 1 0 0 0 .4-.386c.076-.143.147-.277.267-.39a1 1 0 0 1 .695-.278m1.717-6.768l-9.091 9.091a1.5 1.5 0 0 1-.723.402L4.448 21.75a1 1 0 0 1-1.2-1.2l1.027-4.455c.064-.274.203-.524.402-.723l9.09-9.092zm-2.828-7.07a3 3 0 0 1 4.243 0l.707.706a3 3 0 0 1 0 4.243l-.707.707l-4.95-4.95zM6 .998a1 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 .999"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePencilAiFill(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="M17 17.999c.361 0 .598.187.694.277c.116.11.198.25.269.391a1 1 0 0 0 .4.386c.133.073.257.142.364.256a1.01 1.01 0 0 1 0 1.38c-.107.114-.23.183-.365.256a1 1 0 0 0-.4.386c-.077.144-.147.276-.268.39a1.01 1.01 0 0 1-1.39 0c-.12-.113-.19-.247-.267-.39a1 1 0 0 0-.4-.386a1.3 1.3 0 0 1-.364-.256a1.01 1.01 0 0 1 .001-1.38a1.3 1.3 0 0 1 .364-.256a1 1 0 0 0 .4-.386c.076-.143.147-.277.267-.39a1 1 0 0 1 .695-.278m1.717-6.768l-9.091 9.091a1.5 1.5 0 0 1-.723.402L4.448 21.75a1 1 0 0 1-1.2-1.2l1.027-4.455c.064-.274.203-.524.402-.723l9.09-9.092zm-2.828-7.07a3 3 0 0 1 4.243 0l.707.706a3 3 0 0 1 0 4.243l-.707.707l-4.95-4.95zM6 .998a1 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 .999"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 17.999c.361 0 .598.187.694.277c.116.11.198.25.269.391a1 1 0 0 0 .4.386c.133.073.257.142.364.256a1.01 1.01 0 0 1 0 1.38c-.107.114-.23.183-.365.256a1 1 0 0 0-.4.386c-.077.144-.147.276-.268.39a1.01 1.01 0 0 1-1.39 0c-.12-.113-.19-.247-.267-.39a1 1 0 0 0-.4-.386a1.3 1.3 0 0 1-.364-.256a1.01 1.01 0 0 1 .001-1.38a1.3 1.3 0 0 1 .364-.256a1 1 0 0 0 .4-.386c.076-.143.147-.277.267-.39a1 1 0 0 1 .695-.278m1.717-6.768l-9.091 9.091a1.5 1.5 0 0 1-.723.402L4.448 21.75a1 1 0 0 1-1.2-1.2l1.027-4.455c.064-.274.203-.524.402-.723l9.09-9.092zm-2.828-7.07a3 3 0 0 1 4.243 0l.707.706a3 3 0 0 1 0 4.243l-.707.707l-4.95-4.95zM6 .998a1 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 .999"/></svg>
</template>

CSS

.icon-pencil-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%22M17%2017.999c.361%200%20.598.187.694.277c.116.11.198.25.269.391a1%201%200%200%200%20.4.386c.133.073.257.142.364.256a1.01%201.01%200%200%201%200%201.38c-.107.114-.23.183-.365.256a1%201%200%200%200-.4.386c-.077.144-.147.276-.268.39a1.01%201.01%200%200%201-1.39%200c-.12-.113-.19-.247-.267-.39a1%201%200%200%200-.4-.386a1.3%201.3%200%200%201-.364-.256a1.01%201.01%200%200%201%20.001-1.38a1.3%201.3%200%200%201%20.364-.256a1%201%200%200%200%20.4-.386c.076-.143.147-.277.267-.39a1%201%200%200%201%20.695-.278m1.717-6.768l-9.091%209.091a1.5%201.5%200%200%201-.723.402L4.448%2021.75a1%201%200%200%201-1.2-1.2l1.027-4.455c.064-.274.203-.524.402-.723l9.09-9.092zm-2.828-7.07a3%203%200%200%201%204.243%200l.707.706a3%203%200%200%201%200%204.243l-.707.707l-4.95-4.95zM6%20.998a1%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%20.999%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%22M17%2017.999c.361%200%20.598.187.694.277c.116.11.198.25.269.391a1%201%200%200%200%20.4.386c.133.073.257.142.364.256a1.01%201.01%200%200%201%200%201.38c-.107.114-.23.183-.365.256a1%201%200%200%200-.4.386c-.077.144-.147.276-.268.39a1.01%201.01%200%200%201-1.39%200c-.12-.113-.19-.247-.267-.39a1%201%200%200%200-.4-.386a1.3%201.3%200%200%201-.364-.256a1.01%201.01%200%200%201%20.001-1.38a1.3%201.3%200%200%201%20.364-.256a1%201%200%200%200%20.4-.386c.076-.143.147-.277.267-.39a1%201%200%200%201%20.695-.278m1.717-6.768l-9.091%209.091a1.5%201.5%200%200%201-.723.402L4.448%2021.75a1%201%200%200%201-1.2-1.2l1.027-4.455c.064-.274.203-.524.402-.723l9.09-9.092zm-2.828-7.07a3%203%200%200%201%204.243%200l.707.706a3%203%200%200%201%200%204.243l-.707.707l-4.95-4.95zM6%20.998a1%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%20.999%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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