note favorite icon

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

Name
note-favorite
Set
Reicon
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M8 2v3m8-3v3m5 3.5v5.13a5.2 5.2 0 0 0-3.25-1.13c-1.23 0-2.38.43-3.28 1.16a5.19 5.19 0 0 0-1.97 4.09c0 .98.28 1.92.76 2.7c.37.61.85 1.14 1.42 1.55H8c-3.5 0-5-2-5-5V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5M7 11h6m-6 5h2.62"/><path stroke-miterlimit="10" d="M23 17.75c0 .98-.28 1.92-.76 2.7c-.28.48-.63.9-1.04 1.24c-.92.82-2.12 1.31-3.45 1.31c-1.15 0-2.21-.37-3.07-1c-.57-.41-1.05-.94-1.42-1.55c-.48-.78-.76-1.72-.76-2.7c0-1.65.76-3.14 1.97-4.09c.9-.73 2.05-1.16 3.28-1.16s2.36.42 3.25 1.13c1.22.96 2 2.45 2 4.12"/><path d="M17.75 20.25a2.5 2.5 0 0 1 2.5-2.5a2.5 2.5 0 0 1-2.5-2.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1 2.5 2.5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconNoteFavorite(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path strokeMiterlimit="10" d="M8 2v3m8-3v3m5 3.5v5.13a5.2 5.2 0 0 0-3.25-1.13c-1.23 0-2.38.43-3.28 1.16a5.19 5.19 0 0 0-1.97 4.09c0 .98.28 1.92.76 2.7c.37.61.85 1.14 1.42 1.55H8c-3.5 0-5-2-5-5V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5M7 11h6m-6 5h2.62"/><path strokeMiterlimit="10" d="M23 17.75c0 .98-.28 1.92-.76 2.7c-.28.48-.63.9-1.04 1.24c-.92.82-2.12 1.31-3.45 1.31c-1.15 0-2.21-.37-3.07-1c-.57-.41-1.05-.94-1.42-1.55c-.48-.78-.76-1.72-.76-2.7c0-1.65.76-3.14 1.97-4.09c.9-.73 2.05-1.16 3.28-1.16s2.36.42 3.25 1.13c1.22.96 2 2.45 2 4.12"/><path d="M17.75 20.25a2.5 2.5 0 0 1 2.5-2.5a2.5 2.5 0 0 1-2.5-2.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1 2.5 2.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M8 2v3m8-3v3m5 3.5v5.13a5.2 5.2 0 0 0-3.25-1.13c-1.23 0-2.38.43-3.28 1.16a5.19 5.19 0 0 0-1.97 4.09c0 .98.28 1.92.76 2.7c.37.61.85 1.14 1.42 1.55H8c-3.5 0-5-2-5-5V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5M7 11h6m-6 5h2.62"/><path stroke-miterlimit="10" d="M23 17.75c0 .98-.28 1.92-.76 2.7c-.28.48-.63.9-1.04 1.24c-.92.82-2.12 1.31-3.45 1.31c-1.15 0-2.21-.37-3.07-1c-.57-.41-1.05-.94-1.42-1.55c-.48-.78-.76-1.72-.76-2.7c0-1.65.76-3.14 1.97-4.09c.9-.73 2.05-1.16 3.28-1.16s2.36.42 3.25 1.13c1.22.96 2 2.45 2 4.12"/><path d="M17.75 20.25a2.5 2.5 0 0 1 2.5-2.5a2.5 2.5 0 0 1-2.5-2.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1 2.5 2.5"/></g></svg>
</template>

CSS

.icon-note-favorite {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M8%202v3m8-3v3m5%203.5v5.13a5.2%205.2%200%200%200-3.25-1.13c-1.23%200-2.38.43-3.28%201.16a5.19%205.19%200%200%200-1.97%204.09c0%20.98.28%201.92.76%202.7c.37.61.85%201.14%201.42%201.55H8c-3.5%200-5-2-5-5V8.5c0-3%201.5-5%205-5h8c3.5%200%205%202%205%205M7%2011h6m-6%205h2.62%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2017.75c0%20.98-.28%201.92-.76%202.7c-.28.48-.63.9-1.04%201.24c-.92.82-2.12%201.31-3.45%201.31c-1.15%200-2.21-.37-3.07-1c-.57-.41-1.05-.94-1.42-1.55c-.48-.78-.76-1.72-.76-2.7c0-1.65.76-3.14%201.97-4.09c.9-.73%202.05-1.16%203.28-1.16s2.36.42%203.25%201.13c1.22.96%202%202.45%202%204.12%22%2F%3E%3Cpath%20d%3D%22M17.75%2020.25a2.5%202.5%200%200%201%202.5-2.5a2.5%202.5%200%200%201-2.5-2.5a2.5%202.5%200%200%201-2.5%202.5a2.5%202.5%200%200%201%202.5%202.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M8%202v3m8-3v3m5%203.5v5.13a5.2%205.2%200%200%200-3.25-1.13c-1.23%200-2.38.43-3.28%201.16a5.19%205.19%200%200%200-1.97%204.09c0%20.98.28%201.92.76%202.7c.37.61.85%201.14%201.42%201.55H8c-3.5%200-5-2-5-5V8.5c0-3%201.5-5%205-5h8c3.5%200%205%202%205%205M7%2011h6m-6%205h2.62%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2017.75c0%20.98-.28%201.92-.76%202.7c-.28.48-.63.9-1.04%201.24c-.92.82-2.12%201.31-3.45%201.31c-1.15%200-2.21-.37-3.07-1c-.57-.41-1.05-.94-1.42-1.55c-.48-.78-.76-1.72-.76-2.7c0-1.65.76-3.14%201.97-4.09c.9-.73%202.05-1.16%203.28-1.16s2.36.42%203.25%201.13c1.22.96%202%202.45%202%204.12%22%2F%3E%3Cpath%20d%3D%22M17.75%2020.25a2.5%202.5%200%200%201%202.5-2.5a2.5%202.5%200%200%201-2.5-2.5a2.5%202.5%200%200%201-2.5%202.5a2.5%202.5%200%200%201%202.5%202.5%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.svg?color=%231a73e8&size=48

Note Favorite outline icon — Reicon · IconsDB