respirology negative icon
respirology-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- respirology-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the respirology negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsRespirologyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM25.015 6h-.047H39a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h14.015h-.047l.003 5.935l.005 7.575c0 .786-.281 1.03-.417 1.123a.9.9 0 0 1-.35.137l-.008.001h.015l.005-.001h.003l.043.999l.043.999h.01l.015-.001l.036-.003l.102-.011a2.87 2.87 0 0 0 1.518-.708q.147.134.306.241a2.9 2.9 0 0 0 1.315.478l.036.003h.02l.004.001l.043-1l.043-.998h.015l.007.001h-.006a.9.9 0 0 1-.35-.137c-.136-.093-.418-.338-.418-1.124l.005-7.575zm-3.55 15.563c.024-2.486.072-7.326-3.76-7.323c-5.247.005-8.98 18.326-6.73 20.193s6.748.742 8.995-1.503c1.815-1.812 1.654-6.044 1.539-9.081c-.025-.654-.048-1.254-.048-1.761zm8.771-7.331c-3.83.003-3.775 4.843-3.746 7.328q.004.286.004.525c0 .508-.021 1.107-.045 1.761c-.11 3.038-.264 7.27 1.554 9.08c2.25 2.24 6.75 3.358 8.997 1.487c2.248-1.87-1.516-20.186-6.764-20.181" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsRespirologyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsRespirologyNegative(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 clipPath="url(#healthiconsRespirologyNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM25.015 6h-.047H39a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h14.015h-.047l.003 5.935l.005 7.575c0 .786-.281 1.03-.417 1.123a.9.9 0 0 1-.35.137l-.008.001h.015l.005-.001h.003l.043.999l.043.999h.01l.015-.001l.036-.003l.102-.011a2.87 2.87 0 0 0 1.518-.708q.147.134.306.241a2.9 2.9 0 0 0 1.315.478l.036.003h.02l.004.001l.043-1l.043-.998h.015l.007.001h-.006a.9.9 0 0 1-.35-.137c-.136-.093-.418-.338-.418-1.124l.005-7.575zm-3.55 15.563c.024-2.486.072-7.326-3.76-7.323c-5.247.005-8.98 18.326-6.73 20.193s6.748.742 8.995-1.503c1.815-1.812 1.654-6.044 1.539-9.081c-.025-.654-.048-1.254-.048-1.761zm8.771-7.331c-3.83.003-3.775 4.843-3.746 7.328q.004.286.004.525c0 .508-.021 1.107-.045 1.761c-.11 3.038-.264 7.27 1.554 9.08c2.25 2.24 6.75 3.358 8.997 1.487c2.248-1.87-1.516-20.186-6.764-20.181" clipRule="evenodd"/></g><defs><clipPath id="healthiconsRespirologyNegative"><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 clip-path="url(#healthiconsRespirologyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM25.015 6h-.047H39a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h14.015h-.047l.003 5.935l.005 7.575c0 .786-.281 1.03-.417 1.123a.9.9 0 0 1-.35.137l-.008.001h.015l.005-.001h.003l.043.999l.043.999h.01l.015-.001l.036-.003l.102-.011a2.87 2.87 0 0 0 1.518-.708q.147.134.306.241a2.9 2.9 0 0 0 1.315.478l.036.003h.02l.004.001l.043-1l.043-.998h.015l.007.001h-.006a.9.9 0 0 1-.35-.137c-.136-.093-.418-.338-.418-1.124l.005-7.575zm-3.55 15.563c.024-2.486.072-7.326-3.76-7.323c-5.247.005-8.98 18.326-6.73 20.193s6.748.742 8.995-1.503c1.815-1.812 1.654-6.044 1.539-9.081c-.025-.654-.048-1.254-.048-1.761zm8.771-7.331c-3.83.003-3.775 4.843-3.746 7.328q.004.286.004.525c0 .508-.021 1.107-.045 1.761c-.11 3.038-.264 7.27 1.554 9.08c2.25 2.24 6.75 3.358 8.997 1.487c2.248-1.87-1.516-20.186-6.764-20.181" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsRespirologyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-respirology-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%20clip-path%3D%22url(%23healthiconsRespirologyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM25.015%206h-.047H39a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3V9a3%203%200%200%201%203-3h14.015h-.047l.003%205.935l.005%207.575c0%20.786-.281%201.03-.417%201.123a.9.9%200%200%201-.35.137l-.008.001h.015l.005-.001h.003l.043.999l.043.999h.01l.015-.001l.036-.003l.102-.011a2.87%202.87%200%200%200%201.518-.708q.147.134.306.241a2.9%202.9%200%200%200%201.315.478l.036.003h.02l.004.001l.043-1l.043-.998h.015l.007.001h-.006a.9.9%200%200%201-.35-.137c-.136-.093-.418-.338-.418-1.124l.005-7.575zm-3.55%2015.563c.024-2.486.072-7.326-3.76-7.323c-5.247.005-8.98%2018.326-6.73%2020.193s6.748.742%208.995-1.503c1.815-1.812%201.654-6.044%201.539-9.081c-.025-.654-.048-1.254-.048-1.761zm8.771-7.331c-3.83.003-3.775%204.843-3.746%207.328q.004.286.004.525c0%20.508-.021%201.107-.045%201.761c-.11%203.038-.264%207.27%201.554%209.08c2.25%202.24%206.75%203.358%208.997%201.487c2.248-1.87-1.516-20.186-6.764-20.181%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsRespirologyNegative%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%20clip-path%3D%22url(%23healthiconsRespirologyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM25.015%206h-.047H39a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3V9a3%203%200%200%201%203-3h14.015h-.047l.003%205.935l.005%207.575c0%20.786-.281%201.03-.417%201.123a.9.9%200%200%201-.35.137l-.008.001h.015l.005-.001h.003l.043.999l.043.999h.01l.015-.001l.036-.003l.102-.011a2.87%202.87%200%200%200%201.518-.708q.147.134.306.241a2.9%202.9%200%200%200%201.315.478l.036.003h.02l.004.001l.043-1l.043-.998h.015l.007.001h-.006a.9.9%200%200%201-.35-.137c-.136-.093-.418-.338-.418-1.124l.005-7.575zm-3.55%2015.563c.024-2.486.072-7.326-3.76-7.323c-5.247.005-8.98%2018.326-6.73%2020.193s6.748.742%208.995-1.503c1.815-1.812%201.654-6.044%201.539-9.081c-.025-.654-.048-1.254-.048-1.761zm8.771-7.331c-3.83.003-3.775%204.843-3.746%207.328q.004.286.004.525c0%20.508-.021%201.107-.045%201.761c-.11%203.038-.264%207.27%201.554%209.08c2.25%202.24%206.75%203.358%208.997%201.487c2.248-1.87-1.516-20.186-6.764-20.181%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsRespirologyNegative%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/respirology-negative.svg?color=%231a73e8&size=48