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

Name
health-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Symbols
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More symbols icons from Health Icons

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="M13 13v4h-2v-4H7v-2h4V7h2v4h4v2z"/><path fill-rule="evenodd" d="M12 1.5h-.026a1 1 0 0 0-.114.007a3 3 0 0 0-.232.034a4.4 4.4 0 0 0-.73.21c-.602.226-1.435.651-2.498 1.449c-.79.592-2.077.94-3.298 1.124a17 17 0 0 1-2.069.176H2V12c0 1.656.678 3.14 1.6 4.397c.923 1.255 2.13 2.338 3.3 3.216a27 27 0 0 0 4.66 2.786l.024.01l.004.002l.022.01a1 1 0 0 0 .802-.01l.004-.002l.023-.01a15 15 0 0 0 .386-.183c.258-.126.624-.31 1.06-.55a27 27 0 0 0 3.215-2.053c1.17-.878 2.377-1.96 3.3-3.216C21.322 15.14 22 13.656 22 12V4.5h-1.033l-.117-.003a17 17 0 0 1-1.952-.174C17.677 4.14 16.39 3.794 15.6 3.2c-1.063-.798-1.896-1.223-2.499-1.449a4.4 4.4 0 0 0-.73-.21a3 3 0 0 0-.345-.04h-.014l-.006-.001zM4 12V6.456c.39-.028.873-.076 1.398-.155C6.677 6.11 8.39 5.708 9.6 4.8c.937-.702 1.604-1.027 2.001-1.176c.199-.075.33-.105.396-.118h.006c.066.013.197.043.396.118c.397.149 1.065.474 2.001 1.176c1.21.908 2.923 1.31 4.202 1.501c.525.08 1.007.127 1.398.155V12c0 1.094-.447 2.172-1.212 3.213s-1.808 1.99-2.888 2.8a25 25 0 0 1-3.9 2.38a22 22 0 0 1-.927-.482A25 25 0 0 1 8.1 18.013c-1.08-.81-2.123-1.758-2.888-2.8C4.447 14.173 4 13.095 4 12" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHealthOutline24px(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="M13 13v4h-2v-4H7v-2h4V7h2v4h4v2z"/><path fillRule="evenodd" d="M12 1.5h-.026a1 1 0 0 0-.114.007a3 3 0 0 0-.232.034a4.4 4.4 0 0 0-.73.21c-.602.226-1.435.651-2.498 1.449c-.79.592-2.077.94-3.298 1.124a17 17 0 0 1-2.069.176H2V12c0 1.656.678 3.14 1.6 4.397c.923 1.255 2.13 2.338 3.3 3.216a27 27 0 0 0 4.66 2.786l.024.01l.004.002l.022.01a1 1 0 0 0 .802-.01l.004-.002l.023-.01a15 15 0 0 0 .386-.183c.258-.126.624-.31 1.06-.55a27 27 0 0 0 3.215-2.053c1.17-.878 2.377-1.96 3.3-3.216C21.322 15.14 22 13.656 22 12V4.5h-1.033l-.117-.003a17 17 0 0 1-1.952-.174C17.677 4.14 16.39 3.794 15.6 3.2c-1.063-.798-1.896-1.223-2.499-1.449a4.4 4.4 0 0 0-.73-.21a3 3 0 0 0-.345-.04h-.014l-.006-.001zM4 12V6.456c.39-.028.873-.076 1.398-.155C6.677 6.11 8.39 5.708 9.6 4.8c.937-.702 1.604-1.027 2.001-1.176c.199-.075.33-.105.396-.118h.006c.066.013.197.043.396.118c.397.149 1.065.474 2.001 1.176c1.21.908 2.923 1.31 4.202 1.501c.525.08 1.007.127 1.398.155V12c0 1.094-.447 2.172-1.212 3.213s-1.808 1.99-2.888 2.8a25 25 0 0 1-3.9 2.38a22 22 0 0 1-.927-.482A25 25 0 0 1 8.1 18.013c-1.08-.81-2.123-1.758-2.888-2.8C4.447 14.173 4 13.095 4 12" 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="M13 13v4h-2v-4H7v-2h4V7h2v4h4v2z"/><path fill-rule="evenodd" d="M12 1.5h-.026a1 1 0 0 0-.114.007a3 3 0 0 0-.232.034a4.4 4.4 0 0 0-.73.21c-.602.226-1.435.651-2.498 1.449c-.79.592-2.077.94-3.298 1.124a17 17 0 0 1-2.069.176H2V12c0 1.656.678 3.14 1.6 4.397c.923 1.255 2.13 2.338 3.3 3.216a27 27 0 0 0 4.66 2.786l.024.01l.004.002l.022.01a1 1 0 0 0 .802-.01l.004-.002l.023-.01a15 15 0 0 0 .386-.183c.258-.126.624-.31 1.06-.55a27 27 0 0 0 3.215-2.053c1.17-.878 2.377-1.96 3.3-3.216C21.322 15.14 22 13.656 22 12V4.5h-1.033l-.117-.003a17 17 0 0 1-1.952-.174C17.677 4.14 16.39 3.794 15.6 3.2c-1.063-.798-1.896-1.223-2.499-1.449a4.4 4.4 0 0 0-.73-.21a3 3 0 0 0-.345-.04h-.014l-.006-.001zM4 12V6.456c.39-.028.873-.076 1.398-.155C6.677 6.11 8.39 5.708 9.6 4.8c.937-.702 1.604-1.027 2.001-1.176c.199-.075.33-.105.396-.118h.006c.066.013.197.043.396.118c.397.149 1.065.474 2.001 1.176c1.21.908 2.923 1.31 4.202 1.501c.525.08 1.007.127 1.398.155V12c0 1.094-.447 2.172-1.212 3.213s-1.808 1.99-2.888 2.8a25 25 0 0 1-3.9 2.38a22 22 0 0 1-.927-.482A25 25 0 0 1 8.1 18.013c-1.08-.81-2.123-1.758-2.888-2.8C4.447 14.173 4 13.095 4 12" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-health-outline-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13%2013v4h-2v-4H7v-2h4V7h2v4h4v2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.5h-.026a1%201%200%200%200-.114.007a3%203%200%200%200-.232.034a4.4%204.4%200%200%200-.73.21c-.602.226-1.435.651-2.498%201.449c-.79.592-2.077.94-3.298%201.124a17%2017%200%200%201-2.069.176H2V12c0%201.656.678%203.14%201.6%204.397c.923%201.255%202.13%202.338%203.3%203.216a27%2027%200%200%200%204.66%202.786l.024.01l.004.002l.022.01a1%201%200%200%200%20.802-.01l.004-.002l.023-.01a15%2015%200%200%200%20.386-.183c.258-.126.624-.31%201.06-.55a27%2027%200%200%200%203.215-2.053c1.17-.878%202.377-1.96%203.3-3.216C21.322%2015.14%2022%2013.656%2022%2012V4.5h-1.033l-.117-.003a17%2017%200%200%201-1.952-.174C17.677%204.14%2016.39%203.794%2015.6%203.2c-1.063-.798-1.896-1.223-2.499-1.449a4.4%204.4%200%200%200-.73-.21a3%203%200%200%200-.345-.04h-.014l-.006-.001zM4%2012V6.456c.39-.028.873-.076%201.398-.155C6.677%206.11%208.39%205.708%209.6%204.8c.937-.702%201.604-1.027%202.001-1.176c.199-.075.33-.105.396-.118h.006c.066.013.197.043.396.118c.397.149%201.065.474%202.001%201.176c1.21.908%202.923%201.31%204.202%201.501c.525.08%201.007.127%201.398.155V12c0%201.094-.447%202.172-1.212%203.213s-1.808%201.99-2.888%202.8a25%2025%200%200%201-3.9%202.38a22%2022%200%200%201-.927-.482A25%2025%200%200%201%208.1%2018.013c-1.08-.81-2.123-1.758-2.888-2.8C4.447%2014.173%204%2013.095%204%2012%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%22M13%2013v4h-2v-4H7v-2h4V7h2v4h4v2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.5h-.026a1%201%200%200%200-.114.007a3%203%200%200%200-.232.034a4.4%204.4%200%200%200-.73.21c-.602.226-1.435.651-2.498%201.449c-.79.592-2.077.94-3.298%201.124a17%2017%200%200%201-2.069.176H2V12c0%201.656.678%203.14%201.6%204.397c.923%201.255%202.13%202.338%203.3%203.216a27%2027%200%200%200%204.66%202.786l.024.01l.004.002l.022.01a1%201%200%200%200%20.802-.01l.004-.002l.023-.01a15%2015%200%200%200%20.386-.183c.258-.126.624-.31%201.06-.55a27%2027%200%200%200%203.215-2.053c1.17-.878%202.377-1.96%203.3-3.216C21.322%2015.14%2022%2013.656%2022%2012V4.5h-1.033l-.117-.003a17%2017%200%200%201-1.952-.174C17.677%204.14%2016.39%203.794%2015.6%203.2c-1.063-.798-1.896-1.223-2.499-1.449a4.4%204.4%200%200%200-.73-.21a3%203%200%200%200-.345-.04h-.014l-.006-.001zM4%2012V6.456c.39-.028.873-.076%201.398-.155C6.677%206.11%208.39%205.708%209.6%204.8c.937-.702%201.604-1.027%202.001-1.176c.199-.075.33-.105.396-.118h.006c.066.013.197.043.396.118c.397.149%201.065.474%202.001%201.176c1.21.908%202.923%201.31%204.202%201.501c.525.08%201.007.127%201.398.155V12c0%201.094-.447%202.172-1.212%203.213s-1.808%201.99-2.888%202.8a25%2025%200%200%201-3.9%202.38a22%2022%200%200%201-.927-.482A25%2025%200%200%201%208.1%2018.013c-1.08-.81-2.123-1.758-2.888-2.8C4.447%2014.173%204%2013.095%204%2012%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/healthicons/health-outline-24px.svg?color=%231a73e8&size=48