3dcube icon in outline, twotone, bold and bulk. Free in all four styles, for props, objects and everything with no other sheet. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { Icon3dcube } from "@devigner-ui/icons";
<Icon3dcube className="size-6" />
<script setup>
import { Icon3dcube } from "@devigner-ui/icons-vue";
</script>
<template>
<Icon3dcube class="size-6" />
</template>
<script>
import { Icon3dcube } from "@devigner-ui/icons-svelte";
</script>
<Icon3dcube class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13.59 2.26 6.51 3.51c.76.41.76 1.58 0 1.99l-6.51 3.51c-.58.31-1.26.31-1.84 0L5.24 7.76c-.76-.41-.76-1.58 0-1.99l6.51-3.51a2 2 0 0 1 1.84 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m4.28 10.13 6.05 3.03a2.2 2.2 0 0 1 1.23 1.99v5.72a1.1 1.1 0 0 1-1.61.99L3.9 18.83a2.2 2.2 0 0 1-1.23-1.99v-5.72c0-.83.87-1.36 1.61-.99" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m21.06 10.13-6.05 3.03a2.2 2.2 0 0 0-1.23 1.99v5.72c0 .83.87 1.36 1.61.99l6.05-3.03a2.2 2.2 0 0 0 1.23-1.99v-5.72a1.1 1.1 0 0 0-1.61-.99" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>