health icon

health from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.

Name
health
Set
Reicon
Style
Outline
Category
Medicine
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All health icons →

More medicine icons from Reicon

Use the health icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.25 7a.75.75 0 0 0-1.5 0v1.25H14.5a.75.75 0 0 0 0 1.5h1.25V11a.75.75 0 0 0 1.5 0V9.75h1.25a.75.75 0 0 0 0-1.5h-1.25z"/><path fill-rule="evenodd" d="M22.75 9.318c0-3.326-1.482-5.808-3.79-6.711c-2.135-.837-4.698-.211-6.96 1.906C9.738 2.396 7.175 1.77 5.04 2.607c-2.308.903-3.79 3.385-3.79 6.71c0 2.119 1.13 4.203 2.537 5.997c1.422 1.813 3.21 3.436 4.702 4.647l.134.11c1.2.975 2.068 1.68 3.377 1.68c1.31 0 2.176-.705 3.377-1.68l.134-.11c1.492-1.21 3.28-2.834 4.702-4.647c1.407-1.794 2.537-3.878 2.537-5.996M12.548 6.087c2.112-2.259 4.301-2.696 5.866-2.084c1.568.614 2.836 2.41 2.836 5.315c0 1.611-.88 3.364-2.218 5.07c-1.324 1.69-3.016 3.232-4.466 4.409c-1.393 1.13-1.843 1.453-2.566 1.453s-1.173-.323-2.566-1.454c-1.45-1.176-3.142-2.719-4.466-4.407c-1.339-1.707-2.218-3.46-2.218-5.071c0-2.905 1.268-4.7 2.836-5.315c1.565-.612 3.754-.175 5.866 2.084a.75.75 0 0 0 1.096 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconHealth(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="M17.25 7a.75.75 0 0 0-1.5 0v1.25H14.5a.75.75 0 0 0 0 1.5h1.25V11a.75.75 0 0 0 1.5 0V9.75h1.25a.75.75 0 0 0 0-1.5h-1.25z"/><path fillRule="evenodd" d="M22.75 9.318c0-3.326-1.482-5.808-3.79-6.711c-2.135-.837-4.698-.211-6.96 1.906C9.738 2.396 7.175 1.77 5.04 2.607c-2.308.903-3.79 3.385-3.79 6.71c0 2.119 1.13 4.203 2.537 5.997c1.422 1.813 3.21 3.436 4.702 4.647l.134.11c1.2.975 2.068 1.68 3.377 1.68c1.31 0 2.176-.705 3.377-1.68l.134-.11c1.492-1.21 3.28-2.834 4.702-4.647c1.407-1.794 2.537-3.878 2.537-5.996M12.548 6.087c2.112-2.259 4.301-2.696 5.866-2.084c1.568.614 2.836 2.41 2.836 5.315c0 1.611-.88 3.364-2.218 5.07c-1.324 1.69-3.016 3.232-4.466 4.409c-1.393 1.13-1.843 1.453-2.566 1.453s-1.173-.323-2.566-1.454c-1.45-1.176-3.142-2.719-4.466-4.407c-1.339-1.707-2.218-3.46-2.218-5.071c0-2.905 1.268-4.7 2.836-5.315c1.565-.612 3.754-.175 5.866 2.084a.75.75 0 0 0 1.096 0" clipRule="evenodd"/></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="M17.25 7a.75.75 0 0 0-1.5 0v1.25H14.5a.75.75 0 0 0 0 1.5h1.25V11a.75.75 0 0 0 1.5 0V9.75h1.25a.75.75 0 0 0 0-1.5h-1.25z"/><path fill-rule="evenodd" d="M22.75 9.318c0-3.326-1.482-5.808-3.79-6.711c-2.135-.837-4.698-.211-6.96 1.906C9.738 2.396 7.175 1.77 5.04 2.607c-2.308.903-3.79 3.385-3.79 6.71c0 2.119 1.13 4.203 2.537 5.997c1.422 1.813 3.21 3.436 4.702 4.647l.134.11c1.2.975 2.068 1.68 3.377 1.68c1.31 0 2.176-.705 3.377-1.68l.134-.11c1.492-1.21 3.28-2.834 4.702-4.647c1.407-1.794 2.537-3.878 2.537-5.996M12.548 6.087c2.112-2.259 4.301-2.696 5.866-2.084c1.568.614 2.836 2.41 2.836 5.315c0 1.611-.88 3.364-2.218 5.07c-1.324 1.69-3.016 3.232-4.466 4.409c-1.393 1.13-1.843 1.453-2.566 1.453s-1.173-.323-2.566-1.454c-1.45-1.176-3.142-2.719-4.466-4.407c-1.339-1.707-2.218-3.46-2.218-5.071c0-2.905 1.268-4.7 2.836-5.315c1.565-.612 3.754-.175 5.866 2.084a.75.75 0 0 0 1.096 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-health {
  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%22M17.25%207a.75.75%200%200%200-1.5%200v1.25H14.5a.75.75%200%200%200%200%201.5h1.25V11a.75.75%200%200%200%201.5%200V9.75h1.25a.75.75%200%200%200%200-1.5h-1.25z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.75%209.318c0-3.326-1.482-5.808-3.79-6.711c-2.135-.837-4.698-.211-6.96%201.906C9.738%202.396%207.175%201.77%205.04%202.607c-2.308.903-3.79%203.385-3.79%206.71c0%202.119%201.13%204.203%202.537%205.997c1.422%201.813%203.21%203.436%204.702%204.647l.134.11c1.2.975%202.068%201.68%203.377%201.68c1.31%200%202.176-.705%203.377-1.68l.134-.11c1.492-1.21%203.28-2.834%204.702-4.647c1.407-1.794%202.537-3.878%202.537-5.996M12.548%206.087c2.112-2.259%204.301-2.696%205.866-2.084c1.568.614%202.836%202.41%202.836%205.315c0%201.611-.88%203.364-2.218%205.07c-1.324%201.69-3.016%203.232-4.466%204.409c-1.393%201.13-1.843%201.453-2.566%201.453s-1.173-.323-2.566-1.454c-1.45-1.176-3.142-2.719-4.466-4.407c-1.339-1.707-2.218-3.46-2.218-5.071c0-2.905%201.268-4.7%202.836-5.315c1.565-.612%203.754-.175%205.866%202.084a.75.75%200%200%200%201.096%200%22%20clip-rule%3D%22evenodd%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%22M17.25%207a.75.75%200%200%200-1.5%200v1.25H14.5a.75.75%200%200%200%200%201.5h1.25V11a.75.75%200%200%200%201.5%200V9.75h1.25a.75.75%200%200%200%200-1.5h-1.25z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.75%209.318c0-3.326-1.482-5.808-3.79-6.711c-2.135-.837-4.698-.211-6.96%201.906C9.738%202.396%207.175%201.77%205.04%202.607c-2.308.903-3.79%203.385-3.79%206.71c0%202.119%201.13%204.203%202.537%205.997c1.422%201.813%203.21%203.436%204.702%204.647l.134.11c1.2.975%202.068%201.68%203.377%201.68c1.31%200%202.176-.705%203.377-1.68l.134-.11c1.492-1.21%203.28-2.834%204.702-4.647c1.407-1.794%202.537-3.878%202.537-5.996M12.548%206.087c2.112-2.259%204.301-2.696%205.866-2.084c1.568.614%202.836%202.41%202.836%205.315c0%201.611-.88%203.364-2.218%205.07c-1.324%201.69-3.016%203.232-4.466%204.409c-1.393%201.13-1.843%201.453-2.566%201.453s-1.173-.323-2.566-1.454c-1.45-1.176-3.142-2.719-4.466-4.407c-1.339-1.707-2.218-3.46-2.218-5.071c0-2.905%201.268-4.7%202.836-5.315c1.565-.612%203.754-.175%205.866%202.084a.75.75%200%200%200%201.096%200%22%20clip-rule%3D%22evenodd%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/health.svg?color=%231a73e8&size=48

Health outline icon — Reicon · IconsDB