pivot table icon

pivot-table from IconPark by ByteDance · Color · Charts · Apache-2.0 Free for personal and commercial use.

Name
pivot-table
Set
IconPark
Style
Color
Category
Charts
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More charts icons from IconPark

Use the pivot table icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M42.0004 4H6.00005C4.89546 4 4.00002 4.89546 4.00005 6.00005L4.00104 42.0001C4.00107 43.1046 4.8965 44 6.00104 44H42.0004C43.105 44 44.0004 43.1046 44.0004 42V6C44.0004 4.89543 43.105 4 42.0004 4Z"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M20.0088 34.0083H33.5005V20.0083"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M24.5 38.5L23 37L20 34L23 31L24.5 29.5"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M29 24.5L30.5 23L33.5 20L36.5 23L38 24.5"/><path stroke="#fff" stroke-linecap="round" d="M14 4L14 44"/><path stroke="#fff" stroke-linecap="round" d="M4 14.0378L44 14"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M8 4H28"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M8 44H28"/><path stroke="#000" stroke-linecap="round" d="M44 8V18"/><path stroke="#000" stroke-linecap="round" d="M4 8L4 18"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkPivotTable(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M42.0004 4H6.00005C4.89546 4 4.00002 4.89546 4.00005 6.00005L4.00104 42.0001C4.00107 43.1046 4.8965 44 6.00104 44H42.0004C43.105 44 44.0004 43.1046 44.0004 42V6C44.0004 4.89543 43.105 4 42.0004 4Z"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" d="M20.0088 34.0083H33.5005V20.0083"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" d="M24.5 38.5L23 37L20 34L23 31L24.5 29.5"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" d="M29 24.5L30.5 23L33.5 20L36.5 23L38 24.5"/><path stroke="#fff" strokeLinecap="round" d="M14 4L14 44"/><path stroke="#fff" strokeLinecap="round" d="M4 14.0378L44 14"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M8 4H28"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M8 44H28"/><path stroke="#000" strokeLinecap="round" d="M44 8V18"/><path stroke="#000" strokeLinecap="round" d="M4 8L4 18"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M42.0004 4H6.00005C4.89546 4 4.00002 4.89546 4.00005 6.00005L4.00104 42.0001C4.00107 43.1046 4.8965 44 6.00104 44H42.0004C43.105 44 44.0004 43.1046 44.0004 42V6C44.0004 4.89543 43.105 4 42.0004 4Z"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M20.0088 34.0083H33.5005V20.0083"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M24.5 38.5L23 37L20 34L23 31L24.5 29.5"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M29 24.5L30.5 23L33.5 20L36.5 23L38 24.5"/><path stroke="#fff" stroke-linecap="round" d="M14 4L14 44"/><path stroke="#fff" stroke-linecap="round" d="M4 14.0378L44 14"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M8 4H28"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M8 44H28"/><path stroke="#000" stroke-linecap="round" d="M44 8V18"/><path stroke="#000" stroke-linecap="round" d="M4 8L4 18"/></g></svg>
</template>

CSS

.icon-pivot-table {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M42.0004%204H6.00005C4.89546%204%204.00002%204.89546%204.00005%206.00005L4.00104%2042.0001C4.00107%2043.1046%204.8965%2044%206.00104%2044H42.0004C43.105%2044%2044.0004%2043.1046%2044.0004%2042V6C44.0004%204.89543%2043.105%204%2042.0004%204Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.0088%2034.0083H33.5005V20.0083%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24.5%2038.5L23%2037L20%2034L23%2031L24.5%2029.5%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2024.5L30.5%2023L33.5%2020L36.5%2023L38%2024.5%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M14%204L14%2044%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M4%2014.0378L44%2014%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%204H28%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2044H28%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M44%208V18%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M4%208L4%2018%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M42.0004%204H6.00005C4.89546%204%204.00002%204.89546%204.00005%206.00005L4.00104%2042.0001C4.00107%2043.1046%204.8965%2044%206.00104%2044H42.0004C43.105%2044%2044.0004%2043.1046%2044.0004%2042V6C44.0004%204.89543%2043.105%204%2042.0004%204Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.0088%2034.0083H33.5005V20.0083%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24.5%2038.5L23%2037L20%2034L23%2031L24.5%2029.5%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2024.5L30.5%2023L33.5%2020L36.5%2023L38%2024.5%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M14%204L14%2044%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M4%2014.0378L44%2014%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%204H28%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2044H28%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M44%208V18%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M4%208L4%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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