edit pen icon
edit-pen-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- edit-pen-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Use the edit pen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.03 6.313a6.15 6.15 0 0 0-4.28-4.26a1.9 1.9 0 0 0-.91 0a1.9 1.9 0 0 0-.77.46l-1.82 1.83l-7.83 7.83a1.65 1.65 0 0 0-.52 1l-.49 3.42a1.74 1.74 0 0 0 .07.82c.09.262.237.502.43.7c.192.2.428.35.69.44q.283.09.58.09q.125.015.25 0l3.45-.49a2 2 0 0 0 1-.5l9.67-9.67a1.9 1.9 0 0 0 .45-.77a1.9 1.9 0 0 0 .03-.9m-1.47.5a.27.27 0 0 1-.07.13l-1.3 1.3l-3.35-3.31l1.29-1.3a.35.35 0 0 1 .13-.08a.24.24 0 0 1 .12 0a4.62 4.62 0 0 1 3.19 3.15a.3.3 0 0 1-.01.11m1.66 15.19H3.79a.75.75 0 1 1 0-1.5h16.42a.75.75 0 1 1 0 1.5z"/></svg>
React
import type { SVGProps } from "react";
export function MageEditPenFill(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.03 6.313a6.15 6.15 0 0 0-4.28-4.26a1.9 1.9 0 0 0-.91 0a1.9 1.9 0 0 0-.77.46l-1.82 1.83l-7.83 7.83a1.65 1.65 0 0 0-.52 1l-.49 3.42a1.74 1.74 0 0 0 .07.82c.09.262.237.502.43.7c.192.2.428.35.69.44q.283.09.58.09q.125.015.25 0l3.45-.49a2 2 0 0 0 1-.5l9.67-9.67a1.9 1.9 0 0 0 .45-.77a1.9 1.9 0 0 0 .03-.9m-1.47.5a.27.27 0 0 1-.07.13l-1.3 1.3l-3.35-3.31l1.29-1.3a.35.35 0 0 1 .13-.08a.24.24 0 0 1 .12 0a4.62 4.62 0 0 1 3.19 3.15a.3.3 0 0 1-.01.11m1.66 15.19H3.79a.75.75 0 1 1 0-1.5h16.42a.75.75 0 1 1 0 1.5z"/></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.03 6.313a6.15 6.15 0 0 0-4.28-4.26a1.9 1.9 0 0 0-.91 0a1.9 1.9 0 0 0-.77.46l-1.82 1.83l-7.83 7.83a1.65 1.65 0 0 0-.52 1l-.49 3.42a1.74 1.74 0 0 0 .07.82c.09.262.237.502.43.7c.192.2.428.35.69.44q.283.09.58.09q.125.015.25 0l3.45-.49a2 2 0 0 0 1-.5l9.67-9.67a1.9 1.9 0 0 0 .45-.77a1.9 1.9 0 0 0 .03-.9m-1.47.5a.27.27 0 0 1-.07.13l-1.3 1.3l-3.35-3.31l1.29-1.3a.35.35 0 0 1 .13-.08a.24.24 0 0 1 .12 0a4.62 4.62 0 0 1 3.19 3.15a.3.3 0 0 1-.01.11m1.66 15.19H3.79a.75.75 0 1 1 0-1.5h16.42a.75.75 0 1 1 0 1.5z"/></svg> </template>
CSS
.icon-edit-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%22M20.03%206.313a6.15%206.15%200%200%200-4.28-4.26a1.9%201.9%200%200%200-.91%200a1.9%201.9%200%200%200-.77.46l-1.82%201.83l-7.83%207.83a1.65%201.65%200%200%200-.52%201l-.49%203.42a1.74%201.74%200%200%200%20.07.82c.09.262.237.502.43.7c.192.2.428.35.69.44q.283.09.58.09q.125.015.25%200l3.45-.49a2%202%200%200%200%201-.5l9.67-9.67a1.9%201.9%200%200%200%20.45-.77a1.9%201.9%200%200%200%20.03-.9m-1.47.5a.27.27%200%200%201-.07.13l-1.3%201.3l-3.35-3.31l1.29-1.3a.35.35%200%200%201%20.13-.08a.24.24%200%200%201%20.12%200a4.62%204.62%200%200%201%203.19%203.15a.3.3%200%200%201-.01.11m1.66%2015.19H3.79a.75.75%200%201%201%200-1.5h16.42a.75.75%200%201%201%200%201.5z%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.03%206.313a6.15%206.15%200%200%200-4.28-4.26a1.9%201.9%200%200%200-.91%200a1.9%201.9%200%200%200-.77.46l-1.82%201.83l-7.83%207.83a1.65%201.65%200%200%200-.52%201l-.49%203.42a1.74%201.74%200%200%200%20.07.82c.09.262.237.502.43.7c.192.2.428.35.69.44q.283.09.58.09q.125.015.25%200l3.45-.49a2%202%200%200%200%201-.5l9.67-9.67a1.9%201.9%200%200%200%20.45-.77a1.9%201.9%200%200%200%20.03-.9m-1.47.5a.27.27%200%200%201-.07.13l-1.3%201.3l-3.35-3.31l1.29-1.3a.35.35%200%200%201%20.13-.08a.24.24%200%200%201%20.12%200a4.62%204.62%200%200%201%203.19%203.15a.3.3%200%200%201-.01.11m1.66%2015.19H3.79a.75.75%200%201%201%200-1.5h16.42a.75.75%200%201%201%200%201.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/edit-pen-fill.svg?color=%231a73e8&size=48