chart cured decreasing icon

chart-cured-decreasing-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Graphs · MIT Free for personal and commercial use.

Name
chart-cured-decreasing-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Graphs
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More graphs icons from Health Icons

Use the chart cured decreasing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 2v18a2 2 0 0 0 2 2h18v-2H4V8.156c.92.134 2.085.45 3.01 1.071c.65.435 1.196 1.1 1.66 1.809c.23.35.43.695.61 1.013l.096.174c.138.245.275.49.394.675C10.79 14.492 12.723 16 15.18 16h3.335l-1.133 1.36l1.536 1.28L21.952 15l-3.034-3.64l-1.536 1.28L18.515 14h-3.336c-1.604 0-2.97-1.001-3.725-2.18c-.084-.132-.182-.307-.316-.545l-.117-.208c-.186-.33-.411-.721-.677-1.127c-.526-.802-1.248-1.722-2.22-2.374C6.79 6.673 5.186 6.279 4 6.14V2zm16.5 2.5H21v2h-2.5V9h-2V6.5H14v-2h2.5V2h2z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsChartCuredDecreasingOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 2v18a2 2 0 0 0 2 2h18v-2H4V8.156c.92.134 2.085.45 3.01 1.071c.65.435 1.196 1.1 1.66 1.809c.23.35.43.695.61 1.013l.096.174c.138.245.275.49.394.675C10.79 14.492 12.723 16 15.18 16h3.335l-1.133 1.36l1.536 1.28L21.952 15l-3.034-3.64l-1.536 1.28L18.515 14h-3.336c-1.604 0-2.97-1.001-3.725-2.18c-.084-.132-.182-.307-.316-.545l-.117-.208c-.186-.33-.411-.721-.677-1.127c-.526-.802-1.248-1.722-2.22-2.374C6.79 6.673 5.186 6.279 4 6.14V2zm16.5 2.5H21v2h-2.5V9h-2V6.5H14v-2h2.5V2h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 2v18a2 2 0 0 0 2 2h18v-2H4V8.156c.92.134 2.085.45 3.01 1.071c.65.435 1.196 1.1 1.66 1.809c.23.35.43.695.61 1.013l.096.174c.138.245.275.49.394.675C10.79 14.492 12.723 16 15.18 16h3.335l-1.133 1.36l1.536 1.28L21.952 15l-3.034-3.64l-1.536 1.28L18.515 14h-3.336c-1.604 0-2.97-1.001-3.725-2.18c-.084-.132-.182-.307-.316-.545l-.117-.208c-.186-.33-.411-.721-.677-1.127c-.526-.802-1.248-1.722-2.22-2.374C6.79 6.673 5.186 6.279 4 6.14V2zm16.5 2.5H21v2h-2.5V9h-2V6.5H14v-2h2.5V2h2z"/></svg>
</template>

CSS

.icon-chart-cured-decreasing-outline-24px {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%202v18a2%202%200%200%200%202%202h18v-2H4V8.156c.92.134%202.085.45%203.01%201.071c.65.435%201.196%201.1%201.66%201.809c.23.35.43.695.61%201.013l.096.174c.138.245.275.49.394.675C10.79%2014.492%2012.723%2016%2015.18%2016h3.335l-1.133%201.36l1.536%201.28L21.952%2015l-3.034-3.64l-1.536%201.28L18.515%2014h-3.336c-1.604%200-2.97-1.001-3.725-2.18c-.084-.132-.182-.307-.316-.545l-.117-.208c-.186-.33-.411-.721-.677-1.127c-.526-.802-1.248-1.722-2.22-2.374C6.79%206.673%205.186%206.279%204%206.14V2zm16.5%202.5H21v2h-2.5V9h-2V6.5H14v-2h2.5V2h2z%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%202v18a2%202%200%200%200%202%202h18v-2H4V8.156c.92.134%202.085.45%203.01%201.071c.65.435%201.196%201.1%201.66%201.809c.23.35.43.695.61%201.013l.096.174c.138.245.275.49.394.675C10.79%2014.492%2012.723%2016%2015.18%2016h3.335l-1.133%201.36l1.536%201.28L21.952%2015l-3.034-3.64l-1.536%201.28L18.515%2014h-3.336c-1.604%200-2.97-1.001-3.725-2.18c-.084-.132-.182-.307-.316-.545l-.117-.208c-.186-.33-.411-.721-.677-1.127c-.526-.802-1.248-1.722-2.22-2.374C6.79%206.673%205.186%206.279%204%206.14V2zm16.5%202.5H21v2h-2.5V9h-2V6.5H14v-2h2.5V2h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/chart-cured-decreasing-outline-24px.svg?color=%231a73e8&size=48