3d Cube Scan 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 { Icon3dCubeScan } from "@devigner-ui/icons";
<Icon3dCubeScan className="size-6" />
<script setup>
import { Icon3dCubeScan } from "@devigner-ui/icons-vue";
</script>
<template>
<Icon3dCubeScan class="size-6" />
</template>
<script>
import { Icon3dCubeScan } from "@devigner-ui/icons-svelte";
</script>
<Icon3dCubeScan class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.67 9V7c0-3 2-5 5-5h10c3 0 5 2 5 5v2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.67 15v2c0 3 2 5 5 5h10c3 0 5-2 5-5v-2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="m7.37 9.26 5.3 3.07 5.26-3.05" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 17.77v-5.45" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m11.43 6.29-3.2 1.78a2.8 2.8 0 0 0-1.32 2.24v3.39c0 .83.6 1.84 1.32 2.24l3.2 1.78c.68.38 1.8.38 2.5 0l3.2-1.78a2.8 2.8 0 0 0 1.31-2.24v-3.39c0-.83-.59-1.84-1.32-2.24l-3.2-1.78a2.8 2.8 0 0 0-2.49 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>