cube 3d icon
cube-3d-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- cube-3d-line
- Set
- MingCute Icon
- Style
- Line
- 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="2" d="M14 19.845L12 21l-2-1.155M12 21v-3m-5.794-.345l-2-1.155v-2.31m0 2.31L6.804 15M4.206 9.81V7.5l2-1.155m-2 1.155L6.804 9M10 4.155L12 3l2 1.155M12 3v3m5.794.345l2 1.155v2.31m0-2.31L17.196 9m2.598 5.19v2.31l-2 1.155m2-1.155L17.196 15M12 12v3m0-3l-2.598-1.5M12 12l2.598-1.5"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCube3dLine(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="2" d="M14 19.845L12 21l-2-1.155M12 21v-3m-5.794-.345l-2-1.155v-2.31m0 2.31L6.804 15M4.206 9.81V7.5l2-1.155m-2 1.155L6.804 9M10 4.155L12 3l2 1.155M12 3v3m5.794.345l2 1.155v2.31m0-2.31L17.196 9m2.598 5.19v2.31l-2 1.155m2-1.155L17.196 15M12 12v3m0-3l-2.598-1.5M12 12l2.598-1.5"/></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="2" d="M14 19.845L12 21l-2-1.155M12 21v-3m-5.794-.345l-2-1.155v-2.31m0 2.31L6.804 15M4.206 9.81V7.5l2-1.155m-2 1.155L6.804 9M10 4.155L12 3l2 1.155M12 3v3m5.794.345l2 1.155v2.31m0-2.31L17.196 9m2.598 5.19v2.31l-2 1.155m2-1.155L17.196 15M12 12v3m0-3l-2.598-1.5M12 12l2.598-1.5"/></svg> </template>
CSS
.icon-cube-3d-line {
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%222%22%20d%3D%22M14%2019.845L12%2021l-2-1.155M12%2021v-3m-5.794-.345l-2-1.155v-2.31m0%202.31L6.804%2015M4.206%209.81V7.5l2-1.155m-2%201.155L6.804%209M10%204.155L12%203l2%201.155M12%203v3m5.794.345l2%201.155v2.31m0-2.31L17.196%209m2.598%205.19v2.31l-2%201.155m2-1.155L17.196%2015M12%2012v3m0-3l-2.598-1.5M12%2012l2.598-1.5%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%222%22%20d%3D%22M14%2019.845L12%2021l-2-1.155M12%2021v-3m-5.794-.345l-2-1.155v-2.31m0%202.31L6.804%2015M4.206%209.81V7.5l2-1.155m-2%201.155L6.804%209M10%204.155L12%203l2%201.155M12%203v3m5.794.345l2%201.155v2.31m0-2.31L17.196%209m2.598%205.19v2.31l-2%201.155m2-1.155L17.196%2015M12%2012v3m0-3l-2.598-1.5M12%2012l2.598-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/cube-3d-line.svg?color=%231a73e8&size=48