box 3d cross icon

box-3d-cross from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
box-3d-cross
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the box 3d cross icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M20.935 11.009V8.793a2.98 2.98 0 0 0-1.529-2.61l-5.957-3.307a2.98 2.98 0 0 0-2.898 0L4.594 6.182a2.98 2.98 0 0 0-1.529 2.611v6.414a2.98 2.98 0 0 0 1.529 2.61l5.957 3.307a2.98 2.98 0 0 0 2.898 0l2.522-1.4"/><path stroke-linejoin="round" d="M20.33 6.996L12 12L3.67 6.996M12 21.49V12"/><path stroke-miterlimit="10" d="m22.935 14.745l-4 3.992m0-3.983l4 3.991"/></g></svg>

React

import type { SVGProps } from "react";

export function MageBox3dCross(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M20.935 11.009V8.793a2.98 2.98 0 0 0-1.529-2.61l-5.957-3.307a2.98 2.98 0 0 0-2.898 0L4.594 6.182a2.98 2.98 0 0 0-1.529 2.611v6.414a2.98 2.98 0 0 0 1.529 2.61l5.957 3.307a2.98 2.98 0 0 0 2.898 0l2.522-1.4"/><path strokeLinejoin="round" d="M20.33 6.996L12 12L3.67 6.996M12 21.49V12"/><path strokeMiterlimit="10" d="m22.935 14.745l-4 3.992m0-3.983l4 3.991"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M20.935 11.009V8.793a2.98 2.98 0 0 0-1.529-2.61l-5.957-3.307a2.98 2.98 0 0 0-2.898 0L4.594 6.182a2.98 2.98 0 0 0-1.529 2.611v6.414a2.98 2.98 0 0 0 1.529 2.61l5.957 3.307a2.98 2.98 0 0 0 2.898 0l2.522-1.4"/><path stroke-linejoin="round" d="M20.33 6.996L12 12L3.67 6.996M12 21.49V12"/><path stroke-miterlimit="10" d="m22.935 14.745l-4 3.992m0-3.983l4 3.991"/></g></svg>
</template>

CSS

.icon-box-3d-cross {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.935%2011.009V8.793a2.98%202.98%200%200%200-1.529-2.61l-5.957-3.307a2.98%202.98%200%200%200-2.898%200L4.594%206.182a2.98%202.98%200%200%200-1.529%202.611v6.414a2.98%202.98%200%200%200%201.529%202.61l5.957%203.307a2.98%202.98%200%200%200%202.898%200l2.522-1.4%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.33%206.996L12%2012L3.67%206.996M12%2021.49V12%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m22.935%2014.745l-4%203.992m0-3.983l4%203.991%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.935%2011.009V8.793a2.98%202.98%200%200%200-1.529-2.61l-5.957-3.307a2.98%202.98%200%200%200-2.898%200L4.594%206.182a2.98%202.98%200%200%200-1.529%202.611v6.414a2.98%202.98%200%200%200%201.529%202.61l5.957%203.307a2.98%202.98%200%200%200%202.898%200l2.522-1.4%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.33%206.996L12%2012L3.67%206.996M12%2021.49V12%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m22.935%2014.745l-4%203.992m0-3.983l4%203.991%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/box-3d-cross.svg?color=%231a73e8&size=48