chart infected stable icon
chart-infected-stable-outline from Health Icons by Resolve to Save Lives · Outline · Graphs · MIT Free for personal and commercial use.
- Name
- chart-infected-stable-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Graphs
- Viewbox
- 48×48
- License
- MIT
- Aliases
- chart-infected-stable2x-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-increasingchart-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 stable 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-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"/><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 HealthiconsChartInfectedStableOutline(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-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"/><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-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"/><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-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%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%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-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%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-stable-outline.svg?color=%231a73e8&size=48