chart cured decreasing icon
chart-cured-decreasing from Health Icons by Resolve to Save Lives · Filled · Graphs · MIT Free for personal and commercial use.
- Name
- chart-cured-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-increasingchart-death-rate-decreasingchart-death-rate-increasingchart-death-rate-stablechart-infected-decreasingchart-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 cured 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="M15.828 18.14C13.684 16.74 11.303 16 8.871 16H8V6H6v35a1 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.86"/><path d="M40.554 12.78c.285.285.446.673.446 1.077v2.286a1.524 1.524 0 0 1-1.524 1.524h-3.81v3.81A1.524 1.524 0 0 1 34.144 23h-2.286a1.524 1.524 0 0 1-1.524-1.524v-3.81h-3.81A1.524 1.524 0 0 1 25 16.144v-2.286a1.524 1.524 0 0 1 1.524-1.524h3.81v-3.81A1.524 1.524 0 0 1 31.856 7h2.286a1.524 1.524 0 0 1 1.524 1.524v3.81h3.81c.403 0 .79.16 1.077.446"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChartCuredDecreasing(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="M15.828 18.14C13.684 16.74 11.303 16 8.871 16H8V6H6v35a1 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.86"/><path d="M40.554 12.78c.285.285.446.673.446 1.077v2.286a1.524 1.524 0 0 1-1.524 1.524h-3.81v3.81A1.524 1.524 0 0 1 34.144 23h-2.286a1.524 1.524 0 0 1-1.524-1.524v-3.81h-3.81A1.524 1.524 0 0 1 25 16.144v-2.286a1.524 1.524 0 0 1 1.524-1.524h3.81v-3.81A1.524 1.524 0 0 1 31.856 7h2.286a1.524 1.524 0 0 1 1.524 1.524v3.81h3.81c.403 0 .79.16 1.077.446"/></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="M15.828 18.14C13.684 16.74 11.303 16 8.871 16H8V6H6v35a1 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.86"/><path d="M40.554 12.78c.285.285.446.673.446 1.077v2.286a1.524 1.524 0 0 1-1.524 1.524h-3.81v3.81A1.524 1.524 0 0 1 34.144 23h-2.286a1.524 1.524 0 0 1-1.524-1.524v-3.81h-3.81A1.524 1.524 0 0 1 25 16.144v-2.286a1.524 1.524 0 0 1 1.524-1.524h3.81v-3.81A1.524 1.524 0 0 1 31.856 7h2.286a1.524 1.524 0 0 1 1.524 1.524v3.81h3.81c.403 0 .79.16 1.077.446"/></g></svg> </template>
CSS
.icon-chart-cured-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%22M15.828%2018.14C13.684%2016.74%2011.303%2016%208.871%2016H8V6H6v35a1%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.86%22%2F%3E%3Cpath%20d%3D%22M40.554%2012.78c.285.285.446.673.446%201.077v2.286a1.524%201.524%200%200%201-1.524%201.524h-3.81v3.81A1.524%201.524%200%200%201%2034.144%2023h-2.286a1.524%201.524%200%200%201-1.524-1.524v-3.81h-3.81A1.524%201.524%200%200%201%2025%2016.144v-2.286a1.524%201.524%200%200%201%201.524-1.524h3.81v-3.81A1.524%201.524%200%200%201%2031.856%207h2.286a1.524%201.524%200%200%201%201.524%201.524v3.81h3.81c.403%200%20.79.16%201.077.446%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%22M15.828%2018.14C13.684%2016.74%2011.303%2016%208.871%2016H8V6H6v35a1%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.86%22%2F%3E%3Cpath%20d%3D%22M40.554%2012.78c.285.285.446.673.446%201.077v2.286a1.524%201.524%200%200%201-1.524%201.524h-3.81v3.81A1.524%201.524%200%200%201%2034.144%2023h-2.286a1.524%201.524%200%200%201-1.524-1.524v-3.81h-3.81A1.524%201.524%200%200%201%2025%2016.144v-2.286a1.524%201.524%200%200%201%201.524-1.524h3.81v-3.81A1.524%201.524%200%200%201%2031.856%207h2.286a1.524%201.524%200%200%201%201.524%201.524v3.81h3.81c.403%200%20.79.16%201.077.446%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-cured-decreasing.svg?color=%231a73e8&size=48