chart death rate increasing icon
chart-death-rate-increasing from Health Icons by Resolve to Save Lives · Filled · Graphs · MIT Free for personal and commercial use.
- Name
- chart-death-rate-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-cured-increasingchart-death-rate-decreasingchart-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 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="M30 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.213-.003"/><path fill-rule="evenodd" d="M27.462 21.835c-.462 0-1.847-.453-1.847-2.487c0-.805-.252-1.186-.558-1.646C24.59 17 24 16.112 24 13.243c0-9.657 18-9.657 18 0c0 2.87-.59 3.757-1.057 4.46c-.305.46-.558.84-.558 1.645c0 2.035-1.808 2.487-1.846 2.487s-.616 1.356-.616 2.26C37.923 25 35.308 25 33 25s-4.923 0-4.923-.904c0-.905-.154-2.261-.616-2.261m.223-2.01l.004.01l.005.01c1.08.107 1.63.93 1.802 1.237c.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.806C36.744 8.522 34.926 8 33 8s-3.745.522-5.024 1.437C26.756 10.31 26 11.542 26 13.243c0 2.116.353 2.755.526 3.047q.043.07.121.18c.31.447.968 1.394.968 2.878c0 .28.047.423.07.477" clip-rule="evenodd"/><path d="M6 41a1 1 0 0 0 1 1h35v-2H8V18h.871c2.016 0 4.021.612 5.864 1.815c1.846 1.204 3.482 2.971 4.765 5.186c1.419 2.45 3.262 4.462 5.403 5.86C27.047 32.258 29.428 33 31.86 33h6.506l-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.414L38.367 31H31.86c-2.016 0-4.022-.612-5.865-1.815c-1.845-1.204-3.482-2.971-4.764-5.186c-1.419-2.45-3.262-4.462-5.403-5.86C13.684 16.742 11.303 16 8.871 16H8V6H6z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChartDeathRateIncreasing(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="M30 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.213-.003"/><path fillRule="evenodd" d="M27.462 21.835c-.462 0-1.847-.453-1.847-2.487c0-.805-.252-1.186-.558-1.646C24.59 17 24 16.112 24 13.243c0-9.657 18-9.657 18 0c0 2.87-.59 3.757-1.057 4.46c-.305.46-.558.84-.558 1.645c0 2.035-1.808 2.487-1.846 2.487s-.616 1.356-.616 2.26C37.923 25 35.308 25 33 25s-4.923 0-4.923-.904c0-.905-.154-2.261-.616-2.261m.223-2.01l.004.01l.005.01c1.08.107 1.63.93 1.802 1.237c.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.806C36.744 8.522 34.926 8 33 8s-3.745.522-5.024 1.437C26.756 10.31 26 11.542 26 13.243c0 2.116.353 2.755.526 3.047q.043.07.121.18c.31.447.968 1.394.968 2.878c0 .28.047.423.07.477" clipRule="evenodd"/><path d="M6 41a1 1 0 0 0 1 1h35v-2H8V18h.871c2.016 0 4.021.612 5.864 1.815c1.846 1.204 3.482 2.971 4.765 5.186c1.419 2.45 3.262 4.462 5.403 5.86C27.047 32.258 29.428 33 31.86 33h6.506l-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.414L38.367 31H31.86c-2.016 0-4.022-.612-5.865-1.815c-1.845-1.204-3.482-2.971-4.764-5.186c-1.419-2.45-3.262-4.462-5.403-5.86C13.684 16.742 11.303 16 8.871 16H8V6H6z"/></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="M30 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.213-.003"/><path fill-rule="evenodd" d="M27.462 21.835c-.462 0-1.847-.453-1.847-2.487c0-.805-.252-1.186-.558-1.646C24.59 17 24 16.112 24 13.243c0-9.657 18-9.657 18 0c0 2.87-.59 3.757-1.057 4.46c-.305.46-.558.84-.558 1.645c0 2.035-1.808 2.487-1.846 2.487s-.616 1.356-.616 2.26C37.923 25 35.308 25 33 25s-4.923 0-4.923-.904c0-.905-.154-2.261-.616-2.261m.223-2.01l.004.01l.005.01c1.08.107 1.63.93 1.802 1.237c.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.806C36.744 8.522 34.926 8 33 8s-3.745.522-5.024 1.437C26.756 10.31 26 11.542 26 13.243c0 2.116.353 2.755.526 3.047q.043.07.121.18c.31.447.968 1.394.968 2.878c0 .28.047.423.07.477" clip-rule="evenodd"/><path d="M6 41a1 1 0 0 0 1 1h35v-2H8V18h.871c2.016 0 4.021.612 5.864 1.815c1.846 1.204 3.482 2.971 4.765 5.186c1.419 2.45 3.262 4.462 5.403 5.86C27.047 32.258 29.428 33 31.86 33h6.506l-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.414L38.367 31H31.86c-2.016 0-4.022-.612-5.865-1.815c-1.845-1.204-3.482-2.971-4.764-5.186c-1.419-2.45-3.262-4.462-5.403-5.86C13.684 16.742 11.303 16 8.871 16H8V6H6z"/></g></svg> </template>
CSS
.icon-chart-death-rate-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%22M30%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.213-.003%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M27.462%2021.835c-.462%200-1.847-.453-1.847-2.487c0-.805-.252-1.186-.558-1.646C24.59%2017%2024%2016.112%2024%2013.243c0-9.657%2018-9.657%2018%200c0%202.87-.59%203.757-1.057%204.46c-.305.46-.558.84-.558%201.645c0%202.035-1.808%202.487-1.846%202.487s-.616%201.356-.616%202.26C37.923%2025%2035.308%2025%2033%2025s-4.923%200-4.923-.904c0-.905-.154-2.261-.616-2.261m.223-2.01l.004.01l.005.01c1.08.107%201.63.93%201.802%201.237c.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.806C36.744%208.522%2034.926%208%2033%208s-3.745.522-5.024%201.437C26.756%2010.31%2026%2011.542%2026%2013.243c0%202.116.353%202.755.526%203.047q.043.07.121.18c.31.447.968%201.394.968%202.878c0%20.28.047.423.07.477%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6%2041a1%201%200%200%200%201%201h35v-2H8V18h.871c2.016%200%204.021.612%205.864%201.815c1.846%201.204%203.482%202.971%204.765%205.186c1.419%202.45%203.262%204.462%205.403%205.86C27.047%2032.258%2029.428%2033%2031.86%2033h6.506l-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.414L38.367%2031H31.86c-2.016%200-4.022-.612-5.865-1.815c-1.845-1.204-3.482-2.971-4.764-5.186c-1.419-2.45-3.262-4.462-5.403-5.86C13.684%2016.742%2011.303%2016%208.871%2016H8V6H6z%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%22M30%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.213-.003%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M27.462%2021.835c-.462%200-1.847-.453-1.847-2.487c0-.805-.252-1.186-.558-1.646C24.59%2017%2024%2016.112%2024%2013.243c0-9.657%2018-9.657%2018%200c0%202.87-.59%203.757-1.057%204.46c-.305.46-.558.84-.558%201.645c0%202.035-1.808%202.487-1.846%202.487s-.616%201.356-.616%202.26C37.923%2025%2035.308%2025%2033%2025s-4.923%200-4.923-.904c0-.905-.154-2.261-.616-2.261m.223-2.01l.004.01l.005.01c1.08.107%201.63.93%201.802%201.237c.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.806C36.744%208.522%2034.926%208%2033%208s-3.745.522-5.024%201.437C26.756%2010.31%2026%2011.542%2026%2013.243c0%202.116.353%202.755.526%203.047q.043.07.121.18c.31.447.968%201.394.968%202.878c0%20.28.047.423.07.477%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6%2041a1%201%200%200%200%201%201h35v-2H8V18h.871c2.016%200%204.021.612%205.864%201.815c1.846%201.204%203.482%202.971%204.765%205.186c1.419%202.45%203.262%204.462%205.403%205.86C27.047%2032.258%2029.428%2033%2031.86%2033h6.506l-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.414L38.367%2031H31.86c-2.016%200-4.022-.612-5.865-1.815c-1.845-1.204-3.482-2.971-4.764-5.186c-1.419-2.45-3.262-4.462-5.403-5.86C13.684%2016.742%2011.303%2016%208.871%2016H8V6H6z%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-increasing.svg?color=%231a73e8&size=48