data vis 3 icon

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

Name
data-vis-3
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the data vis 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 3a2.99 2.99 0 0 0-2.816 2h-3.326a3.98 3.98 0 0 0-7.716 0H9.858A3.992 3.992 0 1 0 5 9.858v4.284a3.98 3.98 0 0 0 0 7.716v3.326a3 3 0 1 0 2 0v-3.326a4 4 0 0 0 1.673-.903l3.364 1.682A3 3 0 0 0 12 23a3.012 3.012 0 1 0 .922-2.157l-3.148-1.574A4 4 0 0 0 10 18a3.996 3.996 0 0 0-3-3.858V9.858A4 4 0 0 0 9.858 7h4.284a3.937 3.937 0 0 0 4.782 2.882l1.811 3.17a3.045 3.045 0 1 0 1.733-.998L20.689 8.94A4 4 0 0 0 21.858 7h3.326A2.995 2.995 0 1 0 28 3M8 18a2 2 0 1 1-2-2a2 2 0 0 1 2 2M6 8a2 2 0 1 1 2-2a2 2 0 0 1-2 2m10-2a2 2 0 1 1 2 2a2 2 0 0 1-2-2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonDataVis3(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 3a2.99 2.99 0 0 0-2.816 2h-3.326a3.98 3.98 0 0 0-7.716 0H9.858A3.992 3.992 0 1 0 5 9.858v4.284a3.98 3.98 0 0 0 0 7.716v3.326a3 3 0 1 0 2 0v-3.326a4 4 0 0 0 1.673-.903l3.364 1.682A3 3 0 0 0 12 23a3.012 3.012 0 1 0 .922-2.157l-3.148-1.574A4 4 0 0 0 10 18a3.996 3.996 0 0 0-3-3.858V9.858A4 4 0 0 0 9.858 7h4.284a3.937 3.937 0 0 0 4.782 2.882l1.811 3.17a3.045 3.045 0 1 0 1.733-.998L20.689 8.94A4 4 0 0 0 21.858 7h3.326A2.995 2.995 0 1 0 28 3M8 18a2 2 0 1 1-2-2a2 2 0 0 1 2 2M6 8a2 2 0 1 1 2-2a2 2 0 0 1-2 2m10-2a2 2 0 1 1 2 2a2 2 0 0 1-2-2"/></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 3a2.99 2.99 0 0 0-2.816 2h-3.326a3.98 3.98 0 0 0-7.716 0H9.858A3.992 3.992 0 1 0 5 9.858v4.284a3.98 3.98 0 0 0 0 7.716v3.326a3 3 0 1 0 2 0v-3.326a4 4 0 0 0 1.673-.903l3.364 1.682A3 3 0 0 0 12 23a3.012 3.012 0 1 0 .922-2.157l-3.148-1.574A4 4 0 0 0 10 18a3.996 3.996 0 0 0-3-3.858V9.858A4 4 0 0 0 9.858 7h4.284a3.937 3.937 0 0 0 4.782 2.882l1.811 3.17a3.045 3.045 0 1 0 1.733-.998L20.689 8.94A4 4 0 0 0 21.858 7h3.326A2.995 2.995 0 1 0 28 3M8 18a2 2 0 1 1-2-2a2 2 0 0 1 2 2M6 8a2 2 0 1 1 2-2a2 2 0 0 1-2 2m10-2a2 2 0 1 1 2 2a2 2 0 0 1-2-2"/></svg>
</template>

CSS

.icon-data-vis-3 {
  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%203a2.99%202.99%200%200%200-2.816%202h-3.326a3.98%203.98%200%200%200-7.716%200H9.858A3.992%203.992%200%201%200%205%209.858v4.284a3.98%203.98%200%200%200%200%207.716v3.326a3%203%200%201%200%202%200v-3.326a4%204%200%200%200%201.673-.903l3.364%201.682A3%203%200%200%200%2012%2023a3.012%203.012%200%201%200%20.922-2.157l-3.148-1.574A4%204%200%200%200%2010%2018a3.996%203.996%200%200%200-3-3.858V9.858A4%204%200%200%200%209.858%207h4.284a3.937%203.937%200%200%200%204.782%202.882l1.811%203.17a3.045%203.045%200%201%200%201.733-.998L20.689%208.94A4%204%200%200%200%2021.858%207h3.326A2.995%202.995%200%201%200%2028%203M8%2018a2%202%200%201%201-2-2a2%202%200%200%201%202%202M6%208a2%202%200%201%201%202-2a2%202%200%200%201-2%202m10-2a2%202%200%201%201%202%202a2%202%200%200%201-2-2%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%203a2.99%202.99%200%200%200-2.816%202h-3.326a3.98%203.98%200%200%200-7.716%200H9.858A3.992%203.992%200%201%200%205%209.858v4.284a3.98%203.98%200%200%200%200%207.716v3.326a3%203%200%201%200%202%200v-3.326a4%204%200%200%200%201.673-.903l3.364%201.682A3%203%200%200%200%2012%2023a3.012%203.012%200%201%200%20.922-2.157l-3.148-1.574A4%204%200%200%200%2010%2018a3.996%203.996%200%200%200-3-3.858V9.858A4%204%200%200%200%209.858%207h4.284a3.937%203.937%200%200%200%204.782%202.882l1.811%203.17a3.045%203.045%200%201%200%201.733-.998L20.689%208.94A4%204%200%200%200%2021.858%207h3.326A2.995%202.995%200%201%200%2028%203M8%2018a2%202%200%201%201-2-2a2%202%200%200%201%202%202M6%208a2%202%200%201%201%202-2a2%202%200%200%201-2%202m10-2a2%202%200%201%201%202%202a2%202%200%200%201-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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