note square icon

note-square-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
note-square-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the note square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m21.619 12.099l-.62-.21l-1.67-.55c-.58-.19-1.17-.12-1.62.2c-.44.33-.7.86-.7 1.48v4.79c-.4-.22-.85-.36-1.34-.36a2.8 2.8 0 0 0-2.69 3.55a2.796 2.796 0 0 0 5.49-.69v-4.61c.02 0 .03.01.05.02l2.28.76c.04.01.09.03.13.03c.18.05.34.07.51.07c.36 0 .7-.1.98-.31c.45-.32.7-.85.7-1.47v-.6c0-.91-.64-1.81-1.5-2.1m-5.95 9.49c-.46 0-.86-.23-1.1-.59c-.15-.21-.23-.47-.23-.75a1.336 1.336 0 0 1 2.67 0c0 .23-.06.44-.16.62c-.22.43-.67.72-1.18.72"/><path d="M23.119 14.199v.6c0 .62-.25 1.15-.7 1.47c-.28.21-.62.31-.98.31c-.17 0-.33-.02-.51-.07c-.04 0-.09-.02-.13-.03l-2.28-.76c-.02-.01-.03-.02-.05-.02v4.61a2.796 2.796 0 0 1-5.49.69a2.8 2.8 0 0 1 2.69-3.55c.49 0 .94.14 1.34.36v-4.79c0-.62.26-1.15.7-1.48c.45-.32 1.04-.39 1.62-.2l1.67.55l.62.21c.86.29 1.5 1.19 1.5 2.1"/><path d="M21 7.52v2.1c0 .34-.33.58-.66.47l-.54-.18c-1.05-.33-2.12-.19-2.99.43c-.83.62-1.3 1.6-1.3 2.68v2.45c0 .27-.21.49-.48.53c-2.06.31-3.65 2.1-3.65 4.25v.15c.01.31-.22.6-.54.6H7.52C4.07 21 2 18.94 2 15.48V7.52C2 4.06 4.07 2 7.52 2h7.96C18.93 2 21 4.06 21 7.52"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconNoteSquareFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m21.619 12.099l-.62-.21l-1.67-.55c-.58-.19-1.17-.12-1.62.2c-.44.33-.7.86-.7 1.48v4.79c-.4-.22-.85-.36-1.34-.36a2.8 2.8 0 0 0-2.69 3.55a2.796 2.796 0 0 0 5.49-.69v-4.61c.02 0 .03.01.05.02l2.28.76c.04.01.09.03.13.03c.18.05.34.07.51.07c.36 0 .7-.1.98-.31c.45-.32.7-.85.7-1.47v-.6c0-.91-.64-1.81-1.5-2.1m-5.95 9.49c-.46 0-.86-.23-1.1-.59c-.15-.21-.23-.47-.23-.75a1.336 1.336 0 0 1 2.67 0c0 .23-.06.44-.16.62c-.22.43-.67.72-1.18.72"/><path d="M23.119 14.199v.6c0 .62-.25 1.15-.7 1.47c-.28.21-.62.31-.98.31c-.17 0-.33-.02-.51-.07c-.04 0-.09-.02-.13-.03l-2.28-.76c-.02-.01-.03-.02-.05-.02v4.61a2.796 2.796 0 0 1-5.49.69a2.8 2.8 0 0 1 2.69-3.55c.49 0 .94.14 1.34.36v-4.79c0-.62.26-1.15.7-1.48c.45-.32 1.04-.39 1.62-.2l1.67.55l.62.21c.86.29 1.5 1.19 1.5 2.1"/><path d="M21 7.52v2.1c0 .34-.33.58-.66.47l-.54-.18c-1.05-.33-2.12-.19-2.99.43c-.83.62-1.3 1.6-1.3 2.68v2.45c0 .27-.21.49-.48.53c-2.06.31-3.65 2.1-3.65 4.25v.15c.01.31-.22.6-.54.6H7.52C4.07 21 2 18.94 2 15.48V7.52C2 4.06 4.07 2 7.52 2h7.96C18.93 2 21 4.06 21 7.52"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m21.619 12.099l-.62-.21l-1.67-.55c-.58-.19-1.17-.12-1.62.2c-.44.33-.7.86-.7 1.48v4.79c-.4-.22-.85-.36-1.34-.36a2.8 2.8 0 0 0-2.69 3.55a2.796 2.796 0 0 0 5.49-.69v-4.61c.02 0 .03.01.05.02l2.28.76c.04.01.09.03.13.03c.18.05.34.07.51.07c.36 0 .7-.1.98-.31c.45-.32.7-.85.7-1.47v-.6c0-.91-.64-1.81-1.5-2.1m-5.95 9.49c-.46 0-.86-.23-1.1-.59c-.15-.21-.23-.47-.23-.75a1.336 1.336 0 0 1 2.67 0c0 .23-.06.44-.16.62c-.22.43-.67.72-1.18.72"/><path d="M23.119 14.199v.6c0 .62-.25 1.15-.7 1.47c-.28.21-.62.31-.98.31c-.17 0-.33-.02-.51-.07c-.04 0-.09-.02-.13-.03l-2.28-.76c-.02-.01-.03-.02-.05-.02v4.61a2.796 2.796 0 0 1-5.49.69a2.8 2.8 0 0 1 2.69-3.55c.49 0 .94.14 1.34.36v-4.79c0-.62.26-1.15.7-1.48c.45-.32 1.04-.39 1.62-.2l1.67.55l.62.21c.86.29 1.5 1.19 1.5 2.1"/><path d="M21 7.52v2.1c0 .34-.33.58-.66.47l-.54-.18c-1.05-.33-2.12-.19-2.99.43c-.83.62-1.3 1.6-1.3 2.68v2.45c0 .27-.21.49-.48.53c-2.06.31-3.65 2.1-3.65 4.25v.15c.01.31-.22.6-.54.6H7.52C4.07 21 2 18.94 2 15.48V7.52C2 4.06 4.07 2 7.52 2h7.96C18.93 2 21 4.06 21 7.52"/></g></svg>
</template>

