chart infected decreasing icon
chart-infected-decreasing from Health Icons by Resolve to Save Lives · Filled · Graphs · MIT Free for personal and commercial use.
- Name
- chart-infected-decreasing
- Set
- Health Icons
- Style
- Filled
- Category
- Graphs
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More graphs icons from Health Icons
chart-barchart-bar-stackedchart-cured-decreasingchart-cured-increasingchart-death-rate-decreasingchart-death-rate-increasingchart-death-rate-stablechart-infected-increasingchart-infected-stablechart-linechart-line-stackedchart-piechart-bar-negativechart-bar-stacked-negativechart-cured-decreasing-negativechart-cured-increasing-negativechart-death-rate-decreasing-negativechart-death-rate-increasing-negativechart-death-rate-stable-negativechart-infected-decreasing-negativechart-infected-increasing-negativechart-infected-stable-negativechart-line-negativechart-line-stacked-negative
Use the chart infected decreasing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M6 41a1 1 0 0 0 1 1h35v-2H8V18h.871c2.016 0 4.021.612 5.864 1.815c1.846 1.204 3.482 2.971 4.765 5.186c1.419 2.45 3.262 4.462 5.403 5.86C27.047 32.258 29.428 33 31.86 33h6.506l-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.414L38.367 31H31.86c-2.016 0-4.022-.612-5.865-1.815c-1.845-1.204-3.482-2.971-4.764-5.186c-1.419-2.45-3.262-4.462-5.403-5.86C13.684 16.742 11.303 16 8.871 16H8V6H6z"/><path d="M31.65 6a1 1 0 0 0-.15 1.989v1.493a6.1 6.1 0 0 0-2.548 1.056l-.988-.988l.143-.143a1 1 0 0 0-1.414-1.414l-1.7 1.7a1 1 0 0 0 1.414 1.414l.143-.143l.988.988a6.1 6.1 0 0 0-1.056 2.548h-1.493a1 1 0 0 0-1.989.15v1.7a1 1 0 0 0 1.989.15h1.493a6.1 6.1 0 0 0 1.056 2.548l-.988.988l-.143-.143a1 1 0 0 0-1.414 1.414l1.7 1.7a1 1 0 0 0 1.414-1.414l-.143-.143l.988-.988a6.05 6.05 0 0 0 2.548 1.056v1.493A1 1 0 0 0 31.65 25h1.7a1 1 0 0 0 .15-1.989v-1.493a6.1 6.1 0 0 0 3.022-1.432l1.364 1.364l-.143.143a1 1 0 0 0 1.414 1.414l1.7-1.7a1 1 0 0 0-1.414-1.414l-.143.143l-1.505-1.505a6 6 0 0 0 .723-2.031h1.493A1 1 0 0 0 42 16.35v-1.7a1 1 0 0 0-1.989-.15h-1.493a6.1 6.1 0 0 0-1.056-2.548l.988-.988l.143.143a1 1 0 0 0 1.414-1.414l-1.7-1.7a1 1 0 1 0-1.414 1.414l.143.143l-.988.988A6.1 6.1 0 0 0 33.5 9.482V7.989A1 1 0 0 0 33.35 6z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChartInfectedDecreasing(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 d="M6 41a1 1 0 0 0 1 1h35v-2H8V18h.871c2.016 0 4.021.612 5.864 1.815c1.846 1.204 3.482 2.971 4.765 5.186c1.419 2.45 3.262 4.462 5.403 5.86C27.047 32.258 29.428 33 31.86 33h6.506l-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.414L38.367 31H31.86c-2.016 0-4.022-.612-5.865-1.815c-1.845-1.204-3.482-2.971-4.764-5.186c-1.419-2.45-3.262-4.462-5.403-5.86C13.684 16.742 11.303 16 8.871 16H8V6H6z"/><path d="M31.65 6a1 1 0 0 0-.15 1.989v1.493a6.1 6.1 0 0 0-2.548 1.056l-.988-.988l.143-.143a1 1 0 0 0-1.414-1.414l-1.7 1.7a1 1 0 0 0 1.414 1.414l.143-.143l.988.988a6.1 6.1 0 0 0-1.056 2.548h-1.493a1 1 0 0 0-1.989.15v1.7a1 1 0 0 0 1.989.15h1.493a6.1 6.1 0 0 0 1.056 2.548l-.988.988l-.143-.143a1 1 0 0 0-1.414 1.414l1.7 1.7a1 1 0 0 0 1.414-1.414l-.143-.143l.988-.988a6.05 6.05 0 0 0 2.548 1.056v1.493A1 1 0 0 0 31.65 25h1.7a1 1 0 0 0 .15-1.989v-1.493a6.1 6.1 0 0 0 3.022-1.432l1.364 1.364l-.143.143a1 1 0 0 0 1.414 1.414l1.7-1.7a1 1 0 0 0-1.414-1.414l-.143.143l-1.505-1.505a6 6 0 0 0 .723-2.031h1.493A1 1 0 0 0 42 16.35v-1.7a1 1 0 0 0-1.989-.15h-1.493a6.1 6.1 0 0 0-1.056-2.548l.988-.988l.143.143a1 1 0 0 0 1.414-1.414l-1.7-1.7a1 1 0 1 0-1.414 1.414l.143.143l-.988.988A6.1 6.1 0 0 0 33.5 9.482V7.989A1 1 0 0 0 33.35 6z"/></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 d="M6 41a1 1 0 0 0 1 1h35v-2H8V18h.871c2.016 0 4.021.612 5.864 1.815c1.846 1.204 3.482 2.971 4.765 5.186c1.419 2.45 3.262 4.462 5.403 5.86C27.047 32.258 29.428 33 31.86 33h6.506l-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.414L38.367 31H31.86c-2.016 0-4.022-.612-5.865-1.815c-1.845-1.204-3.482-2.971-4.764-5.186c-1.419-2.45-3.262-4.462-5.403-5.86C13.684 16.742 11.303 16 8.871 16H8V6H6z"/><path d="M31.65 6a1 1 0 0 0-.15 1.989v1.493a6.1 6.1 0 0 0-2.548 1.056l-.988-.988l.143-.143a1 1 0 0 0-1.414-1.414l-1.7 1.7a1 1 0 0 0 1.414 1.414l.143-.143l.988.988a6.1 6.1 0 0 0-1.056 2.548h-1.493a1 1 0 0 0-1.989.15v1.7a1 1 0 0 0 1.989.15h1.493a6.1 6.1 0 0 0 1.056 2.548l-.988.988l-.143-.143a1 1 0 0 0-1.414 1.414l1.7 1.7a1 1 0 0 0 1.414-1.414l-.143-.143l.988-.988a6.05 6.05 0 0 0 2.548 1.056v1.493A1 1 0 0 0 31.65 25h1.7a1 1 0 0 0 .15-1.989v-1.493a6.1 6.1 0 0 0 3.022-1.432l1.364 1.364l-.143.143a1 1 0 0 0 1.414 1.414l1.7-1.7a1 1 0 0 0-1.414-1.414l-.143.143l-1.505-1.505a6 6 0 0 0 .723-2.031h1.493A1 1 0 0 0 42 16.35v-1.7a1 1 0 0 0-1.989-.15h-1.493a6.1 6.1 0 0 0-1.056-2.548l.988-.988l.143.143a1 1 0 0 0 1.414-1.414l-1.7-1.7a1 1 0 1 0-1.414 1.414l.143.143l-.988.988A6.1 6.1 0 0 0 33.5 9.482V7.989A1 1 0 0 0 33.35 6z"/></g></svg> </template>
CSS
.icon-chart-infected-decreasing {
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%20d%3D%22M6%2041a1%201%200%200%200%201%201h35v-2H8V18h.871c2.016%200%204.021.612%205.864%201.815c1.846%201.204%203.482%202.971%204.765%205.186c1.419%202.45%203.262%204.462%205.403%205.86C27.047%2032.258%2029.428%2033%2031.86%2033h6.506l-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.414L38.367%2031H31.86c-2.016%200-4.022-.612-5.865-1.815c-1.845-1.204-3.482-2.971-4.764-5.186c-1.419-2.45-3.262-4.462-5.403-5.86C13.684%2016.742%2011.303%2016%208.871%2016H8V6H6z%22%2F%3E%3Cpath%20d%3D%22M31.65%206a1%201%200%200%200-.15%201.989v1.493a6.1%206.1%200%200%200-2.548%201.056l-.988-.988l.143-.143a1%201%200%200%200-1.414-1.414l-1.7%201.7a1%201%200%200%200%201.414%201.414l.143-.143l.988.988a6.1%206.1%200%200%200-1.056%202.548h-1.493a1%201%200%200%200-1.989.15v1.7a1%201%200%200%200%201.989.15h1.493a6.1%206.1%200%200%200%201.056%202.548l-.988.988l-.143-.143a1%201%200%200%200-1.414%201.414l1.7%201.7a1%201%200%200%200%201.414-1.414l-.143-.143l.988-.988a6.05%206.05%200%200%200%202.548%201.056v1.493A1%201%200%200%200%2031.65%2025h1.7a1%201%200%200%200%20.15-1.989v-1.493a6.1%206.1%200%200%200%203.022-1.432l1.364%201.364l-.143.143a1%201%200%200%200%201.414%201.414l1.7-1.7a1%201%200%200%200-1.414-1.414l-.143.143l-1.505-1.505a6%206%200%200%200%20.723-2.031h1.493A1%201%200%200%200%2042%2016.35v-1.7a1%201%200%200%200-1.989-.15h-1.493a6.1%206.1%200%200%200-1.056-2.548l.988-.988l.143.143a1%201%200%200%200%201.414-1.414l-1.7-1.7a1%201%200%201%200-1.414%201.414l.143.143l-.988.988A6.1%206.1%200%200%200%2033.5%209.482V7.989A1%201%200%200%200%2033.35%206z%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%20d%3D%22M6%2041a1%201%200%200%200%201%201h35v-2H8V18h.871c2.016%200%204.021.612%205.864%201.815c1.846%201.204%203.482%202.971%204.765%205.186c1.419%202.45%203.262%204.462%205.403%205.86C27.047%2032.258%2029.428%2033%2031.86%2033h6.506l-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.414L38.367%2031H31.86c-2.016%200-4.022-.612-5.865-1.815c-1.845-1.204-3.482-2.971-4.764-5.186c-1.419-2.45-3.262-4.462-5.403-5.86C13.684%2016.742%2011.303%2016%208.871%2016H8V6H6z%22%2F%3E%3Cpath%20d%3D%22M31.65%206a1%201%200%200%200-.15%201.989v1.493a6.1%206.1%200%200%200-2.548%201.056l-.988-.988l.143-.143a1%201%200%200%200-1.414-1.414l-1.7%201.7a1%201%200%200%200%201.414%201.414l.143-.143l.988.988a6.1%206.1%200%200%200-1.056%202.548h-1.493a1%201%200%200%200-1.989.15v1.7a1%201%200%200%200%201.989.15h1.493a6.1%206.1%200%200%200%201.056%202.548l-.988.988l-.143-.143a1%201%200%200%200-1.414%201.414l1.7%201.7a1%201%200%200%200%201.414-1.414l-.143-.143l.988-.988a6.05%206.05%200%200%200%202.548%201.056v1.493A1%201%200%200%200%2031.65%2025h1.7a1%201%200%200%200%20.15-1.989v-1.493a6.1%206.1%200%200%200%203.022-1.432l1.364%201.364l-.143.143a1%201%200%200%200%201.414%201.414l1.7-1.7a1%201%200%200%200-1.414-1.414l-.143.143l-1.505-1.505a6%206%200%200%200%20.723-2.031h1.493A1%201%200%200%200%2042%2016.35v-1.7a1%201%200%200%200-1.989-.15h-1.493a6.1%206.1%200%200%200-1.056-2.548l.988-.988l.143.143a1%201%200%200%200%201.414-1.414l-1.7-1.7a1%201%200%201%200-1.414%201.414l.143.143l-.988.988A6.1%206.1%200%200%200%2033.5%209.482V7.989A1%201%200%200%200%2033.35%206z%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/chart-infected-decreasing.svg?color=%231a73e8&size=48