pneumonia negative icon
pneumonia-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- pneumonia-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the pneumonia 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(#healthiconsPneumoniaNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm16.505 12.025c5.132 0 5.356 6.118 5.333 9.773q.09-.039.18-.088c.25-.137.483-.334.658-.623c.174-.288.324-.723.324-1.393V6.002h2v13.69c0 .67.15 1.105.324 1.393c.176.289.41.485.659.622q.07.04.14.07c-.023-3.654.202-9.768 5.333-9.768c7.45 0 12.772 26.006 9.58 28.66c-3.194 2.654-9.58 1.061-12.773-2.123c-2.578-2.571-2.355-8.579-2.195-12.891c.023-.634.045-1.23.057-1.774a4.4 4.4 0 0 1-1.107-.422A3.8 3.8 0 0 1 24 22.65c-.315.358-.67.621-1.018.813a4.4 4.4 0 0 1-1.147.43c.011.546.034 1.144.057 1.778c.16 4.313.383 10.321-2.195 12.892c-3.193 3.185-9.58 4.777-12.772 2.123s2.129-28.66 9.58-28.66m-.531 6.914a2 2 0 1 1-.003-4a2 2 0 0 1 .003 4M8.989 36.945a2 2 0 1 0 4-.003a2 2 0 0 0-4 .003m7.997-3.007a2 2 0 1 1-.003-4a2 2 0 0 1 .003 4m-7.005-5.994a2 2 0 1 0 4-.003a2 2 0 0 0-4 .003m6.998-3.006a2 2 0 1 1-.003-4a2 2 0 0 1 .003 4m16.993-7.93a2 2 0 1 1-4 .004a2 2 0 0 1 4-.003m3.018 21.998a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4m-4.006-6.997a2 2 0 1 1-4 .004a2 2 0 0 1 4-.004m2.999-2.002a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4m-3.006-6.998a2 2 0 1 1-4 .004a2 2 0 0 1 4-.004" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPneumoniaNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPneumoniaNegative(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(#healthiconsPneumoniaNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm16.505 12.025c5.132 0 5.356 6.118 5.333 9.773q.09-.039.18-.088c.25-.137.483-.334.658-.623c.174-.288.324-.723.324-1.393V6.002h2v13.69c0 .67.15 1.105.324 1.393c.176.289.41.485.659.622q.07.04.14.07c-.023-3.654.202-9.768 5.333-9.768c7.45 0 12.772 26.006 9.58 28.66c-3.194 2.654-9.58 1.061-12.773-2.123c-2.578-2.571-2.355-8.579-2.195-12.891c.023-.634.045-1.23.057-1.774a4.4 4.4 0 0 1-1.107-.422A3.8 3.8 0 0 1 24 22.65c-.315.358-.67.621-1.018.813a4.4 4.4 0 0 1-1.147.43c.011.546.034 1.144.057 1.778c.16 4.313.383 10.321-2.195 12.892c-3.193 3.185-9.58 4.777-12.772 2.123s2.129-28.66 9.58-28.66m-.531 6.914a2 2 0 1 1-.003-4a2 2 0 0 1 .003 4M8.989 36.945a2 2 0 1 0 4-.003a2 2 0 0 0-4 .003m7.997-3.007a2 2 0 1 1-.003-4a2 2 0 0 1 .003 4m-7.005-5.994a2 2 0 1 0 4-.003a2 2 0 0 0-4 .003m6.998-3.006a2 2 0 1 1-.003-4a2 2 0 0 1 .003 4m16.993-7.93a2 2 0 1 1-4 .004a2 2 0 0 1 4-.003m3.018 21.998a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4m-4.006-6.997a2 2 0 1 1-4 .004a2 2 0 0 1 4-.004m2.999-2.002a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4m-3.006-6.998a2 2 0 1 1-4 .004a2 2 0 0 1 4-.004" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPneumoniaNegative"><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(#healthiconsPneumoniaNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm16.505 12.025c5.132 0 5.356 6.118 5.333 9.773q.09-.039.18-.088c.25-.137.483-.334.658-.623c.174-.288.324-.723.324-1.393V6.002h2v13.69c0 .67.15 1.105.324 1.393c.176.289.41.485.659.622q.07.04.14.07c-.023-3.654.202-9.768 5.333-9.768c7.45 0 12.772 26.006 9.58 28.66c-3.194 2.654-9.58 1.061-12.773-2.123c-2.578-2.571-2.355-8.579-2.195-12.891c.023-.634.045-1.23.057-1.774a4.4 4.4 0 0 1-1.107-.422A3.8 3.8 0 0 1 24 22.65c-.315.358-.67.621-1.018.813a4.4 4.4 0 0 1-1.147.43c.011.546.034 1.144.057 1.778c.16 4.313.383 10.321-2.195 12.892c-3.193 3.185-9.58 4.777-12.772 2.123s2.129-28.66 9.58-28.66m-.531 6.914a2 2 0 1 1-.003-4a2 2 0 0 1 .003 4M8.989 36.945a2 2 0 1 0 4-.003a2 2 0 0 0-4 .003m7.997-3.007a2 2 0 1 1-.003-4a2 2 0 0 1 .003 4m-7.005-5.994a2 2 0 1 0 4-.003a2 2 0 0 0-4 .003m6.998-3.006a2 2 0 1 1-.003-4a2 2 0 0 1 .003 4m16.993-7.93a2 2 0 1 1-4 .004a2 2 0 0 1 4-.003m3.018 21.998a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4m-4.006-6.997a2 2 0 1 1-4 .004a2 2 0 0 1 4-.004m2.999-2.002a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4m-3.006-6.998a2 2 0 1 1-4 .004a2 2 0 0 1 4-.004" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPneumoniaNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-pneumonia-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(%23healthiconsPneumoniaNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm16.505%2012.025c5.132%200%205.356%206.118%205.333%209.773q.09-.039.18-.088c.25-.137.483-.334.658-.623c.174-.288.324-.723.324-1.393V6.002h2v13.69c0%20.67.15%201.105.324%201.393c.176.289.41.485.659.622q.07.04.14.07c-.023-3.654.202-9.768%205.333-9.768c7.45%200%2012.772%2026.006%209.58%2028.66c-3.194%202.654-9.58%201.061-12.773-2.123c-2.578-2.571-2.355-8.579-2.195-12.891c.023-.634.045-1.23.057-1.774a4.4%204.4%200%200%201-1.107-.422A3.8%203.8%200%200%201%2024%2022.65c-.315.358-.67.621-1.018.813a4.4%204.4%200%200%201-1.147.43c.011.546.034%201.144.057%201.778c.16%204.313.383%2010.321-2.195%2012.892c-3.193%203.185-9.58%204.777-12.772%202.123s2.129-28.66%209.58-28.66m-.531%206.914a2%202%200%201%201-.003-4a2%202%200%200%201%20.003%204M8.989%2036.945a2%202%200%201%200%204-.003a2%202%200%200%200-4%20.003m7.997-3.007a2%202%200%201%201-.003-4a2%202%200%200%201%20.003%204m-7.005-5.994a2%202%200%201%200%204-.003a2%202%200%200%200-4%20.003m6.998-3.006a2%202%200%201%201-.003-4a2%202%200%200%201%20.003%204m16.993-7.93a2%202%200%201%201-4%20.004a2%202%200%200%201%204-.003m3.018%2021.998a2%202%200%201%200-.003-4a2%202%200%200%200%20.003%204m-4.006-6.997a2%202%200%201%201-4%20.004a2%202%200%200%201%204-.004m2.999-2.002a2%202%200%201%200-.003-4a2%202%200%200%200%20.003%204m-3.006-6.998a2%202%200%201%201-4%20.004a2%202%200%200%201%204-.004%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPneumoniaNegative%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(%23healthiconsPneumoniaNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm16.505%2012.025c5.132%200%205.356%206.118%205.333%209.773q.09-.039.18-.088c.25-.137.483-.334.658-.623c.174-.288.324-.723.324-1.393V6.002h2v13.69c0%20.67.15%201.105.324%201.393c.176.289.41.485.659.622q.07.04.14.07c-.023-3.654.202-9.768%205.333-9.768c7.45%200%2012.772%2026.006%209.58%2028.66c-3.194%202.654-9.58%201.061-12.773-2.123c-2.578-2.571-2.355-8.579-2.195-12.891c.023-.634.045-1.23.057-1.774a4.4%204.4%200%200%201-1.107-.422A3.8%203.8%200%200%201%2024%2022.65c-.315.358-.67.621-1.018.813a4.4%204.4%200%200%201-1.147.43c.011.546.034%201.144.057%201.778c.16%204.313.383%2010.321-2.195%2012.892c-3.193%203.185-9.58%204.777-12.772%202.123s2.129-28.66%209.58-28.66m-.531%206.914a2%202%200%201%201-.003-4a2%202%200%200%201%20.003%204M8.989%2036.945a2%202%200%201%200%204-.003a2%202%200%200%200-4%20.003m7.997-3.007a2%202%200%201%201-.003-4a2%202%200%200%201%20.003%204m-7.005-5.994a2%202%200%201%200%204-.003a2%202%200%200%200-4%20.003m6.998-3.006a2%202%200%201%201-.003-4a2%202%200%200%201%20.003%204m16.993-7.93a2%202%200%201%201-4%20.004a2%202%200%200%201%204-.003m3.018%2021.998a2%202%200%201%200-.003-4a2%202%200%200%200%20.003%204m-4.006-6.997a2%202%200%201%201-4%20.004a2%202%200%200%201%204-.004m2.999-2.002a2%202%200%201%200-.003-4a2%202%200%200%200%20.003%204m-3.006-6.998a2%202%200%201%201-4%20.004a2%202%200%200%201%204-.004%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPneumoniaNegative%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/pneumonia-negative.svg?color=%231a73e8&size=48