heart shine icon
heart-shine from Reicon by REICON · Outline · Like · MIT Free for personal and commercial use.
- Name
- heart-shine
- Set
- Reicon
- Style
- Outline
- Category
- Like
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More like icons from Reicon
Use the heart shine icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1.25a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75"/><path fill-rule="evenodd" d="M12 8.899c-.971-.724-2.063-.825-2.991-.393c-1.056.49-1.759 1.611-1.759 2.874c0 1.218.504 2.144 1.136 2.868c.498.57 1.111 1.049 1.616 1.444l.314.247c.2.16.444.356.7.508c.253.15.59.303.984.303c.393 0 .731-.153.985-.303c.255-.152.499-.347.7-.508l.313-.247c.505-.395 1.118-.875 1.616-1.444c.632-.723 1.136-1.65 1.136-2.868c0-1.263-.703-2.384-1.759-2.874c-.928-.432-2.02-.33-2.991.393m-2.359.967c-.494.23-.891.799-.891 1.514c0 .758.3 1.348.766 1.881c.394.452.867.823 1.366 1.214l.372.294c.214.172.378.3.527.388s.212.093.219.093s.069-.004.219-.093s.313-.216.527-.388l.372-.294c.499-.391.972-.762 1.366-1.214c.466-.533.766-1.123.766-1.881c0-.715-.397-1.284-.891-1.514c-.444-.206-1.105-.199-1.814.55a.75.75 0 0 1-1.09 0c-.709-.749-1.37-.756-1.814-.55" clip-rule="evenodd"/><path d="M12.75 20a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0zm-11.5-8a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75M20 11.25a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5zM5.47 18.53a.75.75 0 0 1 0-1.06l.343-.343a.75.75 0 1 1 1.06 1.06l-.343.343a.75.75 0 0 1-1.06 0M17.126 5.813a.75.75 0 1 0 1.061 1.06l.343-.343a.75.75 0 0 0-1.06-1.06zM18.53 18.53a.75.75 0 0 0 0-1.06l-.343-.343a.75.75 0 0 0-1.06 1.06l.343.343a.75.75 0 0 0 1.06 0M6.874 5.813a.75.75 0 0 1-1.061 1.06L5.47 6.53a.75.75 0 0 1 1.06-1.06z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHeartShine(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="M12 1.25a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75"/><path fillRule="evenodd" d="M12 8.899c-.971-.724-2.063-.825-2.991-.393c-1.056.49-1.759 1.611-1.759 2.874c0 1.218.504 2.144 1.136 2.868c.498.57 1.111 1.049 1.616 1.444l.314.247c.2.16.444.356.7.508c.253.15.59.303.984.303c.393 0 .731-.153.985-.303c.255-.152.499-.347.7-.508l.313-.247c.505-.395 1.118-.875 1.616-1.444c.632-.723 1.136-1.65 1.136-2.868c0-1.263-.703-2.384-1.759-2.874c-.928-.432-2.02-.33-2.991.393m-2.359.967c-.494.23-.891.799-.891 1.514c0 .758.3 1.348.766 1.881c.394.452.867.823 1.366 1.214l.372.294c.214.172.378.3.527.388s.212.093.219.093s.069-.004.219-.093s.313-.216.527-.388l.372-.294c.499-.391.972-.762 1.366-1.214c.466-.533.766-1.123.766-1.881c0-.715-.397-1.284-.891-1.514c-.444-.206-1.105-.199-1.814.55a.75.75 0 0 1-1.09 0c-.709-.749-1.37-.756-1.814-.55" clipRule="evenodd"/><path d="M12.75 20a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0zm-11.5-8a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75M20 11.25a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5zM5.47 18.53a.75.75 0 0 1 0-1.06l.343-.343a.75.75 0 1 1 1.06 1.06l-.343.343a.75.75 0 0 1-1.06 0M17.126 5.813a.75.75 0 1 0 1.061 1.06l.343-.343a.75.75 0 0 0-1.06-1.06zM18.53 18.53a.75.75 0 0 0 0-1.06l-.343-.343a.75.75 0 0 0-1.06 1.06l.343.343a.75.75 0 0 0 1.06 0M6.874 5.813a.75.75 0 0 1-1.061 1.06L5.47 6.53a.75.75 0 0 1 1.06-1.06z"/></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="M12 1.25a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75"/><path fill-rule="evenodd" d="M12 8.899c-.971-.724-2.063-.825-2.991-.393c-1.056.49-1.759 1.611-1.759 2.874c0 1.218.504 2.144 1.136 2.868c.498.57 1.111 1.049 1.616 1.444l.314.247c.2.16.444.356.7.508c.253.15.59.303.984.303c.393 0 .731-.153.985-.303c.255-.152.499-.347.7-.508l.313-.247c.505-.395 1.118-.875 1.616-1.444c.632-.723 1.136-1.65 1.136-2.868c0-1.263-.703-2.384-1.759-2.874c-.928-.432-2.02-.33-2.991.393m-2.359.967c-.494.23-.891.799-.891 1.514c0 .758.3 1.348.766 1.881c.394.452.867.823 1.366 1.214l.372.294c.214.172.378.3.527.388s.212.093.219.093s.069-.004.219-.093s.313-.216.527-.388l.372-.294c.499-.391.972-.762 1.366-1.214c.466-.533.766-1.123.766-1.881c0-.715-.397-1.284-.891-1.514c-.444-.206-1.105-.199-1.814.55a.75.75 0 0 1-1.09 0c-.709-.749-1.37-.756-1.814-.55" clip-rule="evenodd"/><path d="M12.75 20a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0zm-11.5-8a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75M20 11.25a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5zM5.47 18.53a.75.75 0 0 1 0-1.06l.343-.343a.75.75 0 1 1 1.06 1.06l-.343.343a.75.75 0 0 1-1.06 0M17.126 5.813a.75.75 0 1 0 1.061 1.06l.343-.343a.75.75 0 0 0-1.06-1.06zM18.53 18.53a.75.75 0 0 0 0-1.06l-.343-.343a.75.75 0 0 0-1.06 1.06l.343.343a.75.75 0 0 0 1.06 0M6.874 5.813a.75.75 0 0 1-1.061 1.06L5.47 6.53a.75.75 0 0 1 1.06-1.06z"/></g></svg> </template>
CSS
.icon-heart-shine {
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%22M12%201.25a.75.75%200%200%201%20.75.75v2a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%208.899c-.971-.724-2.063-.825-2.991-.393c-1.056.49-1.759%201.611-1.759%202.874c0%201.218.504%202.144%201.136%202.868c.498.57%201.111%201.049%201.616%201.444l.314.247c.2.16.444.356.7.508c.253.15.59.303.984.303c.393%200%20.731-.153.985-.303c.255-.152.499-.347.7-.508l.313-.247c.505-.395%201.118-.875%201.616-1.444c.632-.723%201.136-1.65%201.136-2.868c0-1.263-.703-2.384-1.759-2.874c-.928-.432-2.02-.33-2.991.393m-2.359.967c-.494.23-.891.799-.891%201.514c0%20.758.3%201.348.766%201.881c.394.452.867.823%201.366%201.214l.372.294c.214.172.378.3.527.388s.212.093.219.093s.069-.004.219-.093s.313-.216.527-.388l.372-.294c.499-.391.972-.762%201.366-1.214c.466-.533.766-1.123.766-1.881c0-.715-.397-1.284-.891-1.514c-.444-.206-1.105-.199-1.814.55a.75.75%200%200%201-1.09%200c-.709-.749-1.37-.756-1.814-.55%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.75%2020a.75.75%200%200%200-1.5%200v2a.75.75%200%200%200%201.5%200zm-11.5-8a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75M20%2011.25a.75.75%200%200%200%200%201.5h2a.75.75%200%200%200%200-1.5zM5.47%2018.53a.75.75%200%200%201%200-1.06l.343-.343a.75.75%200%201%201%201.06%201.06l-.343.343a.75.75%200%200%201-1.06%200M17.126%205.813a.75.75%200%201%200%201.061%201.06l.343-.343a.75.75%200%200%200-1.06-1.06zM18.53%2018.53a.75.75%200%200%200%200-1.06l-.343-.343a.75.75%200%200%200-1.06%201.06l.343.343a.75.75%200%200%200%201.06%200M6.874%205.813a.75.75%200%200%201-1.061%201.06L5.47%206.53a.75.75%200%200%201%201.06-1.06z%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%22M12%201.25a.75.75%200%200%201%20.75.75v2a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%208.899c-.971-.724-2.063-.825-2.991-.393c-1.056.49-1.759%201.611-1.759%202.874c0%201.218.504%202.144%201.136%202.868c.498.57%201.111%201.049%201.616%201.444l.314.247c.2.16.444.356.7.508c.253.15.59.303.984.303c.393%200%20.731-.153.985-.303c.255-.152.499-.347.7-.508l.313-.247c.505-.395%201.118-.875%201.616-1.444c.632-.723%201.136-1.65%201.136-2.868c0-1.263-.703-2.384-1.759-2.874c-.928-.432-2.02-.33-2.991.393m-2.359.967c-.494.23-.891.799-.891%201.514c0%20.758.3%201.348.766%201.881c.394.452.867.823%201.366%201.214l.372.294c.214.172.378.3.527.388s.212.093.219.093s.069-.004.219-.093s.313-.216.527-.388l.372-.294c.499-.391.972-.762%201.366-1.214c.466-.533.766-1.123.766-1.881c0-.715-.397-1.284-.891-1.514c-.444-.206-1.105-.199-1.814.55a.75.75%200%200%201-1.09%200c-.709-.749-1.37-.756-1.814-.55%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.75%2020a.75.75%200%200%200-1.5%200v2a.75.75%200%200%200%201.5%200zm-11.5-8a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75M20%2011.25a.75.75%200%200%200%200%201.5h2a.75.75%200%200%200%200-1.5zM5.47%2018.53a.75.75%200%200%201%200-1.06l.343-.343a.75.75%200%201%201%201.06%201.06l-.343.343a.75.75%200%200%201-1.06%200M17.126%205.813a.75.75%200%201%200%201.061%201.06l.343-.343a.75.75%200%200%200-1.06-1.06zM18.53%2018.53a.75.75%200%200%200%200-1.06l-.343-.343a.75.75%200%200%200-1.06%201.06l.343.343a.75.75%200%200%200%201.06%200M6.874%205.813a.75.75%200%200%201-1.061%201.06L5.47%206.53a.75.75%200%200%201%201.06-1.06z%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/heart-shine.svg?color=%231a73e8&size=48