cube-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.

Name
cube-line
Set
Majesticons
Style
Line
Viewbox
24×24
License
MIT

1 other variant in Majesticons

The same icon in other sets

Use the cube icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.447 4.342a1 1 0 0 0-.894 0L6.236 7L12 9.882L17.764 7l-5.317-2.658zM19 8.618l-6 3v7.764l5.447-2.724a1 1 0 0 0 .553-.894V8.618zm-8 10.764v-7.764l-6-3v7.146a1 1 0 0 0 .553.894L11 19.382zm-.342-16.83a3 3 0 0 1 2.684 0l7.105 3.554A1 1 0 0 1 21 7v8.764a3 3 0 0 1-1.658 2.683l-6.895 3.447a1 1 0 0 1-.894 0l-6.895-3.447A3 3 0 0 1 3 15.764V7a1 1 0 0 1 .553-.894l7.105-3.553z"/></g></svg>

React

import type { SVGProps } from "react";

export function MajesticonsCubeLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.447 4.342a1 1 0 0 0-.894 0L6.236 7L12 9.882L17.764 7l-5.317-2.658zM19 8.618l-6 3v7.764l5.447-2.724a1 1 0 0 0 .553-.894V8.618zm-8 10.764v-7.764l-6-3v7.146a1 1 0 0 0 .553.894L11 19.382zm-.342-16.83a3 3 0 0 1 2.684 0l7.105 3.554A1 1 0 0 1 21 7v8.764a3 3 0 0 1-1.658 2.683l-6.895 3.447a1 1 0 0 1-.894 0l-6.895-3.447A3 3 0 0 1 3 15.764V7a1 1 0 0 1 .553-.894l7.105-3.553z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.447 4.342a1 1 0 0 0-.894 0L6.236 7L12 9.882L17.764 7l-5.317-2.658zM19 8.618l-6 3v7.764l5.447-2.724a1 1 0 0 0 .553-.894V8.618zm-8 10.764v-7.764l-6-3v7.146a1 1 0 0 0 .553.894L11 19.382zm-.342-16.83a3 3 0 0 1 2.684 0l7.105 3.554A1 1 0 0 1 21 7v8.764a3 3 0 0 1-1.658 2.683l-6.895 3.447a1 1 0 0 1-.894 0l-6.895-3.447A3 3 0 0 1 3 15.764V7a1 1 0 0 1 .553-.894l7.105-3.553z"/></g></svg>
</template>

CSS

.icon-cube-line {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.447%204.342a1%201%200%200%200-.894%200L6.236%207L12%209.882L17.764%207l-5.317-2.658zM19%208.618l-6%203v7.764l5.447-2.724a1%201%200%200%200%20.553-.894V8.618zm-8%2010.764v-7.764l-6-3v7.146a1%201%200%200%200%20.553.894L11%2019.382zm-.342-16.83a3%203%200%200%201%202.684%200l7.105%203.554A1%201%200%200%201%2021%207v8.764a3%203%200%200%201-1.658%202.683l-6.895%203.447a1%201%200%200%201-.894%200l-6.895-3.447A3%203%200%200%201%203%2015.764V7a1%201%200%200%201%20.553-.894l7.105-3.553z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.447%204.342a1%201%200%200%200-.894%200L6.236%207L12%209.882L17.764%207l-5.317-2.658zM19%208.618l-6%203v7.764l5.447-2.724a1%201%200%200%200%20.553-.894V8.618zm-8%2010.764v-7.764l-6-3v7.146a1%201%200%200%200%20.553.894L11%2019.382zm-.342-16.83a3%203%200%200%201%202.684%200l7.105%203.554A1%201%200%200%201%2021%207v8.764a3%203%200%200%201-1.658%202.683l-6.895%203.447a1%201%200%200%201-.894%200l-6.895-3.447A3%203%200%200%201%203%2015.764V7a1%201%200%200%201%20.553-.894l7.105-3.553z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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