note with text icon

note-with-text-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
note-with-text-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the note with text 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-.17c.004-.04.063-.12.059-.16c.107-.296.102-.566.1-.88V6.93a4.82 4.82 0 0 0-1.4-3.51M9.94 16.86H6.85a.75.75 0 1 1 0-1.5h3.09a.75.75 0 0 1 0 1.5m1-4.11H6.82a.75.75 0 0 1 0-1.5h4.12a.75.75 0 0 1 0 1.5M6.82 8.63a.75.75 0 1 1 0-1.5h9.25a.75.75 0 0 1 0 1.5zm7.77 11l-.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 MageNoteWithTextFill(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-.17c.004-.04.063-.12.059-.16c.107-.296.102-.566.1-.88V6.93a4.82 4.82 0 0 0-1.4-3.51M9.94 16.86H6.85a.75.75 0 1 1 0-1.5h3.09a.75.75 0 0 1 0 1.5m1-4.11H6.82a.75.75 0 0 1 0-1.5h4.12a.75.75 0 0 1 0 1.5M6.82 8.63a.75.75 0 1 1 0-1.5h9.25a.75.75 0 0 1 0 1.5zm7.77 11l-.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-.17c.004-.04.063-.12.059-.16c.107-.296.102-.566.1-.88V6.93a4.82 4.82 0 0 0-1.4-3.51M9.94 16.86H6.85a.75.75 0 1 1 0-1.5h3.09a.75.75 0 0 1 0 1.5m1-4.11H6.82a.75.75 0 0 1 0-1.5h4.12a.75.75 0 0 1 0 1.5M6.82 8.63a.75.75 0 1 1 0-1.5h9.25a.75.75 0 0 1 0 1.5zm7.77 11l-.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-with-text-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-.17c.004-.04.063-.12.059-.16c.107-.296.102-.566.1-.88V6.93a4.82%204.82%200%200%200-1.4-3.51M9.94%2016.86H6.85a.75.75%200%201%201%200-1.5h3.09a.75.75%200%200%201%200%201.5m1-4.11H6.82a.75.75%200%200%201%200-1.5h4.12a.75.75%200%200%201%200%201.5M6.82%208.63a.75.75%200%201%201%200-1.5h9.25a.75.75%200%200%201%200%201.5zm7.77%2011l-.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-.17c.004-.04.063-.12.059-.16c.107-.296.102-.566.1-.88V6.93a4.82%204.82%200%200%200-1.4-3.51M9.94%2016.86H6.85a.75.75%200%201%201%200-1.5h3.09a.75.75%200%200%201%200%201.5m1-4.11H6.82a.75.75%200%200%201%200-1.5h4.12a.75.75%200%200%201%200%201.5M6.82%208.63a.75.75%200%201%201%200-1.5h9.25a.75.75%200%200%201%200%201.5zm7.77%2011l-.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-with-text-fill.svg?color=%231a73e8&size=48