chart line stacked icon

chart-line-stacked-24px from Health Icons by Resolve to Save Lives · Filled 24px · Graphs · MIT Free for personal and commercial use.

Name
chart-line-stacked-24px
Set
Health Icons
Style
Filled 24px
Category
Graphs
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More graphs icons from Health Icons

Use the chart line stacked icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 20V2h2v9.478l3.725-4.061l6.34 1.612l4.373-5.61l1.606 1.217l-5.176 6.64l-6.447-1.64l-4.342 4.735L4 14.3v3.045l4.81-5.078l6.343 1.613l3.792-4.66l1.58 1.25l-4.597 5.65l-6.443-1.639L4.258 20H22v2H4a2 2 0 0 1-2-2"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsChartLineStacked24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 20V2h2v9.478l3.725-4.061l6.34 1.612l4.373-5.61l1.606 1.217l-5.176 6.64l-6.447-1.64l-4.342 4.735L4 14.3v3.045l4.81-5.078l6.343 1.613l3.792-4.66l1.58 1.25l-4.597 5.65l-6.443-1.639L4.258 20H22v2H4a2 2 0 0 1-2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 20V2h2v9.478l3.725-4.061l6.34 1.612l4.373-5.61l1.606 1.217l-5.176 6.64l-6.447-1.64l-4.342 4.735L4 14.3v3.045l4.81-5.078l6.343 1.613l3.792-4.66l1.58 1.25l-4.597 5.65l-6.443-1.639L4.258 20H22v2H4a2 2 0 0 1-2-2"/></svg>
</template>

CSS

.icon-chart-line-stacked-24px {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2020V2h2v9.478l3.725-4.061l6.34%201.612l4.373-5.61l1.606%201.217l-5.176%206.64l-6.447-1.64l-4.342%204.735L4%2014.3v3.045l4.81-5.078l6.343%201.613l3.792-4.66l1.58%201.25l-4.597%205.65l-6.443-1.639L4.258%2020H22v2H4a2%202%200%200%201-2-2%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2020V2h2v9.478l3.725-4.061l6.34%201.612l4.373-5.61l1.606%201.217l-5.176%206.64l-6.447-1.64l-4.342%204.735L4%2014.3v3.045l4.81-5.078l6.343%201.613l3.792-4.66l1.58%201.25l-4.597%205.65l-6.443-1.639L4.258%2020H22v2H4a2%202%200%200%201-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/chart-line-stacked-24px.svg?color=%231a73e8&size=48