notification favorite icon
notification-favorite-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- notification-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 notification 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="M19 8a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M19.8 9.42c-.03.01-.06.01-.09.02c-.08.01-.15.02-.24.03a4.2 4.2 0 0 1-1.7-.15a2.5 2.5 0 0 1-.48-.16c-.15-.06-.31-.14-.45-.22a4.5 4.5 0 0 1-1.78-1.78c-.08-.14-.16-.3-.22-.45a2.5 2.5 0 0 1-.16-.48a4.2 4.2 0 0 1-.15-1.7c.01-.09.02-.16.03-.24c.01-.03.01-.06.02-.09A1 1 0 0 0 13.6 3H7.52c-.14 0-.28.01-.41.02c-.12.01-.23.02-.35.04c-.12.01-.24.03-.35.05c-2.41.35-3.95 1.88-4.3 4.3c-.02.11-.04.23-.05.35c-.02.12-.03.23-.04.35c-.01.13-.02.27-.02.41v7.96c0 .14.01.28.02.41c.01.12.02.23.04.35c.01.12.03.24.05.35c.35 2.42 1.89 3.95 4.3 4.3c.11.02.23.04.35.05c.12.02.23.03.35.04c.13.01.27.02.41.02h7.96c.14 0 .28-.01.41-.02c.12-.01.23-.02.35-.04c.12-.01.24-.03.35-.05c2.41-.35 3.95-1.88 4.3-4.3c.02-.11.04-.23.05-.35c.02-.12.03-.23.04-.35c.01-.13.02-.27.02-.41V10.4a1 1 0 0 0-1.2-.98m-7.52 5.83c-.53 1.67-2.35 2.57-2.98 2.57c-.64 0-2.43-.88-2.97-2.57h-.01c-.35-1.11.05-2.56 1.32-2.97c.58-.19 1.2-.08 1.65.27c.45-.35 1.08-.46 1.67-.27c1.27.41 1.67 1.86 1.32 2.97"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconNotificationFavoriteFilled(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 8a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M19.8 9.42c-.03.01-.06.01-.09.02c-.08.01-.15.02-.24.03a4.2 4.2 0 0 1-1.7-.15a2.5 2.5 0 0 1-.48-.16c-.15-.06-.31-.14-.45-.22a4.5 4.5 0 0 1-1.78-1.78c-.08-.14-.16-.3-.22-.45a2.5 2.5 0 0 1-.16-.48a4.2 4.2 0 0 1-.15-1.7c.01-.09.02-.16.03-.24c.01-.03.01-.06.02-.09A1 1 0 0 0 13.6 3H7.52c-.14 0-.28.01-.41.02c-.12.01-.23.02-.35.04c-.12.01-.24.03-.35.05c-2.41.35-3.95 1.88-4.3 4.3c-.02.11-.04.23-.05.35c-.02.12-.03.23-.04.35c-.01.13-.02.27-.02.41v7.96c0 .14.01.28.02.41c.01.12.02.23.04.35c.01.12.03.24.05.35c.35 2.42 1.89 3.95 4.3 4.3c.11.02.23.04.35.05c.12.02.23.03.35.04c.13.01.27.02.41.02h7.96c.14 0 .28-.01.41-.02c.12-.01.23-.02.35-.04c.12-.01.24-.03.35-.05c2.41-.35 3.95-1.88 4.3-4.3c.02-.11.04-.23.05-.35c.02-.12.03-.23.04-.35c.01-.13.02-.27.02-.41V10.4a1 1 0 0 0-1.2-.98m-7.52 5.83c-.53 1.67-2.35 2.57-2.98 2.57c-.64 0-2.43-.88-2.97-2.57h-.01c-.35-1.11.05-2.56 1.32-2.97c.58-.19 1.2-.08 1.65.27c.45-.35 1.08-.46 1.67-.27c1.27.41 1.67 1.86 1.32 2.97"/></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 8a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M19.8 9.42c-.03.01-.06.01-.09.02c-.08.01-.15.02-.24.03a4.2 4.2 0 0 1-1.7-.15a2.5 2.5 0 0 1-.48-.16c-.15-.06-.31-.14-.45-.22a4.5 4.5 0 0 1-1.78-1.78c-.08-.14-.16-.3-.22-.45a2.5 2.5 0 0 1-.16-.48a4.2 4.2 0 0 1-.15-1.7c.01-.09.02-.16.03-.24c.01-.03.01-.06.02-.09A1 1 0 0 0 13.6 3H7.52c-.14 0-.28.01-.41.02c-.12.01-.23.02-.35.04c-.12.01-.24.03-.35.05c-2.41.35-3.95 1.88-4.3 4.3c-.02.11-.04.23-.05.35c-.02.12-.03.23-.04.35c-.01.13-.02.27-.02.41v7.96c0 .14.01.28.02.41c.01.12.02.23.04.35c.01.12.03.24.05.35c.35 2.42 1.89 3.95 4.3 4.3c.11.02.23.04.35.05c.12.02.23.03.35.04c.13.01.27.02.41.02h7.96c.14 0 .28-.01.41-.02c.12-.01.23-.02.35-.04c.12-.01.24-.03.35-.05c2.41-.35 3.95-1.88 4.3-4.3c.02-.11.04-.23.05-.35c.02-.12.03-.23.04-.35c.01-.13.02-.27.02-.41V10.4a1 1 0 0 0-1.2-.98m-7.52 5.83c-.53 1.67-2.35 2.57-2.98 2.57c-.64 0-2.43-.88-2.97-2.57h-.01c-.35-1.11.05-2.56 1.32-2.97c.58-.19 1.2-.08 1.65.27c.45-.35 1.08-.46 1.67-.27c1.27.41 1.67 1.86 1.32 2.97"/></g></svg> </template>
CSS
.icon-notification-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%22M19%208a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20d%3D%22M19.8%209.42c-.03.01-.06.01-.09.02c-.08.01-.15.02-.24.03a4.2%204.2%200%200%201-1.7-.15a2.5%202.5%200%200%201-.48-.16c-.15-.06-.31-.14-.45-.22a4.5%204.5%200%200%201-1.78-1.78c-.08-.14-.16-.3-.22-.45a2.5%202.5%200%200%201-.16-.48a4.2%204.2%200%200%201-.15-1.7c.01-.09.02-.16.03-.24c.01-.03.01-.06.02-.09A1%201%200%200%200%2013.6%203H7.52c-.14%200-.28.01-.41.02c-.12.01-.23.02-.35.04c-.12.01-.24.03-.35.05c-2.41.35-3.95%201.88-4.3%204.3c-.02.11-.04.23-.05.35c-.02.12-.03.23-.04.35c-.01.13-.02.27-.02.41v7.96c0%20.14.01.28.02.41c.01.12.02.23.04.35c.01.12.03.24.05.35c.35%202.42%201.89%203.95%204.3%204.3c.11.02.23.04.35.05c.12.02.23.03.35.04c.13.01.27.02.41.02h7.96c.14%200%20.28-.01.41-.02c.12-.01.23-.02.35-.04c.12-.01.24-.03.35-.05c2.41-.35%203.95-1.88%204.3-4.3c.02-.11.04-.23.05-.35c.02-.12.03-.23.04-.35c.01-.13.02-.27.02-.41V10.4a1%201%200%200%200-1.2-.98m-7.52%205.83c-.53%201.67-2.35%202.57-2.98%202.57c-.64%200-2.43-.88-2.97-2.57h-.01c-.35-1.11.05-2.56%201.32-2.97c.58-.19%201.2-.08%201.65.27c.45-.35%201.08-.46%201.67-.27c1.27.41%201.67%201.86%201.32%202.97%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%208a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20d%3D%22M19.8%209.42c-.03.01-.06.01-.09.02c-.08.01-.15.02-.24.03a4.2%204.2%200%200%201-1.7-.15a2.5%202.5%200%200%201-.48-.16c-.15-.06-.31-.14-.45-.22a4.5%204.5%200%200%201-1.78-1.78c-.08-.14-.16-.3-.22-.45a2.5%202.5%200%200%201-.16-.48a4.2%204.2%200%200%201-.15-1.7c.01-.09.02-.16.03-.24c.01-.03.01-.06.02-.09A1%201%200%200%200%2013.6%203H7.52c-.14%200-.28.01-.41.02c-.12.01-.23.02-.35.04c-.12.01-.24.03-.35.05c-2.41.35-3.95%201.88-4.3%204.3c-.02.11-.04.23-.05.35c-.02.12-.03.23-.04.35c-.01.13-.02.27-.02.41v7.96c0%20.14.01.28.02.41c.01.12.02.23.04.35c.01.12.03.24.05.35c.35%202.42%201.89%203.95%204.3%204.3c.11.02.23.04.35.05c.12.02.23.03.35.04c.13.01.27.02.41.02h7.96c.14%200%20.28-.01.41-.02c.12-.01.23-.02.35-.04c.12-.01.24-.03.35-.05c2.41-.35%203.95-1.88%204.3-4.3c.02-.11.04-.23.05-.35c.02-.12.03-.23.04-.35c.01-.13.02-.27.02-.41V10.4a1%201%200%200%200-1.2-.98m-7.52%205.83c-.53%201.67-2.35%202.57-2.98%202.57c-.64%200-2.43-.88-2.97-2.57h-.01c-.35-1.11.05-2.56%201.32-2.97c.58-.19%201.2-.08%201.65.27c.45-.35%201.08-.46%201.67-.27c1.27.41%201.67%201.86%201.32%202.97%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/notification-favorite-filled.svg?color=%231a73e8&size=48