pen writing icon
pen-writing-filled from Reicon by REICON · Filled · Text-formatting · MIT Free for personal and commercial use.
- Name
- pen-writing-filled
- Set
- Reicon
- Style
- Filled
- Category
- Text-formatting
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More text-formatting icons from Reicon
Use the pen writing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.115 14.552c.52-.008 3.192-.11 4.374-1.293l7-7a2.89 2.89 0 0 0 0-4.082c-1.092-1.089-2.993-1.088-4.081 0l-7 7.002c-1.183 1.181-1.284 3.837-1.293 4.357a1 1 0 0 0 1 1.016"/><path fill-rule="evenodd" d="M1.333 15.667a3 3 0 0 1 3-3h.781a1 1 0 0 1 0 2h-.78a1 1 0 0 0 0 2h15.333a3 3 0 0 1 0 6H17a1 1 0 1 1 0-2h2.667a1 1 0 0 0 0-2H4.333a3 3 0 0 1-3-3" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPenWritingFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.115 14.552c.52-.008 3.192-.11 4.374-1.293l7-7a2.89 2.89 0 0 0 0-4.082c-1.092-1.089-2.993-1.088-4.081 0l-7 7.002c-1.183 1.181-1.284 3.837-1.293 4.357a1 1 0 0 0 1 1.016"/><path fillRule="evenodd" d="M1.333 15.667a3 3 0 0 1 3-3h.781a1 1 0 0 1 0 2h-.78a1 1 0 0 0 0 2h15.333a3 3 0 0 1 0 6H17a1 1 0 1 1 0-2h2.667a1 1 0 0 0 0-2H4.333a3 3 0 0 1-3-3" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.115 14.552c.52-.008 3.192-.11 4.374-1.293l7-7a2.89 2.89 0 0 0 0-4.082c-1.092-1.089-2.993-1.088-4.081 0l-7 7.002c-1.183 1.181-1.284 3.837-1.293 4.357a1 1 0 0 0 1 1.016"/><path fill-rule="evenodd" d="M1.333 15.667a3 3 0 0 1 3-3h.781a1 1 0 0 1 0 2h-.78a1 1 0 0 0 0 2h15.333a3 3 0 0 1 0 6H17a1 1 0 1 1 0-2h2.667a1 1 0 0 0 0-2H4.333a3 3 0 0 1-3-3" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-pen-writing-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.115%2014.552c.52-.008%203.192-.11%204.374-1.293l7-7a2.89%202.89%200%200%200%200-4.082c-1.092-1.089-2.993-1.088-4.081%200l-7%207.002c-1.183%201.181-1.284%203.837-1.293%204.357a1%201%200%200%200%201%201.016%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.333%2015.667a3%203%200%200%201%203-3h.781a1%201%200%200%201%200%202h-.78a1%201%200%200%200%200%202h15.333a3%203%200%200%201%200%206H17a1%201%200%201%201%200-2h2.667a1%201%200%200%200%200-2H4.333a3%203%200%200%201-3-3%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.115%2014.552c.52-.008%203.192-.11%204.374-1.293l7-7a2.89%202.89%200%200%200%200-4.082c-1.092-1.089-2.993-1.088-4.081%200l-7%207.002c-1.183%201.181-1.284%203.837-1.293%204.357a1%201%200%200%200%201%201.016%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.333%2015.667a3%203%200%200%201%203-3h.781a1%201%200%200%201%200%202h-.78a1%201%200%200%200%200%202h15.333a3%203%200%200%201%200%206H17a1%201%200%201%201%200-2h2.667a1%201%200%200%200%200-2H4.333a3%203%200%200%201-3-3%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pen-writing-filled.svg?color=%231a73e8&size=48