cube icon
cube-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.
- Name
- cube-fill
- Set
- Eva Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
cubeBoxIcons v2cubeBoxIcons v2 SolidcubeCarboncubeFramework7 IconscubeFont Awesome 6 Solidcube-12-filledFluent UI System IconscubeHeroIconscubeHuge IconscubeIconoircubeIonIconscubeLine AwesomecubeSVG LogoscubeMajesticonscubeMaterial Design Iconscube-fillMingCute IconcubePhosphorcubeRadix IconscubeTabler IconscubeUniconscubeUnicons Monochrome
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="M11.25 11.83L3 8.36v7.73a1.69 1.69 0 0 0 1 1.52L11.19 21h.06ZM12 10.5l8.51-3.57a1.6 1.6 0 0 0-.51-.38l-7.2-3.37a1.87 1.87 0 0 0-1.6 0L4 6.55a1.6 1.6 0 0 0-.51.38Zm.75 1.33V21h.05l7.2-3.39a1.69 1.69 0 0 0 1-1.51V8.36Z"/></svg>
React
import type { SVGProps } from "react";
export function EvaCubeFill(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="M11.25 11.83L3 8.36v7.73a1.69 1.69 0 0 0 1 1.52L11.19 21h.06ZM12 10.5l8.51-3.57a1.6 1.6 0 0 0-.51-.38l-7.2-3.37a1.87 1.87 0 0 0-1.6 0L4 6.55a1.6 1.6 0 0 0-.51.38Zm.75 1.33V21h.05l7.2-3.39a1.69 1.69 0 0 0 1-1.51V8.36Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 11.83L3 8.36v7.73a1.69 1.69 0 0 0 1 1.52L11.19 21h.06ZM12 10.5l8.51-3.57a1.6 1.6 0 0 0-.51-.38l-7.2-3.37a1.87 1.87 0 0 0-1.6 0L4 6.55a1.6 1.6 0 0 0-.51.38Zm.75 1.33V21h.05l7.2-3.39a1.69 1.69 0 0 0 1-1.51V8.36Z"/></svg> </template>
CSS
.icon-cube-fill {
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%22M11.25%2011.83L3%208.36v7.73a1.69%201.69%200%200%200%201%201.52L11.19%2021h.06ZM12%2010.5l8.51-3.57a1.6%201.6%200%200%200-.51-.38l-7.2-3.37a1.87%201.87%200%200%200-1.6%200L4%206.55a1.6%201.6%200%200%200-.51.38Zm.75%201.33V21h.05l7.2-3.39a1.69%201.69%200%200%200%201-1.51V8.36Z%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%22M11.25%2011.83L3%208.36v7.73a1.69%201.69%200%200%200%201%201.52L11.19%2021h.06ZM12%2010.5l8.51-3.57a1.6%201.6%200%200%200-.51-.38l-7.2-3.37a1.87%201.87%200%200%200-1.6%200L4%206.55a1.6%201.6%200%200%200-.51.38Zm.75%201.33V21h.05l7.2-3.39a1.69%201.69%200%200%200%201-1.51V8.36Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/cube-fill.svg?color=%231a73e8&size=48