quill pen ai icon

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

Name
quill-pen-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 quill 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="M20.262 2.435a1.01 1.01 0 0 1 .944.454c.94 1.412.768 3.478-.285 4.795l-.002-.001c-.264.342-.647.656-1.012.919a16 16 0 0 1-1.499.933c-.443.246-.91.484-1.363.698c.916.044 1.972.02 3.039-.136q-.06.151-.125.303c-.552 1.263-1.328 2.54-2.424 3.636c-2.05 2.05-4.74 2.992-6.843 3.43a19 19 0 0 1-2.882.378c-.032.247-.067.533-.102.83c-.11.928-.17 1.9-.208 2.327c-.047.539-.448 1-1 1a1 1 0 0 1-1-1c0-.571.117-1.67.222-2.56c.204-1.732.445-3.427.986-5.09c.624-1.92 1.75-4.38 3.757-6.386c3.933-3.933 9.65-4.516 9.797-4.53M5 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 5 1"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteQuillPenAiFill(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="M20.262 2.435a1.01 1.01 0 0 1 .944.454c.94 1.412.768 3.478-.285 4.795l-.002-.001c-.264.342-.647.656-1.012.919a16 16 0 0 1-1.499.933c-.443.246-.91.484-1.363.698c.916.044 1.972.02 3.039-.136q-.06.151-.125.303c-.552 1.263-1.328 2.54-2.424 3.636c-2.05 2.05-4.74 2.992-6.843 3.43a19 19 0 0 1-2.882.378c-.032.247-.067.533-.102.83c-.11.928-.17 1.9-.208 2.327c-.047.539-.448 1-1 1a1 1 0 0 1-1-1c0-.571.117-1.67.222-2.56c.204-1.732.445-3.427.986-5.09c.624-1.92 1.75-4.38 3.757-6.386c3.933-3.933 9.65-4.516 9.797-4.53M5 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 5 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="M20.262 2.435a1.01 1.01 0 0 1 .944.454c.94 1.412.768 3.478-.285 4.795l-.002-.001c-.264.342-.647.656-1.012.919a16 16 0 0 1-1.499.933c-.443.246-.91.484-1.363.698c.916.044 1.972.02 3.039-.136q-.06.151-.125.303c-.552 1.263-1.328 2.54-2.424 3.636c-2.05 2.05-4.74 2.992-6.843 3.43a19 19 0 0 1-2.882.378c-.032.247-.067.533-.102.83c-.11.928-.17 1.9-.208 2.327c-.047.539-.448 1-1 1a1 1 0 0 1-1-1c0-.571.117-1.67.222-2.56c.204-1.732.445-3.427.986-5.09c.624-1.92 1.75-4.38 3.757-6.386c3.933-3.933 9.65-4.516 9.797-4.53M5 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 5 1"/></svg>
</template>

CSS

.icon-quill-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%22M20.262%202.435a1.01%201.01%200%200%201%20.944.454c.94%201.412.768%203.478-.285%204.795l-.002-.001c-.264.342-.647.656-1.012.919a16%2016%200%200%201-1.499.933c-.443.246-.91.484-1.363.698c.916.044%201.972.02%203.039-.136q-.06.151-.125.303c-.552%201.263-1.328%202.54-2.424%203.636c-2.05%202.05-4.74%202.992-6.843%203.43a19%2019%200%200%201-2.882.378c-.032.247-.067.533-.102.83c-.11.928-.17%201.9-.208%202.327c-.047.539-.448%201-1%201a1%201%200%200%201-1-1c0-.571.117-1.67.222-2.56c.204-1.732.445-3.427.986-5.09c.624-1.92%201.75-4.38%203.757-6.386c3.933-3.933%209.65-4.516%209.797-4.53M5%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%205%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%22M20.262%202.435a1.01%201.01%200%200%201%20.944.454c.94%201.412.768%203.478-.285%204.795l-.002-.001c-.264.342-.647.656-1.012.919a16%2016%200%200%201-1.499.933c-.443.246-.91.484-1.363.698c.916.044%201.972.02%203.039-.136q-.06.151-.125.303c-.552%201.263-1.328%202.54-2.424%203.636c-2.05%202.05-4.74%202.992-6.843%203.43a19%2019%200%200%201-2.882.378c-.032.247-.067.533-.102.83c-.11.928-.17%201.9-.208%202.327c-.047.539-.448%201-1%201a1%201%200%200%201-1-1c0-.571.117-1.67.222-2.56c.204-1.732.445-3.427.986-5.09c.624-1.92%201.75-4.38%203.757-6.386c3.933-3.933%209.65-4.516%209.797-4.53M5%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%205%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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