cube transparent icon

cube-transparent-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
cube-transparent-light
Set
Phosphor
Style
Light
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="M220.24 91.75L164 35.56a5.93 5.93 0 0 0-4-1.56H40a6 6 0 0 0-6 6v120a6 6 0 0 0 1.76 4.25l56 56A6 6 0 0 0 96 222h120a6 6 0 0 0 6-6V96a6 6 0 0 0-1.76-4.25M166 54.48L201.52 90H166Zm-76 147L54.48 166H90ZM90 154H46V54.48l44 44ZM54.48 46H154v44H98.48ZM154 102v52h-52v-52Zm-52 108v-44h55.52l44 44Zm108-8.48l-44-44V102h44Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCubeTransparentLight(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="M220.24 91.75L164 35.56a5.93 5.93 0 0 0-4-1.56H40a6 6 0 0 0-6 6v120a6 6 0 0 0 1.76 4.25l56 56A6 6 0 0 0 96 222h120a6 6 0 0 0 6-6V96a6 6 0 0 0-1.76-4.25M166 54.48L201.52 90H166Zm-76 147L54.48 166H90ZM90 154H46V54.48l44 44ZM54.48 46H154v44H98.48ZM154 102v52h-52v-52Zm-52 108v-44h55.52l44 44Zm108-8.48l-44-44V102h44Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220.24 91.75L164 35.56a5.93 5.93 0 0 0-4-1.56H40a6 6 0 0 0-6 6v120a6 6 0 0 0 1.76 4.25l56 56A6 6 0 0 0 96 222h120a6 6 0 0 0 6-6V96a6 6 0 0 0-1.76-4.25M166 54.48L201.52 90H166Zm-76 147L54.48 166H90ZM90 154H46V54.48l44 44ZM54.48 46H154v44H98.48ZM154 102v52h-52v-52Zm-52 108v-44h55.52l44 44Zm108-8.48l-44-44V102h44Z"/></svg>
</template>

CSS

.icon-cube-transparent-light {
  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%22M220.24%2091.75L164%2035.56a5.93%205.93%200%200%200-4-1.56H40a6%206%200%200%200-6%206v120a6%206%200%200%200%201.76%204.25l56%2056A6%206%200%200%200%2096%20222h120a6%206%200%200%200%206-6V96a6%206%200%200%200-1.76-4.25M166%2054.48L201.52%2090H166Zm-76%20147L54.48%20166H90ZM90%20154H46V54.48l44%2044ZM54.48%2046H154v44H98.48ZM154%20102v52h-52v-52Zm-52%20108v-44h55.52l44%2044Zm108-8.48l-44-44V102h44Z%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%22M220.24%2091.75L164%2035.56a5.93%205.93%200%200%200-4-1.56H40a6%206%200%200%200-6%206v120a6%206%200%200%200%201.76%204.25l56%2056A6%206%200%200%200%2096%20222h120a6%206%200%200%200%206-6V96a6%206%200%200%200-1.76-4.25M166%2054.48L201.52%2090H166Zm-76%20147L54.48%20166H90ZM90%20154H46V54.48l44%2044ZM54.48%2046H154v44H98.48ZM154%20102v52h-52v-52Zm-52%20108v-44h55.52l44%2044Zm108-8.48l-44-44V102h44Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cube-transparent-light.svg?color=%231a73e8&size=48