asthma inhaler negative icon

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

Name
asthma-inhaler-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the asthma inhaler negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsAsthmaInhalerNegative)"><path d="m8.847 9.778l1.162 4.333l5.54-2.519l-.903-3.367z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM16.32 6.741a1 1 0 0 0-1.225-.707l-7.733 2.07a1 1 0 0 0-.708 1.225l1.508 5.622l-1.076.489a1 1 0 0 0-.55 1.174l5.68 20.708A5 5 0 0 0 17.04 41H30a1 1 0 0 0 1-1V28a1 1 0 0 0-1-1h-6.175l-4.276-15.947a1 1 0 0 0-1.381-.651l-.772.35zM35 29h-2v10h2zm4 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAsthmaInhalerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAsthmaInhalerNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clipPath="url(#healthiconsAsthmaInhalerNegative)"><path d="m8.847 9.778l1.162 4.333l5.54-2.519l-.903-3.367z"/><path fillRule="evenodd" d="M48 0H0v48h48zM16.32 6.741a1 1 0 0 0-1.225-.707l-7.733 2.07a1 1 0 0 0-.708 1.225l1.508 5.622l-1.076.489a1 1 0 0 0-.55 1.174l5.68 20.708A5 5 0 0 0 17.04 41H30a1 1 0 0 0 1-1V28a1 1 0 0 0-1-1h-6.175l-4.276-15.947a1 1 0 0 0-1.381-.651l-.772.35zM35 29h-2v10h2zm4 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clipRule="evenodd"/></g><defs><clipPath id="healthiconsAsthmaInhalerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsAsthmaInhalerNegative)"><path d="m8.847 9.778l1.162 4.333l5.54-2.519l-.903-3.367z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM16.32 6.741a1 1 0 0 0-1.225-.707l-7.733 2.07a1 1 0 0 0-.708 1.225l1.508 5.622l-1.076.489a1 1 0 0 0-.55 1.174l5.68 20.708A5 5 0 0 0 17.04 41H30a1 1 0 0 0 1-1V28a1 1 0 0 0-1-1h-6.175l-4.276-15.947a1 1 0 0 0-1.381-.651l-.772.35zM35 29h-2v10h2zm4 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAsthmaInhalerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-asthma-inhaler-negative {
  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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsAsthmaInhalerNegative)%22%3E%3Cpath%20d%3D%22m8.847%209.778l1.162%204.333l5.54-2.519l-.903-3.367z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM16.32%206.741a1%201%200%200%200-1.225-.707l-7.733%202.07a1%201%200%200%200-.708%201.225l1.508%205.622l-1.076.489a1%201%200%200%200-.55%201.174l5.68%2020.708A5%205%200%200%200%2017.04%2041H30a1%201%200%200%200%201-1V28a1%201%200%200%200-1-1h-6.175l-4.276-15.947a1%201%200%200%200-1.381-.651l-.772.35zM35%2029h-2v10h2zm4%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%205a1%201%200%201%200%200-2a1%201%200%200%200%200%202m5-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1-3a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%207a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAsthmaInhalerNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsAsthmaInhalerNegative)%22%3E%3Cpath%20d%3D%22m8.847%209.778l1.162%204.333l5.54-2.519l-.903-3.367z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM16.32%206.741a1%201%200%200%200-1.225-.707l-7.733%202.07a1%201%200%200%200-.708%201.225l1.508%205.622l-1.076.489a1%201%200%200%200-.55%201.174l5.68%2020.708A5%205%200%200%200%2017.04%2041H30a1%201%200%200%200%201-1V28a1%201%200%200%200-1-1h-6.175l-4.276-15.947a1%201%200%200%200-1.381-.651l-.772.35zM35%2029h-2v10h2zm4%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%205a1%201%200%201%200%200-2a1%201%200%200%200%200%202m5-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1-3a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%207a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAsthmaInhalerNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48