health icon

health-bold-duotone from Solar by 480 Design · Bold Duotone · Medicine · CC-BY-4.0 Attribution required.

Name
health-bold-duotone
Set
Solar
Style
Bold Duotone
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="currentColor"><path 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" opacity=".5"/><path fill-rule="evenodd" d="M16.5 6.25C16.9142 6.25 17.25 6.58579 17.25 7L17.25 8.25002H18.5C18.9142 8.25002 19.25 8.5858 19.25 9.00002C19.25 9.41423 18.9142 9.75002 18.5 9.75002H17.25V11C17.25 11.4142 16.9142 11.75 16.5 11.75C16.0858 11.75 15.75 11.4142 15.75 11L15.75 9.75002L14.5 9.75002C14.0858 9.75002 13.75 9.41423 13.75 9.00002C13.75 8.5858 14.0858 8.25002 14.5 8.25002H15.75L15.75 7C15.75 6.58579 16.0858 6.25 16.5 6.25Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarHealthBoldDuotone(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="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" opacity=".5"/><path fillRule="evenodd" d="M16.5 6.25C16.9142 6.25 17.25 6.58579 17.25 7L17.25 8.25002H18.5C18.9142 8.25002 19.25 8.5858 19.25 9.00002C19.25 9.41423 18.9142 9.75002 18.5 9.75002H17.25V11C17.25 11.4142 16.9142 11.75 16.5 11.75C16.0858 11.75 15.75 11.4142 15.75 11L15.75 9.75002L14.5 9.75002C14.0858 9.75002 13.75 9.41423 13.75 9.00002C13.75 8.5858 14.0858 8.25002 14.5 8.25002H15.75L15.75 7C15.75 6.58579 16.0858 6.25 16.5 6.25Z" 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="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" opacity=".5"/><path fill-rule="evenodd" d="M16.5 6.25C16.9142 6.25 17.25 6.58579 17.25 7L17.25 8.25002H18.5C18.9142 8.25002 19.25 8.5858 19.25 9.00002C19.25 9.41423 18.9142 9.75002 18.5 9.75002H17.25V11C17.25 11.4142 16.9142 11.75 16.5 11.75C16.0858 11.75 15.75 11.4142 15.75 11L15.75 9.75002L14.5 9.75002C14.0858 9.75002 13.75 9.41423 13.75 9.00002C13.75 8.5858 14.0858 8.25002 14.5 8.25002H15.75L15.75 7C15.75 6.58579 16.0858 6.25 16.5 6.25Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-health-bold-duotone {
  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%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%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%206.25C16.9142%206.25%2017.25%206.58579%2017.25%207L17.25%208.25002H18.5C18.9142%208.25002%2019.25%208.5858%2019.25%209.00002C19.25%209.41423%2018.9142%209.75002%2018.5%209.75002H17.25V11C17.25%2011.4142%2016.9142%2011.75%2016.5%2011.75C16.0858%2011.75%2015.75%2011.4142%2015.75%2011L15.75%209.75002L14.5%209.75002C14.0858%209.75002%2013.75%209.41423%2013.75%209.00002C13.75%208.5858%2014.0858%208.25002%2014.5%208.25002H15.75L15.75%207C15.75%206.58579%2016.0858%206.25%2016.5%206.25Z%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%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%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%206.25C16.9142%206.25%2017.25%206.58579%2017.25%207L17.25%208.25002H18.5C18.9142%208.25002%2019.25%208.5858%2019.25%209.00002C19.25%209.41423%2018.9142%209.75002%2018.5%209.75002H17.25V11C17.25%2011.4142%2016.9142%2011.75%2016.5%2011.75C16.0858%2011.75%2015.75%2011.4142%2015.75%2011L15.75%209.75002L14.5%209.75002C14.0858%209.75002%2013.75%209.41423%2013.75%209.00002C13.75%208.5858%2014.0858%208.25002%2014.5%208.25002H15.75L15.75%207C15.75%206.58579%2016.0858%206.25%2016.5%206.25Z%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/solar/health-bold-duotone.svg?color=%231a73e8&size=48