box minimalistic icon

box-minimalistic-bold from Solar by 480 Design · Bold · UI · CC-BY-4.0 Attribution required.

Name
box-minimalistic-bold
Set
Solar
Style
Bold
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More ui icons from Solar

Use the box minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.5777 4.43152L15.5777 3.38197C13.8221 2.46066 12.9443 2 12 2C11.0557 2 10.1779 2.46066 8.42229 3.38197L6.42229 4.43152C4.64855 5.36234 3.6059 5.9095 2.95969 6.64132L12 11.1615L21.0403 6.64132C20.3941 5.9095 19.3515 5.36234 17.5777 4.43152Z"/><path d="M21.7484 7.96435L12.75 12.4635V21.904C13.4679 21.7252 14.2848 21.2965 15.5777 20.618L17.5777 19.5685C19.7294 18.4393 20.8052 17.8748 21.4026 16.8603C22 15.8458 22 14.5833 22 12.0585V11.9415C22 10.0489 22 8.86558 21.7484 7.96435Z"/><path d="M11.25 21.904V12.4635L2.25164 7.96434C2 8.86557 2 10.0489 2 11.9415V12.0585C2 14.5833 2 15.8458 2.5974 16.8603C3.19479 17.8748 4.27063 18.4393 6.42229 19.5685L8.42229 20.618C9.71524 21.2965 10.5321 21.7252 11.25 21.904Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBoxMinimalisticBold(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="M17.5777 4.43152L15.5777 3.38197C13.8221 2.46066 12.9443 2 12 2C11.0557 2 10.1779 2.46066 8.42229 3.38197L6.42229 4.43152C4.64855 5.36234 3.6059 5.9095 2.95969 6.64132L12 11.1615L21.0403 6.64132C20.3941 5.9095 19.3515 5.36234 17.5777 4.43152Z"/><path d="M21.7484 7.96435L12.75 12.4635V21.904C13.4679 21.7252 14.2848 21.2965 15.5777 20.618L17.5777 19.5685C19.7294 18.4393 20.8052 17.8748 21.4026 16.8603C22 15.8458 22 14.5833 22 12.0585V11.9415C22 10.0489 22 8.86558 21.7484 7.96435Z"/><path d="M11.25 21.904V12.4635L2.25164 7.96434C2 8.86557 2 10.0489 2 11.9415V12.0585C2 14.5833 2 15.8458 2.5974 16.8603C3.19479 17.8748 4.27063 18.4393 6.42229 19.5685L8.42229 20.618C9.71524 21.2965 10.5321 21.7252 11.25 21.904Z"/></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="M17.5777 4.43152L15.5777 3.38197C13.8221 2.46066 12.9443 2 12 2C11.0557 2 10.1779 2.46066 8.42229 3.38197L6.42229 4.43152C4.64855 5.36234 3.6059 5.9095 2.95969 6.64132L12 11.1615L21.0403 6.64132C20.3941 5.9095 19.3515 5.36234 17.5777 4.43152Z"/><path d="M21.7484 7.96435L12.75 12.4635V21.904C13.4679 21.7252 14.2848 21.2965 15.5777 20.618L17.5777 19.5685C19.7294 18.4393 20.8052 17.8748 21.4026 16.8603C22 15.8458 22 14.5833 22 12.0585V11.9415C22 10.0489 22 8.86558 21.7484 7.96435Z"/><path d="M11.25 21.904V12.4635L2.25164 7.96434C2 8.86557 2 10.0489 2 11.9415V12.0585C2 14.5833 2 15.8458 2.5974 16.8603C3.19479 17.8748 4.27063 18.4393 6.42229 19.5685L8.42229 20.618C9.71524 21.2965 10.5321 21.7252 11.25 21.904Z"/></g></svg>
</template>

CSS

.icon-box-minimalistic-bold {
  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%22M17.5777%204.43152L15.5777%203.38197C13.8221%202.46066%2012.9443%202%2012%202C11.0557%202%2010.1779%202.46066%208.42229%203.38197L6.42229%204.43152C4.64855%205.36234%203.6059%205.9095%202.95969%206.64132L12%2011.1615L21.0403%206.64132C20.3941%205.9095%2019.3515%205.36234%2017.5777%204.43152Z%22%2F%3E%3Cpath%20d%3D%22M21.7484%207.96435L12.75%2012.4635V21.904C13.4679%2021.7252%2014.2848%2021.2965%2015.5777%2020.618L17.5777%2019.5685C19.7294%2018.4393%2020.8052%2017.8748%2021.4026%2016.8603C22%2015.8458%2022%2014.5833%2022%2012.0585V11.9415C22%2010.0489%2022%208.86558%2021.7484%207.96435Z%22%2F%3E%3Cpath%20d%3D%22M11.25%2021.904V12.4635L2.25164%207.96434C2%208.86557%202%2010.0489%202%2011.9415V12.0585C2%2014.5833%202%2015.8458%202.5974%2016.8603C3.19479%2017.8748%204.27063%2018.4393%206.42229%2019.5685L8.42229%2020.618C9.71524%2021.2965%2010.5321%2021.7252%2011.25%2021.904Z%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%22M17.5777%204.43152L15.5777%203.38197C13.8221%202.46066%2012.9443%202%2012%202C11.0557%202%2010.1779%202.46066%208.42229%203.38197L6.42229%204.43152C4.64855%205.36234%203.6059%205.9095%202.95969%206.64132L12%2011.1615L21.0403%206.64132C20.3941%205.9095%2019.3515%205.36234%2017.5777%204.43152Z%22%2F%3E%3Cpath%20d%3D%22M21.7484%207.96435L12.75%2012.4635V21.904C13.4679%2021.7252%2014.2848%2021.2965%2015.5777%2020.618L17.5777%2019.5685C19.7294%2018.4393%2020.8052%2017.8748%2021.4026%2016.8603C22%2015.8458%2022%2014.5833%2022%2012.0585V11.9415C22%2010.0489%2022%208.86558%2021.7484%207.96435Z%22%2F%3E%3Cpath%20d%3D%22M11.25%2021.904V12.4635L2.25164%207.96434C2%208.86557%202%2010.0489%202%2011.9415V12.0585C2%2014.5833%202%2015.8458%202.5974%2016.8603C3.19479%2017.8748%204.27063%2018.4393%206.42229%2019.5685L8.42229%2020.618C9.71524%2021.2965%2010.5321%2021.7252%2011.25%2021.904Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/box-minimalistic-bold.svg?color=%231a73e8&size=48