cube icon
cube-solid from Flowbite Icons by Themesberg · Solid · Food Beverage · MIT Free for personal and commercial use.
- Name
- cube-solid
- Set
- Flowbite Icons
- Style
- Solid
- Category
- Food Beverage
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
cubeBoxIcons v2cubeBoxIcons v2 SolidcubeCarboncube-fillEva IconscubeFramework7 IconscubeFont Awesome 6 SolidcubeFont Awesome Solidcube-12-filledFluent UI System IconscubeHeroIconscubeHuge IconscubeIconParkcubeIconPark OutlinecubeIconoircubeIonIconscubeLine AwesomecubeSVG LogoscubeMajesticonscubeMaterial Design Iconscube-fillMingCute IconcubePhosphorcubeRadix IconscubeTabler IconscubeWeb3 Icons BrandedcubeUnicons
More food beverage icons from Flowbite Icons
apple-full-outlinebacon-outlinebeer-mug-empty-outlinebone-outlinebowl-food-outlinebowl-rice-outlinebread-slice-outlineburger-outlinecake-candles-outlinecandy-cane-outlinecarrot-outlinechampagne-glasses-outlinecheese-outlinecloud-meatball-outlinecookie-outlinecubes-stacked-outlinedroplet-bottle-alt-outlinedroplet-bottle-outlinedrumstick-bite-outlineegg-outlinefish-alt-outlinefish-outlineflask-outlineglass-water-droplet-outline
Use the cube icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.982 4.506a4.28 4.28 0 0 1 4.036 0l3.964 2.142c.363.196.686.44.961.722l-6.929 3.602l-6.807-3.747a4 4 0 0 1 .811-.577zM4.167 8.844A3.6 3.6 0 0 0 4 9.918v4.283c0 1.35.77 2.597 2.018 3.271l3.964 2.142c.32.173.66.302 1.009.386v-7.4zM13.009 20a4.2 4.2 0 0 0 1.01-.386l3.963-2.142C19.23 16.798 20 15.551 20 14.202V9.917q-.001-.451-.11-.88l-6.881 3.578z"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteCubeSolid(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" d="M9.982 4.506a4.28 4.28 0 0 1 4.036 0l3.964 2.142c.363.196.686.44.961.722l-6.929 3.602l-6.807-3.747a4 4 0 0 1 .811-.577zM4.167 8.844A3.6 3.6 0 0 0 4 9.918v4.283c0 1.35.77 2.597 2.018 3.271l3.964 2.142c.32.173.66.302 1.009.386v-7.4zM13.009 20a4.2 4.2 0 0 0 1.01-.386l3.963-2.142C19.23 16.798 20 15.551 20 14.202V9.917q-.001-.451-.11-.88l-6.881 3.578z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.982 4.506a4.28 4.28 0 0 1 4.036 0l3.964 2.142c.363.196.686.44.961.722l-6.929 3.602l-6.807-3.747a4 4 0 0 1 .811-.577zM4.167 8.844A3.6 3.6 0 0 0 4 9.918v4.283c0 1.35.77 2.597 2.018 3.271l3.964 2.142c.32.173.66.302 1.009.386v-7.4zM13.009 20a4.2 4.2 0 0 0 1.01-.386l3.963-2.142C19.23 16.798 20 15.551 20 14.202V9.917q-.001-.451-.11-.88l-6.881 3.578z"/></svg> </template>
CSS
.icon-cube-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%20d%3D%22M9.982%204.506a4.28%204.28%200%200%201%204.036%200l3.964%202.142c.363.196.686.44.961.722l-6.929%203.602l-6.807-3.747a4%204%200%200%201%20.811-.577zM4.167%208.844A3.6%203.6%200%200%200%204%209.918v4.283c0%201.35.77%202.597%202.018%203.271l3.964%202.142c.32.173.66.302%201.009.386v-7.4zM13.009%2020a4.2%204.2%200%200%200%201.01-.386l3.963-2.142C19.23%2016.798%2020%2015.551%2020%2014.202V9.917q-.001-.451-.11-.88l-6.881%203.578z%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%20d%3D%22M9.982%204.506a4.28%204.28%200%200%201%204.036%200l3.964%202.142c.363.196.686.44.961.722l-6.929%203.602l-6.807-3.747a4%204%200%200%201%20.811-.577zM4.167%208.844A3.6%203.6%200%200%200%204%209.918v4.283c0%201.35.77%202.597%202.018%203.271l3.964%202.142c.32.173.66.302%201.009.386v-7.4zM13.009%2020a4.2%204.2%200%200%200%201.01-.386l3.963-2.142C19.23%2016.798%2020%2015.551%2020%2014.202V9.917q-.001-.451-.11-.88l-6.881%203.578z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/cube-solid.svg?color=%231a73e8&size=48