note icon
note-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- note-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the note icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 96a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8H96a4 4 0 0 1-4-4m4 36h64a4 4 0 0 0 0-8H96a4 4 0 0 0 0 8m32 24H96a4 4 0 0 0 0 8h32a4 4 0 0 0 0-8m92-108v108.69a11.9 11.9 0 0 1-3.52 8.48l-51.31 51.32a11.93 11.93 0 0 1-8.48 3.51H48a12 12 0 0 1-12-12V48a12 12 0 0 1 12-12h160a12 12 0 0 1 12 12M48 212h108v-52a4 4 0 0 1 4-4h52V48a4 4 0 0 0-4-4H48a4 4 0 0 0-4 4v160a4 4 0 0 0 4 4m158.35-48H164v42.35Z"/></svg>
React
import type { SVGProps } from "react";
export function PhNoteThin(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="M92 96a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8H96a4 4 0 0 1-4-4m4 36h64a4 4 0 0 0 0-8H96a4 4 0 0 0 0 8m32 24H96a4 4 0 0 0 0 8h32a4 4 0 0 0 0-8m92-108v108.69a11.9 11.9 0 0 1-3.52 8.48l-51.31 51.32a11.93 11.93 0 0 1-8.48 3.51H48a12 12 0 0 1-12-12V48a12 12 0 0 1 12-12h160a12 12 0 0 1 12 12M48 212h108v-52a4 4 0 0 1 4-4h52V48a4 4 0 0 0-4-4H48a4 4 0 0 0-4 4v160a4 4 0 0 0 4 4m158.35-48H164v42.35Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 96a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8H96a4 4 0 0 1-4-4m4 36h64a4 4 0 0 0 0-8H96a4 4 0 0 0 0 8m32 24H96a4 4 0 0 0 0 8h32a4 4 0 0 0 0-8m92-108v108.69a11.9 11.9 0 0 1-3.52 8.48l-51.31 51.32a11.93 11.93 0 0 1-8.48 3.51H48a12 12 0 0 1-12-12V48a12 12 0 0 1 12-12h160a12 12 0 0 1 12 12M48 212h108v-52a4 4 0 0 1 4-4h52V48a4 4 0 0 0-4-4H48a4 4 0 0 0-4 4v160a4 4 0 0 0 4 4m158.35-48H164v42.35Z"/></svg> </template>
CSS
.icon-note-thin {
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%22M92%2096a4%204%200%200%201%204-4h64a4%204%200%200%201%200%208H96a4%204%200%200%201-4-4m4%2036h64a4%204%200%200%200%200-8H96a4%204%200%200%200%200%208m32%2024H96a4%204%200%200%200%200%208h32a4%204%200%200%200%200-8m92-108v108.69a11.9%2011.9%200%200%201-3.52%208.48l-51.31%2051.32a11.93%2011.93%200%200%201-8.48%203.51H48a12%2012%200%200%201-12-12V48a12%2012%200%200%201%2012-12h160a12%2012%200%200%201%2012%2012M48%20212h108v-52a4%204%200%200%201%204-4h52V48a4%204%200%200%200-4-4H48a4%204%200%200%200-4%204v160a4%204%200%200%200%204%204m158.35-48H164v42.35Z%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%22M92%2096a4%204%200%200%201%204-4h64a4%204%200%200%201%200%208H96a4%204%200%200%201-4-4m4%2036h64a4%204%200%200%200%200-8H96a4%204%200%200%200%200%208m32%2024H96a4%204%200%200%200%200%208h32a4%204%200%200%200%200-8m92-108v108.69a11.9%2011.9%200%200%201-3.52%208.48l-51.31%2051.32a11.93%2011.93%200%200%201-8.48%203.51H48a12%2012%200%200%201-12-12V48a12%2012%200%200%201%2012-12h160a12%2012%200%200%201%2012%2012M48%20212h108v-52a4%204%200%200%201%204-4h52V48a4%204%200%200%200-4-4H48a4%204%200%200%200-4%204v160a4%204%200%200%200%204%204m158.35-48H164v42.35Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/note-thin.svg?color=%231a73e8&size=48