chart cured increasing negative icon
chart-cured-increasing-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- chart-cured-increasing-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-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 increasing 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(#healthiconsChartCuredIncreasingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm38.67 16.712l1.445 2.753a1 1 0 1 0 1.77-.93l-2.625-5a1 1 0 0 0-1.45-.36l-4.376 3a1 1 0 1 0 1.132 1.65l2.132-1.463c-1.526 6.649-4.65 11.179-8.803 14.106C23.406 33.632 17.604 35 11.052 35H8V6H6v35a1 1 0 0 0 1 1h35v-2H8v-3h3.052c6.807 0 13.06-1.419 17.996-4.898c4.633-3.265 8.009-8.279 9.622-15.39M27 13.857a1.524 1.524 0 0 0-1.524-1.524h-3.81v-3.81A1.524 1.524 0 0 0 20.144 7h-2.286a1.524 1.524 0 0 0-1.524 1.524v3.81h-3.81A1.524 1.524 0 0 0 11 13.856v2.286a1.524 1.524 0 0 0 1.524 1.524h3.81v3.81A1.524 1.524 0 0 0 17.856 23h2.286a1.524 1.524 0 0 0 1.524-1.524v-3.81h3.81A1.524 1.524 0 0 0 27 16.144z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChartCuredIncreasingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChartCuredIncreasingNegative(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(#healthiconsChartCuredIncreasingNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm38.67 16.712l1.445 2.753a1 1 0 1 0 1.77-.93l-2.625-5a1 1 0 0 0-1.45-.36l-4.376 3a1 1 0 1 0 1.132 1.65l2.132-1.463c-1.526 6.649-4.65 11.179-8.803 14.106C23.406 33.632 17.604 35 11.052 35H8V6H6v35a1 1 0 0 0 1 1h35v-2H8v-3h3.052c6.807 0 13.06-1.419 17.996-4.898c4.633-3.265 8.009-8.279 9.622-15.39M27 13.857a1.524 1.524 0 0 0-1.524-1.524h-3.81v-3.81A1.524 1.524 0 0 0 20.144 7h-2.286a1.524 1.524 0 0 0-1.524 1.524v3.81h-3.81A1.524 1.524 0 0 0 11 13.856v2.286a1.524 1.524 0 0 0 1.524 1.524h3.81v3.81A1.524 1.524 0 0 0 17.856 23h2.286a1.524 1.524 0 0 0 1.524-1.524v-3.81h3.81A1.524 1.524 0 0 0 27 16.144z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsChartCuredIncreasingNegative"><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(#healthiconsChartCuredIncreasingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm38.67 16.712l1.445 2.753a1 1 0 1 0 1.77-.93l-2.625-5a1 1 0 0 0-1.45-.36l-4.376 3a1 1 0 1 0 1.132 1.65l2.132-1.463c-1.526 6.649-4.65 11.179-8.803 14.106C23.406 33.632 17.604 35 11.052 35H8V6H6v35a1 1 0 0 0 1 1h35v-2H8v-3h3.052c6.807 0 13.06-1.419 17.996-4.898c4.633-3.265 8.009-8.279 9.622-15.39M27 13.857a1.524 1.524 0 0 0-1.524-1.524h-3.81v-3.81A1.524 1.524 0 0 0 20.144 7h-2.286a1.524 1.524 0 0 0-1.524 1.524v3.81h-3.81A1.524 1.524 0 0 0 11 13.856v2.286a1.524 1.524 0 0 0 1.524 1.524h3.81v3.81A1.524 1.524 0 0 0 17.856 23h2.286a1.524 1.524 0 0 0 1.524-1.524v-3.81h3.81A1.524 1.524 0 0 0 27 16.144z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChartCuredIncreasingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-chart-cured-increasing-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(%23healthiconsChartCuredIncreasingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm38.67%2016.712l1.445%202.753a1%201%200%201%200%201.77-.93l-2.625-5a1%201%200%200%200-1.45-.36l-4.376%203a1%201%200%201%200%201.132%201.65l2.132-1.463c-1.526%206.649-4.65%2011.179-8.803%2014.106C23.406%2033.632%2017.604%2035%2011.052%2035H8V6H6v35a1%201%200%200%200%201%201h35v-2H8v-3h3.052c6.807%200%2013.06-1.419%2017.996-4.898c4.633-3.265%208.009-8.279%209.622-15.39M27%2013.857a1.524%201.524%200%200%200-1.524-1.524h-3.81v-3.81A1.524%201.524%200%200%200%2020.144%207h-2.286a1.524%201.524%200%200%200-1.524%201.524v3.81h-3.81A1.524%201.524%200%200%200%2011%2013.856v2.286a1.524%201.524%200%200%200%201.524%201.524h3.81v3.81A1.524%201.524%200%200%200%2017.856%2023h2.286a1.524%201.524%200%200%200%201.524-1.524v-3.81h3.81A1.524%201.524%200%200%200%2027%2016.144z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChartCuredIncreasingNegative%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(%23healthiconsChartCuredIncreasingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm38.67%2016.712l1.445%202.753a1%201%200%201%200%201.77-.93l-2.625-5a1%201%200%200%200-1.45-.36l-4.376%203a1%201%200%201%200%201.132%201.65l2.132-1.463c-1.526%206.649-4.65%2011.179-8.803%2014.106C23.406%2033.632%2017.604%2035%2011.052%2035H8V6H6v35a1%201%200%200%200%201%201h35v-2H8v-3h3.052c6.807%200%2013.06-1.419%2017.996-4.898c4.633-3.265%208.009-8.279%209.622-15.39M27%2013.857a1.524%201.524%200%200%200-1.524-1.524h-3.81v-3.81A1.524%201.524%200%200%200%2020.144%207h-2.286a1.524%201.524%200%200%200-1.524%201.524v3.81h-3.81A1.524%201.524%200%200%200%2011%2013.856v2.286a1.524%201.524%200%200%200%201.524%201.524h3.81v3.81A1.524%201.524%200%200%200%2017.856%2023h2.286a1.524%201.524%200%200%200%201.524-1.524v-3.81h3.81A1.524%201.524%200%200%200%2027%2016.144z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChartCuredIncreasingNegative%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-increasing-negative.svg?color=%231a73e8&size=48