favorite chart icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the favorite chart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m19.12 14.941l.32.65c.16.32.57.62.91.68l.43.07c1.31.22 1.61 1.18.68 2.12l-.4.4c-.27.27-.41.79-.33 1.17l.05.24c.36 1.58-.48 2.19-1.85 1.36l-.29-.18c-.35-.21-.93-.21-1.28 0l-.29.18c-1.38.83-2.21.22-1.85-1.36l.05-.24c.08-.37-.06-.9-.33-1.17l-.4-.4c-.93-.95-.63-1.9.68-2.12l.43-.07c.35-.06.75-.36.91-.68l.32-.65c.62-1.25 1.62-1.25 2.24 0"/><path d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.38C2 19.83 4.17 22 7.81 22h5.28c.35 0 .6-.36.56-.71c-.04-.38-.02-.83.1-1.35c.02-.07 0-.15-.06-.21l-.22-.22c-.85-.86-1.16-1.9-.86-2.85c.31-.94 1.17-1.6 2.36-1.8l.3-.05l.27-.54c.55-1.12 1.45-1.77 2.46-1.77s1.91.65 2.46 1.77l.15.31c.07.15.21.25.37.28l.27.06c.35.09.75-.19.75-.56V7.81C22 4.17 19.83 2 16.19 2m.07 6.96l-2.31 2.98c-.29.37-.7.61-1.17.66c-.46.06-.93-.07-1.29-.36l-1.83-1.42a.22.22 0 0 0-.19-.05c-.04 0-.11.02-.17.1l-2.38 3.09a.76.76 0 0 1-1.06.13a.75.75 0 0 1-.14-1.05L8.1 9.95c.29-.37.7-.61 1.17-.67s.93.07 1.3.36l1.83 1.44c.07.06.14.05.19.05c.04 0 .11-.02.17-.1l2.31-2.98c.25-.33.72-.39 1.05-.13c.34.25.39.72.14 1.04"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconFavoriteChartFilled(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="m19.12 14.941l.32.65c.16.32.57.62.91.68l.43.07c1.31.22 1.61 1.18.68 2.12l-.4.4c-.27.27-.41.79-.33 1.17l.05.24c.36 1.58-.48 2.19-1.85 1.36l-.29-.18c-.35-.21-.93-.21-1.28 0l-.29.18c-1.38.83-2.21.22-1.85-1.36l.05-.24c.08-.37-.06-.9-.33-1.17l-.4-.4c-.93-.95-.63-1.9.68-2.12l.43-.07c.35-.06.75-.36.91-.68l.32-.65c.62-1.25 1.62-1.25 2.24 0"/><path d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.38C2 19.83 4.17 22 7.81 22h5.28c.35 0 .6-.36.56-.71c-.04-.38-.02-.83.1-1.35c.02-.07 0-.15-.06-.21l-.22-.22c-.85-.86-1.16-1.9-.86-2.85c.31-.94 1.17-1.6 2.36-1.8l.3-.05l.27-.54c.55-1.12 1.45-1.77 2.46-1.77s1.91.65 2.46 1.77l.15.31c.07.15.21.25.37.28l.27.06c.35.09.75-.19.75-.56V7.81C22 4.17 19.83 2 16.19 2m.07 6.96l-2.31 2.98c-.29.37-.7.61-1.17.66c-.46.06-.93-.07-1.29-.36l-1.83-1.42a.22.22 0 0 0-.19-.05c-.04 0-.11.02-.17.1l-2.38 3.09a.76.76 0 0 1-1.06.13a.75.75 0 0 1-.14-1.05L8.1 9.95c.29-.37.7-.61 1.17-.67s.93.07 1.3.36l1.83 1.44c.07.06.14.05.19.05c.04 0 .11-.02.17-.1l2.31-2.98c.25-.33.72-.39 1.05-.13c.34.25.39.72.14 1.04"/></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="m19.12 14.941l.32.65c.16.32.57.62.91.68l.43.07c1.31.22 1.61 1.18.68 2.12l-.4.4c-.27.27-.41.79-.33 1.17l.05.24c.36 1.58-.48 2.19-1.85 1.36l-.29-.18c-.35-.21-.93-.21-1.28 0l-.29.18c-1.38.83-2.21.22-1.85-1.36l.05-.24c.08-.37-.06-.9-.33-1.17l-.4-.4c-.93-.95-.63-1.9.68-2.12l.43-.07c.35-.06.75-.36.91-.68l.32-.65c.62-1.25 1.62-1.25 2.24 0"/><path d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.38C2 19.83 4.17 22 7.81 22h5.28c.35 0 .6-.36.56-.71c-.04-.38-.02-.83.1-1.35c.02-.07 0-.15-.06-.21l-.22-.22c-.85-.86-1.16-1.9-.86-2.85c.31-.94 1.17-1.6 2.36-1.8l.3-.05l.27-.54c.55-1.12 1.45-1.77 2.46-1.77s1.91.65 2.46 1.77l.15.31c.07.15.21.25.37.28l.27.06c.35.09.75-.19.75-.56V7.81C22 4.17 19.83 2 16.19 2m.07 6.96l-2.31 2.98c-.29.37-.7.61-1.17.66c-.46.06-.93-.07-1.29-.36l-1.83-1.42a.22.22 0 0 0-.19-.05c-.04 0-.11.02-.17.1l-2.38 3.09a.76.76 0 0 1-1.06.13a.75.75 0 0 1-.14-1.05L8.1 9.95c.29-.37.7-.61 1.17-.67s.93.07 1.3.36l1.83 1.44c.07.06.14.05.19.05c.04 0 .11-.02.17-.1l2.31-2.98c.25-.33.72-.39 1.05-.13c.34.25.39.72.14 1.04"/></g></svg>
</template>

CSS

.icon-favorite-chart-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%22m19.12%2014.941l.32.65c.16.32.57.62.91.68l.43.07c1.31.22%201.61%201.18.68%202.12l-.4.4c-.27.27-.41.79-.33%201.17l.05.24c.36%201.58-.48%202.19-1.85%201.36l-.29-.18c-.35-.21-.93-.21-1.28%200l-.29.18c-1.38.83-2.21.22-1.85-1.36l.05-.24c.08-.37-.06-.9-.33-1.17l-.4-.4c-.93-.95-.63-1.9.68-2.12l.43-.07c.35-.06.75-.36.91-.68l.32-.65c.62-1.25%201.62-1.25%202.24%200%22%2F%3E%3Cpath%20d%3D%22M16.19%202H7.81C4.17%202%202%204.17%202%207.81v8.38C2%2019.83%204.17%2022%207.81%2022h5.28c.35%200%20.6-.36.56-.71c-.04-.38-.02-.83.1-1.35c.02-.07%200-.15-.06-.21l-.22-.22c-.85-.86-1.16-1.9-.86-2.85c.31-.94%201.17-1.6%202.36-1.8l.3-.05l.27-.54c.55-1.12%201.45-1.77%202.46-1.77s1.91.65%202.46%201.77l.15.31c.07.15.21.25.37.28l.27.06c.35.09.75-.19.75-.56V7.81C22%204.17%2019.83%202%2016.19%202m.07%206.96l-2.31%202.98c-.29.37-.7.61-1.17.66c-.46.06-.93-.07-1.29-.36l-1.83-1.42a.22.22%200%200%200-.19-.05c-.04%200-.11.02-.17.1l-2.38%203.09a.76.76%200%200%201-1.06.13a.75.75%200%200%201-.14-1.05L8.1%209.95c.29-.37.7-.61%201.17-.67s.93.07%201.3.36l1.83%201.44c.07.06.14.05.19.05c.04%200%20.11-.02.17-.1l2.31-2.98c.25-.33.72-.39%201.05-.13c.34.25.39.72.14%201.04%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%22m19.12%2014.941l.32.65c.16.32.57.62.91.68l.43.07c1.31.22%201.61%201.18.68%202.12l-.4.4c-.27.27-.41.79-.33%201.17l.05.24c.36%201.58-.48%202.19-1.85%201.36l-.29-.18c-.35-.21-.93-.21-1.28%200l-.29.18c-1.38.83-2.21.22-1.85-1.36l.05-.24c.08-.37-.06-.9-.33-1.17l-.4-.4c-.93-.95-.63-1.9.68-2.12l.43-.07c.35-.06.75-.36.91-.68l.32-.65c.62-1.25%201.62-1.25%202.24%200%22%2F%3E%3Cpath%20d%3D%22M16.19%202H7.81C4.17%202%202%204.17%202%207.81v8.38C2%2019.83%204.17%2022%207.81%2022h5.28c.35%200%20.6-.36.56-.71c-.04-.38-.02-.83.1-1.35c.02-.07%200-.15-.06-.21l-.22-.22c-.85-.86-1.16-1.9-.86-2.85c.31-.94%201.17-1.6%202.36-1.8l.3-.05l.27-.54c.55-1.12%201.45-1.77%202.46-1.77s1.91.65%202.46%201.77l.15.31c.07.15.21.25.37.28l.27.06c.35.09.75-.19.75-.56V7.81C22%204.17%2019.83%202%2016.19%202m.07%206.96l-2.31%202.98c-.29.37-.7.61-1.17.66c-.46.06-.93-.07-1.29-.36l-1.83-1.42a.22.22%200%200%200-.19-.05c-.04%200-.11.02-.17.1l-2.38%203.09a.76.76%200%200%201-1.06.13a.75.75%200%200%201-.14-1.05L8.1%209.95c.29-.37.7-.61%201.17-.67s.93.07%201.3.36l1.83%201.44c.07.06.14.05.19.05c.04%200%20.11-.02.17-.1l2.31-2.98c.25-.33.72-.39%201.05-.13c.34.25.39.72.14%201.04%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/favorite-chart-filled.svg?color=%231a73e8&size=48