chart line stacked icon

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

Name
chart-line-stacked
Set
Health Icons
Style
Filled
Category
Graphs
Viewbox
48×48
License
MIT
Aliases
chart-line-stacked2x-outline

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 48 48"><path fill="currentColor" d="M6 41a1 1 0 0 0 1 1h34v-2H8v-.638l9.331-11.198l11.353 3.785a1 1 0 0 0 1.084-.309l10-12l-1.536-1.28l-9.563 11.476l-11.353-3.785a1 1 0 0 0-1.084.309L8 36.238v-6.851l9.289-10.218l10.37 3.77a1 1 0 0 0 1.11-.299l10-12l-1.537-1.28l-9.55 11.46l-10.34-3.76a1 1 0 0 0-1.082.267L8 26.413V7H6z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsChartLineStacked(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6 41a1 1 0 0 0 1 1h34v-2H8v-.638l9.331-11.198l11.353 3.785a1 1 0 0 0 1.084-.309l10-12l-1.536-1.28l-9.563 11.476l-11.353-3.785a1 1 0 0 0-1.084.309L8 36.238v-6.851l9.289-10.218l10.37 3.77a1 1 0 0 0 1.11-.299l10-12l-1.537-1.28l-9.55 11.46l-10.34-3.76a1 1 0 0 0-1.082.267L8 26.413V7H6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6 41a1 1 0 0 0 1 1h34v-2H8v-.638l9.331-11.198l11.353 3.785a1 1 0 0 0 1.084-.309l10-12l-1.536-1.28l-9.563 11.476l-11.353-3.785a1 1 0 0 0-1.084.309L8 36.238v-6.851l9.289-10.218l10.37 3.77a1 1 0 0 0 1.11-.299l10-12l-1.537-1.28l-9.55 11.46l-10.34-3.76a1 1 0 0 0-1.082.267L8 26.413V7H6z"/></svg>
</template>

CSS

.icon-chart-line-stacked {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2041a1%201%200%200%200%201%201h34v-2H8v-.638l9.331-11.198l11.353%203.785a1%201%200%200%200%201.084-.309l10-12l-1.536-1.28l-9.563%2011.476l-11.353-3.785a1%201%200%200%200-1.084.309L8%2036.238v-6.851l9.289-10.218l10.37%203.77a1%201%200%200%200%201.11-.299l10-12l-1.537-1.28l-9.55%2011.46l-10.34-3.76a1%201%200%200%200-1.082.267L8%2026.413V7H6z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2041a1%201%200%200%200%201%201h34v-2H8v-.638l9.331-11.198l11.353%203.785a1%201%200%200%200%201.084-.309l10-12l-1.536-1.28l-9.563%2011.476l-11.353-3.785a1%201%200%200%200-1.084.309L8%2036.238v-6.851l9.289-10.218l10.37%203.77a1%201%200%200%200%201.11-.299l10-12l-1.537-1.28l-9.55%2011.46l-10.34-3.76a1%201%200%200%200-1.082.267L8%2026.413V7H6z%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.svg?color=%231a73e8&size=48