chart cured increasing icon
chart-cured-increasing from Health Icons by Resolve to Save Lives · Filled · Graphs · MIT Free for personal and commercial use.
- Name
- chart-cured-increasing
- 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-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 increasing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M27.895 30.468C23.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.39l1.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.106"/><path d="M27 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"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChartCuredIncreasing(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="M27.895 30.468C23.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.39l1.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.106"/><path d="M27 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"/></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="M27.895 30.468C23.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.39l1.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.106"/><path d="M27 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"/></g></svg> </template>
CSS
.icon-chart-cured-increasing {
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%22M27.895%2030.468C23.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.39l1.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.106%22%2F%3E%3Cpath%20d%3D%22M27%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%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%22M27.895%2030.468C23.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.39l1.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.106%22%2F%3E%3Cpath%20d%3D%22M27%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%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-increasing.svg?color=%231a73e8&size=48