box 3d minus icon

box-3d-minus-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
box-3d-minus-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the box 3d minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.945 8.804v2.21a.75.75 0 1 1-1.5 0v-2.21a2 2 0 0 0-.13-.76l-7.3 4.38v8.19a1.6 1.6 0 0 0 .33-.14l2.53-1.4a.75.75 0 0 1 1 .29a.75.75 0 0 1-.3 1l-2.52 1.4a3.7 3.7 0 0 1-1.81.47a3.8 3.8 0 0 1-1.82-.47l-5.95-3.3a3.79 3.79 0 0 1-1.92-3.27v-6.39c0-.669.18-1.325.52-1.9q.086-.155.2-.29l.12-.15a3.45 3.45 0 0 1 1.08-.93l6-3.31a3.81 3.81 0 0 1 3.62 0l6 3.31c.42.231.789.548 1.08.93q.068.069.12.15q.114.135.2.29c.32.58.476 1.237.45 1.9"/><path fill="currentColor" d="M21.695 17.174h-5a.75.75 0 1 1 0-1.5h5a.75.75 0 1 1 0 1.5"/></svg>

React

import type { SVGProps } from "react";

export function MageBox3dMinusFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.945 8.804v2.21a.75.75 0 1 1-1.5 0v-2.21a2 2 0 0 0-.13-.76l-7.3 4.38v8.19a1.6 1.6 0 0 0 .33-.14l2.53-1.4a.75.75 0 0 1 1 .29a.75.75 0 0 1-.3 1l-2.52 1.4a3.7 3.7 0 0 1-1.81.47a3.8 3.8 0 0 1-1.82-.47l-5.95-3.3a3.79 3.79 0 0 1-1.92-3.27v-6.39c0-.669.18-1.325.52-1.9q.086-.155.2-.29l.12-.15a3.45 3.45 0 0 1 1.08-.93l6-3.31a3.81 3.81 0 0 1 3.62 0l6 3.31c.42.231.789.548 1.08.93q.068.069.12.15q.114.135.2.29c.32.58.476 1.237.45 1.9"/><path fill="currentColor" d="M21.695 17.174h-5a.75.75 0 1 1 0-1.5h5a.75.75 0 1 1 0 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.945 8.804v2.21a.75.75 0 1 1-1.5 0v-2.21a2 2 0 0 0-.13-.76l-7.3 4.38v8.19a1.6 1.6 0 0 0 .33-.14l2.53-1.4a.75.75 0 0 1 1 .29a.75.75 0 0 1-.3 1l-2.52 1.4a3.7 3.7 0 0 1-1.81.47a3.8 3.8 0 0 1-1.82-.47l-5.95-3.3a3.79 3.79 0 0 1-1.92-3.27v-6.39c0-.669.18-1.325.52-1.9q.086-.155.2-.29l.12-.15a3.45 3.45 0 0 1 1.08-.93l6-3.31a3.81 3.81 0 0 1 3.62 0l6 3.31c.42.231.789.548 1.08.93q.068.069.12.15q.114.135.2.29c.32.58.476 1.237.45 1.9"/><path fill="currentColor" d="M21.695 17.174h-5a.75.75 0 1 1 0-1.5h5a.75.75 0 1 1 0 1.5"/></svg>
</template>

CSS

.icon-box-3d-minus-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.945%208.804v2.21a.75.75%200%201%201-1.5%200v-2.21a2%202%200%200%200-.13-.76l-7.3%204.38v8.19a1.6%201.6%200%200%200%20.33-.14l2.53-1.4a.75.75%200%200%201%201%20.29a.75.75%200%200%201-.3%201l-2.52%201.4a3.7%203.7%200%200%201-1.81.47a3.8%203.8%200%200%201-1.82-.47l-5.95-3.3a3.79%203.79%200%200%201-1.92-3.27v-6.39c0-.669.18-1.325.52-1.9q.086-.155.2-.29l.12-.15a3.45%203.45%200%200%201%201.08-.93l6-3.31a3.81%203.81%200%200%201%203.62%200l6%203.31c.42.231.789.548%201.08.93q.068.069.12.15q.114.135.2.29c.32.58.476%201.237.45%201.9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.695%2017.174h-5a.75.75%200%201%201%200-1.5h5a.75.75%200%201%201%200%201.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.945%208.804v2.21a.75.75%200%201%201-1.5%200v-2.21a2%202%200%200%200-.13-.76l-7.3%204.38v8.19a1.6%201.6%200%200%200%20.33-.14l2.53-1.4a.75.75%200%200%201%201%20.29a.75.75%200%200%201-.3%201l-2.52%201.4a3.7%203.7%200%200%201-1.81.47a3.8%203.8%200%200%201-1.82-.47l-5.95-3.3a3.79%203.79%200%200%201-1.92-3.27v-6.39c0-.669.18-1.325.52-1.9q.086-.155.2-.29l.12-.15a3.45%203.45%200%200%201%201.08-.93l6-3.31a3.81%203.81%200%200%201%203.62%200l6%203.31c.42.231.789.548%201.08.93q.068.069.12.15q.114.135.2.29c.32.58.476%201.237.45%201.9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.695%2017.174h-5a.75.75%200%201%201%200-1.5h5a.75.75%200%201%201%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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