chart-3d-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
chart-3d-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the chart 3d icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.665 5.847L12 .845L3.338 5.847L12 10.846zM13 3.93v4h-2v-4zm8.66 3.652L13 12.578v10l8.66-5zm-5.634 5.587l3.464 2l-1 1.732l-3.464-2zM11 22.577v-10L2.34 7.58v9.997zM8.975 14.9l-3.464 2l-1-1.732l3.464-2z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignChart3dFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.665 5.847L12 .845L3.338 5.847L12 10.846zM13 3.93v4h-2v-4zm8.66 3.652L13 12.578v10l8.66-5zm-5.634 5.587l3.464 2l-1 1.732l-3.464-2zM11 22.577v-10L2.34 7.58v9.997zM8.975 14.9l-3.464 2l-1-1.732l3.464-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.665 5.847L12 .845L3.338 5.847L12 10.846zM13 3.93v4h-2v-4zm8.66 3.652L13 12.578v10l8.66-5zm-5.634 5.587l3.464 2l-1 1.732l-3.464-2zM11 22.577v-10L2.34 7.58v9.997zM8.975 14.9l-3.464 2l-1-1.732l3.464-2z"/></svg>
</template>

CSS

.icon-chart-3d-filled {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.665%205.847L12%20.845L3.338%205.847L12%2010.846zM13%203.93v4h-2v-4zm8.66%203.652L13%2012.578v10l8.66-5zm-5.634%205.587l3.464%202l-1%201.732l-3.464-2zM11%2022.577v-10L2.34%207.58v9.997zM8.975%2014.9l-3.464%202l-1-1.732l3.464-2z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.665%205.847L12%20.845L3.338%205.847L12%2010.846zM13%203.93v4h-2v-4zm8.66%203.652L13%2012.578v10l8.66-5zm-5.634%205.587l3.464%202l-1%201.732l-3.464-2zM11%2022.577v-10L2.34%207.58v9.997zM8.975%2014.9l-3.464%202l-1-1.732l3.464-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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