three d box square icon
three-d-box-square-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- three-d-box-square-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Use the three d box square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.25 2.02h-6.5A6.76 6.76 0 0 0 2 8.77v6.46a6.76 6.76 0 0 0 6.75 6.75h6.5A6.76 6.76 0 0 0 22 15.23v-6.5a6.76 6.76 0 0 0-6.75-6.71m1.64 12.83a.94.94 0 0 1-.36.38l-3.84 2.29v-5.23l4.33-2.61v4.67a1 1 0 0 1-.13.5m-9.79 0a1 1 0 0 1-.14-.51V9.67l4.34 2.6v5.26l-3.84-2.31a1 1 0 0 1-.36-.36zm4.91-8.57a1 1 0 0 1 .54.16l3.81 2L12 11.06L7.63 8.44l3.84-2a1 1 0 0 1 .54-.15z"/></svg>
React
import type { SVGProps } from "react";
export function MageThreeDBoxSquareFill(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="M15.25 2.02h-6.5A6.76 6.76 0 0 0 2 8.77v6.46a6.76 6.76 0 0 0 6.75 6.75h6.5A6.76 6.76 0 0 0 22 15.23v-6.5a6.76 6.76 0 0 0-6.75-6.71m1.64 12.83a.94.94 0 0 1-.36.38l-3.84 2.29v-5.23l4.33-2.61v4.67a1 1 0 0 1-.13.5m-9.79 0a1 1 0 0 1-.14-.51V9.67l4.34 2.6v5.26l-3.84-2.31a1 1 0 0 1-.36-.36zm4.91-8.57a1 1 0 0 1 .54.16l3.81 2L12 11.06L7.63 8.44l3.84-2a1 1 0 0 1 .54-.15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.25 2.02h-6.5A6.76 6.76 0 0 0 2 8.77v6.46a6.76 6.76 0 0 0 6.75 6.75h6.5A6.76 6.76 0 0 0 22 15.23v-6.5a6.76 6.76 0 0 0-6.75-6.71m1.64 12.83a.94.94 0 0 1-.36.38l-3.84 2.29v-5.23l4.33-2.61v4.67a1 1 0 0 1-.13.5m-9.79 0a1 1 0 0 1-.14-.51V9.67l4.34 2.6v5.26l-3.84-2.31a1 1 0 0 1-.36-.36zm4.91-8.57a1 1 0 0 1 .54.16l3.81 2L12 11.06L7.63 8.44l3.84-2a1 1 0 0 1 .54-.15z"/></svg> </template>
CSS
.icon-three-d-box-square-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%22M15.25%202.02h-6.5A6.76%206.76%200%200%200%202%208.77v6.46a6.76%206.76%200%200%200%206.75%206.75h6.5A6.76%206.76%200%200%200%2022%2015.23v-6.5a6.76%206.76%200%200%200-6.75-6.71m1.64%2012.83a.94.94%200%200%201-.36.38l-3.84%202.29v-5.23l4.33-2.61v4.67a1%201%200%200%201-.13.5m-9.79%200a1%201%200%200%201-.14-.51V9.67l4.34%202.6v5.26l-3.84-2.31a1%201%200%200%201-.36-.36zm4.91-8.57a1%201%200%200%201%20.54.16l3.81%202L12%2011.06L7.63%208.44l3.84-2a1%201%200%200%201%20.54-.15z%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%22M15.25%202.02h-6.5A6.76%206.76%200%200%200%202%208.77v6.46a6.76%206.76%200%200%200%206.75%206.75h6.5A6.76%206.76%200%200%200%2022%2015.23v-6.5a6.76%206.76%200%200%200-6.75-6.71m1.64%2012.83a.94.94%200%200%201-.36.38l-3.84%202.29v-5.23l4.33-2.61v4.67a1%201%200%200%201-.13.5m-9.79%200a1%201%200%200%201-.14-.51V9.67l4.34%202.6v5.26l-3.84-2.31a1%201%200%200%201-.36-.36zm4.91-8.57a1%201%200%200%201%20.54.16l3.81%202L12%2011.06L7.63%208.44l3.84-2a1%201%200%200%201%20.54-.15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/three-d-box-square-fill.svg?color=%231a73e8&size=48