chart sankey variant icon

chart-sankey-variant from Material Design Icons by Pictogrammers · Filled · Math · Apache-2.0 Free for personal and commercial use.

Name
chart-sankey-variant
Set
Material Design Icons
Style
Filled
Category
Math
Viewbox
24×24
License
Apache 2.0
Aliases
chart-snakey-variant, graph-sankey-variant, report-sankey-variant, widget-sankey-variant

More math icons from Material Design Icons

Use the chart sankey variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4v2H4V4H2v8h2v-2c4.16 0 5.92 2.11 7.77 4.34S15.65 19 20 19v2h2v-6h-2v2c-3.41 0-4.93-1.83-6.69-3.94C11.34 10.69 9.1 8 4 8h16v2h2V4Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiChartSankeyVariant(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="M20 4v2H4V4H2v8h2v-2c4.16 0 5.92 2.11 7.77 4.34S15.65 19 20 19v2h2v-6h-2v2c-3.41 0-4.93-1.83-6.69-3.94C11.34 10.69 9.1 8 4 8h16v2h2V4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4v2H4V4H2v8h2v-2c4.16 0 5.92 2.11 7.77 4.34S15.65 19 20 19v2h2v-6h-2v2c-3.41 0-4.93-1.83-6.69-3.94C11.34 10.69 9.1 8 4 8h16v2h2V4Z"/></svg>
</template>

CSS

.icon-chart-sankey-variant {
  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%22M20%204v2H4V4H2v8h2v-2c4.16%200%205.92%202.11%207.77%204.34S15.65%2019%2020%2019v2h2v-6h-2v2c-3.41%200-4.93-1.83-6.69-3.94C11.34%2010.69%209.1%208%204%208h16v2h2V4Z%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%22M20%204v2H4V4H2v8h2v-2c4.16%200%205.92%202.11%207.77%204.34S15.65%2019%2020%2019v2h2v-6h-2v2c-3.41%200-4.93-1.83-6.69-3.94C11.34%2010.69%209.1%208%204%208h16v2h2V4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/chart-sankey-variant.svg?color=%231a73e8&size=48