cube dots icon

cube-dots-solid from Iconoir by Luca Burgio · Solid · 3D Editor · MIT Free for personal and commercial use.

Name
cube-dots-solid
Set
Iconoir
Style
Solid
Category
3D Editor
Viewbox
24×24
License
MIT

1 other variant in Iconoir

More 3d editor icons from Iconoir

Use the cube dots icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.868 4.632a1.75 1.75 0 0 0-1.736 0l-6 3.429A1.75 1.75 0 0 0 4.25 9.58v5.84c0 .627.337 1.207.882 1.519l6 3.428a1.75 1.75 0 0 0 1.736 0l6-3.428a1.75 1.75 0 0 0 .882-1.52V9.58a1.75 1.75 0 0 0-.882-1.518zM7.356 9.647a.75.75 0 1 0-.712 1.321l4.606 2.48V17.5a.75.75 0 1 0 1.5 0v-4.052l4.606-2.48a.75.75 0 1 0-.712-1.32L12 12.147zM3.512 2.442A.75.75 0 0 1 3.567 3.5l-.01.01a.75.75 0 1 1-1.114-1.003l.01-.01a.75.75 0 0 1 1.059-.056m0 18.001a.75.75 0 0 1 .055 1.059l-.01.01a.75.75 0 1 1-1.114-1.003l.01-.01a.75.75 0 0 1 1.059-.056m18-18a.75.75 0 0 1 .055 1.059l-.01.01a.75.75 0 0 1-1.114-1.003l.01-.01a.75.75 0 0 1 1.059-.056m0 18a.75.75 0 0 1 .055 1.059l-.01.01a.75.75 0 1 1-1.114-1.003l.01-.01a.75.75 0 0 1 1.059-.056" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function IconoirCubeDotsSolid(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" fillRule="evenodd" d="M12.868 4.632a1.75 1.75 0 0 0-1.736 0l-6 3.429A1.75 1.75 0 0 0 4.25 9.58v5.84c0 .627.337 1.207.882 1.519l6 3.428a1.75 1.75 0 0 0 1.736 0l6-3.428a1.75 1.75 0 0 0 .882-1.52V9.58a1.75 1.75 0 0 0-.882-1.518zM7.356 9.647a.75.75 0 1 0-.712 1.321l4.606 2.48V17.5a.75.75 0 1 0 1.5 0v-4.052l4.606-2.48a.75.75 0 1 0-.712-1.32L12 12.147zM3.512 2.442A.75.75 0 0 1 3.567 3.5l-.01.01a.75.75 0 1 1-1.114-1.003l.01-.01a.75.75 0 0 1 1.059-.056m0 18.001a.75.75 0 0 1 .055 1.059l-.01.01a.75.75 0 1 1-1.114-1.003l.01-.01a.75.75 0 0 1 1.059-.056m18-18a.75.75 0 0 1 .055 1.059l-.01.01a.75.75 0 0 1-1.114-1.003l.01-.01a.75.75 0 0 1 1.059-.056m0 18a.75.75 0 0 1 .055 1.059l-.01.01a.75.75 0 1 1-1.114-1.003l.01-.01a.75.75 0 0 1 1.059-.056" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.868 4.632a1.75 1.75 0 0 0-1.736 0l-6 3.429A1.75 1.75 0 0 0 4.25 9.58v5.84c0 .627.337 1.207.882 1.519l6 3.428a1.75 1.75 0 0 0 1.736 0l6-3.428a1.75 1.75 0 0 0 .882-1.52V9.58a1.75 1.75 0 0 0-.882-1.518zM7.356 9.647a.75.75 0 1 0-.712 1.321l4.606 2.48V17.5a.75.75 0 1 0 1.5 0v-4.052l4.606-2.48a.75.75 0 1 0-.712-1.32L12 12.147zM3.512 2.442A.75.75 0 0 1 3.567 3.5l-.01.01a.75.75 0 1 1-1.114-1.003l.01-.01a.75.75 0 0 1 1.059-.056m0 18.001a.75.75 0 0 1 .055 1.059l-.01.01a.75.75 0 1 1-1.114-1.003l.01-.01a.75.75 0 0 1 1.059-.056m18-18a.75.75 0 0 1 .055 1.059l-.01.01a.75.75 0 0 1-1.114-1.003l.01-.01a.75.75 0 0 1 1.059-.056m0 18a.75.75 0 0 1 .055 1.059l-.01.01a.75.75 0 1 1-1.114-1.003l.01-.01a.75.75 0 0 1 1.059-.056" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-cube-dots-solid {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.868%204.632a1.75%201.75%200%200%200-1.736%200l-6%203.429A1.75%201.75%200%200%200%204.25%209.58v5.84c0%20.627.337%201.207.882%201.519l6%203.428a1.75%201.75%200%200%200%201.736%200l6-3.428a1.75%201.75%200%200%200%20.882-1.52V9.58a1.75%201.75%200%200%200-.882-1.518zM7.356%209.647a.75.75%200%201%200-.712%201.321l4.606%202.48V17.5a.75.75%200%201%200%201.5%200v-4.052l4.606-2.48a.75.75%200%201%200-.712-1.32L12%2012.147zM3.512%202.442A.75.75%200%200%201%203.567%203.5l-.01.01a.75.75%200%201%201-1.114-1.003l.01-.01a.75.75%200%200%201%201.059-.056m0%2018.001a.75.75%200%200%201%20.055%201.059l-.01.01a.75.75%200%201%201-1.114-1.003l.01-.01a.75.75%200%200%201%201.059-.056m18-18a.75.75%200%200%201%20.055%201.059l-.01.01a.75.75%200%200%201-1.114-1.003l.01-.01a.75.75%200%200%201%201.059-.056m0%2018a.75.75%200%200%201%20.055%201.059l-.01.01a.75.75%200%201%201-1.114-1.003l.01-.01a.75.75%200%200%201%201.059-.056%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.868%204.632a1.75%201.75%200%200%200-1.736%200l-6%203.429A1.75%201.75%200%200%200%204.25%209.58v5.84c0%20.627.337%201.207.882%201.519l6%203.428a1.75%201.75%200%200%200%201.736%200l6-3.428a1.75%201.75%200%200%200%20.882-1.52V9.58a1.75%201.75%200%200%200-.882-1.518zM7.356%209.647a.75.75%200%201%200-.712%201.321l4.606%202.48V17.5a.75.75%200%201%200%201.5%200v-4.052l4.606-2.48a.75.75%200%201%200-.712-1.32L12%2012.147zM3.512%202.442A.75.75%200%200%201%203.567%203.5l-.01.01a.75.75%200%201%201-1.114-1.003l.01-.01a.75.75%200%200%201%201.059-.056m0%2018.001a.75.75%200%200%201%20.055%201.059l-.01.01a.75.75%200%201%201-1.114-1.003l.01-.01a.75.75%200%200%201%201.059-.056m18-18a.75.75%200%200%201%20.055%201.059l-.01.01a.75.75%200%200%201-1.114-1.003l.01-.01a.75.75%200%200%201%201.059-.056m0%2018a.75.75%200%200%201%20.055%201.059l-.01.01a.75.75%200%201%201-1.114-1.003l.01-.01a.75.75%200%200%201%201.059-.056%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/cube-dots-solid.svg?color=%231a73e8&size=48