health alt icon

health-alt-24px from Health Icons by Resolve to Save Lives · Filled 24px · Symbols · MIT Free for personal and commercial use.

Name
health-alt-24px
Set
Health Icons
Style
Filled 24px
Category
Symbols
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More symbols icons from Health Icons

Use the health alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M4 3.5h16a.25.25 0 0 1 .25.25v16.5a.25.25 0 0 1-.25.25H4a.25.25 0 0 1-.25-.25V3.75A.25.25 0 0 1 4 3.5Zm6.25 6.75h-4v3.5h4v4h3.5v-4h4v-3.5h-4v-4h-3.5z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHealthAlt24px(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" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M4 3.5h16a.25.25 0 0 1 .25.25v16.5a.25.25 0 0 1-.25.25H4a.25.25 0 0 1-.25-.25V3.75A.25.25 0 0 1 4 3.5Zm6.25 6.75h-4v3.5h4v4h3.5v-4h4v-3.5h-4v-4h-3.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M4 3.5h16a.25.25 0 0 1 .25.25v16.5a.25.25 0 0 1-.25.25H4a.25.25 0 0 1-.25-.25V3.75A.25.25 0 0 1 4 3.5Zm6.25 6.75h-4v3.5h4v4h3.5v-4h4v-3.5h-4v-4h-3.5z"/></svg>
</template>

CSS

.icon-health-alt-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%3Cpath%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4%203.5h16a.25.25%200%200%201%20.25.25v16.5a.25.25%200%200%201-.25.25H4a.25.25%200%200%201-.25-.25V3.75A.25.25%200%200%201%204%203.5Zm6.25%206.75h-4v3.5h4v4h3.5v-4h4v-3.5h-4v-4h-3.5z%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4%203.5h16a.25.25%200%200%201%20.25.25v16.5a.25.25%200%200%201-.25.25H4a.25.25%200%200%201-.25-.25V3.75A.25.25%200%200%201%204%203.5Zm6.25%206.75h-4v3.5h4v4h3.5v-4h4v-3.5h-4v-4h-3.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/health-alt-24px.svg?color=%231a73e8&size=48