CSS

.icon-note-square-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22m21.619%2012.099l-.62-.21l-1.67-.55c-.58-.19-1.17-.12-1.62.2c-.44.33-.7.86-.7%201.48v4.79c-.4-.22-.85-.36-1.34-.36a2.8%202.8%200%200%200-2.69%203.55a2.796%202.796%200%200%200%205.49-.69v-4.61c.02%200%20.03.01.05.02l2.28.76c.04.01.09.03.13.03c.18.05.34.07.51.07c.36%200%20.7-.1.98-.31c.45-.32.7-.85.7-1.47v-.6c0-.91-.64-1.81-1.5-2.1m-5.95%209.49c-.46%200-.86-.23-1.1-.59c-.15-.21-.23-.47-.23-.75a1.336%201.336%200%200%201%202.67%200c0%20.23-.06.44-.16.62c-.22.43-.67.72-1.18.72%22%2F%3E%3Cpath%20d%3D%22M23.119%2014.199v.6c0%20.62-.25%201.15-.7%201.47c-.28.21-.62.31-.98.31c-.17%200-.33-.02-.51-.07c-.04%200-.09-.02-.13-.03l-2.28-.76c-.02-.01-.03-.02-.05-.02v4.61a2.796%202.796%200%200%201-5.49.69a2.8%202.8%200%200%201%202.69-3.55c.49%200%20.94.14%201.34.36v-4.79c0-.62.26-1.15.7-1.48c.45-.32%201.04-.39%201.62-.2l1.67.55l.62.21c.86.29%201.5%201.19%201.5%202.1%22%2F%3E%3Cpath%20d%3D%22M21%207.52v2.1c0%20.34-.33.58-.66.47l-.54-.18c-1.05-.33-2.12-.19-2.99.43c-.83.62-1.3%201.6-1.3%202.68v2.45c0%20.27-.21.49-.48.53c-2.06.31-3.65%202.1-3.65%204.25v.15c.01.31-.22.6-.54.6H7.52C4.07%2021%202%2018.94%202%2015.48V7.52C2%204.06%204.07%202%207.52%202h7.96C18.93%202%2021%204.06%2021%207.52%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%22currentColor%22%3E%3Cpath%20d%3D%22m21.619%2012.099l-.62-.21l-1.67-.55c-.58-.19-1.17-.12-1.62.2c-.44.33-.7.86-.7%201.48v4.79c-.4-.22-.85-.36-1.34-.36a2.8%202.8%200%200%200-2.69%203.55a2.796%202.796%200%200%200%205.49-.69v-4.61c.02%200%20.03.01.05.02l2.28.76c.04.01.09.03.13.03c.18.05.34.07.51.07c.36%200%20.7-.1.98-.31c.45-.32.7-.85.7-1.47v-.6c0-.91-.64-1.81-1.5-2.1m-5.95%209.49c-.46%200-.86-.23-1.1-.59c-.15-.21-.23-.47-.23-.75a1.336%201.336%200%200%201%202.67%200c0%20.23-.06.44-.16.62c-.22.43-.67.72-1.18.72%22%2F%3E%3Cpath%20d%3D%22M23.119%2014.199v.6c0%20.62-.25%201.15-.7%201.47c-.28.21-.62.31-.98.31c-.17%200-.33-.02-.51-.07c-.04%200-.09-.02-.13-.03l-2.28-.76c-.02-.01-.03-.02-.05-.02v4.61a2.796%202.796%200%200%201-5.49.69a2.8%202.8%200%200%201%202.69-3.55c.49%200%20.94.14%201.34.36v-4.79c0-.62.26-1.15.7-1.48c.45-.32%201.04-.39%201.62-.2l1.67.55l.62.21c.86.29%201.5%201.19%201.5%202.1%22%2F%3E%3Cpath%20d%3D%22M21%207.52v2.1c0%20.34-.33.58-.66.47l-.54-.18c-1.05-.33-2.12-.19-2.99.43c-.83.62-1.3%201.6-1.3%202.68v2.45c0%20.27-.21.49-.48.53c-2.06.31-3.65%202.1-3.65%204.25v.15c.01.31-.22.6-.54.6H7.52C4.07%2021%202%2018.94%202%2015.48V7.52C2%204.06%204.07%202%207.52%202h7.96C18.93%202%2021%204.06%2021%207.52%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/note-square-filled.svg?color=%231a73e8&size=48