chart river icon

chart-river from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
chart-river
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the chart river icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m12.433 20.017l8.037 4.68a1.96 1.96 0 0 0 1.051.301a2.2 2.2 0 0 0 .489-.055l7.253-1.977A1 1 0 0 0 30 22V7.996a1 1 0 0 0-1.26-.966l-7.237 1.953l-8.037-4.68a1.99 1.99 0 0 0-1.865-.135L4 7.473V2H2v26a2 2 0 0 0 2 2h26v-2H4v-4.342ZM28 21.234l-6.497 1.75l-8.037-4.68a2 2 0 0 0-1.865-.135L4 21.475v-4.818l8.433-3.641l8.037 4.68a1.96 1.96 0 0 0 1.05.302a2.2 2.2 0 0 0 .49-.056L28 16.31ZM12.433 6.016l8.037 4.68a2 2 0 0 0 1.54.245L28 9.308v4.926l-6.497 1.75l-8.037-4.68a1.99 1.99 0 0 0-1.865-.136L4 14.474V9.656Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonChartRiver(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="m12.433 20.017l8.037 4.68a1.96 1.96 0 0 0 1.051.301a2.2 2.2 0 0 0 .489-.055l7.253-1.977A1 1 0 0 0 30 22V7.996a1 1 0 0 0-1.26-.966l-7.237 1.953l-8.037-4.68a1.99 1.99 0 0 0-1.865-.135L4 7.473V2H2v26a2 2 0 0 0 2 2h26v-2H4v-4.342ZM28 21.234l-6.497 1.75l-8.037-4.68a2 2 0 0 0-1.865-.135L4 21.475v-4.818l8.433-3.641l8.037 4.68a1.96 1.96 0 0 0 1.05.302a2.2 2.2 0 0 0 .49-.056L28 16.31ZM12.433 6.016l8.037 4.68a2 2 0 0 0 1.54.245L28 9.308v4.926l-6.497 1.75l-8.037-4.68a1.99 1.99 0 0 0-1.865-.136L4 14.474V9.656Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m12.433 20.017l8.037 4.68a1.96 1.96 0 0 0 1.051.301a2.2 2.2 0 0 0 .489-.055l7.253-1.977A1 1 0 0 0 30 22V7.996a1 1 0 0 0-1.26-.966l-7.237 1.953l-8.037-4.68a1.99 1.99 0 0 0-1.865-.135L4 7.473V2H2v26a2 2 0 0 0 2 2h26v-2H4v-4.342ZM28 21.234l-6.497 1.75l-8.037-4.68a2 2 0 0 0-1.865-.135L4 21.475v-4.818l8.433-3.641l8.037 4.68a1.96 1.96 0 0 0 1.05.302a2.2 2.2 0 0 0 .49-.056L28 16.31ZM12.433 6.016l8.037 4.68a2 2 0 0 0 1.54.245L28 9.308v4.926l-6.497 1.75l-8.037-4.68a1.99 1.99 0 0 0-1.865-.136L4 14.474V9.656Z"/></svg>
</template>

CSS

.icon-chart-river {
  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%22m12.433%2020.017l8.037%204.68a1.96%201.96%200%200%200%201.051.301a2.2%202.2%200%200%200%20.489-.055l7.253-1.977A1%201%200%200%200%2030%2022V7.996a1%201%200%200%200-1.26-.966l-7.237%201.953l-8.037-4.68a1.99%201.99%200%200%200-1.865-.135L4%207.473V2H2v26a2%202%200%200%200%202%202h26v-2H4v-4.342ZM28%2021.234l-6.497%201.75l-8.037-4.68a2%202%200%200%200-1.865-.135L4%2021.475v-4.818l8.433-3.641l8.037%204.68a1.96%201.96%200%200%200%201.05.302a2.2%202.2%200%200%200%20.49-.056L28%2016.31ZM12.433%206.016l8.037%204.68a2%202%200%200%200%201.54.245L28%209.308v4.926l-6.497%201.75l-8.037-4.68a1.99%201.99%200%200%200-1.865-.136L4%2014.474V9.656Z%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%22m12.433%2020.017l8.037%204.68a1.96%201.96%200%200%200%201.051.301a2.2%202.2%200%200%200%20.489-.055l7.253-1.977A1%201%200%200%200%2030%2022V7.996a1%201%200%200%200-1.26-.966l-7.237%201.953l-8.037-4.68a1.99%201.99%200%200%200-1.865-.135L4%207.473V2H2v26a2%202%200%200%200%202%202h26v-2H4v-4.342ZM28%2021.234l-6.497%201.75l-8.037-4.68a2%202%200%200%200-1.865-.135L4%2021.475v-4.818l8.433-3.641l8.037%204.68a1.96%201.96%200%200%200%201.05.302a2.2%202.2%200%200%200%20.49-.056L28%2016.31ZM12.433%206.016l8.037%204.68a2%202%200%200%200%201.54.245L28%209.308v4.926l-6.497%201.75l-8.037-4.68a1.99%201.99%200%200%200-1.865-.136L4%2014.474V9.656Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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