cube-3d-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
cube-3d-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the cube 3d icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M14 19.845L12 21l-2-1.155M12 21v-2.5m-5.794-.845l-2-1.155v-2.31m0 2.31L6.804 15M4.206 9.81V7.5l2-1.155m-2 1.155L6.37 8.75M10 4.155L12 3l2 1.155M12 3v3m5.793.345l2 1.155v2.31m0-2.31L17.63 8.75m2.165 5.44v2.31l-2 1.155m2-1.155L17.196 15M12 12v2.5m0-2.5l-2.165-1.25M12 12l2.165-1.25"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteCube3dFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="3" d="M14 19.845L12 21l-2-1.155M12 21v-2.5m-5.794-.845l-2-1.155v-2.31m0 2.31L6.804 15M4.206 9.81V7.5l2-1.155m-2 1.155L6.37 8.75M10 4.155L12 3l2 1.155M12 3v3m5.793.345l2 1.155v2.31m0-2.31L17.63 8.75m2.165 5.44v2.31l-2 1.155m2-1.155L17.196 15M12 12v2.5m0-2.5l-2.165-1.25M12 12l2.165-1.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M14 19.845L12 21l-2-1.155M12 21v-2.5m-5.794-.845l-2-1.155v-2.31m0 2.31L6.804 15M4.206 9.81V7.5l2-1.155m-2 1.155L6.37 8.75M10 4.155L12 3l2 1.155M12 3v3m5.793.345l2 1.155v2.31m0-2.31L17.63 8.75m2.165 5.44v2.31l-2 1.155m2-1.155L17.196 15M12 12v2.5m0-2.5l-2.165-1.25M12 12l2.165-1.25"/></svg>
</template>

CSS

.icon-cube-3d-fill {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M14%2019.845L12%2021l-2-1.155M12%2021v-2.5m-5.794-.845l-2-1.155v-2.31m0%202.31L6.804%2015M4.206%209.81V7.5l2-1.155m-2%201.155L6.37%208.75M10%204.155L12%203l2%201.155M12%203v3m5.793.345l2%201.155v2.31m0-2.31L17.63%208.75m2.165%205.44v2.31l-2%201.155m2-1.155L17.196%2015M12%2012v2.5m0-2.5l-2.165-1.25M12%2012l2.165-1.25%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M14%2019.845L12%2021l-2-1.155M12%2021v-2.5m-5.794-.845l-2-1.155v-2.31m0%202.31L6.804%2015M4.206%209.81V7.5l2-1.155m-2%201.155L6.37%208.75M10%204.155L12%203l2%201.155M12%203v3m5.793.345l2%201.155v2.31m0-2.31L17.63%208.75m2.165%205.44v2.31l-2%201.155m2-1.155L17.196%2015M12%2012v2.5m0-2.5l-2.165-1.25M12%2012l2.165-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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