diagram icon

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

Name
diagram
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More organization icons from Carbon

Use the diagram icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 30a11 11 0 0 1 0-22a1 1 0 0 1 1 1v9h9a1 1 0 0 1 1 1a11 11 0 0 1-11 11m-1-19.94A9 9 0 1 0 21.94 20H14a2 2 0 0 1-2-2Z"/><path fill="currentColor" d="M28 14h-9a2 2 0 0 1-2-2V3a1 1 0 0 1 1-1a11 11 0 0 1 11 11a1 1 0 0 1-1 1m-9-2h7.94A9 9 0 0 0 19 4.06Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonDiagram(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="M13 30a11 11 0 0 1 0-22a1 1 0 0 1 1 1v9h9a1 1 0 0 1 1 1a11 11 0 0 1-11 11m-1-19.94A9 9 0 1 0 21.94 20H14a2 2 0 0 1-2-2Z"/><path fill="currentColor" d="M28 14h-9a2 2 0 0 1-2-2V3a1 1 0 0 1 1-1a11 11 0 0 1 11 11a1 1 0 0 1-1 1m-9-2h7.94A9 9 0 0 0 19 4.06Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 30a11 11 0 0 1 0-22a1 1 0 0 1 1 1v9h9a1 1 0 0 1 1 1a11 11 0 0 1-11 11m-1-19.94A9 9 0 1 0 21.94 20H14a2 2 0 0 1-2-2Z"/><path fill="currentColor" d="M28 14h-9a2 2 0 0 1-2-2V3a1 1 0 0 1 1-1a11 11 0 0 1 11 11a1 1 0 0 1-1 1m-9-2h7.94A9 9 0 0 0 19 4.06Z"/></svg>
</template>

CSS

.icon-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%22M13%2030a11%2011%200%200%201%200-22a1%201%200%200%201%201%201v9h9a1%201%200%200%201%201%201a11%2011%200%200%201-11%2011m-1-19.94A9%209%200%201%200%2021.94%2020H14a2%202%200%200%201-2-2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2014h-9a2%202%200%200%201-2-2V3a1%201%200%200%201%201-1a11%2011%200%200%201%2011%2011a1%201%200%200%201-1%201m-9-2h7.94A9%209%200%200%200%2019%204.06Z%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%22M13%2030a11%2011%200%200%201%200-22a1%201%200%200%201%201%201v9h9a1%201%200%200%201%201%201a11%2011%200%200%201-11%2011m-1-19.94A9%209%200%201%200%2021.94%2020H14a2%202%200%200%201-2-2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2014h-9a2%202%200%200%201-2-2V3a1%201%200%200%201%201-1a11%2011%200%200%201%2011%2011a1%201%200%200%201-1%201m-9-2h7.94A9%209%200%200%200%2019%204.06Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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