chart death rate stable icon

chart-death-rate-stable-outline from Health Icons by Resolve to Save Lives · Outline · Graphs · MIT Free for personal and commercial use.

Name
chart-death-rate-stable-outline
Set
Health Icons
Style
Outline
Category
Graphs
Viewbox
48×48
License
MIT
Aliases
chart-death-rate-stable2x-outline

3 other variants in Health Icons

More graphs icons from Health Icons

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 fill-rule="evenodd" d="M15 16.5a2.5 2.5 0 0 1 4.94-.549a2.61 2.61 0 1 1-.026 1.202A2.501 2.501 0 0 1 15 16.5m2.5-.5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m4.357.608a.608.608 0 1 1 1.216-.001a.608.608 0 0 1-1.216 0" clip-rule="evenodd"/><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="M7 42a1 1 0 0 1-1-1V6h2v25.995c2.31-.024 4.575-.39 6.627-1.067l3.672-1.207a14.9 14.9 0 0 1 4.62-.721c1.596 0 3.177.245 4.622.721l3.672 1.211c2.122.7 4.474 1.068 6.867 1.068h1.287l-3.074-3.075a1 1 0 0 1 1.414-1.414l4.78 4.782a1 1 0 0 1 0 1.414l-4.78 4.782a1 1 0 0 1-1.414-1.414L39.366 34H38.08c-2.592 0-5.157-.398-7.493-1.168l-3.672-1.211A12.9 12.9 0 0 0 22.92 31c-1.396 0-2.765.215-3.995.62l-3.672 1.208c-2.264.746-4.743 1.143-7.253 1.167V40h34v2z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsChartDeathRateStableOutline(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 fillRule="evenodd" d="M15 16.5a2.5 2.5 0 0 1 4.94-.549a2.61 2.61 0 1 1-.026 1.202A2.501 2.501 0 0 1 15 16.5m2.5-.5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m4.357.608a.608.608 0 1 1 1.216-.001a.608.608 0 0 1-1.216 0" clipRule="evenodd"/><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="M7 42a1 1 0 0 1-1-1V6h2v25.995c2.31-.024 4.575-.39 6.627-1.067l3.672-1.207a14.9 14.9 0 0 1 4.62-.721c1.596 0 3.177.245 4.622.721l3.672 1.211c2.122.7 4.474 1.068 6.867 1.068h1.287l-3.074-3.075a1 1 0 0 1 1.414-1.414l4.78 4.782a1 1 0 0 1 0 1.414l-4.78 4.782a1 1 0 0 1-1.414-1.414L39.366 34H38.08c-2.592 0-5.157-.398-7.493-1.168l-3.672-1.211A12.9 12.9 0 0 0 22.92 31c-1.396 0-2.765.215-3.995.62l-3.672 1.208c-2.264.746-4.743 1.143-7.253 1.167V40h34v2z"/></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 fill-rule="evenodd" d="M15 16.5a2.5 2.5 0 0 1 4.94-.549a2.61 2.61 0 1 1-.026 1.202A2.501 2.501 0 0 1 15 16.5m2.5-.5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m4.357.608a.608.608 0 1 1 1.216-.001a.608.608 0 0 1-1.216 0" clip-rule="evenodd"/><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="M7 42a1 1 0 0 1-1-1V6h2v25.995c2.31-.024 4.575-.39 6.627-1.067l3.672-1.207a14.9 14.9 0 0 1 4.62-.721c1.596 0 3.177.245 4.622.721l3.672 1.211c2.122.7 4.474 1.068 6.867 1.068h1.287l-3.074-3.075a1 1 0 0 1 1.414-1.414l4.78 4.782a1 1 0 0 1 0 1.414l-4.78 4.782a1 1 0 0 1-1.414-1.414L39.366 34H38.08c-2.592 0-5.157-.398-7.493-1.168l-3.672-1.211A12.9 12.9 0 0 0 22.92 31c-1.396 0-2.765.215-3.995.62l-3.672 1.208c-2.264.746-4.743 1.143-7.253 1.167V40h34v2z"/></g></svg>
</template>

CSS

.icon-chart-death-rate-stable-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2016.5a2.5%202.5%200%200%201%204.94-.549a2.61%202.61%200%201%201-.026%201.202A2.501%202.501%200%200%201%2015%2016.5m2.5-.5a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m4.357.608a.608.608%200%201%201%201.216-.001a.608.608%200%200%201-1.216%200%22%20clip-rule%3D%22evenodd%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%22M7%2042a1%201%200%200%201-1-1V6h2v25.995c2.31-.024%204.575-.39%206.627-1.067l3.672-1.207a14.9%2014.9%200%200%201%204.62-.721c1.596%200%203.177.245%204.622.721l3.672%201.211c2.122.7%204.474%201.068%206.867%201.068h1.287l-3.074-3.075a1%201%200%200%201%201.414-1.414l4.78%204.782a1%201%200%200%201%200%201.414l-4.78%204.782a1%201%200%200%201-1.414-1.414L39.366%2034H38.08c-2.592%200-5.157-.398-7.493-1.168l-3.672-1.211A12.9%2012.9%200%200%200%2022.92%2031c-1.396%200-2.765.215-3.995.62l-3.672%201.208c-2.264.746-4.743%201.143-7.253%201.167V40h34v2z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2016.5a2.5%202.5%200%200%201%204.94-.549a2.61%202.61%200%201%201-.026%201.202A2.501%202.501%200%200%201%2015%2016.5m2.5-.5a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m4.357.608a.608.608%200%201%201%201.216-.001a.608.608%200%200%201-1.216%200%22%20clip-rule%3D%22evenodd%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%22M7%2042a1%201%200%200%201-1-1V6h2v25.995c2.31-.024%204.575-.39%206.627-1.067l3.672-1.207a14.9%2014.9%200%200%201%204.62-.721c1.596%200%203.177.245%204.622.721l3.672%201.211c2.122.7%204.474%201.068%206.867%201.068h1.287l-3.074-3.075a1%201%200%200%201%201.414-1.414l4.78%204.782a1%201%200%200%201%200%201.414l-4.78%204.782a1%201%200%200%201-1.414-1.414L39.366%2034H38.08c-2.592%200-5.157-.398-7.493-1.168l-3.672-1.211A12.9%2012.9%200%200%200%2022.92%2031c-1.396%200-2.765.215-3.995.62l-3.672%201.208c-2.264.746-4.743%201.143-7.253%201.167V40h34v2z%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-outline.svg?color=%231a73e8&size=48