pencil edit 02 icon
pencil-edit-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- pencil-edit-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the pencil edit 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="m16.425 4.605l.99-.99a2.1 2.1 0 0 1 2.97 2.97l-.99.99m-2.97-2.97l-6.66 6.66a3.96 3.96 0 0 0-1.041 1.84L8 16l2.896-.724a3.96 3.96 0 0 0 1.84-1.042l6.659-6.659m-2.97-2.97l2.97 2.97"/><path stroke-linecap="round" d="M19 13.5c0 3.288 0 4.931-.908 6.038a4 4 0 0 1-.554.554C16.43 21 14.788 21 11.5 21H11c-3.771 0-5.657 0-6.828-1.172S3 16.771 3 13v-.5c0-3.287 0-4.931.908-6.038q.25-.304.554-.554C5.57 5 7.212 5 10.5 5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPencilEdit02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="m16.425 4.605l.99-.99a2.1 2.1 0 0 1 2.97 2.97l-.99.99m-2.97-2.97l-6.66 6.66a3.96 3.96 0 0 0-1.041 1.84L8 16l2.896-.724a3.96 3.96 0 0 0 1.84-1.042l6.659-6.659m-2.97-2.97l2.97 2.97"/><path strokeLinecap="round" d="M19 13.5c0 3.288 0 4.931-.908 6.038a4 4 0 0 1-.554.554C16.43 21 14.788 21 11.5 21H11c-3.771 0-5.657 0-6.828-1.172S3 16.771 3 13v-.5c0-3.287 0-4.931.908-6.038q.25-.304.554-.554C5.57 5 7.212 5 10.5 5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="m16.425 4.605l.99-.99a2.1 2.1 0 0 1 2.97 2.97l-.99.99m-2.97-2.97l-6.66 6.66a3.96 3.96 0 0 0-1.041 1.84L8 16l2.896-.724a3.96 3.96 0 0 0 1.84-1.042l6.659-6.659m-2.97-2.97l2.97 2.97"/><path stroke-linecap="round" d="M19 13.5c0 3.288 0 4.931-.908 6.038a4 4 0 0 1-.554.554C16.43 21 14.788 21 11.5 21H11c-3.771 0-5.657 0-6.828-1.172S3 16.771 3 13v-.5c0-3.287 0-4.931.908-6.038q.25-.304.554-.554C5.57 5 7.212 5 10.5 5"/></g></svg> </template>
CSS
.icon-pencil-edit-02 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m16.425%204.605l.99-.99a2.1%202.1%200%200%201%202.97%202.97l-.99.99m-2.97-2.97l-6.66%206.66a3.96%203.96%200%200%200-1.041%201.84L8%2016l2.896-.724a3.96%203.96%200%200%200%201.84-1.042l6.659-6.659m-2.97-2.97l2.97%202.97%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2013.5c0%203.288%200%204.931-.908%206.038a4%204%200%200%201-.554.554C16.43%2021%2014.788%2021%2011.5%2021H11c-3.771%200-5.657%200-6.828-1.172S3%2016.771%203%2013v-.5c0-3.287%200-4.931.908-6.038q.25-.304.554-.554C5.57%205%207.212%205%2010.5%205%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m16.425%204.605l.99-.99a2.1%202.1%200%200%201%202.97%202.97l-.99.99m-2.97-2.97l-6.66%206.66a3.96%203.96%200%200%200-1.041%201.84L8%2016l2.896-.724a3.96%203.96%200%200%200%201.84-1.042l6.659-6.659m-2.97-2.97l2.97%202.97%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2013.5c0%203.288%200%204.931-.908%206.038a4%204%200%200%201-.554.554C16.43%2021%2014.788%2021%2011.5%2021H11c-3.771%200-5.657%200-6.828-1.172S3%2016.771%203%2013v-.5c0-3.287%200-4.931.908-6.038q.25-.304.554-.554C5.57%205%207.212%205%2010.5%205%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/pencil-edit-02.svg?color=%231a73e8&size=48