asthma inhaler icon

asthma-inhaler-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.

Name
asthma-inhaler-outline
Set
Health Icons
Style
Outline
Category
Devices
Viewbox
48×48
License
MIT
Aliases
asthma-inhaler2x-outline

1 other variant in Health Icons

More devices icons from Health Icons

Use the asthma inhaler 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="M16.331 6.741a1 1 0 0 0-1.225-.707L7.38 8.104a1 1 0 0 0-.707 1.225l1.506 5.622l-1.074.489a1 1 0 0 0-.55 1.174l5.675 20.708A5 5 0 0 0 17.051 41H30a1 1 0 0 0 1-1v-1h3a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1h-3v-1a1 1 0 0 0-1-1h-6.17l-4.273-15.947a1 1 0 0 0-1.38-.651l-.771.35zM8.707 16.907l9.224-4.196l4.166 15.548a1 1 0 0 0 .966.741H29v10H17.051a3 3 0 0 1-2.893-2.207zm6.853-5.315l-5.536 2.52l-1.161-4.334l5.795-1.553zM31 37v-6h2v6z" clip-rule="evenodd"/><path d="M42 31a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-4 2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAsthmaInhalerOutline(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="M16.331 6.741a1 1 0 0 0-1.225-.707L7.38 8.104a1 1 0 0 0-.707 1.225l1.506 5.622l-1.074.489a1 1 0 0 0-.55 1.174l5.675 20.708A5 5 0 0 0 17.051 41H30a1 1 0 0 0 1-1v-1h3a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1h-3v-1a1 1 0 0 0-1-1h-6.17l-4.273-15.947a1 1 0 0 0-1.38-.651l-.771.35zM8.707 16.907l9.224-4.196l4.166 15.548a1 1 0 0 0 .966.741H29v10H17.051a3 3 0 0 1-2.893-2.207zm6.853-5.315l-5.536 2.52l-1.161-4.334l5.795-1.553zM31 37v-6h2v6z" clipRule="evenodd"/><path d="M42 31a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-4 2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></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="M16.331 6.741a1 1 0 0 0-1.225-.707L7.38 8.104a1 1 0 0 0-.707 1.225l1.506 5.622l-1.074.489a1 1 0 0 0-.55 1.174l5.675 20.708A5 5 0 0 0 17.051 41H30a1 1 0 0 0 1-1v-1h3a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1h-3v-1a1 1 0 0 0-1-1h-6.17l-4.273-15.947a1 1 0 0 0-1.38-.651l-.771.35zM8.707 16.907l9.224-4.196l4.166 15.548a1 1 0 0 0 .966.741H29v10H17.051a3 3 0 0 1-2.893-2.207zm6.853-5.315l-5.536 2.52l-1.161-4.334l5.795-1.553zM31 37v-6h2v6z" clip-rule="evenodd"/><path d="M42 31a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-4 2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
</template>

CSS

.icon-asthma-inhaler-outline {
  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%22M16.331%206.741a1%201%200%200%200-1.225-.707L7.38%208.104a1%201%200%200%200-.707%201.225l1.506%205.622l-1.074.489a1%201%200%200%200-.55%201.174l5.675%2020.708A5%205%200%200%200%2017.051%2041H30a1%201%200%200%200%201-1v-1h3a1%201%200%200%200%201-1v-8a1%201%200%200%200-1-1h-3v-1a1%201%200%200%200-1-1h-6.17l-4.273-15.947a1%201%200%200%200-1.38-.651l-.771.35zM8.707%2016.907l9.224-4.196l4.166%2015.548a1%201%200%200%200%20.966.741H29v10H17.051a3%203%200%200%201-2.893-2.207zm6.853-5.315l-5.536%202.52l-1.161-4.334l5.795-1.553zM31%2037v-6h2v6z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M42%2031a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-4%202a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m5-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%204a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%22M16.331%206.741a1%201%200%200%200-1.225-.707L7.38%208.104a1%201%200%200%200-.707%201.225l1.506%205.622l-1.074.489a1%201%200%200%200-.55%201.174l5.675%2020.708A5%205%200%200%200%2017.051%2041H30a1%201%200%200%200%201-1v-1h3a1%201%200%200%200%201-1v-8a1%201%200%200%200-1-1h-3v-1a1%201%200%200%200-1-1h-6.17l-4.273-15.947a1%201%200%200%200-1.38-.651l-.771.35zM8.707%2016.907l9.224-4.196l4.166%2015.548a1%201%200%200%200%20.966.741H29v10H17.051a3%203%200%200%201-2.893-2.207zm6.853-5.315l-5.536%202.52l-1.161-4.334l5.795-1.553zM31%2037v-6h2v6z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M42%2031a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-4%202a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m5-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%204a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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-inhaler-outline.svg?color=%231a73e8&size=48