sankey diagram icon
sankey-diagram from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- sankey-diagram
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the sankey diagram icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 2v6.044c-1.963.197-6.316 1.232-10.564 6.276c-.198-.277-.398-.546-.588-.85C11.974 5.67 6.32 4.276 4 4.042V2H2v28h2v-3.954a14.87 14.87 0 0 0 9.919-3.96c4.551 5.374 11.317 5.952 14.015 5.952H28V30h2V2Zm0 8.055v9.99a12.88 12.88 0 0 1-9.276-4.133c3.78-4.645 7.567-5.652 9.276-5.857M15.152 14.53c.324.519.663.99 1.008 1.44c-.339.475-.676.972-1.008 1.504a16 16 0 0 1-1.031 1.453c-.083-.137-.168-.27-.247-.413C9.328 10.332 5.787 8.444 4 8.068V6.051c1.993.24 6.823 1.553 11.152 8.479M4 24.049V10.14c1.325.464 4.203 2.284 8.126 9.344c.19.342.396.653.6.967A12.88 12.88 0 0 1 4 24.05m11.318-3.421a18 18 0 0 0 1.53-2.094c.221-.354.445-.67.669-.995A14.87 14.87 0 0 0 28 22.042v3.987c-2.33-.01-8.626-.52-12.682-5.401"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSankeyDiagram(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 2v6.044c-1.963.197-6.316 1.232-10.564 6.276c-.198-.277-.398-.546-.588-.85C11.974 5.67 6.32 4.276 4 4.042V2H2v28h2v-3.954a14.87 14.87 0 0 0 9.919-3.96c4.551 5.374 11.317 5.952 14.015 5.952H28V30h2V2Zm0 8.055v9.99a12.88 12.88 0 0 1-9.276-4.133c3.78-4.645 7.567-5.652 9.276-5.857M15.152 14.53c.324.519.663.99 1.008 1.44c-.339.475-.676.972-1.008 1.504a16 16 0 0 1-1.031 1.453c-.083-.137-.168-.27-.247-.413C9.328 10.332 5.787 8.444 4 8.068V6.051c1.993.24 6.823 1.553 11.152 8.479M4 24.049V10.14c1.325.464 4.203 2.284 8.126 9.344c.19.342.396.653.6.967A12.88 12.88 0 0 1 4 24.05m11.318-3.421a18 18 0 0 0 1.53-2.094c.221-.354.445-.67.669-.995A14.87 14.87 0 0 0 28 22.042v3.987c-2.33-.01-8.626-.52-12.682-5.401"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 2v6.044c-1.963.197-6.316 1.232-10.564 6.276c-.198-.277-.398-.546-.588-.85C11.974 5.67 6.32 4.276 4 4.042V2H2v28h2v-3.954a14.87 14.87 0 0 0 9.919-3.96c4.551 5.374 11.317 5.952 14.015 5.952H28V30h2V2Zm0 8.055v9.99a12.88 12.88 0 0 1-9.276-4.133c3.78-4.645 7.567-5.652 9.276-5.857M15.152 14.53c.324.519.663.99 1.008 1.44c-.339.475-.676.972-1.008 1.504a16 16 0 0 1-1.031 1.453c-.083-.137-.168-.27-.247-.413C9.328 10.332 5.787 8.444 4 8.068V6.051c1.993.24 6.823 1.553 11.152 8.479M4 24.049V10.14c1.325.464 4.203 2.284 8.126 9.344c.19.342.396.653.6.967A12.88 12.88 0 0 1 4 24.05m11.318-3.421a18 18 0 0 0 1.53-2.094c.221-.354.445-.67.669-.995A14.87 14.87 0 0 0 28 22.042v3.987c-2.33-.01-8.626-.52-12.682-5.401"/></svg> </template>
CSS
.icon-sankey-diagram {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%202v6.044c-1.963.197-6.316%201.232-10.564%206.276c-.198-.277-.398-.546-.588-.85C11.974%205.67%206.32%204.276%204%204.042V2H2v28h2v-3.954a14.87%2014.87%200%200%200%209.919-3.96c4.551%205.374%2011.317%205.952%2014.015%205.952H28V30h2V2Zm0%208.055v9.99a12.88%2012.88%200%200%201-9.276-4.133c3.78-4.645%207.567-5.652%209.276-5.857M15.152%2014.53c.324.519.663.99%201.008%201.44c-.339.475-.676.972-1.008%201.504a16%2016%200%200%201-1.031%201.453c-.083-.137-.168-.27-.247-.413C9.328%2010.332%205.787%208.444%204%208.068V6.051c1.993.24%206.823%201.553%2011.152%208.479M4%2024.049V10.14c1.325.464%204.203%202.284%208.126%209.344c.19.342.396.653.6.967A12.88%2012.88%200%200%201%204%2024.05m11.318-3.421a18%2018%200%200%200%201.53-2.094c.221-.354.445-.67.669-.995A14.87%2014.87%200%200%200%2028%2022.042v3.987c-2.33-.01-8.626-.52-12.682-5.401%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%202v6.044c-1.963.197-6.316%201.232-10.564%206.276c-.198-.277-.398-.546-.588-.85C11.974%205.67%206.32%204.276%204%204.042V2H2v28h2v-3.954a14.87%2014.87%200%200%200%209.919-3.96c4.551%205.374%2011.317%205.952%2014.015%205.952H28V30h2V2Zm0%208.055v9.99a12.88%2012.88%200%200%201-9.276-4.133c3.78-4.645%207.567-5.652%209.276-5.857M15.152%2014.53c.324.519.663.99%201.008%201.44c-.339.475-.676.972-1.008%201.504a16%2016%200%200%201-1.031%201.453c-.083-.137-.168-.27-.247-.413C9.328%2010.332%205.787%208.444%204%208.068V6.051c1.993.24%206.823%201.553%2011.152%208.479M4%2024.049V10.14c1.325.464%204.203%202.284%208.126%209.344c.19.342.396.653.6.967A12.88%2012.88%200%200%201%204%2024.05m11.318-3.421a18%2018%200%200%200%201.53-2.094c.221-.354.445-.67.669-.995A14.87%2014.87%200%200%200%2028%2022.042v3.987c-2.33-.01-8.626-.52-12.682-5.401%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/sankey-diagram.svg?color=%231a73e8&size=48