cube icon
cube-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- cube-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
cubeBoxIcons v2cubeBoxIcons v2 SolidcubeCarboncube-fillEva IconscubeFramework7 IconscubeFont Awesome 6 SolidcubeFont Awesome Solidcube-solidFlowbite Iconscube-12-filledFluent UI System IconscubeHeroIconscubeHuge IconscubeIconParkcubeIconPark OutlinecubeIconoircubeIonIconscubeLine AwesomecubeSVG LogoscubeMajesticonscubeMaterial Design IconscubePhosphorcubeRadix IconscubeTabler IconscubeWeb3 Icons BrandedcubeUnicons
Related icons in MingCute Icon
Use the cube 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-width="2" d="M16.33 10.5V6.077a1 1 0 0 0-.5-.866L12.5 3.29a1 1 0 0 0-1 0L8.17 5.21a1 1 0 0 0-.5.866V10.5m8.66 0L12 13m4.33-2.5l3.83 2.211a1 1 0 0 1 .5.866v3.846a1 1 0 0 1-.5.866l-3.33 1.922a1 1 0 0 1-1 0L12 18m0-5l-4.33-2.5M12 13v5m-4.33-7.5l-3.83 2.211a1 1 0 0 0-.5.866v3.846a1 1 0 0 0 .5.866l3.33 1.922a1 1 0 0 0 1 0L12 18m4.32-12.51L12 8m0 0L7.68 5.51M12 8v4.99m-.01.02L7.67 15.5m0 0l-4.32-2.49m4.32 2.49v4.99m12.98-7.48l-4.32 2.49m0 0l-4.32-2.49m4.32 2.49v4.99"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCubeLine(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" strokeWidth="2" d="M16.33 10.5V6.077a1 1 0 0 0-.5-.866L12.5 3.29a1 1 0 0 0-1 0L8.17 5.21a1 1 0 0 0-.5.866V10.5m8.66 0L12 13m4.33-2.5l3.83 2.211a1 1 0 0 1 .5.866v3.846a1 1 0 0 1-.5.866l-3.33 1.922a1 1 0 0 1-1 0L12 18m0-5l-4.33-2.5M12 13v5m-4.33-7.5l-3.83 2.211a1 1 0 0 0-.5.866v3.846a1 1 0 0 0 .5.866l3.33 1.922a1 1 0 0 0 1 0L12 18m4.32-12.51L12 8m0 0L7.68 5.51M12 8v4.99m-.01.02L7.67 15.5m0 0l-4.32-2.49m4.32 2.49v4.99m12.98-7.48l-4.32 2.49m0 0l-4.32-2.49m4.32 2.49v4.99"/></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-width="2" d="M16.33 10.5V6.077a1 1 0 0 0-.5-.866L12.5 3.29a1 1 0 0 0-1 0L8.17 5.21a1 1 0 0 0-.5.866V10.5m8.66 0L12 13m4.33-2.5l3.83 2.211a1 1 0 0 1 .5.866v3.846a1 1 0 0 1-.5.866l-3.33 1.922a1 1 0 0 1-1 0L12 18m0-5l-4.33-2.5M12 13v5m-4.33-7.5l-3.83 2.211a1 1 0 0 0-.5.866v3.846a1 1 0 0 0 .5.866l3.33 1.922a1 1 0 0 0 1 0L12 18m4.32-12.51L12 8m0 0L7.68 5.51M12 8v4.99m-.01.02L7.67 15.5m0 0l-4.32-2.49m4.32 2.49v4.99m12.98-7.48l-4.32 2.49m0 0l-4.32-2.49m4.32 2.49v4.99"/></svg> </template>
CSS
.icon-cube-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-width%3D%222%22%20d%3D%22M16.33%2010.5V6.077a1%201%200%200%200-.5-.866L12.5%203.29a1%201%200%200%200-1%200L8.17%205.21a1%201%200%200%200-.5.866V10.5m8.66%200L12%2013m4.33-2.5l3.83%202.211a1%201%200%200%201%20.5.866v3.846a1%201%200%200%201-.5.866l-3.33%201.922a1%201%200%200%201-1%200L12%2018m0-5l-4.33-2.5M12%2013v5m-4.33-7.5l-3.83%202.211a1%201%200%200%200-.5.866v3.846a1%201%200%200%200%20.5.866l3.33%201.922a1%201%200%200%200%201%200L12%2018m4.32-12.51L12%208m0%200L7.68%205.51M12%208v4.99m-.01.02L7.67%2015.5m0%200l-4.32-2.49m4.32%202.49v4.99m12.98-7.48l-4.32%202.49m0%200l-4.32-2.49m4.32%202.49v4.99%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-width%3D%222%22%20d%3D%22M16.33%2010.5V6.077a1%201%200%200%200-.5-.866L12.5%203.29a1%201%200%200%200-1%200L8.17%205.21a1%201%200%200%200-.5.866V10.5m8.66%200L12%2013m4.33-2.5l3.83%202.211a1%201%200%200%201%20.5.866v3.846a1%201%200%200%201-.5.866l-3.33%201.922a1%201%200%200%201-1%200L12%2018m0-5l-4.33-2.5M12%2013v5m-4.33-7.5l-3.83%202.211a1%201%200%200%200-.5.866v3.846a1%201%200%200%200%20.5.866l3.33%201.922a1%201%200%200%200%201%200L12%2018m4.32-12.51L12%208m0%200L7.68%205.51M12%208v4.99m-.01.02L7.67%2015.5m0%200l-4.32-2.49m4.32%202.49v4.99m12.98-7.48l-4.32%202.49m0%200l-4.32-2.49m4.32%202.49v4.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/cube-line.svg?color=%231a73e8&size=48