quill pen icon
quill-pen-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- quill-pen-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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.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.657-1.012.919c-.439.316-.962.636-1.499.933c-.443.246-.91.484-1.363.699c.916.043 1.972.018 3.039-.137q-.06.151-.125.304c-.552 1.263-1.328 2.54-2.424 3.635c-2.05 2.05-4.74 2.992-6.843 3.431c-1.175.246-2.199.34-2.882.377l-.102.831c-.11.927-.17 1.898-.208 2.325c-.047.54-.448 1-1 1a1 1 0 0 1-1-1c0-.571.117-1.669.222-2.56c.204-1.731.445-3.426.986-5.09c.625-1.92 1.75-4.379 3.757-6.385c3.933-3.933 9.649-4.515 9.797-4.53"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteQuillPenFill(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="M19.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.657-1.012.919c-.439.316-.962.636-1.499.933c-.443.246-.91.484-1.363.699c.916.043 1.972.018 3.039-.137q-.06.151-.125.304c-.552 1.263-1.328 2.54-2.424 3.635c-2.05 2.05-4.74 2.992-6.843 3.431c-1.175.246-2.199.34-2.882.377l-.102.831c-.11.927-.17 1.898-.208 2.325c-.047.54-.448 1-1 1a1 1 0 0 1-1-1c0-.571.117-1.669.222-2.56c.204-1.731.445-3.426.986-5.09c.625-1.92 1.75-4.379 3.757-6.385c3.933-3.933 9.649-4.515 9.797-4.53"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.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.657-1.012.919c-.439.316-.962.636-1.499.933c-.443.246-.91.484-1.363.699c.916.043 1.972.018 3.039-.137q-.06.151-.125.304c-.552 1.263-1.328 2.54-2.424 3.635c-2.05 2.05-4.74 2.992-6.843 3.431c-1.175.246-2.199.34-2.882.377l-.102.831c-.11.927-.17 1.898-.208 2.325c-.047.54-.448 1-1 1a1 1 0 0 1-1-1c0-.571.117-1.669.222-2.56c.204-1.731.445-3.426.986-5.09c.625-1.92 1.75-4.379 3.757-6.385c3.933-3.933 9.649-4.515 9.797-4.53"/></svg> </template>
CSS
.icon-quill-pen-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%22M19.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.657-1.012.919c-.439.316-.962.636-1.499.933c-.443.246-.91.484-1.363.699c.916.043%201.972.018%203.039-.137q-.06.151-.125.304c-.552%201.263-1.328%202.54-2.424%203.635c-2.05%202.05-4.74%202.992-6.843%203.431c-1.175.246-2.199.34-2.882.377l-.102.831c-.11.927-.17%201.898-.208%202.325c-.047.54-.448%201-1%201a1%201%200%200%201-1-1c0-.571.117-1.669.222-2.56c.204-1.731.445-3.426.986-5.09c.625-1.92%201.75-4.379%203.757-6.385c3.933-3.933%209.649-4.515%209.797-4.53%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%22M19.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.657-1.012.919c-.439.316-.962.636-1.499.933c-.443.246-.91.484-1.363.699c.916.043%201.972.018%203.039-.137q-.06.151-.125.304c-.552%201.263-1.328%202.54-2.424%203.635c-2.05%202.05-4.74%202.992-6.843%203.431c-1.175.246-2.199.34-2.882.377l-.102.831c-.11.927-.17%201.898-.208%202.325c-.047.54-.448%201-1%201a1%201%200%200%201-1-1c0-.571.117-1.669.222-2.56c.204-1.731.445-3.426.986-5.09c.625-1.92%201.75-4.379%203.757-6.385c3.933-3.933%209.649-4.515%209.797-4.53%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/quill-pen-fill.svg?color=%231a73e8&size=48