chart cured decreasing icon
chart-cured-decreasing-outline from Health Icons by Resolve to Save Lives · Outline · Graphs · MIT Free for personal and commercial use.
- Name
- chart-cured-decreasing-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Graphs
- Viewbox
- 48×48
- License
- MIT
- Aliases
- chart-cured-decreasing2x-outline
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 fill-rule="evenodd" d="M31.857 6a2.524 2.524 0 0 0-2.524 2.524v2.81h-2.81A2.524 2.524 0 0 0 24 13.856v2.286a2.524 2.524 0 0 0 2.524 2.524h2.81v2.81A2.524 2.524 0 0 0 31.856 24h2.286a2.524 2.524 0 0 0 2.524-2.524v-2.81h2.81A2.524 2.524 0 0 0 42 16.144v-2.286a2.524 2.524 0 0 0-2.524-2.524h-2.81v-2.81A2.524 2.524 0 0 0 34.144 6zm-.37 2.153a.52.52 0 0 1 .37-.153h2.286a.524.524 0 0 1 .524.524v3.81a1 1 0 0 0 1 1h3.81a.524.524 0 0 1 .523.523v2.286a.524.524 0 0 1-.524.524h-3.81a1 1 0 0 0-1 1v3.81a.524.524 0 0 1-.523.523h-2.286a.524.524 0 0 1-.524-.524v-3.81a1 1 0 0 0-1-1h-3.81a.524.524 0 0 1-.523-.523v-2.286a.524.524 0 0 1 .524-.524h3.81a1 1 0 0 0 1-1v-3.81c0-.138.055-.271.153-.37" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChartCuredDecreasingOutline(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 fillRule="evenodd" d="M31.857 6a2.524 2.524 0 0 0-2.524 2.524v2.81h-2.81A2.524 2.524 0 0 0 24 13.856v2.286a2.524 2.524 0 0 0 2.524 2.524h2.81v2.81A2.524 2.524 0 0 0 31.856 24h2.286a2.524 2.524 0 0 0 2.524-2.524v-2.81h2.81A2.524 2.524 0 0 0 42 16.144v-2.286a2.524 2.524 0 0 0-2.524-2.524h-2.81v-2.81A2.524 2.524 0 0 0 34.144 6zm-.37 2.153a.52.52 0 0 1 .37-.153h2.286a.524.524 0 0 1 .524.524v3.81a1 1 0 0 0 1 1h3.81a.524.524 0 0 1 .523.523v2.286a.524.524 0 0 1-.524.524h-3.81a1 1 0 0 0-1 1v3.81a.524.524 0 0 1-.523.523h-2.286a.524.524 0 0 1-.524-.524v-3.81a1 1 0 0 0-1-1h-3.81a.524.524 0 0 1-.523-.523v-2.286a.524.524 0 0 1 .524-.524h3.81a1 1 0 0 0 1-1v-3.81c0-.138.055-.271.153-.37" clipRule="evenodd"/></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 fill-rule="evenodd" d="M31.857 6a2.524 2.524 0 0 0-2.524 2.524v2.81h-2.81A2.524 2.524 0 0 0 24 13.856v2.286a2.524 2.524 0 0 0 2.524 2.524h2.81v2.81A2.524 2.524 0 0 0 31.856 24h2.286a2.524 2.524 0 0 0 2.524-2.524v-2.81h2.81A2.524 2.524 0 0 0 42 16.144v-2.286a2.524 2.524 0 0 0-2.524-2.524h-2.81v-2.81A2.524 2.524 0 0 0 34.144 6zm-.37 2.153a.52.52 0 0 1 .37-.153h2.286a.524.524 0 0 1 .524.524v3.81a1 1 0 0 0 1 1h3.81a.524.524 0 0 1 .523.523v2.286a.524.524 0 0 1-.524.524h-3.81a1 1 0 0 0-1 1v3.81a.524.524 0 0 1-.523.523h-2.286a.524.524 0 0 1-.524-.524v-3.81a1 1 0 0 0-1-1h-3.81a.524.524 0 0 1-.523-.523v-2.286a.524.524 0 0 1 .524-.524h3.81a1 1 0 0 0 1-1v-3.81c0-.138.055-.271.153-.37" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-chart-cured-decreasing-outline {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M31.857%206a2.524%202.524%200%200%200-2.524%202.524v2.81h-2.81A2.524%202.524%200%200%200%2024%2013.856v2.286a2.524%202.524%200%200%200%202.524%202.524h2.81v2.81A2.524%202.524%200%200%200%2031.856%2024h2.286a2.524%202.524%200%200%200%202.524-2.524v-2.81h2.81A2.524%202.524%200%200%200%2042%2016.144v-2.286a2.524%202.524%200%200%200-2.524-2.524h-2.81v-2.81A2.524%202.524%200%200%200%2034.144%206zm-.37%202.153a.52.52%200%200%201%20.37-.153h2.286a.524.524%200%200%201%20.524.524v3.81a1%201%200%200%200%201%201h3.81a.524.524%200%200%201%20.523.523v2.286a.524.524%200%200%201-.524.524h-3.81a1%201%200%200%200-1%201v3.81a.524.524%200%200%201-.523.523h-2.286a.524.524%200%200%201-.524-.524v-3.81a1%201%200%200%200-1-1h-3.81a.524.524%200%200%201-.523-.523v-2.286a.524.524%200%200%201%20.524-.524h3.81a1%201%200%200%200%201-1v-3.81c0-.138.055-.271.153-.37%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M31.857%206a2.524%202.524%200%200%200-2.524%202.524v2.81h-2.81A2.524%202.524%200%200%200%2024%2013.856v2.286a2.524%202.524%200%200%200%202.524%202.524h2.81v2.81A2.524%202.524%200%200%200%2031.856%2024h2.286a2.524%202.524%200%200%200%202.524-2.524v-2.81h2.81A2.524%202.524%200%200%200%2042%2016.144v-2.286a2.524%202.524%200%200%200-2.524-2.524h-2.81v-2.81A2.524%202.524%200%200%200%2034.144%206zm-.37%202.153a.52.52%200%200%201%20.37-.153h2.286a.524.524%200%200%201%20.524.524v3.81a1%201%200%200%200%201%201h3.81a.524.524%200%200%201%20.523.523v2.286a.524.524%200%200%201-.524.524h-3.81a1%201%200%200%200-1%201v3.81a.524.524%200%200%201-.523.523h-2.286a.524.524%200%200%201-.524-.524v-3.81a1%201%200%200%200-1-1h-3.81a.524.524%200%200%201-.523-.523v-2.286a.524.524%200%200%201%20.524-.524h3.81a1%201%200%200%200%201-1v-3.81c0-.138.055-.271.153-.37%22%20clip-rule%3D%22evenodd%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-outline.svg?color=%231a73e8&size=48