health circle icon

health-circle-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
health-circle-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the health circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.24 11.33a10.2 10.2 0 0 0-3.343-6.93a10.28 10.28 0 0 0-7.247-2.644a10.27 10.27 0 0 0-7.047 3.138a10.2 10.2 0 0 0-2.853 7.143v.23q.017.727.14 1.444a10.2 10.2 0 0 0 3.72 6.308a10.283 10.283 0 0 0 13.691-.804a10.2 10.2 0 0 0 2.949-6.7v-.468c0-.16 0-.488-.01-.717m-1.53 1.594h-3.142l-2.702 4.504a1 1 0 0 1-.86.478h-.06a1 1 0 0 1-.86-.588l-3.212-7.214l-2 3.338a1 1 0 0 1-.861.479H3.47a8.4 8.4 0 0 1-.21-1.884v-.11h3.182l2.71-4.493a1 1 0 0 1 .921-.478a1 1 0 0 1 .85.588l3.222 7.214l2.001-3.338a1 1 0 0 1 .86-.489h3.682q.075.552.07 1.106a7 7 0 0 1-.05.887"/></svg>

React

import type { SVGProps } from "react";

export function MageHealthCircleFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.24 11.33a10.2 10.2 0 0 0-3.343-6.93a10.28 10.28 0 0 0-7.247-2.644a10.27 10.27 0 0 0-7.047 3.138a10.2 10.2 0 0 0-2.853 7.143v.23q.017.727.14 1.444a10.2 10.2 0 0 0 3.72 6.308a10.283 10.283 0 0 0 13.691-.804a10.2 10.2 0 0 0 2.949-6.7v-.468c0-.16 0-.488-.01-.717m-1.53 1.594h-3.142l-2.702 4.504a1 1 0 0 1-.86.478h-.06a1 1 0 0 1-.86-.588l-3.212-7.214l-2 3.338a1 1 0 0 1-.861.479H3.47a8.4 8.4 0 0 1-.21-1.884v-.11h3.182l2.71-4.493a1 1 0 0 1 .921-.478a1 1 0 0 1 .85.588l3.222 7.214l2.001-3.338a1 1 0 0 1 .86-.489h3.682q.075.552.07 1.106a7 7 0 0 1-.05.887"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.24 11.33a10.2 10.2 0 0 0-3.343-6.93a10.28 10.28 0 0 0-7.247-2.644a10.27 10.27 0 0 0-7.047 3.138a10.2 10.2 0 0 0-2.853 7.143v.23q.017.727.14 1.444a10.2 10.2 0 0 0 3.72 6.308a10.283 10.283 0 0 0 13.691-.804a10.2 10.2 0 0 0 2.949-6.7v-.468c0-.16 0-.488-.01-.717m-1.53 1.594h-3.142l-2.702 4.504a1 1 0 0 1-.86.478h-.06a1 1 0 0 1-.86-.588l-3.212-7.214l-2 3.338a1 1 0 0 1-.861.479H3.47a8.4 8.4 0 0 1-.21-1.884v-.11h3.182l2.71-4.493a1 1 0 0 1 .921-.478a1 1 0 0 1 .85.588l3.222 7.214l2.001-3.338a1 1 0 0 1 .86-.489h3.682q.075.552.07 1.106a7 7 0 0 1-.05.887"/></svg>
</template>

CSS

.icon-health-circle-fill {
  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%22currentColor%22%20d%3D%22M22.24%2011.33a10.2%2010.2%200%200%200-3.343-6.93a10.28%2010.28%200%200%200-7.247-2.644a10.27%2010.27%200%200%200-7.047%203.138a10.2%2010.2%200%200%200-2.853%207.143v.23q.017.727.14%201.444a10.2%2010.2%200%200%200%203.72%206.308a10.283%2010.283%200%200%200%2013.691-.804a10.2%2010.2%200%200%200%202.949-6.7v-.468c0-.16%200-.488-.01-.717m-1.53%201.594h-3.142l-2.702%204.504a1%201%200%200%201-.86.478h-.06a1%201%200%200%201-.86-.588l-3.212-7.214l-2%203.338a1%201%200%200%201-.861.479H3.47a8.4%208.4%200%200%201-.21-1.884v-.11h3.182l2.71-4.493a1%201%200%200%201%20.921-.478a1%201%200%200%201%20.85.588l3.222%207.214l2.001-3.338a1%201%200%200%201%20.86-.489h3.682q.075.552.07%201.106a7%207%200%200%201-.05.887%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%22currentColor%22%20d%3D%22M22.24%2011.33a10.2%2010.2%200%200%200-3.343-6.93a10.28%2010.28%200%200%200-7.247-2.644a10.27%2010.27%200%200%200-7.047%203.138a10.2%2010.2%200%200%200-2.853%207.143v.23q.017.727.14%201.444a10.2%2010.2%200%200%200%203.72%206.308a10.283%2010.283%200%200%200%2013.691-.804a10.2%2010.2%200%200%200%202.949-6.7v-.468c0-.16%200-.488-.01-.717m-1.53%201.594h-3.142l-2.702%204.504a1%201%200%200%201-.86.478h-.06a1%201%200%200%201-.86-.588l-3.212-7.214l-2%203.338a1%201%200%200%201-.861.479H3.47a8.4%208.4%200%200%201-.21-1.884v-.11h3.182l2.71-4.493a1%201%200%200%201%20.921-.478a1%201%200%200%201%20.85.588l3.222%207.214l2.001-3.338a1%201%200%200%201%20.86-.489h3.682q.075.552.07%201.106a7%207%200%200%201-.05.887%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/health-circle-fill.svg?color=%231a73e8&size=48