chart death rate stable icon
chart-death-rate-stable from Health Icons by Resolve to Save Lives · Filled · Graphs · MIT Free for personal and commercial use.
- Name
- chart-death-rate-stable
- 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-cured-increasingchart-death-rate-decreasingchart-death-rate-increasingchart-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 stable icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M17 18a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8.07-1.893a2.107 2.107 0 1 1-4.214.003a2.107 2.107 0 0 1 4.214-.003"/><path fill-rule="evenodd" d="M14.462 21.835c-.462 0-1.847-.453-1.847-2.487c0-.805-.252-1.186-.558-1.646C11.59 17 11 16.112 11 13.243c0-9.657 18-9.657 18 0c0 2.87-.59 3.757-1.057 4.46c-.306.46-.558.84-.558 1.645c0 2.035-1.808 2.487-1.847 2.487s-.615 1.356-.615 2.26C24.923 25 22.308 25 20 25s-4.923 0-4.923-.904c0-.905-.154-2.261-.616-2.261m.225-2.004l.007.015c1.08.106 1.63.93 1.802 1.236c.225.4.339.828.403 1.128c.048.228.085.466.112.703c.788.084 1.843.087 2.989.087c1.184 0 2.27-.003 3.066-.096a10 10 0 0 1 .516-1.62a5 5 0 0 1 .13-.285a2.1 2.1 0 0 1 .611-.754c.074-.056.333-.252.733-.351l.006-.003a.7.7 0 0 0 .16-.095a.4.4 0 0 0 .103-.12c.018-.035.06-.128.06-.328c0-1.484.657-2.43.968-2.877q.078-.112.12-.181c.174-.292.527-.931.527-3.047c0-1.702-.756-2.933-1.976-3.806C23.744 8.522 21.926 8 20 8s-3.745.522-5.024 1.437C13.756 10.31 13 11.542 13 13.243c0 2.116.353 2.755.526 3.047q.043.07.121.18c.31.448.968 1.394.968 2.878c0 .28.047.423.07.477z" clip-rule="evenodd"/><path d="M18.925 31.62c1.23-.405 2.6-.62 3.995-.62s2.764.215 3.995.62l3.672 1.212c2.336.77 4.9 1.168 7.493 1.168h1.286l-3.073 3.075a1 1 0 0 0 1.414 1.414l4.78-4.782a1 1 0 0 0 0-1.414l-4.78-4.782a1 1 0 0 0-1.414 1.414L39.367 32H38.08c-2.393 0-4.745-.368-6.867-1.068l-3.672-1.21A14.9 14.9 0 0 0 22.92 29a14.9 14.9 0 0 0-4.622.721l-3.671 1.207c-2.052.676-4.317 1.043-6.627 1.067V6H6v35a1 1 0 0 0 1 1h35v-2H8v-6.005c2.51-.024 4.989-.421 7.253-1.167z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChartDeathRateStable(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="M17 18a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8.07-1.893a2.107 2.107 0 1 1-4.214.003a2.107 2.107 0 0 1 4.214-.003"/><path fillRule="evenodd" d="M14.462 21.835c-.462 0-1.847-.453-1.847-2.487c0-.805-.252-1.186-.558-1.646C11.59 17 11 16.112 11 13.243c0-9.657 18-9.657 18 0c0 2.87-.59 3.757-1.057 4.46c-.306.46-.558.84-.558 1.645c0 2.035-1.808 2.487-1.847 2.487s-.615 1.356-.615 2.26C24.923 25 22.308 25 20 25s-4.923 0-4.923-.904c0-.905-.154-2.261-.616-2.261m.225-2.004l.007.015c1.08.106 1.63.93 1.802 1.236c.225.4.339.828.403 1.128c.048.228.085.466.112.703c.788.084 1.843.087 2.989.087c1.184 0 2.27-.003 3.066-.096a10 10 0 0 1 .516-1.62a5 5 0 0 1 .13-.285a2.1 2.1 0 0 1 .611-.754c.074-.056.333-.252.733-.351l.006-.003a.7.7 0 0 0 .16-.095a.4.4 0 0 0 .103-.12c.018-.035.06-.128.06-.328c0-1.484.657-2.43.968-2.877q.078-.112.12-.181c.174-.292.527-.931.527-3.047c0-1.702-.756-2.933-1.976-3.806C23.744 8.522 21.926 8 20 8s-3.745.522-5.024 1.437C13.756 10.31 13 11.542 13 13.243c0 2.116.353 2.755.526 3.047q.043.07.121.18c.31.448.968 1.394.968 2.878c0 .28.047.423.07.477z" clipRule="evenodd"/><path d="M18.925 31.62c1.23-.405 2.6-.62 3.995-.62s2.764.215 3.995.62l3.672 1.212c2.336.77 4.9 1.168 7.493 1.168h1.286l-3.073 3.075a1 1 0 0 0 1.414 1.414l4.78-4.782a1 1 0 0 0 0-1.414l-4.78-4.782a1 1 0 0 0-1.414 1.414L39.367 32H38.08c-2.393 0-4.745-.368-6.867-1.068l-3.672-1.21A14.9 14.9 0 0 0 22.92 29a14.9 14.9 0 0 0-4.622.721l-3.671 1.207c-2.052.676-4.317 1.043-6.627 1.067V6H6v35a1 1 0 0 0 1 1h35v-2H8v-6.005c2.51-.024 4.989-.421 7.253-1.167z"/></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="M17 18a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8.07-1.893a2.107 2.107 0 1 1-4.214.003a2.107 2.107 0 0 1 4.214-.003"/><path fill-rule="evenodd" d="M14.462 21.835c-.462 0-1.847-.453-1.847-2.487c0-.805-.252-1.186-.558-1.646C11.59 17 11 16.112 11 13.243c0-9.657 18-9.657 18 0c0 2.87-.59 3.757-1.057 4.46c-.306.46-.558.84-.558 1.645c0 2.035-1.808 2.487-1.847 2.487s-.615 1.356-.615 2.26C24.923 25 22.308 25 20 25s-4.923 0-4.923-.904c0-.905-.154-2.261-.616-2.261m.225-2.004l.007.015c1.08.106 1.63.93 1.802 1.236c.225.4.339.828.403 1.128c.048.228.085.466.112.703c.788.084 1.843.087 2.989.087c1.184 0 2.27-.003 3.066-.096a10 10 0 0 1 .516-1.62a5 5 0 0 1 .13-.285a2.1 2.1 0 0 1 .611-.754c.074-.056.333-.252.733-.351l.006-.003a.7.7 0 0 0 .16-.095a.4.4 0 0 0 .103-.12c.018-.035.06-.128.06-.328c0-1.484.657-2.43.968-2.877q.078-.112.12-.181c.174-.292.527-.931.527-3.047c0-1.702-.756-2.933-1.976-3.806C23.744 8.522 21.926 8 20 8s-3.745.522-5.024 1.437C13.756 10.31 13 11.542 13 13.243c0 2.116.353 2.755.526 3.047q.043.07.121.18c.31.448.968 1.394.968 2.878c0 .28.047.423.07.477z" clip-rule="evenodd"/><path d="M18.925 31.62c1.23-.405 2.6-.62 3.995-.62s2.764.215 3.995.62l3.672 1.212c2.336.77 4.9 1.168 7.493 1.168h1.286l-3.073 3.075a1 1 0 0 0 1.414 1.414l4.78-4.782a1 1 0 0 0 0-1.414l-4.78-4.782a1 1 0 0 0-1.414 1.414L39.367 32H38.08c-2.393 0-4.745-.368-6.867-1.068l-3.672-1.21A14.9 14.9 0 0 0 22.92 29a14.9 14.9 0 0 0-4.622.721l-3.671 1.207c-2.052.676-4.317 1.043-6.627 1.067V6H6v35a1 1 0 0 0 1 1h35v-2H8v-6.005c2.51-.024 4.989-.421 7.253-1.167z"/></g></svg> </template>
CSS
.icon-chart-death-rate-stable {
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%22M17%2018a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8.07-1.893a2.107%202.107%200%201%201-4.214.003a2.107%202.107%200%200%201%204.214-.003%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.462%2021.835c-.462%200-1.847-.453-1.847-2.487c0-.805-.252-1.186-.558-1.646C11.59%2017%2011%2016.112%2011%2013.243c0-9.657%2018-9.657%2018%200c0%202.87-.59%203.757-1.057%204.46c-.306.46-.558.84-.558%201.645c0%202.035-1.808%202.487-1.847%202.487s-.615%201.356-.615%202.26C24.923%2025%2022.308%2025%2020%2025s-4.923%200-4.923-.904c0-.905-.154-2.261-.616-2.261m.225-2.004l.007.015c1.08.106%201.63.93%201.802%201.236c.225.4.339.828.403%201.128c.048.228.085.466.112.703c.788.084%201.843.087%202.989.087c1.184%200%202.27-.003%203.066-.096a10%2010%200%200%201%20.516-1.62a5%205%200%200%201%20.13-.285a2.1%202.1%200%200%201%20.611-.754c.074-.056.333-.252.733-.351l.006-.003a.7.7%200%200%200%20.16-.095a.4.4%200%200%200%20.103-.12c.018-.035.06-.128.06-.328c0-1.484.657-2.43.968-2.877q.078-.112.12-.181c.174-.292.527-.931.527-3.047c0-1.702-.756-2.933-1.976-3.806C23.744%208.522%2021.926%208%2020%208s-3.745.522-5.024%201.437C13.756%2010.31%2013%2011.542%2013%2013.243c0%202.116.353%202.755.526%203.047q.043.07.121.18c.31.448.968%201.394.968%202.878c0%20.28.047.423.07.477z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.925%2031.62c1.23-.405%202.6-.62%203.995-.62s2.764.215%203.995.62l3.672%201.212c2.336.77%204.9%201.168%207.493%201.168h1.286l-3.073%203.075a1%201%200%200%200%201.414%201.414l4.78-4.782a1%201%200%200%200%200-1.414l-4.78-4.782a1%201%200%200%200-1.414%201.414L39.367%2032H38.08c-2.393%200-4.745-.368-6.867-1.068l-3.672-1.21A14.9%2014.9%200%200%200%2022.92%2029a14.9%2014.9%200%200%200-4.622.721l-3.671%201.207c-2.052.676-4.317%201.043-6.627%201.067V6H6v35a1%201%200%200%200%201%201h35v-2H8v-6.005c2.51-.024%204.989-.421%207.253-1.167z%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%22M17%2018a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8.07-1.893a2.107%202.107%200%201%201-4.214.003a2.107%202.107%200%200%201%204.214-.003%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.462%2021.835c-.462%200-1.847-.453-1.847-2.487c0-.805-.252-1.186-.558-1.646C11.59%2017%2011%2016.112%2011%2013.243c0-9.657%2018-9.657%2018%200c0%202.87-.59%203.757-1.057%204.46c-.306.46-.558.84-.558%201.645c0%202.035-1.808%202.487-1.847%202.487s-.615%201.356-.615%202.26C24.923%2025%2022.308%2025%2020%2025s-4.923%200-4.923-.904c0-.905-.154-2.261-.616-2.261m.225-2.004l.007.015c1.08.106%201.63.93%201.802%201.236c.225.4.339.828.403%201.128c.048.228.085.466.112.703c.788.084%201.843.087%202.989.087c1.184%200%202.27-.003%203.066-.096a10%2010%200%200%201%20.516-1.62a5%205%200%200%201%20.13-.285a2.1%202.1%200%200%201%20.611-.754c.074-.056.333-.252.733-.351l.006-.003a.7.7%200%200%200%20.16-.095a.4.4%200%200%200%20.103-.12c.018-.035.06-.128.06-.328c0-1.484.657-2.43.968-2.877q.078-.112.12-.181c.174-.292.527-.931.527-3.047c0-1.702-.756-2.933-1.976-3.806C23.744%208.522%2021.926%208%2020%208s-3.745.522-5.024%201.437C13.756%2010.31%2013%2011.542%2013%2013.243c0%202.116.353%202.755.526%203.047q.043.07.121.18c.31.448.968%201.394.968%202.878c0%20.28.047.423.07.477z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.925%2031.62c1.23-.405%202.6-.62%203.995-.62s2.764.215%203.995.62l3.672%201.212c2.336.77%204.9%201.168%207.493%201.168h1.286l-3.073%203.075a1%201%200%200%200%201.414%201.414l4.78-4.782a1%201%200%200%200%200-1.414l-4.78-4.782a1%201%200%200%200-1.414%201.414L39.367%2032H38.08c-2.393%200-4.745-.368-6.867-1.068l-3.672-1.21A14.9%2014.9%200%200%200%2022.92%2029a14.9%2014.9%200%200%200-4.622.721l-3.671%201.207c-2.052.676-4.317%201.043-6.627%201.067V6H6v35a1%201%200%200%200%201%201h35v-2H8v-6.005c2.51-.024%204.989-.421%207.253-1.167z%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-stable.svg?color=%231a73e8&size=48