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

Name
cube-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m222.72 67.9l-88-48.17a13.9 13.9 0 0 0-13.44 0l-88 48.18A14 14 0 0 0 26 80.18v95.64a14 14 0 0 0 7.28 12.27l88 48.18a13.92 13.92 0 0 0 13.44 0l88-48.18a14 14 0 0 0 7.28-12.27V80.18a14 14 0 0 0-7.28-12.28M127 30.25a2 2 0 0 1 1.92 0L212.51 76L128 122.24L43.49 76ZM39 177.57a2 2 0 0 1-1-1.75V86.66l84 46V223Zm177.92 0L134 223v-90.36l84-46v89.16a2 2 0 0 1-1 1.77Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCubeLight(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="m222.72 67.9l-88-48.17a13.9 13.9 0 0 0-13.44 0l-88 48.18A14 14 0 0 0 26 80.18v95.64a14 14 0 0 0 7.28 12.27l88 48.18a13.92 13.92 0 0 0 13.44 0l88-48.18a14 14 0 0 0 7.28-12.27V80.18a14 14 0 0 0-7.28-12.28M127 30.25a2 2 0 0 1 1.92 0L212.51 76L128 122.24L43.49 76ZM39 177.57a2 2 0 0 1-1-1.75V86.66l84 46V223Zm177.92 0L134 223v-90.36l84-46v89.16a2 2 0 0 1-1 1.77Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m222.72 67.9l-88-48.17a13.9 13.9 0 0 0-13.44 0l-88 48.18A14 14 0 0 0 26 80.18v95.64a14 14 0 0 0 7.28 12.27l88 48.18a13.92 13.92 0 0 0 13.44 0l88-48.18a14 14 0 0 0 7.28-12.27V80.18a14 14 0 0 0-7.28-12.28M127 30.25a2 2 0 0 1 1.92 0L212.51 76L128 122.24L43.49 76ZM39 177.57a2 2 0 0 1-1-1.75V86.66l84 46V223Zm177.92 0L134 223v-90.36l84-46v89.16a2 2 0 0 1-1 1.77Z"/></svg>
</template>

CSS

.icon-cube-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%22m222.72%2067.9l-88-48.17a13.9%2013.9%200%200%200-13.44%200l-88%2048.18A14%2014%200%200%200%2026%2080.18v95.64a14%2014%200%200%200%207.28%2012.27l88%2048.18a13.92%2013.92%200%200%200%2013.44%200l88-48.18a14%2014%200%200%200%207.28-12.27V80.18a14%2014%200%200%200-7.28-12.28M127%2030.25a2%202%200%200%201%201.92%200L212.51%2076L128%20122.24L43.49%2076ZM39%20177.57a2%202%200%200%201-1-1.75V86.66l84%2046V223Zm177.92%200L134%20223v-90.36l84-46v89.16a2%202%200%200%201-1%201.77Z%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%22m222.72%2067.9l-88-48.17a13.9%2013.9%200%200%200-13.44%200l-88%2048.18A14%2014%200%200%200%2026%2080.18v95.64a14%2014%200%200%200%207.28%2012.27l88%2048.18a13.92%2013.92%200%200%200%2013.44%200l88-48.18a14%2014%200%200%200%207.28-12.27V80.18a14%2014%200%200%200-7.28-12.28M127%2030.25a2%202%200%200%201%201.92%200L212.51%2076L128%20122.24L43.49%2076ZM39%20177.57a2%202%200%200%201-1-1.75V86.66l84%2046V223Zm177.92%200L134%20223v-90.36l84-46v89.16a2%202%200%200%201-1%201.77Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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