note pencil icon
note-pencil-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- note-pencil-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the note pencil icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m228.24 59.76l-32-32a6 6 0 0 0-8.48 0l-96 96A6 6 0 0 0 90 128v32a6 6 0 0 0 6 6h32a6 6 0 0 0 4.24-1.76l96-96a6 6 0 0 0 0-8.48M125.51 154H102v-23.51l66-66L191.51 88ZM200 79.51L176.49 56L192 40.49L215.51 64ZM222 128v80a14 14 0 0 1-14 14H48a14 14 0 0 1-14-14V48a14 14 0 0 1 14-14h80a6 6 0 0 1 0 12H48a2 2 0 0 0-2 2v160a2 2 0 0 0 2 2h160a2 2 0 0 0 2-2v-80a6 6 0 0 1 12 0"/></svg>
React
import type { SVGProps } from "react";
export function PhNotePencilLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m228.24 59.76l-32-32a6 6 0 0 0-8.48 0l-96 96A6 6 0 0 0 90 128v32a6 6 0 0 0 6 6h32a6 6 0 0 0 4.24-1.76l96-96a6 6 0 0 0 0-8.48M125.51 154H102v-23.51l66-66L191.51 88ZM200 79.51L176.49 56L192 40.49L215.51 64ZM222 128v80a14 14 0 0 1-14 14H48a14 14 0 0 1-14-14V48a14 14 0 0 1 14-14h80a6 6 0 0 1 0 12H48a2 2 0 0 0-2 2v160a2 2 0 0 0 2 2h160a2 2 0 0 0 2-2v-80a6 6 0 0 1 12 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m228.24 59.76l-32-32a6 6 0 0 0-8.48 0l-96 96A6 6 0 0 0 90 128v32a6 6 0 0 0 6 6h32a6 6 0 0 0 4.24-1.76l96-96a6 6 0 0 0 0-8.48M125.51 154H102v-23.51l66-66L191.51 88ZM200 79.51L176.49 56L192 40.49L215.51 64ZM222 128v80a14 14 0 0 1-14 14H48a14 14 0 0 1-14-14V48a14 14 0 0 1 14-14h80a6 6 0 0 1 0 12H48a2 2 0 0 0-2 2v160a2 2 0 0 0 2 2h160a2 2 0 0 0 2-2v-80a6 6 0 0 1 12 0"/></svg> </template>
CSS
.icon-note-pencil-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m228.24%2059.76l-32-32a6%206%200%200%200-8.48%200l-96%2096A6%206%200%200%200%2090%20128v32a6%206%200%200%200%206%206h32a6%206%200%200%200%204.24-1.76l96-96a6%206%200%200%200%200-8.48M125.51%20154H102v-23.51l66-66L191.51%2088ZM200%2079.51L176.49%2056L192%2040.49L215.51%2064ZM222%20128v80a14%2014%200%200%201-14%2014H48a14%2014%200%200%201-14-14V48a14%2014%200%200%201%2014-14h80a6%206%200%200%201%200%2012H48a2%202%200%200%200-2%202v160a2%202%200%200%200%202%202h160a2%202%200%200%200%202-2v-80a6%206%200%200%201%2012%200%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m228.24%2059.76l-32-32a6%206%200%200%200-8.48%200l-96%2096A6%206%200%200%200%2090%20128v32a6%206%200%200%200%206%206h32a6%206%200%200%200%204.24-1.76l96-96a6%206%200%200%200%200-8.48M125.51%20154H102v-23.51l66-66L191.51%2088ZM200%2079.51L176.49%2056L192%2040.49L215.51%2064ZM222%20128v80a14%2014%200%200%201-14%2014H48a14%2014%200%200%201-14-14V48a14%2014%200%200%201%2014-14h80a6%206%200%200%201%200%2012H48a2%202%200%200%200-2%202v160a2%202%200%200%200%202%202h160a2%202%200%200%200%202-2v-80a6%206%200%200%201%2012%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/note-pencil-light.svg?color=%231a73e8&size=48