chart death rate increasing negative icon

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

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

Related icons in Health Icons

Use the chart death rate increasing 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(#healthiconsChartDeathRateIncreasingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm27.694 19.846l-.01-.021c-.022-.054-.069-.198-.069-.477c0-1.484-.657-2.43-.968-2.877a4 4 0 0 1-.12-.181c-.174-.292-.527-.931-.527-3.047c0-1.702.756-2.933 1.976-3.806C29.256 8.522 31.074 8 33 8s3.745.522 5.024 1.437c1.22.873 1.976 2.105 1.976 3.806c0 2.116-.353 2.755-.526 3.047q-.043.07-.121.18c-.31.448-.968 1.394-.968 2.878c0 .2-.042.293-.06.327a.4.4 0 0 1-.103.12a.7.7 0 0 1-.16.096l-.006.003a2 2 0 0 0-1.042.644a2 2 0 0 0-.301.461a5 5 0 0 0-.13.286a10 10 0 0 0-.517 1.619c-.795.093-1.882.096-3.066.096c-1.146 0-2.201-.003-2.99-.087a8 8 0 0 0-.111-.703a4 4 0 0 0-.403-1.128c-.171-.306-.722-1.13-1.802-1.236m-2.079-.498c0 2.035 1.385 2.487 1.847 2.487s.615 1.356.615 2.26C28.077 25 30.692 25 33 25s4.923 0 4.923-.904c0-.905.577-2.261.615-2.261s1.847-.453 1.847-2.487c0-.805.253-1.186.558-1.646C41.41 17 42 16.112 42 13.243c0-9.657-18-9.657-18 0c0 2.87.59 3.757 1.057 4.46c.306.46.558.84.558 1.645M30 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-.003M8 6H6v35a1 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 16H8z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChartDeathRateIncreasingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsChartDeathRateIncreasingNegative(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(#healthiconsChartDeathRateIncreasingNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm27.694 19.846l-.01-.021c-.022-.054-.069-.198-.069-.477c0-1.484-.657-2.43-.968-2.877a4 4 0 0 1-.12-.181c-.174-.292-.527-.931-.527-3.047c0-1.702.756-2.933 1.976-3.806C29.256 8.522 31.074 8 33 8s3.745.522 5.024 1.437c1.22.873 1.976 2.105 1.976 3.806c0 2.116-.353 2.755-.526 3.047q-.043.07-.121.18c-.31.448-.968 1.394-.968 2.878c0 .2-.042.293-.06.327a.4.4 0 0 1-.103.12a.7.7 0 0 1-.16.096l-.006.003a2 2 0 0 0-1.042.644a2 2 0 0 0-.301.461a5 5 0 0 0-.13.286a10 10 0 0 0-.517 1.619c-.795.093-1.882.096-3.066.096c-1.146 0-2.201-.003-2.99-.087a8 8 0 0 0-.111-.703a4 4 0 0 0-.403-1.128c-.171-.306-.722-1.13-1.802-1.236m-2.079-.498c0 2.035 1.385 2.487 1.847 2.487s.615 1.356.615 2.26C28.077 25 30.692 25 33 25s4.923 0 4.923-.904c0-.905.577-2.261.615-2.261s1.847-.453 1.847-2.487c0-.805.253-1.186.558-1.646C41.41 17 42 16.112 42 13.243c0-9.657-18-9.657-18 0c0 2.87.59 3.757 1.057 4.46c.306.46.558.84.558 1.645M30 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-.003M8 6H6v35a1 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 16H8z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsChartDeathRateIncreasingNegative"><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(#healthiconsChartDeathRateIncreasingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm27.694 19.846l-.01-.021c-.022-.054-.069-.198-.069-.477c0-1.484-.657-2.43-.968-2.877a4 4 0 0 1-.12-.181c-.174-.292-.527-.931-.527-3.047c0-1.702.756-2.933 1.976-3.806C29.256 8.522 31.074 8 33 8s3.745.522 5.024 1.437c1.22.873 1.976 2.105 1.976 3.806c0 2.116-.353 2.755-.526 3.047q-.043.07-.121.18c-.31.448-.968 1.394-.968 2.878c0 .2-.042.293-.06.327a.4.4 0 0 1-.103.12a.7.7 0 0 1-.16.096l-.006.003a2 2 0 0 0-1.042.644a2 2 0 0 0-.301.461a5 5 0 0 0-.13.286a10 10 0 0 0-.517 1.619c-.795.093-1.882.096-3.066.096c-1.146 0-2.201-.003-2.99-.087a8 8 0 0 0-.111-.703a4 4 0 0 0-.403-1.128c-.171-.306-.722-1.13-1.802-1.236m-2.079-.498c0 2.035 1.385 2.487 1.847 2.487s.615 1.356.615 2.26C28.077 25 30.692 25 33 25s4.923 0 4.923-.904c0-.905.577-2.261.615-2.261s1.847-.453 1.847-2.487c0-.805.253-1.186.558-1.646C41.41 17 42 16.112 42 13.243c0-9.657-18-9.657-18 0c0 2.87.59 3.757 1.057 4.46c.306.46.558.84.558 1.645M30 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-.003M8 6H6v35a1 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 16H8z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChartDeathRateIncreasingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-chart-death-rate-increasing-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(%23healthiconsChartDeathRateIncreasingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm27.694%2019.846l-.01-.021c-.022-.054-.069-.198-.069-.477c0-1.484-.657-2.43-.968-2.877a4%204%200%200%201-.12-.181c-.174-.292-.527-.931-.527-3.047c0-1.702.756-2.933%201.976-3.806C29.256%208.522%2031.074%208%2033%208s3.745.522%205.024%201.437c1.22.873%201.976%202.105%201.976%203.806c0%202.116-.353%202.755-.526%203.047q-.043.07-.121.18c-.31.448-.968%201.394-.968%202.878c0%20.2-.042.293-.06.327a.4.4%200%200%201-.103.12a.7.7%200%200%201-.16.096l-.006.003a2%202%200%200%200-1.042.644a2%202%200%200%200-.301.461a5%205%200%200%200-.13.286a10%2010%200%200%200-.517%201.619c-.795.093-1.882.096-3.066.096c-1.146%200-2.201-.003-2.99-.087a8%208%200%200%200-.111-.703a4%204%200%200%200-.403-1.128c-.171-.306-.722-1.13-1.802-1.236m-2.079-.498c0%202.035%201.385%202.487%201.847%202.487s.615%201.356.615%202.26C28.077%2025%2030.692%2025%2033%2025s4.923%200%204.923-.904c0-.905.577-2.261.615-2.261s1.847-.453%201.847-2.487c0-.805.253-1.186.558-1.646C41.41%2017%2042%2016.112%2042%2013.243c0-9.657-18-9.657-18%200c0%202.87.59%203.757%201.057%204.46c.306.46.558.84.558%201.645M30%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-.003M8%206H6v35a1%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%2016H8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChartDeathRateIncreasingNegative%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(%23healthiconsChartDeathRateIncreasingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm27.694%2019.846l-.01-.021c-.022-.054-.069-.198-.069-.477c0-1.484-.657-2.43-.968-2.877a4%204%200%200%201-.12-.181c-.174-.292-.527-.931-.527-3.047c0-1.702.756-2.933%201.976-3.806C29.256%208.522%2031.074%208%2033%208s3.745.522%205.024%201.437c1.22.873%201.976%202.105%201.976%203.806c0%202.116-.353%202.755-.526%203.047q-.043.07-.121.18c-.31.448-.968%201.394-.968%202.878c0%20.2-.042.293-.06.327a.4.4%200%200%201-.103.12a.7.7%200%200%201-.16.096l-.006.003a2%202%200%200%200-1.042.644a2%202%200%200%200-.301.461a5%205%200%200%200-.13.286a10%2010%200%200%200-.517%201.619c-.795.093-1.882.096-3.066.096c-1.146%200-2.201-.003-2.99-.087a8%208%200%200%200-.111-.703a4%204%200%200%200-.403-1.128c-.171-.306-.722-1.13-1.802-1.236m-2.079-.498c0%202.035%201.385%202.487%201.847%202.487s.615%201.356.615%202.26C28.077%2025%2030.692%2025%2033%2025s4.923%200%204.923-.904c0-.905.577-2.261.615-2.261s1.847-.453%201.847-2.487c0-.805.253-1.186.558-1.646C41.41%2017%2042%2016.112%2042%2013.243c0-9.657-18-9.657-18%200c0%202.87.59%203.757%201.057%204.46c.306.46.558.84.558%201.645M30%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-.003M8%206H6v35a1%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%2016H8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChartDeathRateIncreasingNegative%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-increasing-negative.svg?color=%231a73e8&size=48