cube icon
cube-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- cube-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
cubeBoxIcons v2cubeBoxIcons v2 SolidcubeCarboncube-fillEva IconscubeFramework7 IconscubeFont Awesome 6 SolidcubeFont Awesome Solidcube-solidFlowbite IconscubeHeroIconscubeHuge IconscubeIconParkcubeIconPark OutlinecubeIconoircubeIonIconscubeLine AwesomecubeSVG LogoscubeMajesticonscubeMaterial Design Iconscube-fillMingCute IconcubePhosphorcubeRadix IconscubeTabler IconscubeWeb3 Icons BrandedcubeUnicons
Related icons in Fluent UI System Icons
Use the cube icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.846 2.757a6 6 0 0 1 4.308 0l9.923 3.817A3 3 0 0 1 30 9.374v13.253a3 3 0 0 1-1.923 2.8l-9.923 3.816a6 6 0 0 1-4.308 0l-9.923-3.816A3 3 0 0 1 2 22.627V9.374a3 3 0 0 1 1.923-2.8zm-4.452 7.324a1 1 0 0 0-.788 1.838L15 14.66V21a1 1 0 0 0 2 0v-6.34l6.394-2.74a1 1 0 1 0-.788-1.839L16 12.912z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCube32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.846 2.757a6 6 0 0 1 4.308 0l9.923 3.817A3 3 0 0 1 30 9.374v13.253a3 3 0 0 1-1.923 2.8l-9.923 3.816a6 6 0 0 1-4.308 0l-9.923-3.816A3 3 0 0 1 2 22.627V9.374a3 3 0 0 1 1.923-2.8zm-4.452 7.324a1 1 0 0 0-.788 1.838L15 14.66V21a1 1 0 0 0 2 0v-6.34l6.394-2.74a1 1 0 1 0-.788-1.839L16 12.912z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.846 2.757a6 6 0 0 1 4.308 0l9.923 3.817A3 3 0 0 1 30 9.374v13.253a3 3 0 0 1-1.923 2.8l-9.923 3.816a6 6 0 0 1-4.308 0l-9.923-3.816A3 3 0 0 1 2 22.627V9.374a3 3 0 0 1 1.923-2.8zm-4.452 7.324a1 1 0 0 0-.788 1.838L15 14.66V21a1 1 0 0 0 2 0v-6.34l6.394-2.74a1 1 0 1 0-.788-1.839L16 12.912z"/></svg> </template>
CSS
.icon-cube-32-filled {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.846%202.757a6%206%200%200%201%204.308%200l9.923%203.817A3%203%200%200%201%2030%209.374v13.253a3%203%200%200%201-1.923%202.8l-9.923%203.816a6%206%200%200%201-4.308%200l-9.923-3.816A3%203%200%200%201%202%2022.627V9.374a3%203%200%200%201%201.923-2.8zm-4.452%207.324a1%201%200%200%200-.788%201.838L15%2014.66V21a1%201%200%200%200%202%200v-6.34l6.394-2.74a1%201%200%201%200-.788-1.839L16%2012.912z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.846%202.757a6%206%200%200%201%204.308%200l9.923%203.817A3%203%200%200%201%2030%209.374v13.253a3%203%200%200%201-1.923%202.8l-9.923%203.816a6%206%200%200%201-4.308%200l-9.923-3.816A3%203%200%200%201%202%2022.627V9.374a3%203%200%200%201%201.923-2.8zm-4.452%207.324a1%201%200%200%200-.788%201.838L15%2014.66V21a1%201%200%200%200%202%200v-6.34l6.394-2.74a1%201%200%201%200-.788-1.839L16%2012.912z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cube-32-filled.svg?color=%231a73e8&size=48