heart organ negative icon
heart-organ-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- heart-organ-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the heart organ negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsHeartOrganNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24.694 41.893c-8.3 0-18.676-16.195-11.413-22.673c3.166-2.824 9.672-.328 12.84 1.16l-1.23 3.42l-3.656 1.655l-4.006-.944l-.459 1.947l3.21.756l-1.052 2.662l1.86.736l1.33-3.362l2.033-.92l-.017.063a3 3 0 0 0 .137 1.996l.906 2.095l.268 3.932l1.995-.137l-.215-3.151l3.31-.384l-.232-1.987l-3.518.408l-.679-1.57a1 1 0 0 1-.045-.665l.581-2.089l1.614-4.49a1.2 1.2 0 0 0 .13-.22c.701-1.556 2.24-4.109 4.791-4.109c1.269.754 1.726 1.174 2.414 1.804c.156.143.324.297.516.468c8.316 7.418-3.113 23.598-11.413 23.598m6.063-27.202c-1.458.676-2.72 1.786-3.857 3.925c0 0-2.524-1.155-4.572-1.755c1.572-3.186 3.4-4.978 6.097-6.228c2.609-1.21 5.72-1.519 9.418-1.391L37.668 14c-3.411-.118-5.365-.025-6.911.691M20 6h4v2.644c1.273-.078 2.506-.004 3.614.23c-4.7 1.85-6.863 6.605-7.217 7.383l-.022.048c-1.148-.174-2.393-.32-3.57-.308c-1.214.103-2.392.282-4.332 1.375c-.273.194-.641.51-1.141.992c-.036-.026-.075-.05-.126-.082l-.151-.096c-.277-.18-.681-.425-1.174-.67c-1.016-.504-2.262-.933-3.483-.933v-3.879c2.111 0 4.01.717 5.305 1.36c.45.222.844.445 1.17.643a7.5 7.5 0 0 1 1.125-1.717L11.8 9.543l3.52-2.287l2.028 3.18a16 16 0 0 1 2.651-1.068z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsHeartOrganNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHeartOrganNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsHeartOrganNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM24.694 41.893c-8.3 0-18.676-16.195-11.413-22.673c3.166-2.824 9.672-.328 12.84 1.16l-1.23 3.42l-3.656 1.655l-4.006-.944l-.459 1.947l3.21.756l-1.052 2.662l1.86.736l1.33-3.362l2.033-.92l-.017.063a3 3 0 0 0 .137 1.996l.906 2.095l.268 3.932l1.995-.137l-.215-3.151l3.31-.384l-.232-1.987l-3.518.408l-.679-1.57a1 1 0 0 1-.045-.665l.581-2.089l1.614-4.49a1.2 1.2 0 0 0 .13-.22c.701-1.556 2.24-4.109 4.791-4.109c1.269.754 1.726 1.174 2.414 1.804c.156.143.324.297.516.468c8.316 7.418-3.113 23.598-11.413 23.598m6.063-27.202c-1.458.676-2.72 1.786-3.857 3.925c0 0-2.524-1.155-4.572-1.755c1.572-3.186 3.4-4.978 6.097-6.228c2.609-1.21 5.72-1.519 9.418-1.391L37.668 14c-3.411-.118-5.365-.025-6.911.691M20 6h4v2.644c1.273-.078 2.506-.004 3.614.23c-4.7 1.85-6.863 6.605-7.217 7.383l-.022.048c-1.148-.174-2.393-.32-3.57-.308c-1.214.103-2.392.282-4.332 1.375c-.273.194-.641.51-1.141.992c-.036-.026-.075-.05-.126-.082l-.151-.096c-.277-.18-.681-.425-1.174-.67c-1.016-.504-2.262-.933-3.483-.933v-3.879c2.111 0 4.01.717 5.305 1.36c.45.222.844.445 1.17.643a7.5 7.5 0 0 1 1.125-1.717L11.8 9.543l3.52-2.287l2.028 3.18a16 16 0 0 1 2.651-1.068z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsHeartOrganNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsHeartOrganNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24.694 41.893c-8.3 0-18.676-16.195-11.413-22.673c3.166-2.824 9.672-.328 12.84 1.16l-1.23 3.42l-3.656 1.655l-4.006-.944l-.459 1.947l3.21.756l-1.052 2.662l1.86.736l1.33-3.362l2.033-.92l-.017.063a3 3 0 0 0 .137 1.996l.906 2.095l.268 3.932l1.995-.137l-.215-3.151l3.31-.384l-.232-1.987l-3.518.408l-.679-1.57a1 1 0 0 1-.045-.665l.581-2.089l1.614-4.49a1.2 1.2 0 0 0 .13-.22c.701-1.556 2.24-4.109 4.791-4.109c1.269.754 1.726 1.174 2.414 1.804c.156.143.324.297.516.468c8.316 7.418-3.113 23.598-11.413 23.598m6.063-27.202c-1.458.676-2.72 1.786-3.857 3.925c0 0-2.524-1.155-4.572-1.755c1.572-3.186 3.4-4.978 6.097-6.228c2.609-1.21 5.72-1.519 9.418-1.391L37.668 14c-3.411-.118-5.365-.025-6.911.691M20 6h4v2.644c1.273-.078 2.506-.004 3.614.23c-4.7 1.85-6.863 6.605-7.217 7.383l-.022.048c-1.148-.174-2.393-.32-3.57-.308c-1.214.103-2.392.282-4.332 1.375c-.273.194-.641.51-1.141.992c-.036-.026-.075-.05-.126-.082l-.151-.096c-.277-.18-.681-.425-1.174-.67c-1.016-.504-2.262-.933-3.483-.933v-3.879c2.111 0 4.01.717 5.305 1.36c.45.222.844.445 1.17.643a7.5 7.5 0 0 1 1.125-1.717L11.8 9.543l3.52-2.287l2.028 3.18a16 16 0 0 1 2.651-1.068z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsHeartOrganNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-heart-organ-negative {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsHeartOrganNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24.694%2041.893c-8.3%200-18.676-16.195-11.413-22.673c3.166-2.824%209.672-.328%2012.84%201.16l-1.23%203.42l-3.656%201.655l-4.006-.944l-.459%201.947l3.21.756l-1.052%202.662l1.86.736l1.33-3.362l2.033-.92l-.017.063a3%203%200%200%200%20.137%201.996l.906%202.095l.268%203.932l1.995-.137l-.215-3.151l3.31-.384l-.232-1.987l-3.518.408l-.679-1.57a1%201%200%200%201-.045-.665l.581-2.089l1.614-4.49a1.2%201.2%200%200%200%20.13-.22c.701-1.556%202.24-4.109%204.791-4.109c1.269.754%201.726%201.174%202.414%201.804c.156.143.324.297.516.468c8.316%207.418-3.113%2023.598-11.413%2023.598m6.063-27.202c-1.458.676-2.72%201.786-3.857%203.925c0%200-2.524-1.155-4.572-1.755c1.572-3.186%203.4-4.978%206.097-6.228c2.609-1.21%205.72-1.519%209.418-1.391L37.668%2014c-3.411-.118-5.365-.025-6.911.691M20%206h4v2.644c1.273-.078%202.506-.004%203.614.23c-4.7%201.85-6.863%206.605-7.217%207.383l-.022.048c-1.148-.174-2.393-.32-3.57-.308c-1.214.103-2.392.282-4.332%201.375c-.273.194-.641.51-1.141.992c-.036-.026-.075-.05-.126-.082l-.151-.096c-.277-.18-.681-.425-1.174-.67c-1.016-.504-2.262-.933-3.483-.933v-3.879c2.111%200%204.01.717%205.305%201.36c.45.222.844.445%201.17.643a7.5%207.5%200%200%201%201.125-1.717L11.8%209.543l3.52-2.287l2.028%203.18a16%2016%200%200%201%202.651-1.068z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsHeartOrganNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsHeartOrganNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24.694%2041.893c-8.3%200-18.676-16.195-11.413-22.673c3.166-2.824%209.672-.328%2012.84%201.16l-1.23%203.42l-3.656%201.655l-4.006-.944l-.459%201.947l3.21.756l-1.052%202.662l1.86.736l1.33-3.362l2.033-.92l-.017.063a3%203%200%200%200%20.137%201.996l.906%202.095l.268%203.932l1.995-.137l-.215-3.151l3.31-.384l-.232-1.987l-3.518.408l-.679-1.57a1%201%200%200%201-.045-.665l.581-2.089l1.614-4.49a1.2%201.2%200%200%200%20.13-.22c.701-1.556%202.24-4.109%204.791-4.109c1.269.754%201.726%201.174%202.414%201.804c.156.143.324.297.516.468c8.316%207.418-3.113%2023.598-11.413%2023.598m6.063-27.202c-1.458.676-2.72%201.786-3.857%203.925c0%200-2.524-1.155-4.572-1.755c1.572-3.186%203.4-4.978%206.097-6.228c2.609-1.21%205.72-1.519%209.418-1.391L37.668%2014c-3.411-.118-5.365-.025-6.911.691M20%206h4v2.644c1.273-.078%202.506-.004%203.614.23c-4.7%201.85-6.863%206.605-7.217%207.383l-.022.048c-1.148-.174-2.393-.32-3.57-.308c-1.214.103-2.392.282-4.332%201.375c-.273.194-.641.51-1.141.992c-.036-.026-.075-.05-.126-.082l-.151-.096c-.277-.18-.681-.425-1.174-.67c-1.016-.504-2.262-.933-3.483-.933v-3.879c2.111%200%204.01.717%205.305%201.36c.45.222.844.445%201.17.643a7.5%207.5%200%200%201%201.125-1.717L11.8%209.543l3.52-2.287l2.028%203.18a16%2016%200%200%201%202.651-1.068z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsHeartOrganNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48