scan heart icon
scan-heart from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- scan-heart
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the scan heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.5 7.5c-.091-1.846-.365-2.997-1.184-3.816S18.346 2.592 16.5 2.5m-14 5c.091-1.847.365-2.998 1.184-3.817c.819-.818 1.97-1.092 3.816-1.184m14 14c-.091 1.847-.365 2.998-1.184 3.817s-1.97 1.092-3.816 1.184m-14-5c.091 1.847.365 2.998 1.184 3.817c.819.818 1.97 1.092 3.816 1.184m3.546-4.369C9.354 15.89 6 13.053 6 10.5c0-1.687 1.263-3.055 3-3.055c.9 0 1.8.294 3 1.47c1.2-1.176 2.1-1.47 3-1.47c1.737 0 3 1.368 3 3.055c0 2.553-3.354 5.39-5.046 6.632a1.61 1.61 0 0 1-1.908 0"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsScanHeart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M21.5 7.5c-.091-1.846-.365-2.997-1.184-3.816S18.346 2.592 16.5 2.5m-14 5c.091-1.847.365-2.998 1.184-3.817c.819-.818 1.97-1.092 3.816-1.184m14 14c-.091 1.847-.365 2.998-1.184 3.817s-1.97 1.092-3.816 1.184m-14-5c.091 1.847.365 2.998 1.184 3.817c.819.818 1.97 1.092 3.816 1.184m3.546-4.369C9.354 15.89 6 13.053 6 10.5c0-1.687 1.263-3.055 3-3.055c.9 0 1.8.294 3 1.47c1.2-1.176 2.1-1.47 3-1.47c1.737 0 3 1.368 3 3.055c0 2.553-3.354 5.39-5.046 6.632a1.61 1.61 0 0 1-1.908 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.5 7.5c-.091-1.846-.365-2.997-1.184-3.816S18.346 2.592 16.5 2.5m-14 5c.091-1.847.365-2.998 1.184-3.817c.819-.818 1.97-1.092 3.816-1.184m14 14c-.091 1.847-.365 2.998-1.184 3.817s-1.97 1.092-3.816 1.184m-14-5c.091 1.847.365 2.998 1.184 3.817c.819.818 1.97 1.092 3.816 1.184m3.546-4.369C9.354 15.89 6 13.053 6 10.5c0-1.687 1.263-3.055 3-3.055c.9 0 1.8.294 3 1.47c1.2-1.176 2.1-1.47 3-1.47c1.737 0 3 1.368 3 3.055c0 2.553-3.354 5.39-5.046 6.632a1.61 1.61 0 0 1-1.908 0"/></svg> </template>
CSS
.icon-scan-heart {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.5%207.5c-.091-1.846-.365-2.997-1.184-3.816S18.346%202.592%2016.5%202.5m-14%205c.091-1.847.365-2.998%201.184-3.817c.819-.818%201.97-1.092%203.816-1.184m14%2014c-.091%201.847-.365%202.998-1.184%203.817s-1.97%201.092-3.816%201.184m-14-5c.091%201.847.365%202.998%201.184%203.817c.819.818%201.97%201.092%203.816%201.184m3.546-4.369C9.354%2015.89%206%2013.053%206%2010.5c0-1.687%201.263-3.055%203-3.055c.9%200%201.8.294%203%201.47c1.2-1.176%202.1-1.47%203-1.47c1.737%200%203%201.368%203%203.055c0%202.553-3.354%205.39-5.046%206.632a1.61%201.61%200%200%201-1.908%200%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.5%207.5c-.091-1.846-.365-2.997-1.184-3.816S18.346%202.592%2016.5%202.5m-14%205c.091-1.847.365-2.998%201.184-3.817c.819-.818%201.97-1.092%203.816-1.184m14%2014c-.091%201.847-.365%202.998-1.184%203.817s-1.97%201.092-3.816%201.184m-14-5c.091%201.847.365%202.998%201.184%203.817c.819.818%201.97%201.092%203.816%201.184m3.546-4.369C9.354%2015.89%206%2013.053%206%2010.5c0-1.687%201.263-3.055%203-3.055c.9%200%201.8.294%203%201.47c1.2-1.176%202.1-1.47%203-1.47c1.737%200%203%201.368%203%203.055c0%202.553-3.354%205.39-5.046%206.632a1.61%201.61%200%200%201-1.908%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/scan-heart.svg?color=%231a73e8&size=48