health icon

health-linear from Solar by 480 Design · Linear · Medicine · CC-BY-4.0 Attribution required.

Name
health-linear
Set
Solar
Style
Linear
Category
Medicine
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More medicine icons from Solar

Use the health icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M2 9.3175C2 13.0468 6.01943 16.991 8.96173 19.3786C10.2937 20.4595 10.9597 21 12 21C13.0403 21 13.7063 20.4596 15.0383 19.3787C17.9806 16.991 22 13.0468 22 9.31747C22 3.08748 16.4998 0.761498 12 5.57412C7.50016 0.761498 2 3.08748 2 9.3175Z"/><path stroke-linecap="round" d="M18.5 9.00002H16.5M16.5 9.00002L14.5 9.00002M16.5 9.00002L16.5 7M16.5 9.00002L16.5 11"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarHealthLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="M2 9.3175C2 13.0468 6.01943 16.991 8.96173 19.3786C10.2937 20.4595 10.9597 21 12 21C13.0403 21 13.7063 20.4596 15.0383 19.3787C17.9806 16.991 22 13.0468 22 9.31747C22 3.08748 16.4998 0.761498 12 5.57412C7.50016 0.761498 2 3.08748 2 9.3175Z"/><path strokeLinecap="round" d="M18.5 9.00002H16.5M16.5 9.00002L14.5 9.00002M16.5 9.00002L16.5 7M16.5 9.00002L16.5 11"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M2 9.3175C2 13.0468 6.01943 16.991 8.96173 19.3786C10.2937 20.4595 10.9597 21 12 21C13.0403 21 13.7063 20.4596 15.0383 19.3787C17.9806 16.991 22 13.0468 22 9.31747C22 3.08748 16.4998 0.761498 12 5.57412C7.50016 0.761498 2 3.08748 2 9.3175Z"/><path stroke-linecap="round" d="M18.5 9.00002H16.5M16.5 9.00002L14.5 9.00002M16.5 9.00002L16.5 7M16.5 9.00002L16.5 11"/></g></svg>
</template>

CSS

.icon-health-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%209.3175C2%2013.0468%206.01943%2016.991%208.96173%2019.3786C10.2937%2020.4595%2010.9597%2021%2012%2021C13.0403%2021%2013.7063%2020.4596%2015.0383%2019.3787C17.9806%2016.991%2022%2013.0468%2022%209.31747C22%203.08748%2016.4998%200.761498%2012%205.57412C7.50016%200.761498%202%203.08748%202%209.3175Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.5%209.00002H16.5M16.5%209.00002L14.5%209.00002M16.5%209.00002L16.5%207M16.5%209.00002L16.5%2011%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%209.3175C2%2013.0468%206.01943%2016.991%208.96173%2019.3786C10.2937%2020.4595%2010.9597%2021%2012%2021C13.0403%2021%2013.7063%2020.4596%2015.0383%2019.3787C17.9806%2016.991%2022%2013.0468%2022%209.31747C22%203.08748%2016.4998%200.761498%2012%205.57412C7.50016%200.761498%202%203.08748%202%209.3175Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.5%209.00002H16.5M16.5%209.00002L14.5%209.00002M16.5%209.00002L16.5%207M16.5%209.00002L16.5%2011%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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