chart infected increasing icon
chart-infected-increasing-outline from Health Icons by Resolve to Save Lives · Outline · Graphs · MIT Free for personal and commercial use.
- Name
- chart-infected-increasing-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Graphs
- Viewbox
- 48×48
- License
- MIT
- Aliases
- chart-infected-increasing2x-outline
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-death-rate-stablechart-infected-decreasingchart-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 infected 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="M7 42a1 1 0 0 1-1-1V6h2v29h3.052c6.552 0 12.354-1.368 16.843-4.532c4.153-2.927 7.277-7.457 8.803-14.106l-2.133 1.463a1 1 0 1 1-1.13-1.65l4.374-3a1 1 0 0 1 1.451.36l2.625 5a1 1 0 1 1-1.77.93l-1.445-2.753c-1.613 7.111-4.99 12.125-9.622 15.39C24.112 35.582 17.858 37 11.052 37H8v3h34v2z"/><path fill-rule="evenodd" d="M14.482 16.5a6.1 6.1 0 0 0 1.056 2.548l-.988.988l-.143-.143a1 1 0 0 0-1.414 1.414l1.7 1.7a1 1 0 0 0 1.414-1.414l-.143-.143l.988-.988a6.05 6.05 0 0 0 2.548 1.056v1.493A1 1 0 0 0 19.65 25h1.7a1 1 0 0 0 .15-1.989v-1.493a6.1 6.1 0 0 0 3.022-1.432l1.364 1.364l-.143.143a1 1 0 0 0 1.414 1.414l1.7-1.7a1 1 0 0 0-1.414-1.414l-.143.143l-1.505-1.505a6 6 0 0 0 .723-2.031h1.493A1 1 0 0 0 30 16.35v-1.7a1 1 0 0 0-1.989-.15h-1.493a6.1 6.1 0 0 0-1.056-2.548l.988-.988l.143.143a1 1 0 0 0 1.414-1.414l-1.7-1.7a1 1 0 1 0-1.414 1.414l.143.143l-.988.988A6.1 6.1 0 0 0 21.5 9.482V7.989A1 1 0 0 0 21.35 6h-1.7a1 1 0 0 0-.15 1.989v1.493a6.1 6.1 0 0 0-2.548 1.056l-.988-.988l.143-.143a1 1 0 0 0-1.414-1.414l-1.7 1.7a1 1 0 0 0 1.414 1.414l.143-.143l.988.988a6.1 6.1 0 0 0-1.056 2.548h-1.493a1 1 0 0 0-1.989.15v1.7a1 1 0 0 0 1.989.15zm1.918-1a4.1 4.1 0 1 1 8.2 0a4.1 4.1 0 0 1-8.2 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChartInfectedIncreasingOutline(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="M7 42a1 1 0 0 1-1-1V6h2v29h3.052c6.552 0 12.354-1.368 16.843-4.532c4.153-2.927 7.277-7.457 8.803-14.106l-2.133 1.463a1 1 0 1 1-1.13-1.65l4.374-3a1 1 0 0 1 1.451.36l2.625 5a1 1 0 1 1-1.77.93l-1.445-2.753c-1.613 7.111-4.99 12.125-9.622 15.39C24.112 35.582 17.858 37 11.052 37H8v3h34v2z"/><path fillRule="evenodd" d="M14.482 16.5a6.1 6.1 0 0 0 1.056 2.548l-.988.988l-.143-.143a1 1 0 0 0-1.414 1.414l1.7 1.7a1 1 0 0 0 1.414-1.414l-.143-.143l.988-.988a6.05 6.05 0 0 0 2.548 1.056v1.493A1 1 0 0 0 19.65 25h1.7a1 1 0 0 0 .15-1.989v-1.493a6.1 6.1 0 0 0 3.022-1.432l1.364 1.364l-.143.143a1 1 0 0 0 1.414 1.414l1.7-1.7a1 1 0 0 0-1.414-1.414l-.143.143l-1.505-1.505a6 6 0 0 0 .723-2.031h1.493A1 1 0 0 0 30 16.35v-1.7a1 1 0 0 0-1.989-.15h-1.493a6.1 6.1 0 0 0-1.056-2.548l.988-.988l.143.143a1 1 0 0 0 1.414-1.414l-1.7-1.7a1 1 0 1 0-1.414 1.414l.143.143l-.988.988A6.1 6.1 0 0 0 21.5 9.482V7.989A1 1 0 0 0 21.35 6h-1.7a1 1 0 0 0-.15 1.989v1.493a6.1 6.1 0 0 0-2.548 1.056l-.988-.988l.143-.143a1 1 0 0 0-1.414-1.414l-1.7 1.7a1 1 0 0 0 1.414 1.414l.143-.143l.988.988a6.1 6.1 0 0 0-1.056 2.548h-1.493a1 1 0 0 0-1.989.15v1.7a1 1 0 0 0 1.989.15zm1.918-1a4.1 4.1 0 1 1 8.2 0a4.1 4.1 0 0 1-8.2 0" clipRule="evenodd"/></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="M7 42a1 1 0 0 1-1-1V6h2v29h3.052c6.552 0 12.354-1.368 16.843-4.532c4.153-2.927 7.277-7.457 8.803-14.106l-2.133 1.463a1 1 0 1 1-1.13-1.65l4.374-3a1 1 0 0 1 1.451.36l2.625 5a1 1 0 1 1-1.77.93l-1.445-2.753c-1.613 7.111-4.99 12.125-9.622 15.39C24.112 35.582 17.858 37 11.052 37H8v3h34v2z"/><path fill-rule="evenodd" d="M14.482 16.5a6.1 6.1 0 0 0 1.056 2.548l-.988.988l-.143-.143a1 1 0 0 0-1.414 1.414l1.7 1.7a1 1 0 0 0 1.414-1.414l-.143-.143l.988-.988a6.05 6.05 0 0 0 2.548 1.056v1.493A1 1 0 0 0 19.65 25h1.7a1 1 0 0 0 .15-1.989v-1.493a6.1 6.1 0 0 0 3.022-1.432l1.364 1.364l-.143.143a1 1 0 0 0 1.414 1.414l1.7-1.7a1 1 0 0 0-1.414-1.414l-.143.143l-1.505-1.505a6 6 0 0 0 .723-2.031h1.493A1 1 0 0 0 30 16.35v-1.7a1 1 0 0 0-1.989-.15h-1.493a6.1 6.1 0 0 0-1.056-2.548l.988-.988l.143.143a1 1 0 0 0 1.414-1.414l-1.7-1.7a1 1 0 1 0-1.414 1.414l.143.143l-.988.988A6.1 6.1 0 0 0 21.5 9.482V7.989A1 1 0 0 0 21.35 6h-1.7a1 1 0 0 0-.15 1.989v1.493a6.1 6.1 0 0 0-2.548 1.056l-.988-.988l.143-.143a1 1 0 0 0-1.414-1.414l-1.7 1.7a1 1 0 0 0 1.414 1.414l.143-.143l.988.988a6.1 6.1 0 0 0-1.056 2.548h-1.493a1 1 0 0 0-1.989.15v1.7a1 1 0 0 0 1.989.15zm1.918-1a4.1 4.1 0 1 1 8.2 0a4.1 4.1 0 0 1-8.2 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-chart-infected-increasing-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%20d%3D%22M7%2042a1%201%200%200%201-1-1V6h2v29h3.052c6.552%200%2012.354-1.368%2016.843-4.532c4.153-2.927%207.277-7.457%208.803-14.106l-2.133%201.463a1%201%200%201%201-1.13-1.65l4.374-3a1%201%200%200%201%201.451.36l2.625%205a1%201%200%201%201-1.77.93l-1.445-2.753c-1.613%207.111-4.99%2012.125-9.622%2015.39C24.112%2035.582%2017.858%2037%2011.052%2037H8v3h34v2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.482%2016.5a6.1%206.1%200%200%200%201.056%202.548l-.988.988l-.143-.143a1%201%200%200%200-1.414%201.414l1.7%201.7a1%201%200%200%200%201.414-1.414l-.143-.143l.988-.988a6.05%206.05%200%200%200%202.548%201.056v1.493A1%201%200%200%200%2019.65%2025h1.7a1%201%200%200%200%20.15-1.989v-1.493a6.1%206.1%200%200%200%203.022-1.432l1.364%201.364l-.143.143a1%201%200%200%200%201.414%201.414l1.7-1.7a1%201%200%200%200-1.414-1.414l-.143.143l-1.505-1.505a6%206%200%200%200%20.723-2.031h1.493A1%201%200%200%200%2030%2016.35v-1.7a1%201%200%200%200-1.989-.15h-1.493a6.1%206.1%200%200%200-1.056-2.548l.988-.988l.143.143a1%201%200%200%200%201.414-1.414l-1.7-1.7a1%201%200%201%200-1.414%201.414l.143.143l-.988.988A6.1%206.1%200%200%200%2021.5%209.482V7.989A1%201%200%200%200%2021.35%206h-1.7a1%201%200%200%200-.15%201.989v1.493a6.1%206.1%200%200%200-2.548%201.056l-.988-.988l.143-.143a1%201%200%200%200-1.414-1.414l-1.7%201.7a1%201%200%200%200%201.414%201.414l.143-.143l.988.988a6.1%206.1%200%200%200-1.056%202.548h-1.493a1%201%200%200%200-1.989.15v1.7a1%201%200%200%200%201.989.15zm1.918-1a4.1%204.1%200%201%201%208.2%200a4.1%204.1%200%200%201-8.2%200%22%20clip-rule%3D%22evenodd%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%22M7%2042a1%201%200%200%201-1-1V6h2v29h3.052c6.552%200%2012.354-1.368%2016.843-4.532c4.153-2.927%207.277-7.457%208.803-14.106l-2.133%201.463a1%201%200%201%201-1.13-1.65l4.374-3a1%201%200%200%201%201.451.36l2.625%205a1%201%200%201%201-1.77.93l-1.445-2.753c-1.613%207.111-4.99%2012.125-9.622%2015.39C24.112%2035.582%2017.858%2037%2011.052%2037H8v3h34v2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.482%2016.5a6.1%206.1%200%200%200%201.056%202.548l-.988.988l-.143-.143a1%201%200%200%200-1.414%201.414l1.7%201.7a1%201%200%200%200%201.414-1.414l-.143-.143l.988-.988a6.05%206.05%200%200%200%202.548%201.056v1.493A1%201%200%200%200%2019.65%2025h1.7a1%201%200%200%200%20.15-1.989v-1.493a6.1%206.1%200%200%200%203.022-1.432l1.364%201.364l-.143.143a1%201%200%200%200%201.414%201.414l1.7-1.7a1%201%200%200%200-1.414-1.414l-.143.143l-1.505-1.505a6%206%200%200%200%20.723-2.031h1.493A1%201%200%200%200%2030%2016.35v-1.7a1%201%200%200%200-1.989-.15h-1.493a6.1%206.1%200%200%200-1.056-2.548l.988-.988l.143.143a1%201%200%200%200%201.414-1.414l-1.7-1.7a1%201%200%201%200-1.414%201.414l.143.143l-.988.988A6.1%206.1%200%200%200%2021.5%209.482V7.989A1%201%200%200%200%2021.35%206h-1.7a1%201%200%200%200-.15%201.989v1.493a6.1%206.1%200%200%200-2.548%201.056l-.988-.988l.143-.143a1%201%200%200%200-1.414-1.414l-1.7%201.7a1%201%200%200%200%201.414%201.414l.143-.143l.988.988a6.1%206.1%200%200%200-1.056%202.548h-1.493a1%201%200%200%200-1.989.15v1.7a1%201%200%200%200%201.989.15zm1.918-1a4.1%204.1%200%201%201%208.2%200a4.1%204.1%200%200%201-8.2%200%22%20clip-rule%3D%22evenodd%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-infected-increasing-outline.svg?color=%231a73e8&size=48