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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the note2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 4.25c0 1.24-1.01 2.25-2.25 2.25h-3.5c-.62 0-1.18-.25-1.59-.66S8 4.87 8 4.25C8 3.01 9.01 2 10.25 2h3.5c.62 0 1.18.25 1.59.66s.66.97.66 1.59"/><path d="M18.83 5.029a2.8 2.8 0 0 0-.77-.45c-.29-.11-.58.12-.64.42c-.34 1.71-1.85 3-3.67 3h-3.5c-1 0-1.94-.39-2.65-1.1a3.7 3.7 0 0 1-1.02-1.89c-.06-.3-.36-.54-.65-.42C4.77 5.059 4 6.119 4 8.249v9.75c0 3 1.79 4 4 4h8c2.21 0 4-1 4-4v-9.75c0-1.63-.45-2.63-1.17-3.22M8 12.249h4c.41 0 .75.34.75.75s-.34.75-.75.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75m8 5.5H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconNote2Filled(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="M16 4.25c0 1.24-1.01 2.25-2.25 2.25h-3.5c-.62 0-1.18-.25-1.59-.66S8 4.87 8 4.25C8 3.01 9.01 2 10.25 2h3.5c.62 0 1.18.25 1.59.66s.66.97.66 1.59"/><path d="M18.83 5.029a2.8 2.8 0 0 0-.77-.45c-.29-.11-.58.12-.64.42c-.34 1.71-1.85 3-3.67 3h-3.5c-1 0-1.94-.39-2.65-1.1a3.7 3.7 0 0 1-1.02-1.89c-.06-.3-.36-.54-.65-.42C4.77 5.059 4 6.119 4 8.249v9.75c0 3 1.79 4 4 4h8c2.21 0 4-1 4-4v-9.75c0-1.63-.45-2.63-1.17-3.22M8 12.249h4c.41 0 .75.34.75.75s-.34.75-.75.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75m8 5.5H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75"/></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="M16 4.25c0 1.24-1.01 2.25-2.25 2.25h-3.5c-.62 0-1.18-.25-1.59-.66S8 4.87 8 4.25C8 3.01 9.01 2 10.25 2h3.5c.62 0 1.18.25 1.59.66s.66.97.66 1.59"/><path d="M18.83 5.029a2.8 2.8 0 0 0-.77-.45c-.29-.11-.58.12-.64.42c-.34 1.71-1.85 3-3.67 3h-3.5c-1 0-1.94-.39-2.65-1.1a3.7 3.7 0 0 1-1.02-1.89c-.06-.3-.36-.54-.65-.42C4.77 5.059 4 6.119 4 8.249v9.75c0 3 1.79 4 4 4h8c2.21 0 4-1 4-4v-9.75c0-1.63-.45-2.63-1.17-3.22M8 12.249h4c.41 0 .75.34.75.75s-.34.75-.75.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75m8 5.5H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg>
</template>

CSS

.icon-note2-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%22M16%204.25c0%201.24-1.01%202.25-2.25%202.25h-3.5c-.62%200-1.18-.25-1.59-.66S8%204.87%208%204.25C8%203.01%209.01%202%2010.25%202h3.5c.62%200%201.18.25%201.59.66s.66.97.66%201.59%22%2F%3E%3Cpath%20d%3D%22M18.83%205.029a2.8%202.8%200%200%200-.77-.45c-.29-.11-.58.12-.64.42c-.34%201.71-1.85%203-3.67%203h-3.5c-1%200-1.94-.39-2.65-1.1a3.7%203.7%200%200%201-1.02-1.89c-.06-.3-.36-.54-.65-.42C4.77%205.059%204%206.119%204%208.249v9.75c0%203%201.79%204%204%204h8c2.21%200%204-1%204-4v-9.75c0-1.63-.45-2.63-1.17-3.22M8%2012.249h4c.41%200%20.75.34.75.75s-.34.75-.75.75H8c-.41%200-.75-.34-.75-.75s.34-.75.75-.75m8%205.5H8c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h8c.41%200%20.75.34.75.75s-.34.75-.75.75%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%22M16%204.25c0%201.24-1.01%202.25-2.25%202.25h-3.5c-.62%200-1.18-.25-1.59-.66S8%204.87%208%204.25C8%203.01%209.01%202%2010.25%202h3.5c.62%200%201.18.25%201.59.66s.66.97.66%201.59%22%2F%3E%3Cpath%20d%3D%22M18.83%205.029a2.8%202.8%200%200%200-.77-.45c-.29-.11-.58.12-.64.42c-.34%201.71-1.85%203-3.67%203h-3.5c-1%200-1.94-.39-2.65-1.1a3.7%203.7%200%200%201-1.02-1.89c-.06-.3-.36-.54-.65-.42C4.77%205.059%204%206.119%204%208.249v9.75c0%203%201.79%204%204%204h8c2.21%200%204-1%204-4v-9.75c0-1.63-.45-2.63-1.17-3.22M8%2012.249h4c.41%200%20.75.34.75.75s-.34.75-.75.75H8c-.41%200-.75-.34-.75-.75s.34-.75.75-.75m8%205.5H8c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h8c.41%200%20.75.34.75.75s-.34.75-.75.75%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/note2-filled.svg?color=%231a73e8&size=48