cube transparent icon
cube-transparent from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- cube-transparent
- Set
- Phosphor
- Style
- Regular
- 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="m221.66 90.34l-56-56A8 8 0 0 0 160 32H40a8 8 0 0 0-8 8v120a8 8 0 0 0 2.3 5.61l56 56A8 8 0 0 0 96 224h120a8 8 0 0 0 8-8V96a8 8 0 0 0-2.34-5.66M168 59.31L196.69 88H168ZM88 196.69L59.31 168H88ZM88 152H48V59.31l40 40ZM59.31 48H152v40H99.31ZM152 104v48h-48v-48Zm-48 104v-40h52.69l40 40Zm104-11.31l-40-40V104h40Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCubeTransparent(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="m221.66 90.34l-56-56A8 8 0 0 0 160 32H40a8 8 0 0 0-8 8v120a8 8 0 0 0 2.3 5.61l56 56A8 8 0 0 0 96 224h120a8 8 0 0 0 8-8V96a8 8 0 0 0-2.34-5.66M168 59.31L196.69 88H168ZM88 196.69L59.31 168H88ZM88 152H48V59.31l40 40ZM59.31 48H152v40H99.31ZM152 104v48h-48v-48Zm-48 104v-40h52.69l40 40Zm104-11.31l-40-40V104h40Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m221.66 90.34l-56-56A8 8 0 0 0 160 32H40a8 8 0 0 0-8 8v120a8 8 0 0 0 2.3 5.61l56 56A8 8 0 0 0 96 224h120a8 8 0 0 0 8-8V96a8 8 0 0 0-2.34-5.66M168 59.31L196.69 88H168ZM88 196.69L59.31 168H88ZM88 152H48V59.31l40 40ZM59.31 48H152v40H99.31ZM152 104v48h-48v-48Zm-48 104v-40h52.69l40 40Zm104-11.31l-40-40V104h40Z"/></svg> </template>
CSS
.icon-cube-transparent {
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%22m221.66%2090.34l-56-56A8%208%200%200%200%20160%2032H40a8%208%200%200%200-8%208v120a8%208%200%200%200%202.3%205.61l56%2056A8%208%200%200%200%2096%20224h120a8%208%200%200%200%208-8V96a8%208%200%200%200-2.34-5.66M168%2059.31L196.69%2088H168ZM88%20196.69L59.31%20168H88ZM88%20152H48V59.31l40%2040ZM59.31%2048H152v40H99.31ZM152%20104v48h-48v-48Zm-48%20104v-40h52.69l40%2040Zm104-11.31l-40-40V104h40Z%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%22m221.66%2090.34l-56-56A8%208%200%200%200%20160%2032H40a8%208%200%200%200-8%208v120a8%208%200%200%200%202.3%205.61l56%2056A8%208%200%200%200%2096%20224h120a8%208%200%200%200%208-8V96a8%208%200%200%200-2.34-5.66M168%2059.31L196.69%2088H168ZM88%20196.69L59.31%20168H88ZM88%20152H48V59.31l40%2040ZM59.31%2048H152v40H99.31ZM152%20104v48h-48v-48Zm-48%20104v-40h52.69l40%2040Zm104-11.31l-40-40V104h40Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cube-transparent.svg?color=%231a73e8&size=48