note icon
note-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- note-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
Related icons in Mage Icons
Use the note icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.57 3.42A4.82 4.82 0 0 0 17.13 2H6.89a4.87 4.87 0 0 0-4.86 4.86v10.27A4.88 4.88 0 0 0 6.89 22h6.35c.37-.003.737-.078 1.08-.22l.16-.08l.08-.05a2.4 2.4 0 0 0 .67-.48l6-6c.203-.2.372-.434.5-.69l.08-.17a.6.6 0 0 0 0-.12c.107-.295.16-.606.16-.92V6.93a4.82 4.82 0 0 0-1.4-3.51m-6 16.19l-.34-2.75a2.3 2.3 0 0 1 .11-1a2.2 2.2 0 0 1 .55-.89a2.3 2.3 0 0 1 .9-.56a2.3 2.3 0 0 1 1.05-.11l2.75.34z"/></svg>
React
import type { SVGProps } from "react";
export function MageNoteFill(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.57 3.42A4.82 4.82 0 0 0 17.13 2H6.89a4.87 4.87 0 0 0-4.86 4.86v10.27A4.88 4.88 0 0 0 6.89 22h6.35c.37-.003.737-.078 1.08-.22l.16-.08l.08-.05a2.4 2.4 0 0 0 .67-.48l6-6c.203-.2.372-.434.5-.69l.08-.17a.6.6 0 0 0 0-.12c.107-.295.16-.606.16-.92V6.93a4.82 4.82 0 0 0-1.4-3.51m-6 16.19l-.34-2.75a2.3 2.3 0 0 1 .11-1a2.2 2.2 0 0 1 .55-.89a2.3 2.3 0 0 1 .9-.56a2.3 2.3 0 0 1 1.05-.11l2.75.34z"/></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.57 3.42A4.82 4.82 0 0 0 17.13 2H6.89a4.87 4.87 0 0 0-4.86 4.86v10.27A4.88 4.88 0 0 0 6.89 22h6.35c.37-.003.737-.078 1.08-.22l.16-.08l.08-.05a2.4 2.4 0 0 0 .67-.48l6-6c.203-.2.372-.434.5-.69l.08-.17a.6.6 0 0 0 0-.12c.107-.295.16-.606.16-.92V6.93a4.82 4.82 0 0 0-1.4-3.51m-6 16.19l-.34-2.75a2.3 2.3 0 0 1 .11-1a2.2 2.2 0 0 1 .55-.89a2.3 2.3 0 0 1 .9-.56a2.3 2.3 0 0 1 1.05-.11l2.75.34z"/></svg> </template>
CSS
.icon-note-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.57%203.42A4.82%204.82%200%200%200%2017.13%202H6.89a4.87%204.87%200%200%200-4.86%204.86v10.27A4.88%204.88%200%200%200%206.89%2022h6.35c.37-.003.737-.078%201.08-.22l.16-.08l.08-.05a2.4%202.4%200%200%200%20.67-.48l6-6c.203-.2.372-.434.5-.69l.08-.17a.6.6%200%200%200%200-.12c.107-.295.16-.606.16-.92V6.93a4.82%204.82%200%200%200-1.4-3.51m-6%2016.19l-.34-2.75a2.3%202.3%200%200%201%20.11-1a2.2%202.2%200%200%201%20.55-.89a2.3%202.3%200%200%201%20.9-.56a2.3%202.3%200%200%201%201.05-.11l2.75.34z%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.57%203.42A4.82%204.82%200%200%200%2017.13%202H6.89a4.87%204.87%200%200%200-4.86%204.86v10.27A4.88%204.88%200%200%200%206.89%2022h6.35c.37-.003.737-.078%201.08-.22l.16-.08l.08-.05a2.4%202.4%200%200%200%20.67-.48l6-6c.203-.2.372-.434.5-.69l.08-.17a.6.6%200%200%200%200-.12c.107-.295.16-.606.16-.92V6.93a4.82%204.82%200%200%200-1.4-3.51m-6%2016.19l-.34-2.75a2.3%202.3%200%200%201%20.11-1a2.2%202.2%200%200%201%20.55-.89a2.3%202.3%200%200%201%20.9-.56a2.3%202.3%200%200%201%201.05-.11l2.75.34z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/note-fill.svg?color=%231a73e8&size=48