box 3 icon
box-3-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- box-3-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More ui icons from Reicon
Use the box 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 13.75a.75.75 0 0 1-.75-.75v-2.441a.25.25 0 0 0-.352-.228l-3.5 1.57a.25.25 0 0 0-.147.228v10.26c0 .156.141.274.292.236a4.3 4.3 0 0 0 .718-.252l6.5-2.96a4.25 4.25 0 0 0 2.489-3.867V8.524q0-.353-.057-.696a.237.237 0 0 0-.335-.172l-3.96 1.777a.25.25 0 0 0-.148.229V13a.75.75 0 0 1-.75.75m-1.731-4.78a.25.25 0 0 0 .004-.455l-9.99-4.71a.25.25 0 0 0-.213 0l-1.863.866a4.25 4.25 0 0 0-1.567 1.25a.237.237 0 0 0 .097.362l9.66 4.331c.066.03.14.03.205 0zM1.642 7.66a.237.237 0 0 0-.335.172a4 4 0 0 0-.057.692v7.022a4.25 4.25 0 0 0 2.49 3.868l6.5 2.959q.35.159.72.252a.237.237 0 0 0 .291-.235V12.13a.25.25 0 0 0-.148-.228zm16.531.23c-.093.042-.2.02-.287-.033l-.066-.035l-9.89-4.663a.25.25 0 0 1 0-.453l2.277-1.059a4.25 4.25 0 0 1 3.586 0l6.5 3.024a4.24 4.24 0 0 1 1.565 1.248a.237.237 0 0 1-.097.361z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBox3Filled(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="M17.5 13.75a.75.75 0 0 1-.75-.75v-2.441a.25.25 0 0 0-.352-.228l-3.5 1.57a.25.25 0 0 0-.147.228v10.26c0 .156.141.274.292.236a4.3 4.3 0 0 0 .718-.252l6.5-2.96a4.25 4.25 0 0 0 2.489-3.867V8.524q0-.353-.057-.696a.237.237 0 0 0-.335-.172l-3.96 1.777a.25.25 0 0 0-.148.229V13a.75.75 0 0 1-.75.75m-1.731-4.78a.25.25 0 0 0 .004-.455l-9.99-4.71a.25.25 0 0 0-.213 0l-1.863.866a4.25 4.25 0 0 0-1.567 1.25a.237.237 0 0 0 .097.362l9.66 4.331c.066.03.14.03.205 0zM1.642 7.66a.237.237 0 0 0-.335.172a4 4 0 0 0-.057.692v7.022a4.25 4.25 0 0 0 2.49 3.868l6.5 2.959q.35.159.72.252a.237.237 0 0 0 .291-.235V12.13a.25.25 0 0 0-.148-.228zm16.531.23c-.093.042-.2.02-.287-.033l-.066-.035l-9.89-4.663a.25.25 0 0 1 0-.453l2.277-1.059a4.25 4.25 0 0 1 3.586 0l6.5 3.024a4.24 4.24 0 0 1 1.565 1.248a.237.237 0 0 1-.097.361z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 13.75a.75.75 0 0 1-.75-.75v-2.441a.25.25 0 0 0-.352-.228l-3.5 1.57a.25.25 0 0 0-.147.228v10.26c0 .156.141.274.292.236a4.3 4.3 0 0 0 .718-.252l6.5-2.96a4.25 4.25 0 0 0 2.489-3.867V8.524q0-.353-.057-.696a.237.237 0 0 0-.335-.172l-3.96 1.777a.25.25 0 0 0-.148.229V13a.75.75 0 0 1-.75.75m-1.731-4.78a.25.25 0 0 0 .004-.455l-9.99-4.71a.25.25 0 0 0-.213 0l-1.863.866a4.25 4.25 0 0 0-1.567 1.25a.237.237 0 0 0 .097.362l9.66 4.331c.066.03.14.03.205 0zM1.642 7.66a.237.237 0 0 0-.335.172a4 4 0 0 0-.057.692v7.022a4.25 4.25 0 0 0 2.49 3.868l6.5 2.959q.35.159.72.252a.237.237 0 0 0 .291-.235V12.13a.25.25 0 0 0-.148-.228zm16.531.23c-.093.042-.2.02-.287-.033l-.066-.035l-9.89-4.663a.25.25 0 0 1 0-.453l2.277-1.059a4.25 4.25 0 0 1 3.586 0l6.5 3.024a4.24 4.24 0 0 1 1.565 1.248a.237.237 0 0 1-.097.361z"/></svg> </template>
CSS
.icon-box-3-filled {
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%22M17.5%2013.75a.75.75%200%200%201-.75-.75v-2.441a.25.25%200%200%200-.352-.228l-3.5%201.57a.25.25%200%200%200-.147.228v10.26c0%20.156.141.274.292.236a4.3%204.3%200%200%200%20.718-.252l6.5-2.96a4.25%204.25%200%200%200%202.489-3.867V8.524q0-.353-.057-.696a.237.237%200%200%200-.335-.172l-3.96%201.777a.25.25%200%200%200-.148.229V13a.75.75%200%200%201-.75.75m-1.731-4.78a.25.25%200%200%200%20.004-.455l-9.99-4.71a.25.25%200%200%200-.213%200l-1.863.866a4.25%204.25%200%200%200-1.567%201.25a.237.237%200%200%200%20.097.362l9.66%204.331c.066.03.14.03.205%200zM1.642%207.66a.237.237%200%200%200-.335.172a4%204%200%200%200-.057.692v7.022a4.25%204.25%200%200%200%202.49%203.868l6.5%202.959q.35.159.72.252a.237.237%200%200%200%20.291-.235V12.13a.25.25%200%200%200-.148-.228zm16.531.23c-.093.042-.2.02-.287-.033l-.066-.035l-9.89-4.663a.25.25%200%200%201%200-.453l2.277-1.059a4.25%204.25%200%200%201%203.586%200l6.5%203.024a4.24%204.24%200%200%201%201.565%201.248a.237.237%200%200%201-.097.361z%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%22M17.5%2013.75a.75.75%200%200%201-.75-.75v-2.441a.25.25%200%200%200-.352-.228l-3.5%201.57a.25.25%200%200%200-.147.228v10.26c0%20.156.141.274.292.236a4.3%204.3%200%200%200%20.718-.252l6.5-2.96a4.25%204.25%200%200%200%202.489-3.867V8.524q0-.353-.057-.696a.237.237%200%200%200-.335-.172l-3.96%201.777a.25.25%200%200%200-.148.229V13a.75.75%200%200%201-.75.75m-1.731-4.78a.25.25%200%200%200%20.004-.455l-9.99-4.71a.25.25%200%200%200-.213%200l-1.863.866a4.25%204.25%200%200%200-1.567%201.25a.237.237%200%200%200%20.097.362l9.66%204.331c.066.03.14.03.205%200zM1.642%207.66a.237.237%200%200%200-.335.172a4%204%200%200%200-.057.692v7.022a4.25%204.25%200%200%200%202.49%203.868l6.5%202.959q.35.159.72.252a.237.237%200%200%200%20.291-.235V12.13a.25.25%200%200%200-.148-.228zm16.531.23c-.093.042-.2.02-.287-.033l-.066-.035l-9.89-4.663a.25.25%200%200%201%200-.453l2.277-1.059a4.25%204.25%200%200%201%203.586%200l6.5%203.024a4.24%204.24%200%200%201%201.565%201.248a.237.237%200%200%201-.097.361z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/box-3-filled.svg?color=%231a73e8&size=48