chart parallel icon

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

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

More organization icons from Carbon

Use the chart parallel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 2v3.307l-6 2.25V2h-2v5.523l-8-3.2V2h-2v2.446l-6 3.75V2H2v28h2v-2.382l6-3V30h2v-5.656l8 2.4V30h2v-3.446l6-3.75V30h2V2Zm0 5.443V12.5L22 17V9.693Zm-8 2.234v7.557l-8-4.8V6.477ZM10 6.804v5.742l-6 5.25v-7.242ZM4 25.382v-4.928l6-5.25v7.178Zm8-3.126v-7.49l8 4.8v5.09Zm10 1.94V19.5l6-4.5v5.446Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonChartParallel(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 2v3.307l-6 2.25V2h-2v5.523l-8-3.2V2h-2v2.446l-6 3.75V2H2v28h2v-2.382l6-3V30h2v-5.656l8 2.4V30h2v-3.446l6-3.75V30h2V2Zm0 5.443V12.5L22 17V9.693Zm-8 2.234v7.557l-8-4.8V6.477ZM10 6.804v5.742l-6 5.25v-7.242ZM4 25.382v-4.928l6-5.25v7.178Zm8-3.126v-7.49l8 4.8v5.09Zm10 1.94V19.5l6-4.5v5.446Z"/></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 2v3.307l-6 2.25V2h-2v5.523l-8-3.2V2h-2v2.446l-6 3.75V2H2v28h2v-2.382l6-3V30h2v-5.656l8 2.4V30h2v-3.446l6-3.75V30h2V2Zm0 5.443V12.5L22 17V9.693Zm-8 2.234v7.557l-8-4.8V6.477ZM10 6.804v5.742l-6 5.25v-7.242ZM4 25.382v-4.928l6-5.25v7.178Zm8-3.126v-7.49l8 4.8v5.09Zm10 1.94V19.5l6-4.5v5.446Z"/></svg>
</template>

CSS

.icon-chart-parallel {
  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%202v3.307l-6%202.25V2h-2v5.523l-8-3.2V2h-2v2.446l-6%203.75V2H2v28h2v-2.382l6-3V30h2v-5.656l8%202.4V30h2v-3.446l6-3.75V30h2V2Zm0%205.443V12.5L22%2017V9.693Zm-8%202.234v7.557l-8-4.8V6.477ZM10%206.804v5.742l-6%205.25v-7.242ZM4%2025.382v-4.928l6-5.25v7.178Zm8-3.126v-7.49l8%204.8v5.09Zm10%201.94V19.5l6-4.5v5.446Z%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%202v3.307l-6%202.25V2h-2v5.523l-8-3.2V2h-2v2.446l-6%203.75V2H2v28h2v-2.382l6-3V30h2v-5.656l8%202.4V30h2v-3.446l6-3.75V30h2V2Zm0%205.443V12.5L22%2017V9.693Zm-8%202.234v7.557l-8-4.8V6.477ZM10%206.804v5.742l-6%205.25v-7.242ZM4%2025.382v-4.928l6-5.25v7.178Zm8-3.126v-7.49l8%204.8v5.09Zm10%201.94V19.5l6-4.5v5.446Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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