asthma from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.

Name
asthma
Set
Health Icons
Style
Filled
Category
People
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More people icons from Health Icons

Use the asthma icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M7 6q-.546 0-1.082.044A1 1 0 0 0 5 7.041V43a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-4.483l4.097 1.755c.524.225 1.16.461 1.825.549c.677.09 1.446.031 2.16-.405A4 4 0 0 0 20 37v-3a1 1 0 0 0-1-1h-3a2 2 0 0 1 2-2h1a1 1 0 0 0 1-1v-2h1.131c1.598 0 2.55-1.78 1.665-3.11L20 20.698V19c0-7.18-5.82-13-13-13m10 15.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m18.497-5.76a1 1 0 0 1 1.223-.706l4.468 1.192a1 1 0 0 1 .708 1.226l-.777 2.888l.294.133a1 1 0 0 1 .551 1.176l-2.94 10.678A5 5 0 0 1 34.205 36H28a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h3.247l2.385-8.78a1 1 0 0 1 1.372-.65zm4.208 2.16l-.463 1.72l-2.422-1.102l.349-1.294z" clip-rule="evenodd"/><path d="M26 28v7h-2v-7z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAsthma(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M7 6q-.546 0-1.082.044A1 1 0 0 0 5 7.041V43a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-4.483l4.097 1.755c.524.225 1.16.461 1.825.549c.677.09 1.446.031 2.16-.405A4 4 0 0 0 20 37v-3a1 1 0 0 0-1-1h-3a2 2 0 0 1 2-2h1a1 1 0 0 0 1-1v-2h1.131c1.598 0 2.55-1.78 1.665-3.11L20 20.698V19c0-7.18-5.82-13-13-13m10 15.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m18.497-5.76a1 1 0 0 1 1.223-.706l4.468 1.192a1 1 0 0 1 .708 1.226l-.777 2.888l.294.133a1 1 0 0 1 .551 1.176l-2.94 10.678A5 5 0 0 1 34.205 36H28a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h3.247l2.385-8.78a1 1 0 0 1 1.372-.65zm4.208 2.16l-.463 1.72l-2.422-1.102l.349-1.294z" clipRule="evenodd"/><path d="M26 28v7h-2v-7z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M7 6q-.546 0-1.082.044A1 1 0 0 0 5 7.041V43a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-4.483l4.097 1.755c.524.225 1.16.461 1.825.549c.677.09 1.446.031 2.16-.405A4 4 0 0 0 20 37v-3a1 1 0 0 0-1-1h-3a2 2 0 0 1 2-2h1a1 1 0 0 0 1-1v-2h1.131c1.598 0 2.55-1.78 1.665-3.11L20 20.698V19c0-7.18-5.82-13-13-13m10 15.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m18.497-5.76a1 1 0 0 1 1.223-.706l4.468 1.192a1 1 0 0 1 .708 1.226l-.777 2.888l.294.133a1 1 0 0 1 .551 1.176l-2.94 10.678A5 5 0 0 1 34.205 36H28a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h3.247l2.385-8.78a1 1 0 0 1 1.372-.65zm4.208 2.16l-.463 1.72l-2.422-1.102l.349-1.294z" clip-rule="evenodd"/><path d="M26 28v7h-2v-7z"/></g></svg>
</template>

CSS

.icon-asthma {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%206q-.546%200-1.082.044A1%201%200%200%200%205%207.041V43a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1v-4.483l4.097%201.755c.524.225%201.16.461%201.825.549c.677.09%201.446.031%202.16-.405A4%204%200%200%200%2020%2037v-3a1%201%200%200%200-1-1h-3a2%202%200%200%201%202-2h1a1%201%200%200%200%201-1v-2h1.131c1.598%200%202.55-1.78%201.665-3.11L20%2020.698V19c0-7.18-5.82-13-13-13m10%2015.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m18.497-5.76a1%201%200%200%201%201.223-.706l4.468%201.192a1%201%200%200%201%20.708%201.226l-.777%202.888l.294.133a1%201%200%200%201%20.551%201.176l-2.94%2010.678A5%205%200%200%201%2034.205%2036H28a1%201%200%200%201-1-1v-7a1%201%200%200%201%201-1h3.247l2.385-8.78a1%201%200%200%201%201.372-.65zm4.208%202.16l-.463%201.72l-2.422-1.102l.349-1.294z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M26%2028v7h-2v-7z%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%206q-.546%200-1.082.044A1%201%200%200%200%205%207.041V43a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1v-4.483l4.097%201.755c.524.225%201.16.461%201.825.549c.677.09%201.446.031%202.16-.405A4%204%200%200%200%2020%2037v-3a1%201%200%200%200-1-1h-3a2%202%200%200%201%202-2h1a1%201%200%200%200%201-1v-2h1.131c1.598%200%202.55-1.78%201.665-3.11L20%2020.698V19c0-7.18-5.82-13-13-13m10%2015.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m18.497-5.76a1%201%200%200%201%201.223-.706l4.468%201.192a1%201%200%200%201%20.708%201.226l-.777%202.888l.294.133a1%201%200%200%201%20.551%201.176l-2.94%2010.678A5%205%200%200%201%2034.205%2036H28a1%201%200%200%201-1-1v-7a1%201%200%200%201%201-1h3.247l2.385-8.78a1%201%200%200%201%201.372-.65zm4.208%202.16l-.463%201.72l-2.422-1.102l.349-1.294z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M26%2028v7h-2v-7z%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/asthma.svg?color=%231a73e8&size=48