box minimalistic icon
box-minimalistic-linear from Solar by 480 Design · Linear · UI · CC-BY-4.0 Attribution required.
- Name
- box-minimalistic-linear
- Set
- Solar
- Style
- Linear
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbroom-boldcat-boldcheck-circle-boldcheck-square-boldcircle-dashed-bold
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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M15.5777 3.38197L17.5777 4.43152C19.7294 5.56066 20.8052 6.12523 21.4026 7.13974C22 8.15425 22 9.41667 22 11.9415V12.0585C22 14.5833 22 15.8458 21.4026 16.8603C20.8052 17.8748 19.7294 18.4393 17.5777 19.5685L15.5777 20.618C13.8221 21.5393 12.9443 22 12 22C11.0557 22 10.1779 21.5393 8.42229 20.618L6.42229 19.5685C4.27063 18.4393 3.19479 17.8748 2.5974 16.8603C2 15.8458 2 14.5833 2 12.0585V11.9415C2 9.41667 2 8.15425 2.5974 7.13974C3.19479 6.12523 4.27063 5.56066 6.42229 4.43152L8.42229 3.38197C10.1779 2.46066 11.0557 2 12 2C12.9443 2 13.8221 2.46066 15.5777 3.38197Z"/><path d="M21 7.5L12 12M12 12L3 7.5M12 12V21.5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBoxMinimalisticLinear(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 d="M15.5777 3.38197L17.5777 4.43152C19.7294 5.56066 20.8052 6.12523 21.4026 7.13974C22 8.15425 22 9.41667 22 11.9415V12.0585C22 14.5833 22 15.8458 21.4026 16.8603C20.8052 17.8748 19.7294 18.4393 17.5777 19.5685L15.5777 20.618C13.8221 21.5393 12.9443 22 12 22C11.0557 22 10.1779 21.5393 8.42229 20.618L6.42229 19.5685C4.27063 18.4393 3.19479 17.8748 2.5974 16.8603C2 15.8458 2 14.5833 2 12.0585V11.9415C2 9.41667 2 8.15425 2.5974 7.13974C3.19479 6.12523 4.27063 5.56066 6.42229 4.43152L8.42229 3.38197C10.1779 2.46066 11.0557 2 12 2C12.9443 2 13.8221 2.46066 15.5777 3.38197Z"/><path d="M21 7.5L12 12M12 12L3 7.5M12 12V21.5"/></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 d="M15.5777 3.38197L17.5777 4.43152C19.7294 5.56066 20.8052 6.12523 21.4026 7.13974C22 8.15425 22 9.41667 22 11.9415V12.0585C22 14.5833 22 15.8458 21.4026 16.8603C20.8052 17.8748 19.7294 18.4393 17.5777 19.5685L15.5777 20.618C13.8221 21.5393 12.9443 22 12 22C11.0557 22 10.1779 21.5393 8.42229 20.618L6.42229 19.5685C4.27063 18.4393 3.19479 17.8748 2.5974 16.8603C2 15.8458 2 14.5833 2 12.0585V11.9415C2 9.41667 2 8.15425 2.5974 7.13974C3.19479 6.12523 4.27063 5.56066 6.42229 4.43152L8.42229 3.38197C10.1779 2.46066 11.0557 2 12 2C12.9443 2 13.8221 2.46066 15.5777 3.38197Z"/><path d="M21 7.5L12 12M12 12L3 7.5M12 12V21.5"/></g></svg> </template>
CSS
.icon-box-minimalistic-linear {
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%20d%3D%22M15.5777%203.38197L17.5777%204.43152C19.7294%205.56066%2020.8052%206.12523%2021.4026%207.13974C22%208.15425%2022%209.41667%2022%2011.9415V12.0585C22%2014.5833%2022%2015.8458%2021.4026%2016.8603C20.8052%2017.8748%2019.7294%2018.4393%2017.5777%2019.5685L15.5777%2020.618C13.8221%2021.5393%2012.9443%2022%2012%2022C11.0557%2022%2010.1779%2021.5393%208.42229%2020.618L6.42229%2019.5685C4.27063%2018.4393%203.19479%2017.8748%202.5974%2016.8603C2%2015.8458%202%2014.5833%202%2012.0585V11.9415C2%209.41667%202%208.15425%202.5974%207.13974C3.19479%206.12523%204.27063%205.56066%206.42229%204.43152L8.42229%203.38197C10.1779%202.46066%2011.0557%202%2012%202C12.9443%202%2013.8221%202.46066%2015.5777%203.38197Z%22%2F%3E%3Cpath%20d%3D%22M21%207.5L12%2012M12%2012L3%207.5M12%2012V21.5%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%20d%3D%22M15.5777%203.38197L17.5777%204.43152C19.7294%205.56066%2020.8052%206.12523%2021.4026%207.13974C22%208.15425%2022%209.41667%2022%2011.9415V12.0585C22%2014.5833%2022%2015.8458%2021.4026%2016.8603C20.8052%2017.8748%2019.7294%2018.4393%2017.5777%2019.5685L15.5777%2020.618C13.8221%2021.5393%2012.9443%2022%2012%2022C11.0557%2022%2010.1779%2021.5393%208.42229%2020.618L6.42229%2019.5685C4.27063%2018.4393%203.19479%2017.8748%202.5974%2016.8603C2%2015.8458%202%2014.5833%202%2012.0585V11.9415C2%209.41667%202%208.15425%202.5974%207.13974C3.19479%206.12523%204.27063%205.56066%206.42229%204.43152L8.42229%203.38197C10.1779%202.46066%2011.0557%202%2012%202C12.9443%202%2013.8221%202.46066%2015.5777%203.38197Z%22%2F%3E%3Cpath%20d%3D%22M21%207.5L12%2012M12%2012L3%207.5M12%2012V21.5%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-linear.svg?color=%231a73e8&size=48