note favorite icon

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

Name
note-favorite-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 favorite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.75 3.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c.25-.03.48-.06.75-.06zm8 .06V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5H15c.27 0 .5.03.75.06m5.54 11.41a4.49 4.49 0 0 0-5.6.02c-1.04.82-1.69 2.1-1.69 3.51c0 .84.24 1.65.65 2.31c.32.52.73.98 1.22 1.33c.74.54 1.64.86 2.63.86c1.14 0 2.17-.42 2.96-1.12c.35-.29.65-.65.89-1.06a4.49 4.49 0 0 0-1.06-5.85m-2.79 5.67c0-1.18-.96-2.14-2.14-2.14c1.18 0 2.14-.96 2.14-2.14c0 1.18.96 2.14 2.14 2.14c-1.18 0-2.14.96-2.14 2.14"/><path d="M15.75 3.56V5c0 .41-.34.75-.75.75s-.75-.34-.75-.75V3.5h-6.5V5c0 .41-.34.75-.75.75s-.75-.34-.75-.75V3.56C3.3 3.83 2 5.73 2 8.5V17c0 3 1.5 5 5 5h4.13c.76 0 1.27-.85 1.08-1.59c-.14-.54-.21-1.1-.21-1.66c0-2.08.93-4 2.54-5.27A6.7 6.7 0 0 1 18.75 12h.04c.63 0 1.21-.46 1.21-1.09V8.5c0-2.77-1.3-4.67-4.25-4.94M9 16.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75m3-5H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconNoteFavoriteFilled(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="M7.75 3.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c.25-.03.48-.06.75-.06zm8 .06V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5H15c.27 0 .5.03.75.06m5.54 11.41a4.49 4.49 0 0 0-5.6.02c-1.04.82-1.69 2.1-1.69 3.51c0 .84.24 1.65.65 2.31c.32.52.73.98 1.22 1.33c.74.54 1.64.86 2.63.86c1.14 0 2.17-.42 2.96-1.12c.35-.29.65-.65.89-1.06a4.49 4.49 0 0 0-1.06-5.85m-2.79 5.67c0-1.18-.96-2.14-2.14-2.14c1.18 0 2.14-.96 2.14-2.14c0 1.18.96 2.14 2.14 2.14c-1.18 0-2.14.96-2.14 2.14"/><path d="M15.75 3.56V5c0 .41-.34.75-.75.75s-.75-.34-.75-.75V3.5h-6.5V5c0 .41-.34.75-.75.75s-.75-.34-.75-.75V3.56C3.3 3.83 2 5.73 2 8.5V17c0 3 1.5 5 5 5h4.13c.76 0 1.27-.85 1.08-1.59c-.14-.54-.21-1.1-.21-1.66c0-2.08.93-4 2.54-5.27A6.7 6.7 0 0 1 18.75 12h.04c.63 0 1.21-.46 1.21-1.09V8.5c0-2.77-1.3-4.67-4.25-4.94M9 16.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75m3-5H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.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="M7.75 3.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c.25-.03.48-.06.75-.06zm8 .06V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5H15c.27 0 .5.03.75.06m5.54 11.41a4.49 4.49 0 0 0-5.6.02c-1.04.82-1.69 2.1-1.69 3.51c0 .84.24 1.65.65 2.31c.32.52.73.98 1.22 1.33c.74.54 1.64.86 2.63.86c1.14 0 2.17-.42 2.96-1.12c.35-.29.65-.65.89-1.06a4.49 4.49 0 0 0-1.06-5.85m-2.79 5.67c0-1.18-.96-2.14-2.14-2.14c1.18 0 2.14-.96 2.14-2.14c0 1.18.96 2.14 2.14 2.14c-1.18 0-2.14.96-2.14 2.14"/><path d="M15.75 3.56V5c0 .41-.34.75-.75.75s-.75-.34-.75-.75V3.5h-6.5V5c0 .41-.34.75-.75.75s-.75-.34-.75-.75V3.56C3.3 3.83 2 5.73 2 8.5V17c0 3 1.5 5 5 5h4.13c.76 0 1.27-.85 1.08-1.59c-.14-.54-.21-1.1-.21-1.66c0-2.08.93-4 2.54-5.27A6.7 6.7 0 0 1 18.75 12h.04c.63 0 1.21-.46 1.21-1.09V8.5c0-2.77-1.3-4.67-4.25-4.94M9 16.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75m3-5H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg>
</template>

CSS

.icon-note-favorite-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%22M7.75%203.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c.25-.03.48-.06.75-.06zm8%20.06V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5H15c.27%200%20.5.03.75.06m5.54%2011.41a4.49%204.49%200%200%200-5.6.02c-1.04.82-1.69%202.1-1.69%203.51c0%20.84.24%201.65.65%202.31c.32.52.73.98%201.22%201.33c.74.54%201.64.86%202.63.86c1.14%200%202.17-.42%202.96-1.12c.35-.29.65-.65.89-1.06a4.49%204.49%200%200%200-1.06-5.85m-2.79%205.67c0-1.18-.96-2.14-2.14-2.14c1.18%200%202.14-.96%202.14-2.14c0%201.18.96%202.14%202.14%202.14c-1.18%200-2.14.96-2.14%202.14%22%2F%3E%3Cpath%20d%3D%22M15.75%203.56V5c0%20.41-.34.75-.75.75s-.75-.34-.75-.75V3.5h-6.5V5c0%20.41-.34.75-.75.75s-.75-.34-.75-.75V3.56C3.3%203.83%202%205.73%202%208.5V17c0%203%201.5%205%205%205h4.13c.76%200%201.27-.85%201.08-1.59c-.14-.54-.21-1.1-.21-1.66c0-2.08.93-4%202.54-5.27A6.7%206.7%200%200%201%2018.75%2012h.04c.63%200%201.21-.46%201.21-1.09V8.5c0-2.77-1.3-4.67-4.25-4.94M9%2016.75H7c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2c.41%200%20.75.34.75.75s-.34.75-.75.75m3-5H7c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h5c.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%22M7.75%203.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c.25-.03.48-.06.75-.06zm8%20.06V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5H15c.27%200%20.5.03.75.06m5.54%2011.41a4.49%204.49%200%200%200-5.6.02c-1.04.82-1.69%202.1-1.69%203.51c0%20.84.24%201.65.65%202.31c.32.52.73.98%201.22%201.33c.74.54%201.64.86%202.63.86c1.14%200%202.17-.42%202.96-1.12c.35-.29.65-.65.89-1.06a4.49%204.49%200%200%200-1.06-5.85m-2.79%205.67c0-1.18-.96-2.14-2.14-2.14c1.18%200%202.14-.96%202.14-2.14c0%201.18.96%202.14%202.14%202.14c-1.18%200-2.14.96-2.14%202.14%22%2F%3E%3Cpath%20d%3D%22M15.75%203.56V5c0%20.41-.34.75-.75.75s-.75-.34-.75-.75V3.5h-6.5V5c0%20.41-.34.75-.75.75s-.75-.34-.75-.75V3.56C3.3%203.83%202%205.73%202%208.5V17c0%203%201.5%205%205%205h4.13c.76%200%201.27-.85%201.08-1.59c-.14-.54-.21-1.1-.21-1.66c0-2.08.93-4%202.54-5.27A6.7%206.7%200%200%201%2018.75%2012h.04c.63%200%201.21-.46%201.21-1.09V8.5c0-2.77-1.3-4.67-4.25-4.94M9%2016.75H7c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2c.41%200%20.75.34.75.75s-.34.75-.75.75m3-5H7c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h5c.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/note-favorite-filled.svg?color=%231a73e8&size=48