chart death rate decreasing negative icon

chart-death-rate-decreasing-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
chart-death-rate-decreasing-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the chart death rate decreasing negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsChartDeathRateDecreasingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm38.67 16.712l1.445 2.753a1 1 0 1 0 1.77-.93l-2.625-5a1 1 0 0 0-1.45-.36l-4.376 3a1 1 0 1 0 1.132 1.65l2.132-1.463c-1.526 6.649-4.65 11.179-8.803 14.106C23.406 33.632 17.604 35 11.052 35H8V6H6v35a1 1 0 0 0 1 1h35v-2H8v-3h3.052c6.807 0 13.06-1.419 17.996-4.898c4.633-3.265 8.009-8.279 9.622-15.39m-23.985 3.113l.01.02c1.08.107 1.63.93 1.801 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.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.447.968 1.394.968 2.878c0 .28.047.423.07.477m-.224 2.01c-.461 0-1.846-.453-1.846-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.261M19 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0m3.965 2.215a2.107 2.107 0 1 0-.004-4.213a2.107 2.107 0 0 0 .004 4.213" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChartDeathRateDecreasingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsChartDeathRateDecreasingNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsChartDeathRateDecreasingNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm38.67 16.712l1.445 2.753a1 1 0 1 0 1.77-.93l-2.625-5a1 1 0 0 0-1.45-.36l-4.376 3a1 1 0 1 0 1.132 1.65l2.132-1.463c-1.526 6.649-4.65 11.179-8.803 14.106C23.406 33.632 17.604 35 11.052 35H8V6H6v35a1 1 0 0 0 1 1h35v-2H8v-3h3.052c6.807 0 13.06-1.419 17.996-4.898c4.633-3.265 8.009-8.279 9.622-15.39m-23.985 3.113l.01.02c1.08.107 1.63.93 1.801 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.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.447.968 1.394.968 2.878c0 .28.047.423.07.477m-.224 2.01c-.461 0-1.846-.453-1.846-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.261M19 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0m3.965 2.215a2.107 2.107 0 1 0-.004-4.213a2.107 2.107 0 0 0 .004 4.213" clipRule="evenodd"/></g><defs><clipPath id="healthiconsChartDeathRateDecreasingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsChartDeathRateDecreasingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm38.67 16.712l1.445 2.753a1 1 0 1 0 1.77-.93l-2.625-5a1 1 0 0 0-1.45-.36l-4.376 3a1 1 0 1 0 1.132 1.65l2.132-1.463c-1.526 6.649-4.65 11.179-8.803 14.106C23.406 33.632 17.604 35 11.052 35H8V6H6v35a1 1 0 0 0 1 1h35v-2H8v-3h3.052c6.807 0 13.06-1.419 17.996-4.898c4.633-3.265 8.009-8.279 9.622-15.39m-23.985 3.113l.01.02c1.08.107 1.63.93 1.801 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.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.447.968 1.394.968 2.878c0 .28.047.423.07.477m-.224 2.01c-.461 0-1.846-.453-1.846-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.261M19 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0m3.965 2.215a2.107 2.107 0 1 0-.004-4.213a2.107 2.107 0 0 0 .004 4.213" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChartDeathRateDecreasingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-chart-death-rate-decreasing-negative {
  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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsChartDeathRateDecreasingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm38.67%2016.712l1.445%202.753a1%201%200%201%200%201.77-.93l-2.625-5a1%201%200%200%200-1.45-.36l-4.376%203a1%201%200%201%200%201.132%201.65l2.132-1.463c-1.526%206.649-4.65%2011.179-8.803%2014.106C23.406%2033.632%2017.604%2035%2011.052%2035H8V6H6v35a1%201%200%200%200%201%201h35v-2H8v-3h3.052c6.807%200%2013.06-1.419%2017.996-4.898c4.633-3.265%208.009-8.279%209.622-15.39m-23.985%203.113l.01.02c1.08.107%201.63.93%201.801%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.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.447.968%201.394.968%202.878c0%20.28.047.423.07.477m-.224%202.01c-.461%200-1.846-.453-1.846-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.261M19%2016a2%202%200%201%201-4%200a2%202%200%200%201%204%200m3.965%202.215a2.107%202.107%200%201%200-.004-4.213a2.107%202.107%200%200%200%20.004%204.213%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChartDeathRateDecreasingNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsChartDeathRateDecreasingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm38.67%2016.712l1.445%202.753a1%201%200%201%200%201.77-.93l-2.625-5a1%201%200%200%200-1.45-.36l-4.376%203a1%201%200%201%200%201.132%201.65l2.132-1.463c-1.526%206.649-4.65%2011.179-8.803%2014.106C23.406%2033.632%2017.604%2035%2011.052%2035H8V6H6v35a1%201%200%200%200%201%201h35v-2H8v-3h3.052c6.807%200%2013.06-1.419%2017.996-4.898c4.633-3.265%208.009-8.279%209.622-15.39m-23.985%203.113l.01.02c1.08.107%201.63.93%201.801%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.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.447.968%201.394.968%202.878c0%20.28.047.423.07.477m-.224%202.01c-.461%200-1.846-.453-1.846-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.261M19%2016a2%202%200%201%201-4%200a2%202%200%200%201%204%200m3.965%202.215a2.107%202.107%200%201%200-.004-4.213a2.107%202.107%200%200%200%20.004%204.213%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChartDeathRateDecreasingNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48