asthma inhaler icon
asthma-inhaler from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- asthma-inhaler
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
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="M15.865 6.134a1 1 0 0 1 .466.607l1.075 4.012l.771-.351a1 1 0 0 1 1.38.651L23.83 27H30a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H17.051a5 5 0 0 1-4.822-3.678L6.553 16.614a1 1 0 0 1 .55-1.174l1.075-.49l-1.506-5.62a1 1 0 0 1 .707-1.225l7.727-2.07a1 1 0 0 1 .76.099m-5.841 7.977L8.863 9.778l5.795-1.553l.902 3.367z" clip-rule="evenodd"/><path d="M33 29h2v10h-2zm5 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3-1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1-5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAsthmaInhaler(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="M15.865 6.134a1 1 0 0 1 .466.607l1.075 4.012l.771-.351a1 1 0 0 1 1.38.651L23.83 27H30a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H17.051a5 5 0 0 1-4.822-3.678L6.553 16.614a1 1 0 0 1 .55-1.174l1.075-.49l-1.506-5.62a1 1 0 0 1 .707-1.225l7.727-2.07a1 1 0 0 1 .76.099m-5.841 7.977L8.863 9.778l5.795-1.553l.902 3.367z" clipRule="evenodd"/><path d="M33 29h2v10h-2zm5 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3-1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1-5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></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="M15.865 6.134a1 1 0 0 1 .466.607l1.075 4.012l.771-.351a1 1 0 0 1 1.38.651L23.83 27H30a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H17.051a5 5 0 0 1-4.822-3.678L6.553 16.614a1 1 0 0 1 .55-1.174l1.075-.49l-1.506-5.62a1 1 0 0 1 .707-1.225l7.727-2.07a1 1 0 0 1 .76.099m-5.841 7.977L8.863 9.778l5.795-1.553l.902 3.367z" clip-rule="evenodd"/><path d="M33 29h2v10h-2zm5 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3-1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1-5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg> </template>
CSS
.icon-asthma-inhaler {
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%22M15.865%206.134a1%201%200%200%201%20.466.607l1.075%204.012l.771-.351a1%201%200%200%201%201.38.651L23.83%2027H30a1%201%200%200%201%201%201v12a1%201%200%200%201-1%201H17.051a5%205%200%200%201-4.822-3.678L6.553%2016.614a1%201%200%200%201%20.55-1.174l1.075-.49l-1.506-5.62a1%201%200%200%201%20.707-1.225l7.727-2.07a1%201%200%200%201%20.76.099m-5.841%207.977L8.863%209.778l5.795-1.553l.902%203.367z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M33%2029h2v10h-2zm5%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3-1a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1-5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%22M15.865%206.134a1%201%200%200%201%20.466.607l1.075%204.012l.771-.351a1%201%200%200%201%201.38.651L23.83%2027H30a1%201%200%200%201%201%201v12a1%201%200%200%201-1%201H17.051a5%205%200%200%201-4.822-3.678L6.553%2016.614a1%201%200%200%201%20.55-1.174l1.075-.49l-1.506-5.62a1%201%200%200%201%20.707-1.225l7.727-2.07a1%201%200%200%201%20.76.099m-5.841%207.977L8.863%209.778l5.795-1.553l.902%203.367z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M33%2029h2v10h-2zm5%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3-1a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1-5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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.svg?color=%231a73e8&size=48