box from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
box
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the box icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.207 21.207c.293-.293.293-.764.293-1.707v-10c0-.943 0-1.414-.293-1.707m0 13.414c-.293.293-.764.293-1.707.293h-10c-.943 0-1.414 0-1.707-.293S2.5 20.443 2.5 19.5v-10c0-.943 0-1.414.293-1.707m13.414 13.414l5-5c.293-.293.293-.764.293-1.707v-10c0-.943 0-1.414-.293-1.707m-5 5C15.914 7.5 15.443 7.5 14.5 7.5h-10c-.943 0-1.414 0-1.707.293m13.414 0l5-5m-18.414 5l5-5C8.086 2.5 8.557 2.5 9.5 2.5h10c.943 0 1.414 0 1.707.293"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M16.207 21.207c.293-.293.293-.764.293-1.707v-10c0-.943 0-1.414-.293-1.707m0 13.414c-.293.293-.764.293-1.707.293h-10c-.943 0-1.414 0-1.707-.293S2.5 20.443 2.5 19.5v-10c0-.943 0-1.414.293-1.707m13.414 13.414l5-5c.293-.293.293-.764.293-1.707v-10c0-.943 0-1.414-.293-1.707m-5 5C15.914 7.5 15.443 7.5 14.5 7.5h-10c-.943 0-1.414 0-1.707.293m13.414 0l5-5m-18.414 5l5-5C8.086 2.5 8.557 2.5 9.5 2.5h10c.943 0 1.414 0 1.707.293"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.207 21.207c.293-.293.293-.764.293-1.707v-10c0-.943 0-1.414-.293-1.707m0 13.414c-.293.293-.764.293-1.707.293h-10c-.943 0-1.414 0-1.707-.293S2.5 20.443 2.5 19.5v-10c0-.943 0-1.414.293-1.707m13.414 13.414l5-5c.293-.293.293-.764.293-1.707v-10c0-.943 0-1.414-.293-1.707m-5 5C15.914 7.5 15.443 7.5 14.5 7.5h-10c-.943 0-1.414 0-1.707.293m13.414 0l5-5m-18.414 5l5-5C8.086 2.5 8.557 2.5 9.5 2.5h10c.943 0 1.414 0 1.707.293"/></svg>
</template>

CSS

.icon-box {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.207%2021.207c.293-.293.293-.764.293-1.707v-10c0-.943%200-1.414-.293-1.707m0%2013.414c-.293.293-.764.293-1.707.293h-10c-.943%200-1.414%200-1.707-.293S2.5%2020.443%202.5%2019.5v-10c0-.943%200-1.414.293-1.707m13.414%2013.414l5-5c.293-.293.293-.764.293-1.707v-10c0-.943%200-1.414-.293-1.707m-5%205C15.914%207.5%2015.443%207.5%2014.5%207.5h-10c-.943%200-1.414%200-1.707.293m13.414%200l5-5m-18.414%205l5-5C8.086%202.5%208.557%202.5%209.5%202.5h10c.943%200%201.414%200%201.707.293%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.207%2021.207c.293-.293.293-.764.293-1.707v-10c0-.943%200-1.414-.293-1.707m0%2013.414c-.293.293-.764.293-1.707.293h-10c-.943%200-1.414%200-1.707-.293S2.5%2020.443%202.5%2019.5v-10c0-.943%200-1.414.293-1.707m13.414%2013.414l5-5c.293-.293.293-.764.293-1.707v-10c0-.943%200-1.414-.293-1.707m-5%205C15.914%207.5%2015.443%207.5%2014.5%207.5h-10c-.943%200-1.414%200-1.707.293m13.414%200l5-5m-18.414%205l5-5C8.086%202.5%208.557%202.5%209.5%202.5h10c.943%200%201.414%200%201.707.293%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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