chart infected stable negative icon
chart-infected-stable-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- chart-infected-stable-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
chart-barchart-bar-negativechart-bar-stackedchart-bar-stacked-negativechart-cured-decreasingchart-cured-decreasing-negativechart-cured-increasingchart-cured-increasing-negativechart-death-rate-decreasingchart-death-rate-decreasing-negativechart-death-rate-increasingchart-death-rate-increasing-negativechart-death-rate-stablechart-death-rate-stable-negativechart-infected-decreasingchart-infected-decreasing-negativechart-infected-increasingchart-infected-increasing-negativechart-infected-stablechart-linechart-line-negativechart-line-stackedchart-line-stacked-negativechart-pie
Use the chart infected stable 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(#healthiconsChartInfectedStableNegative1)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24.712 20.45a6.47 6.47 0 0 1-3.212 1.474v1.087A1 1 0 0 1 21.35 25h-1.7a1 1 0 0 1-.15-1.989v-1.087a6.5 6.5 0 0 1-2.835-1.175l-.7.701l.142.143a1 1 0 0 1-1.414 1.414l-1.7-1.7a1 1 0 0 1 1.414-1.414l.143.143l.701-.701a6.5 6.5 0 0 1-1.175-2.835H12.99a1 1 0 0 1-1.99-.15v-1.7a1 1 0 0 1 1.989-.15h1.087a6.5 6.5 0 0 1 1.175-2.835l-.701-.7l-.143.142a1 1 0 0 1-1.414-1.414l1.7-1.7a1 1 0 1 1 1.414 1.414l-.143.143l.701.701A6.5 6.5 0 0 1 19.5 9.076V7.99A1 1 0 0 1 19.65 6h1.7a1 1 0 0 1 .15 1.989v1.087a6.5 6.5 0 0 1 2.835 1.175l.7-.701l-.142-.143a1 1 0 0 1 1.414-1.414l1.7 1.7a1 1 0 0 1-1.414 1.414l-.143-.143l-.701.701c.6.82 1.013 1.786 1.175 2.835h1.087a1 1 0 0 1 1.989.15v1.7a1 1 0 0 1-1.989.15h-1.087a6.5 6.5 0 0 1-.905 2.436l1.248 1.133l.176-.176a1 1 0 0 1 1.414 1.414l-1.7 1.7a1 1 0 0 1-1.414-1.414l.108-.108zm-5.787 11.17c1.23-.405 2.6-.62 3.995-.62s2.764.215 3.994.62l3.673 1.212c2.336.77 4.9 1.168 7.493 1.168h1.286l-3.073 3.075a1 1 0 0 0 1.414 1.414l4.78-4.782a1 1 0 0 0 0-1.414l-4.78-4.782a1 1 0 0 0-1.414 1.414L39.367 32H38.08c-2.392 0-4.745-.368-6.867-1.068l-3.672-1.21A14.9 14.9 0 0 0 22.92 29c-1.595 0-3.176.245-4.621.721l-3.671 1.207c-2.052.676-4.318 1.043-6.628 1.067V6H6v35a1 1 0 0 0 1 1h35v-2H8v-6.005c2.51-.024 4.988-.42 7.252-1.167z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChartInfectedStableNegative1"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChartInfectedStableNegative(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(#healthiconsChartInfectedStableNegative1)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm24.712 20.45a6.47 6.47 0 0 1-3.212 1.474v1.087A1 1 0 0 1 21.35 25h-1.7a1 1 0 0 1-.15-1.989v-1.087a6.5 6.5 0 0 1-2.835-1.175l-.7.701l.142.143a1 1 0 0 1-1.414 1.414l-1.7-1.7a1 1 0 0 1 1.414-1.414l.143.143l.701-.701a6.5 6.5 0 0 1-1.175-2.835H12.99a1 1 0 0 1-1.99-.15v-1.7a1 1 0 0 1 1.989-.15h1.087a6.5 6.5 0 0 1 1.175-2.835l-.701-.7l-.143.142a1 1 0 0 1-1.414-1.414l1.7-1.7a1 1 0 1 1 1.414 1.414l-.143.143l.701.701A6.5 6.5 0 0 1 19.5 9.076V7.99A1 1 0 0 1 19.65 6h1.7a1 1 0 0 1 .15 1.989v1.087a6.5 6.5 0 0 1 2.835 1.175l.7-.701l-.142-.143a1 1 0 0 1 1.414-1.414l1.7 1.7a1 1 0 0 1-1.414 1.414l-.143-.143l-.701.701c.6.82 1.013 1.786 1.175 2.835h1.087a1 1 0 0 1 1.989.15v1.7a1 1 0 0 1-1.989.15h-1.087a6.5 6.5 0 0 1-.905 2.436l1.248 1.133l.176-.176a1 1 0 0 1 1.414 1.414l-1.7 1.7a1 1 0 0 1-1.414-1.414l.108-.108zm-5.787 11.17c1.23-.405 2.6-.62 3.995-.62s2.764.215 3.994.62l3.673 1.212c2.336.77 4.9 1.168 7.493 1.168h1.286l-3.073 3.075a1 1 0 0 0 1.414 1.414l4.78-4.782a1 1 0 0 0 0-1.414l-4.78-4.782a1 1 0 0 0-1.414 1.414L39.367 32H38.08c-2.392 0-4.745-.368-6.867-1.068l-3.672-1.21A14.9 14.9 0 0 0 22.92 29c-1.595 0-3.176.245-4.621.721l-3.671 1.207c-2.052.676-4.318 1.043-6.628 1.067V6H6v35a1 1 0 0 0 1 1h35v-2H8v-6.005c2.51-.024 4.988-.42 7.252-1.167z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsChartInfectedStableNegative1"><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(#healthiconsChartInfectedStableNegative1)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24.712 20.45a6.47 6.47 0 0 1-3.212 1.474v1.087A1 1 0 0 1 21.35 25h-1.7a1 1 0 0 1-.15-1.989v-1.087a6.5 6.5 0 0 1-2.835-1.175l-.7.701l.142.143a1 1 0 0 1-1.414 1.414l-1.7-1.7a1 1 0 0 1 1.414-1.414l.143.143l.701-.701a6.5 6.5 0 0 1-1.175-2.835H12.99a1 1 0 0 1-1.99-.15v-1.7a1 1 0 0 1 1.989-.15h1.087a6.5 6.5 0 0 1 1.175-2.835l-.701-.7l-.143.142a1 1 0 0 1-1.414-1.414l1.7-1.7a1 1 0 1 1 1.414 1.414l-.143.143l.701.701A6.5 6.5 0 0 1 19.5 9.076V7.99A1 1 0 0 1 19.65 6h1.7a1 1 0 0 1 .15 1.989v1.087a6.5 6.5 0 0 1 2.835 1.175l.7-.701l-.142-.143a1 1 0 0 1 1.414-1.414l1.7 1.7a1 1 0 0 1-1.414 1.414l-.143-.143l-.701.701c.6.82 1.013 1.786 1.175 2.835h1.087a1 1 0 0 1 1.989.15v1.7a1 1 0 0 1-1.989.15h-1.087a6.5 6.5 0 0 1-.905 2.436l1.248 1.133l.176-.176a1 1 0 0 1 1.414 1.414l-1.7 1.7a1 1 0 0 1-1.414-1.414l.108-.108zm-5.787 11.17c1.23-.405 2.6-.62 3.995-.62s2.764.215 3.994.62l3.673 1.212c2.336.77 4.9 1.168 7.493 1.168h1.286l-3.073 3.075a1 1 0 0 0 1.414 1.414l4.78-4.782a1 1 0 0 0 0-1.414l-4.78-4.782a1 1 0 0 0-1.414 1.414L39.367 32H38.08c-2.392 0-4.745-.368-6.867-1.068l-3.672-1.21A14.9 14.9 0 0 0 22.92 29c-1.595 0-3.176.245-4.621.721l-3.671 1.207c-2.052.676-4.318 1.043-6.628 1.067V6H6v35a1 1 0 0 0 1 1h35v-2H8v-6.005c2.51-.024 4.988-.42 7.252-1.167z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChartInfectedStableNegative1"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-chart-infected-stable-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(%23healthiconsChartInfectedStableNegative1)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24.712%2020.45a6.47%206.47%200%200%201-3.212%201.474v1.087A1%201%200%200%201%2021.35%2025h-1.7a1%201%200%200%201-.15-1.989v-1.087a6.5%206.5%200%200%201-2.835-1.175l-.7.701l.142.143a1%201%200%200%201-1.414%201.414l-1.7-1.7a1%201%200%200%201%201.414-1.414l.143.143l.701-.701a6.5%206.5%200%200%201-1.175-2.835H12.99a1%201%200%200%201-1.99-.15v-1.7a1%201%200%200%201%201.989-.15h1.087a6.5%206.5%200%200%201%201.175-2.835l-.701-.7l-.143.142a1%201%200%200%201-1.414-1.414l1.7-1.7a1%201%200%201%201%201.414%201.414l-.143.143l.701.701A6.5%206.5%200%200%201%2019.5%209.076V7.99A1%201%200%200%201%2019.65%206h1.7a1%201%200%200%201%20.15%201.989v1.087a6.5%206.5%200%200%201%202.835%201.175l.7-.701l-.142-.143a1%201%200%200%201%201.414-1.414l1.7%201.7a1%201%200%200%201-1.414%201.414l-.143-.143l-.701.701c.6.82%201.013%201.786%201.175%202.835h1.087a1%201%200%200%201%201.989.15v1.7a1%201%200%200%201-1.989.15h-1.087a6.5%206.5%200%200%201-.905%202.436l1.248%201.133l.176-.176a1%201%200%200%201%201.414%201.414l-1.7%201.7a1%201%200%200%201-1.414-1.414l.108-.108zm-5.787%2011.17c1.23-.405%202.6-.62%203.995-.62s2.764.215%203.994.62l3.673%201.212c2.336.77%204.9%201.168%207.493%201.168h1.286l-3.073%203.075a1%201%200%200%200%201.414%201.414l4.78-4.782a1%201%200%200%200%200-1.414l-4.78-4.782a1%201%200%200%200-1.414%201.414L39.367%2032H38.08c-2.392%200-4.745-.368-6.867-1.068l-3.672-1.21A14.9%2014.9%200%200%200%2022.92%2029c-1.595%200-3.176.245-4.621.721l-3.671%201.207c-2.052.676-4.318%201.043-6.628%201.067V6H6v35a1%201%200%200%200%201%201h35v-2H8v-6.005c2.51-.024%204.988-.42%207.252-1.167z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChartInfectedStableNegative1%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(%23healthiconsChartInfectedStableNegative1)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24.712%2020.45a6.47%206.47%200%200%201-3.212%201.474v1.087A1%201%200%200%201%2021.35%2025h-1.7a1%201%200%200%201-.15-1.989v-1.087a6.5%206.5%200%200%201-2.835-1.175l-.7.701l.142.143a1%201%200%200%201-1.414%201.414l-1.7-1.7a1%201%200%200%201%201.414-1.414l.143.143l.701-.701a6.5%206.5%200%200%201-1.175-2.835H12.99a1%201%200%200%201-1.99-.15v-1.7a1%201%200%200%201%201.989-.15h1.087a6.5%206.5%200%200%201%201.175-2.835l-.701-.7l-.143.142a1%201%200%200%201-1.414-1.414l1.7-1.7a1%201%200%201%201%201.414%201.414l-.143.143l.701.701A6.5%206.5%200%200%201%2019.5%209.076V7.99A1%201%200%200%201%2019.65%206h1.7a1%201%200%200%201%20.15%201.989v1.087a6.5%206.5%200%200%201%202.835%201.175l.7-.701l-.142-.143a1%201%200%200%201%201.414-1.414l1.7%201.7a1%201%200%200%201-1.414%201.414l-.143-.143l-.701.701c.6.82%201.013%201.786%201.175%202.835h1.087a1%201%200%200%201%201.989.15v1.7a1%201%200%200%201-1.989.15h-1.087a6.5%206.5%200%200%201-.905%202.436l1.248%201.133l.176-.176a1%201%200%200%201%201.414%201.414l-1.7%201.7a1%201%200%200%201-1.414-1.414l.108-.108zm-5.787%2011.17c1.23-.405%202.6-.62%203.995-.62s2.764.215%203.994.62l3.673%201.212c2.336.77%204.9%201.168%207.493%201.168h1.286l-3.073%203.075a1%201%200%200%200%201.414%201.414l4.78-4.782a1%201%200%200%200%200-1.414l-4.78-4.782a1%201%200%200%200-1.414%201.414L39.367%2032H38.08c-2.392%200-4.745-.368-6.867-1.068l-3.672-1.21A14.9%2014.9%200%200%200%2022.92%2029c-1.595%200-3.176.245-4.621.721l-3.671%201.207c-2.052.676-4.318%201.043-6.628%201.067V6H6v35a1%201%200%200%200%201%201h35v-2H8v-6.005c2.51-.024%204.988-.42%207.252-1.167z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChartInfectedStableNegative1%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/chart-infected-stable-negative.svg?color=%231a73e8&size=48