chart cured decreasing negative icon
chart-cured-decreasing-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- chart-cured-decreasing-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-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-infected-stable-negativechart-linechart-line-negativechart-line-stackedchart-line-stacked-negativechart-pie
Use the chart cured decreasing 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(#healthiconsChartCuredDecreasingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm8 6v10h.871c2.432 0 4.813.74 6.957 2.14c2.141 1.397 3.984 3.41 5.403 5.859c1.282 2.215 2.919 3.982 4.764 5.186C27.838 30.388 29.844 31 31.86 31h6.507l-3.074-3.075a1 1 0 0 1 1.414-1.414l4.78 4.782a1 1 0 0 1 0 1.414l-4.78 4.782a1 1 0 0 1-1.414-1.414L38.366 33H31.86c-2.432 0-4.813-.74-6.957-2.14c-2.141-1.397-3.984-3.41-5.403-5.859c-1.283-2.215-2.919-3.982-4.765-5.186C12.892 18.612 10.887 18 8.871 18H8v22h34v2H7a1 1 0 0 1-1-1V6zm32.554 6.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" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChartCuredDecreasingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChartCuredDecreasingNegative(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(#healthiconsChartCuredDecreasingNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm8 6v10h.871c2.432 0 4.813.74 6.957 2.14c2.141 1.397 3.984 3.41 5.403 5.859c1.282 2.215 2.919 3.982 4.764 5.186C27.838 30.388 29.844 31 31.86 31h6.507l-3.074-3.075a1 1 0 0 1 1.414-1.414l4.78 4.782a1 1 0 0 1 0 1.414l-4.78 4.782a1 1 0 0 1-1.414-1.414L38.366 33H31.86c-2.432 0-4.813-.74-6.957-2.14c-2.141-1.397-3.984-3.41-5.403-5.859c-1.283-2.215-2.919-3.982-4.765-5.186C12.892 18.612 10.887 18 8.871 18H8v22h34v2H7a1 1 0 0 1-1-1V6zm32.554 6.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" clipRule="evenodd"/></g><defs><clipPath id="healthiconsChartCuredDecreasingNegative"><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(#healthiconsChartCuredDecreasingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm8 6v10h.871c2.432 0 4.813.74 6.957 2.14c2.141 1.397 3.984 3.41 5.403 5.859c1.282 2.215 2.919 3.982 4.764 5.186C27.838 30.388 29.844 31 31.86 31h6.507l-3.074-3.075a1 1 0 0 1 1.414-1.414l4.78 4.782a1 1 0 0 1 0 1.414l-4.78 4.782a1 1 0 0 1-1.414-1.414L38.366 33H31.86c-2.432 0-4.813-.74-6.957-2.14c-2.141-1.397-3.984-3.41-5.403-5.859c-1.283-2.215-2.919-3.982-4.765-5.186C12.892 18.612 10.887 18 8.871 18H8v22h34v2H7a1 1 0 0 1-1-1V6zm32.554 6.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" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChartCuredDecreasingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-chart-cured-decreasing-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(%23healthiconsChartCuredDecreasingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm8%206v10h.871c2.432%200%204.813.74%206.957%202.14c2.141%201.397%203.984%203.41%205.403%205.859c1.282%202.215%202.919%203.982%204.764%205.186C27.838%2030.388%2029.844%2031%2031.86%2031h6.507l-3.074-3.075a1%201%200%200%201%201.414-1.414l4.78%204.782a1%201%200%200%201%200%201.414l-4.78%204.782a1%201%200%200%201-1.414-1.414L38.366%2033H31.86c-2.432%200-4.813-.74-6.957-2.14c-2.141-1.397-3.984-3.41-5.403-5.859c-1.283-2.215-2.919-3.982-4.765-5.186C12.892%2018.612%2010.887%2018%208.871%2018H8v22h34v2H7a1%201%200%200%201-1-1V6zm32.554%206.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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChartCuredDecreasingNegative%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(%23healthiconsChartCuredDecreasingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm8%206v10h.871c2.432%200%204.813.74%206.957%202.14c2.141%201.397%203.984%203.41%205.403%205.859c1.282%202.215%202.919%203.982%204.764%205.186C27.838%2030.388%2029.844%2031%2031.86%2031h6.507l-3.074-3.075a1%201%200%200%201%201.414-1.414l4.78%204.782a1%201%200%200%201%200%201.414l-4.78%204.782a1%201%200%200%201-1.414-1.414L38.366%2033H31.86c-2.432%200-4.813-.74-6.957-2.14c-2.141-1.397-3.984-3.41-5.403-5.859c-1.283-2.215-2.919-3.982-4.765-5.186C12.892%2018.612%2010.887%2018%208.871%2018H8v22h34v2H7a1%201%200%200%201-1-1V6zm32.554%206.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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChartCuredDecreasingNegative%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-cured-decreasing-negative.svg?color=%231a73e8&size=48