cube transparent icon
cube-transparent-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- cube-transparent-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the cube transparent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M104 152v-48h48v48ZM32 53v95a4 4 0 0 0 4 4h52V99.31L38.83 50.14A4 4 0 0 0 32 53m188 51h-52v52.69l49.17 49.17A4 4 0 0 0 224 203v-95a4 4 0 0 0-4-4m-68-68a4 4 0 0 0-4-4H53a4 4 0 0 0-2.83 6.83L99.31 88H152Zm60.49 45.17l-37.66-37.66a4 4 0 0 0-6.83 2.83V88h41.66a4 4 0 0 0 2.83-6.83M156.69 168H104v52a4 4 0 0 0 4 4h95a4 4 0 0 0 2.83-6.83Zm-113.18 6.83l37.66 37.66a4 4 0 0 0 6.83-2.83V168H46.34a4 4 0 0 0-2.83 6.83"/></svg>
React
import type { SVGProps } from "react";
export function PhCubeTransparentFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M104 152v-48h48v48ZM32 53v95a4 4 0 0 0 4 4h52V99.31L38.83 50.14A4 4 0 0 0 32 53m188 51h-52v52.69l49.17 49.17A4 4 0 0 0 224 203v-95a4 4 0 0 0-4-4m-68-68a4 4 0 0 0-4-4H53a4 4 0 0 0-2.83 6.83L99.31 88H152Zm60.49 45.17l-37.66-37.66a4 4 0 0 0-6.83 2.83V88h41.66a4 4 0 0 0 2.83-6.83M156.69 168H104v52a4 4 0 0 0 4 4h95a4 4 0 0 0 2.83-6.83Zm-113.18 6.83l37.66 37.66a4 4 0 0 0 6.83-2.83V168H46.34a4 4 0 0 0-2.83 6.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M104 152v-48h48v48ZM32 53v95a4 4 0 0 0 4 4h52V99.31L38.83 50.14A4 4 0 0 0 32 53m188 51h-52v52.69l49.17 49.17A4 4 0 0 0 224 203v-95a4 4 0 0 0-4-4m-68-68a4 4 0 0 0-4-4H53a4 4 0 0 0-2.83 6.83L99.31 88H152Zm60.49 45.17l-37.66-37.66a4 4 0 0 0-6.83 2.83V88h41.66a4 4 0 0 0 2.83-6.83M156.69 168H104v52a4 4 0 0 0 4 4h95a4 4 0 0 0 2.83-6.83Zm-113.18 6.83l37.66 37.66a4 4 0 0 0 6.83-2.83V168H46.34a4 4 0 0 0-2.83 6.83"/></svg> </template>
CSS
.icon-cube-transparent-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M104%20152v-48h48v48ZM32%2053v95a4%204%200%200%200%204%204h52V99.31L38.83%2050.14A4%204%200%200%200%2032%2053m188%2051h-52v52.69l49.17%2049.17A4%204%200%200%200%20224%20203v-95a4%204%200%200%200-4-4m-68-68a4%204%200%200%200-4-4H53a4%204%200%200%200-2.83%206.83L99.31%2088H152Zm60.49%2045.17l-37.66-37.66a4%204%200%200%200-6.83%202.83V88h41.66a4%204%200%200%200%202.83-6.83M156.69%20168H104v52a4%204%200%200%200%204%204h95a4%204%200%200%200%202.83-6.83Zm-113.18%206.83l37.66%2037.66a4%204%200%200%200%206.83-2.83V168H46.34a4%204%200%200%200-2.83%206.83%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M104%20152v-48h48v48ZM32%2053v95a4%204%200%200%200%204%204h52V99.31L38.83%2050.14A4%204%200%200%200%2032%2053m188%2051h-52v52.69l49.17%2049.17A4%204%200%200%200%20224%20203v-95a4%204%200%200%200-4-4m-68-68a4%204%200%200%200-4-4H53a4%204%200%200%200-2.83%206.83L99.31%2088H152Zm60.49%2045.17l-37.66-37.66a4%204%200%200%200-6.83%202.83V88h41.66a4%204%200%200%200%202.83-6.83M156.69%20168H104v52a4%204%200%200%200%204%204h95a4%204%200%200%200%202.83-6.83Zm-113.18%206.83l37.66%2037.66a4%204%200%200%200%206.83-2.83V168H46.34a4%204%200%200%200-2.83%206.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cube-transparent-fill.svg?color=%231a73e8&size=48