heart organ icon
heart-organ-24px from Health Icons by Resolve to Save Lives · Filled 24px · Body · MIT Free for personal and commercial use.
- Name
- heart-organ-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Body
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More body icons from Health Icons
Use the heart organ icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.845 8.703c-.414-.13-.972-.195-1.697-.202a.1.1 0 0 1-.093-.138l.93-2.328a.1.1 0 0 1 .049-.05c.576-.257 1.774-.028 2.79.635l.272-.603a.1.1 0 0 0-.01-.098L5.949 4.292a.1.1 0 0 1 .024-.14l1.879-1.314a.1.1 0 0 1 .139.024l1.13 1.615a.1.1 0 0 0 .11.039l.626-.183l.01-.19V2.1a.1.1 0 0 1 .1-.1h2.291a.1.1 0 0 1 .1.1v1.96a.1.1 0 0 0 .082.098l.686.126c-1.254.689-2.371 1.79-3.059 3.494c-.79-.103-1.692-.085-2.725.139c-.72.156-1.652.368-2.496.786M20 4.75h-2.5c-2.2 0-4.768.727-5.956 3.387c.73.261 1.335.605 1.841.913c.323-.623.764-1.251 1.399-1.674c.515-.344 1.198-.52 1.86-.611a12 12 0 0 1 2.116-.077c.431.02.853.06 1.24.113z"/><path d="M17.94 8.174a2.72 2.72 0 0 1 1.372 1.035c.505.72.669 1.628.686 2.482c.036 1.716-.513 3.733-1.085 5.177c-.653 1.648-1.946 2.917-3.225 3.764c-1.25.829-2.665 1.368-3.69 1.368c-1.028 0-2.163-.491-3.125-1.088c-.99-.613-1.95-1.434-2.64-2.281c-.711-.876-1.707-2.774-2.08-4.62c-.155-.765-.22-1.602-.06-2.388c.195-.707.66-1.17 1.294-1.512c.677-.364 1.491-.559 2.272-.728c2.416-.523 3.873.293 5.068 1.023a8 8 0 0 0-.653 2.241a3.4 3.4 0 0 0-1.965.368a1 1 0 0 0-.134-.058l-1.82-.616l-.48 1.421l1.183.4l-.524 1.402l1.404.526l.48-1.282l.168-.159a1.89 1.89 0 0 1 1.607-.5q.015.368.06.682c.052.374.14.733.276 1.004l.122.243l-.277 2.576l1.492.16l.213-1.988l1.989.213l.16-1.491l-2.288-.246l-.07-.137c-.03-.062-.09-.238-.132-.543a6 6 0 0 1-.044-1.065c.016-.369.063-.766.15-1.171l.028-.053a10 10 0 0 0 .392-.986l.024-.065c.12-.336.242-.68.386-1.02l.011-.025l.011-.022l-.001-.001c.31-.72.664-1.286 1.12-1.59c.235-.156.652-.293 1.234-.373c.34-.047.711-.072 1.09-.077"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHeartOrgan24px(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="M4.845 8.703c-.414-.13-.972-.195-1.697-.202a.1.1 0 0 1-.093-.138l.93-2.328a.1.1 0 0 1 .049-.05c.576-.257 1.774-.028 2.79.635l.272-.603a.1.1 0 0 0-.01-.098L5.949 4.292a.1.1 0 0 1 .024-.14l1.879-1.314a.1.1 0 0 1 .139.024l1.13 1.615a.1.1 0 0 0 .11.039l.626-.183l.01-.19V2.1a.1.1 0 0 1 .1-.1h2.291a.1.1 0 0 1 .1.1v1.96a.1.1 0 0 0 .082.098l.686.126c-1.254.689-2.371 1.79-3.059 3.494c-.79-.103-1.692-.085-2.725.139c-.72.156-1.652.368-2.496.786M20 4.75h-2.5c-2.2 0-4.768.727-5.956 3.387c.73.261 1.335.605 1.841.913c.323-.623.764-1.251 1.399-1.674c.515-.344 1.198-.52 1.86-.611a12 12 0 0 1 2.116-.077c.431.02.853.06 1.24.113z"/><path d="M17.94 8.174a2.72 2.72 0 0 1 1.372 1.035c.505.72.669 1.628.686 2.482c.036 1.716-.513 3.733-1.085 5.177c-.653 1.648-1.946 2.917-3.225 3.764c-1.25.829-2.665 1.368-3.69 1.368c-1.028 0-2.163-.491-3.125-1.088c-.99-.613-1.95-1.434-2.64-2.281c-.711-.876-1.707-2.774-2.08-4.62c-.155-.765-.22-1.602-.06-2.388c.195-.707.66-1.17 1.294-1.512c.677-.364 1.491-.559 2.272-.728c2.416-.523 3.873.293 5.068 1.023a8 8 0 0 0-.653 2.241a3.4 3.4 0 0 0-1.965.368a1 1 0 0 0-.134-.058l-1.82-.616l-.48 1.421l1.183.4l-.524 1.402l1.404.526l.48-1.282l.168-.159a1.89 1.89 0 0 1 1.607-.5q.015.368.06.682c.052.374.14.733.276 1.004l.122.243l-.277 2.576l1.492.16l.213-1.988l1.989.213l.16-1.491l-2.288-.246l-.07-.137c-.03-.062-.09-.238-.132-.543a6 6 0 0 1-.044-1.065c.016-.369.063-.766.15-1.171l.028-.053a10 10 0 0 0 .392-.986l.024-.065c.12-.336.242-.68.386-1.02l.011-.025l.011-.022l-.001-.001c.31-.72.664-1.286 1.12-1.59c.235-.156.652-.293 1.234-.373c.34-.047.711-.072 1.09-.077"/></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="M4.845 8.703c-.414-.13-.972-.195-1.697-.202a.1.1 0 0 1-.093-.138l.93-2.328a.1.1 0 0 1 .049-.05c.576-.257 1.774-.028 2.79.635l.272-.603a.1.1 0 0 0-.01-.098L5.949 4.292a.1.1 0 0 1 .024-.14l1.879-1.314a.1.1 0 0 1 .139.024l1.13 1.615a.1.1 0 0 0 .11.039l.626-.183l.01-.19V2.1a.1.1 0 0 1 .1-.1h2.291a.1.1 0 0 1 .1.1v1.96a.1.1 0 0 0 .082.098l.686.126c-1.254.689-2.371 1.79-3.059 3.494c-.79-.103-1.692-.085-2.725.139c-.72.156-1.652.368-2.496.786M20 4.75h-2.5c-2.2 0-4.768.727-5.956 3.387c.73.261 1.335.605 1.841.913c.323-.623.764-1.251 1.399-1.674c.515-.344 1.198-.52 1.86-.611a12 12 0 0 1 2.116-.077c.431.02.853.06 1.24.113z"/><path d="M17.94 8.174a2.72 2.72 0 0 1 1.372 1.035c.505.72.669 1.628.686 2.482c.036 1.716-.513 3.733-1.085 5.177c-.653 1.648-1.946 2.917-3.225 3.764c-1.25.829-2.665 1.368-3.69 1.368c-1.028 0-2.163-.491-3.125-1.088c-.99-.613-1.95-1.434-2.64-2.281c-.711-.876-1.707-2.774-2.08-4.62c-.155-.765-.22-1.602-.06-2.388c.195-.707.66-1.17 1.294-1.512c.677-.364 1.491-.559 2.272-.728c2.416-.523 3.873.293 5.068 1.023a8 8 0 0 0-.653 2.241a3.4 3.4 0 0 0-1.965.368a1 1 0 0 0-.134-.058l-1.82-.616l-.48 1.421l1.183.4l-.524 1.402l1.404.526l.48-1.282l.168-.159a1.89 1.89 0 0 1 1.607-.5q.015.368.06.682c.052.374.14.733.276 1.004l.122.243l-.277 2.576l1.492.16l.213-1.988l1.989.213l.16-1.491l-2.288-.246l-.07-.137c-.03-.062-.09-.238-.132-.543a6 6 0 0 1-.044-1.065c.016-.369.063-.766.15-1.171l.028-.053a10 10 0 0 0 .392-.986l.024-.065c.12-.336.242-.68.386-1.02l.011-.025l.011-.022l-.001-.001c.31-.72.664-1.286 1.12-1.59c.235-.156.652-.293 1.234-.373c.34-.047.711-.072 1.09-.077"/></g></svg> </template>
CSS
.icon-heart-organ-24px {
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%22M4.845%208.703c-.414-.13-.972-.195-1.697-.202a.1.1%200%200%201-.093-.138l.93-2.328a.1.1%200%200%201%20.049-.05c.576-.257%201.774-.028%202.79.635l.272-.603a.1.1%200%200%200-.01-.098L5.949%204.292a.1.1%200%200%201%20.024-.14l1.879-1.314a.1.1%200%200%201%20.139.024l1.13%201.615a.1.1%200%200%200%20.11.039l.626-.183l.01-.19V2.1a.1.1%200%200%201%20.1-.1h2.291a.1.1%200%200%201%20.1.1v1.96a.1.1%200%200%200%20.082.098l.686.126c-1.254.689-2.371%201.79-3.059%203.494c-.79-.103-1.692-.085-2.725.139c-.72.156-1.652.368-2.496.786M20%204.75h-2.5c-2.2%200-4.768.727-5.956%203.387c.73.261%201.335.605%201.841.913c.323-.623.764-1.251%201.399-1.674c.515-.344%201.198-.52%201.86-.611a12%2012%200%200%201%202.116-.077c.431.02.853.06%201.24.113z%22%2F%3E%3Cpath%20d%3D%22M17.94%208.174a2.72%202.72%200%200%201%201.372%201.035c.505.72.669%201.628.686%202.482c.036%201.716-.513%203.733-1.085%205.177c-.653%201.648-1.946%202.917-3.225%203.764c-1.25.829-2.665%201.368-3.69%201.368c-1.028%200-2.163-.491-3.125-1.088c-.99-.613-1.95-1.434-2.64-2.281c-.711-.876-1.707-2.774-2.08-4.62c-.155-.765-.22-1.602-.06-2.388c.195-.707.66-1.17%201.294-1.512c.677-.364%201.491-.559%202.272-.728c2.416-.523%203.873.293%205.068%201.023a8%208%200%200%200-.653%202.241a3.4%203.4%200%200%200-1.965.368a1%201%200%200%200-.134-.058l-1.82-.616l-.48%201.421l1.183.4l-.524%201.402l1.404.526l.48-1.282l.168-.159a1.89%201.89%200%200%201%201.607-.5q.015.368.06.682c.052.374.14.733.276%201.004l.122.243l-.277%202.576l1.492.16l.213-1.988l1.989.213l.16-1.491l-2.288-.246l-.07-.137c-.03-.062-.09-.238-.132-.543a6%206%200%200%201-.044-1.065c.016-.369.063-.766.15-1.171l.028-.053a10%2010%200%200%200%20.392-.986l.024-.065c.12-.336.242-.68.386-1.02l.011-.025l.011-.022l-.001-.001c.31-.72.664-1.286%201.12-1.59c.235-.156.652-.293%201.234-.373c.34-.047.711-.072%201.09-.077%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%22M4.845%208.703c-.414-.13-.972-.195-1.697-.202a.1.1%200%200%201-.093-.138l.93-2.328a.1.1%200%200%201%20.049-.05c.576-.257%201.774-.028%202.79.635l.272-.603a.1.1%200%200%200-.01-.098L5.949%204.292a.1.1%200%200%201%20.024-.14l1.879-1.314a.1.1%200%200%201%20.139.024l1.13%201.615a.1.1%200%200%200%20.11.039l.626-.183l.01-.19V2.1a.1.1%200%200%201%20.1-.1h2.291a.1.1%200%200%201%20.1.1v1.96a.1.1%200%200%200%20.082.098l.686.126c-1.254.689-2.371%201.79-3.059%203.494c-.79-.103-1.692-.085-2.725.139c-.72.156-1.652.368-2.496.786M20%204.75h-2.5c-2.2%200-4.768.727-5.956%203.387c.73.261%201.335.605%201.841.913c.323-.623.764-1.251%201.399-1.674c.515-.344%201.198-.52%201.86-.611a12%2012%200%200%201%202.116-.077c.431.02.853.06%201.24.113z%22%2F%3E%3Cpath%20d%3D%22M17.94%208.174a2.72%202.72%200%200%201%201.372%201.035c.505.72.669%201.628.686%202.482c.036%201.716-.513%203.733-1.085%205.177c-.653%201.648-1.946%202.917-3.225%203.764c-1.25.829-2.665%201.368-3.69%201.368c-1.028%200-2.163-.491-3.125-1.088c-.99-.613-1.95-1.434-2.64-2.281c-.711-.876-1.707-2.774-2.08-4.62c-.155-.765-.22-1.602-.06-2.388c.195-.707.66-1.17%201.294-1.512c.677-.364%201.491-.559%202.272-.728c2.416-.523%203.873.293%205.068%201.023a8%208%200%200%200-.653%202.241a3.4%203.4%200%200%200-1.965.368a1%201%200%200%200-.134-.058l-1.82-.616l-.48%201.421l1.183.4l-.524%201.402l1.404.526l.48-1.282l.168-.159a1.89%201.89%200%200%201%201.607-.5q.015.368.06.682c.052.374.14.733.276%201.004l.122.243l-.277%202.576l1.492.16l.213-1.988l1.989.213l.16-1.491l-2.288-.246l-.07-.137c-.03-.062-.09-.238-.132-.543a6%206%200%200%201-.044-1.065c.016-.369.063-.766.15-1.171l.028-.053a10%2010%200%200%200%20.392-.986l.024-.065c.12-.336.242-.68.386-1.02l.011-.025l.011-.022l-.001-.001c.31-.72.664-1.286%201.12-1.59c.235-.156.652-.293%201.234-.373c.34-.047.711-.072%201.09-.077%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/heart-organ-24px.svg?color=%231a73e8&size=48