chart death rate decreasing icon
chart-death-rate-decreasing-24px from Health Icons by Resolve to Save Lives · Filled 24px · Graphs · MIT Free for personal and commercial use.
- Name
- chart-death-rate-decreasing-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Graphs
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More graphs icons from Health Icons
chart-barchart-bar-stackedchart-cured-decreasingchart-cured-increasingchart-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 death rate decreasing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 2v18a2 2 0 0 0 2 2h18v-2H4v-1h1.179c.966 0 1.98-.018 2.998-.151c1.085-.143 2.675-.421 3.854-.964c2.78-1.28 4.49-2.743 6.087-5.527A10.2 10.2 0 0 0 19.32 9.09l1.157 1.277l1.482-1.343l-3.183-3.51L14.75 8.01l1.055 1.7l1.544-.958a8.2 8.2 0 0 1-.966 2.611c-1.375 2.4-2.76 3.588-5.187 4.705c-.883.407-2.212.658-3.277.797c-.883.116-1.788.135-2.74.135H4V2z"/><path fill-rule="evenodd" d="M6.408 7.6H6.4c0-.415 0-.584-.012-.684c-.006-.054-.008-.059-.062-.165l-.002-.005A3.15 3.15 0 0 1 6 5.354C6 3.472 7.643 2 9.6 2s3.6 1.472 3.6 3.354c0 .497-.116.969-.324 1.393l-.003.005c-.054.106-.055.11-.061.164c-.011.1-.012.27-.012.684h-.004v.278h.005v.252c0 .254-.25.43-.482.53a.7.7 0 0 0-.294.245a.8.8 0 0 0-.136.376c-.04.417-.115.72-.535.719h-.383v-.003H8.23v.002L7.846 10c-.42 0-.495-.302-.535-.72a.8.8 0 0 0-.135-.375a.7.7 0 0 0-.294-.244c-.233-.101-.482-.277-.482-.53v-.252l.008-.002zM8.35 5.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m2.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChartDeathRateDecreasing24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 2v18a2 2 0 0 0 2 2h18v-2H4v-1h1.179c.966 0 1.98-.018 2.998-.151c1.085-.143 2.675-.421 3.854-.964c2.78-1.28 4.49-2.743 6.087-5.527A10.2 10.2 0 0 0 19.32 9.09l1.157 1.277l1.482-1.343l-3.183-3.51L14.75 8.01l1.055 1.7l1.544-.958a8.2 8.2 0 0 1-.966 2.611c-1.375 2.4-2.76 3.588-5.187 4.705c-.883.407-2.212.658-3.277.797c-.883.116-1.788.135-2.74.135H4V2z"/><path fillRule="evenodd" d="M6.408 7.6H6.4c0-.415 0-.584-.012-.684c-.006-.054-.008-.059-.062-.165l-.002-.005A3.15 3.15 0 0 1 6 5.354C6 3.472 7.643 2 9.6 2s3.6 1.472 3.6 3.354c0 .497-.116.969-.324 1.393l-.003.005c-.054.106-.055.11-.061.164c-.011.1-.012.27-.012.684h-.004v.278h.005v.252c0 .254-.25.43-.482.53a.7.7 0 0 0-.294.245a.8.8 0 0 0-.136.376c-.04.417-.115.72-.535.719h-.383v-.003H8.23v.002L7.846 10c-.42 0-.495-.302-.535-.72a.8.8 0 0 0-.135-.375a.7.7 0 0 0-.294-.244c-.233-.101-.482-.277-.482-.53v-.252l.008-.002zM8.35 5.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m2.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 2v18a2 2 0 0 0 2 2h18v-2H4v-1h1.179c.966 0 1.98-.018 2.998-.151c1.085-.143 2.675-.421 3.854-.964c2.78-1.28 4.49-2.743 6.087-5.527A10.2 10.2 0 0 0 19.32 9.09l1.157 1.277l1.482-1.343l-3.183-3.51L14.75 8.01l1.055 1.7l1.544-.958a8.2 8.2 0 0 1-.966 2.611c-1.375 2.4-2.76 3.588-5.187 4.705c-.883.407-2.212.658-3.277.797c-.883.116-1.788.135-2.74.135H4V2z"/><path fill-rule="evenodd" d="M6.408 7.6H6.4c0-.415 0-.584-.012-.684c-.006-.054-.008-.059-.062-.165l-.002-.005A3.15 3.15 0 0 1 6 5.354C6 3.472 7.643 2 9.6 2s3.6 1.472 3.6 3.354c0 .497-.116.969-.324 1.393l-.003.005c-.054.106-.055.11-.061.164c-.011.1-.012.27-.012.684h-.004v.278h.005v.252c0 .254-.25.43-.482.53a.7.7 0 0 0-.294.245a.8.8 0 0 0-.136.376c-.04.417-.115.72-.535.719h-.383v-.003H8.23v.002L7.846 10c-.42 0-.495-.302-.535-.72a.8.8 0 0 0-.135-.375a.7.7 0 0 0-.294-.244c-.233-.101-.482-.277-.482-.53v-.252l.008-.002zM8.35 5.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m2.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-chart-death-rate-decreasing-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%202v18a2%202%200%200%200%202%202h18v-2H4v-1h1.179c.966%200%201.98-.018%202.998-.151c1.085-.143%202.675-.421%203.854-.964c2.78-1.28%204.49-2.743%206.087-5.527A10.2%2010.2%200%200%200%2019.32%209.09l1.157%201.277l1.482-1.343l-3.183-3.51L14.75%208.01l1.055%201.7l1.544-.958a8.2%208.2%200%200%201-.966%202.611c-1.375%202.4-2.76%203.588-5.187%204.705c-.883.407-2.212.658-3.277.797c-.883.116-1.788.135-2.74.135H4V2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.408%207.6H6.4c0-.415%200-.584-.012-.684c-.006-.054-.008-.059-.062-.165l-.002-.005A3.15%203.15%200%200%201%206%205.354C6%203.472%207.643%202%209.6%202s3.6%201.472%203.6%203.354c0%20.497-.116.969-.324%201.393l-.003.005c-.054.106-.055.11-.061.164c-.011.1-.012.27-.012.684h-.004v.278h.005v.252c0%20.254-.25.43-.482.53a.7.7%200%200%200-.294.245a.8.8%200%200%200-.136.376c-.04.417-.115.72-.535.719h-.383v-.003H8.23v.002L7.846%2010c-.42%200-.495-.302-.535-.72a.8.8%200%200%200-.135-.375a.7.7%200%200%200-.294-.244c-.233-.101-.482-.277-.482-.53v-.252l.008-.002zM8.35%205.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m2.5%200a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%202v18a2%202%200%200%200%202%202h18v-2H4v-1h1.179c.966%200%201.98-.018%202.998-.151c1.085-.143%202.675-.421%203.854-.964c2.78-1.28%204.49-2.743%206.087-5.527A10.2%2010.2%200%200%200%2019.32%209.09l1.157%201.277l1.482-1.343l-3.183-3.51L14.75%208.01l1.055%201.7l1.544-.958a8.2%208.2%200%200%201-.966%202.611c-1.375%202.4-2.76%203.588-5.187%204.705c-.883.407-2.212.658-3.277.797c-.883.116-1.788.135-2.74.135H4V2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.408%207.6H6.4c0-.415%200-.584-.012-.684c-.006-.054-.008-.059-.062-.165l-.002-.005A3.15%203.15%200%200%201%206%205.354C6%203.472%207.643%202%209.6%202s3.6%201.472%203.6%203.354c0%20.497-.116.969-.324%201.393l-.003.005c-.054.106-.055.11-.061.164c-.011.1-.012.27-.012.684h-.004v.278h.005v.252c0%20.254-.25.43-.482.53a.7.7%200%200%200-.294.245a.8.8%200%200%200-.136.376c-.04.417-.115.72-.535.719h-.383v-.003H8.23v.002L7.846%2010c-.42%200-.495-.302-.535-.72a.8.8%200%200%200-.135-.375a.7.7%200%200%200-.294-.244c-.233-.101-.482-.277-.482-.53v-.252l.008-.002zM8.35%205.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m2.5%200a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5%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-death-rate-decreasing-24px.svg?color=%231a73e8&size=48