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

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

The same icon in other sets

Use the cuboid 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-width="1.5"><path d="M15 9.5H5.5c-1.414 0-2.121 0-2.56.44c-.44.439-.44 1.146-.44 2.56V15c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44H15c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56v-2.5c0-1.414 0-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44Z"/><path d="M2.5 14v-2.843c0-.818 0-1.226.152-1.594c.152-.367.442-.657 1.02-1.235l1.156-1.156c.578-.578.868-.868 1.235-1.02S6.84 6 7.657 6H17.5c1.886 0 2.828 0 3.414.586S21.5 8.114 21.5 10v2.843c0 .818 0 1.226-.152 1.594s-.441.657-1.02 1.235l-1.156 1.156c-.579.579-.867.867-1.235 1.02c-.368.152-.776.152-1.594.152H6.5m11-8L21 6.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCuboid(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" strokeWidth="1.5"><path d="M15 9.5H5.5c-1.414 0-2.121 0-2.56.44c-.44.439-.44 1.146-.44 2.56V15c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44H15c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56v-2.5c0-1.414 0-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44Z"/><path d="M2.5 14v-2.843c0-.818 0-1.226.152-1.594c.152-.367.442-.657 1.02-1.235l1.156-1.156c.578-.578.868-.868 1.235-1.02S6.84 6 7.657 6H17.5c1.886 0 2.828 0 3.414.586S21.5 8.114 21.5 10v2.843c0 .818 0 1.226-.152 1.594s-.441.657-1.02 1.235l-1.156 1.156c-.579.579-.867.867-1.235 1.02c-.368.152-.776.152-1.594.152H6.5m11-8L21 6.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-width="1.5"><path d="M15 9.5H5.5c-1.414 0-2.121 0-2.56.44c-.44.439-.44 1.146-.44 2.56V15c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44H15c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56v-2.5c0-1.414 0-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44Z"/><path d="M2.5 14v-2.843c0-.818 0-1.226.152-1.594c.152-.367.442-.657 1.02-1.235l1.156-1.156c.578-.578.868-.868 1.235-1.02S6.84 6 7.657 6H17.5c1.886 0 2.828 0 3.414.586S21.5 8.114 21.5 10v2.843c0 .818 0 1.226-.152 1.594s-.441.657-1.02 1.235l-1.156 1.156c-.579.579-.867.867-1.235 1.02c-.368.152-.776.152-1.594.152H6.5m11-8L21 6.5"/></g></svg>
</template>

CSS

.icon-cuboid {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%209.5H5.5c-1.414%200-2.121%200-2.56.44c-.44.439-.44%201.146-.44%202.56V15c0%201.414%200%202.121.44%202.56c.439.44%201.146.44%202.56.44H15c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56v-2.5c0-1.414%200-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44Z%22%2F%3E%3Cpath%20d%3D%22M2.5%2014v-2.843c0-.818%200-1.226.152-1.594c.152-.367.442-.657%201.02-1.235l1.156-1.156c.578-.578.868-.868%201.235-1.02S6.84%206%207.657%206H17.5c1.886%200%202.828%200%203.414.586S21.5%208.114%2021.5%2010v2.843c0%20.818%200%201.226-.152%201.594s-.441.657-1.02%201.235l-1.156%201.156c-.579.579-.867.867-1.235%201.02c-.368.152-.776.152-1.594.152H6.5m11-8L21%206.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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%209.5H5.5c-1.414%200-2.121%200-2.56.44c-.44.439-.44%201.146-.44%202.56V15c0%201.414%200%202.121.44%202.56c.439.44%201.146.44%202.56.44H15c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56v-2.5c0-1.414%200-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44Z%22%2F%3E%3Cpath%20d%3D%22M2.5%2014v-2.843c0-.818%200-1.226.152-1.594c.152-.367.442-.657%201.02-1.235l1.156-1.156c.578-.578.868-.868%201.235-1.02S6.84%206%207.657%206H17.5c1.886%200%202.828%200%203.414.586S21.5%208.114%2021.5%2010v2.843c0%20.818%200%201.226-.152%201.594s-.441.657-1.02%201.235l-1.156%201.156c-.579.579-.867.867-1.235%201.02c-.368.152-.776.152-1.594.152H6.5m11-8L21%206.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/hugeicons/cuboid.svg?color=%231a73e8&size=48