cube transparent icon
cube-transparent-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- cube-transparent-thin
- Set
- Phosphor
- Style
- Thin
- 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="M219.92 95.22a2 2 0 0 0-.1-.33a3 3 0 0 0-.13-.42a2.6 2.6 0 0 0-.19-.37c-.06-.11-.11-.22-.17-.32a3.6 3.6 0 0 0-.5-.6l-56-56a2.3 2.3 0 0 0-.33-.27A4 4 0 0 0 160 36H40a4 4 0 0 0-4 4v120a4 4 0 0 0 .9 2.5a2.3 2.3 0 0 0 .27.33l56 56A4 4 0 0 0 96 220h120a4 4 0 0 0 4-4V96a4 4 0 0 0-.08-.78M164 49.66L206.34 92H164ZM92 206.34L49.66 164H92ZM92 156H44V49.66l48 48ZM49.66 44H156v48H97.66ZM156 100v56h-56v-56Zm-56 112v-48h58.34l48 48Zm112-5.66l-48-48V100h48Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCubeTransparentThin(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="M219.92 95.22a2 2 0 0 0-.1-.33a3 3 0 0 0-.13-.42a2.6 2.6 0 0 0-.19-.37c-.06-.11-.11-.22-.17-.32a3.6 3.6 0 0 0-.5-.6l-56-56a2.3 2.3 0 0 0-.33-.27A4 4 0 0 0 160 36H40a4 4 0 0 0-4 4v120a4 4 0 0 0 .9 2.5a2.3 2.3 0 0 0 .27.33l56 56A4 4 0 0 0 96 220h120a4 4 0 0 0 4-4V96a4 4 0 0 0-.08-.78M164 49.66L206.34 92H164ZM92 206.34L49.66 164H92ZM92 156H44V49.66l48 48ZM49.66 44H156v48H97.66ZM156 100v56h-56v-56Zm-56 112v-48h58.34l48 48Zm112-5.66l-48-48V100h48Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M219.92 95.22a2 2 0 0 0-.1-.33a3 3 0 0 0-.13-.42a2.6 2.6 0 0 0-.19-.37c-.06-.11-.11-.22-.17-.32a3.6 3.6 0 0 0-.5-.6l-56-56a2.3 2.3 0 0 0-.33-.27A4 4 0 0 0 160 36H40a4 4 0 0 0-4 4v120a4 4 0 0 0 .9 2.5a2.3 2.3 0 0 0 .27.33l56 56A4 4 0 0 0 96 220h120a4 4 0 0 0 4-4V96a4 4 0 0 0-.08-.78M164 49.66L206.34 92H164ZM92 206.34L49.66 164H92ZM92 156H44V49.66l48 48ZM49.66 44H156v48H97.66ZM156 100v56h-56v-56Zm-56 112v-48h58.34l48 48Zm112-5.66l-48-48V100h48Z"/></svg> </template>
CSS
.icon-cube-transparent-thin {
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%22M219.92%2095.22a2%202%200%200%200-.1-.33a3%203%200%200%200-.13-.42a2.6%202.6%200%200%200-.19-.37c-.06-.11-.11-.22-.17-.32a3.6%203.6%200%200%200-.5-.6l-56-56a2.3%202.3%200%200%200-.33-.27A4%204%200%200%200%20160%2036H40a4%204%200%200%200-4%204v120a4%204%200%200%200%20.9%202.5a2.3%202.3%200%200%200%20.27.33l56%2056A4%204%200%200%200%2096%20220h120a4%204%200%200%200%204-4V96a4%204%200%200%200-.08-.78M164%2049.66L206.34%2092H164ZM92%20206.34L49.66%20164H92ZM92%20156H44V49.66l48%2048ZM49.66%2044H156v48H97.66ZM156%20100v56h-56v-56Zm-56%20112v-48h58.34l48%2048Zm112-5.66l-48-48V100h48Z%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%22M219.92%2095.22a2%202%200%200%200-.1-.33a3%203%200%200%200-.13-.42a2.6%202.6%200%200%200-.19-.37c-.06-.11-.11-.22-.17-.32a3.6%203.6%200%200%200-.5-.6l-56-56a2.3%202.3%200%200%200-.33-.27A4%204%200%200%200%20160%2036H40a4%204%200%200%200-4%204v120a4%204%200%200%200%20.9%202.5a2.3%202.3%200%200%200%20.27.33l56%2056A4%204%200%200%200%2096%20220h120a4%204%200%200%200%204-4V96a4%204%200%200%200-.08-.78M164%2049.66L206.34%2092H164ZM92%20206.34L49.66%20164H92ZM92%20156H44V49.66l48%2048ZM49.66%2044H156v48H97.66ZM156%20100v56h-56v-56Zm-56%20112v-48h58.34l48%2048Zm112-5.66l-48-48V100h48Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cube-transparent-thin.svg?color=%231a73e8&size=48