closet from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
closet
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-closet

The same icon in other sets

Use the closet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 10.551v-.678A4.005 4.005 0 0 0 16 6c0-2.206-1.794-4-4-4S8 3.794 8 6h2c0-1.103.897-2 2-2s2 .897 2 2s-.897 2-2 2a1 1 0 0 0-1 1v1.551l-8.665 7.702A1.001 1.001 0 0 0 3 20h18a1.001 1.001 0 0 0 .664-1.748zM5.63 18L12 12.338L18.37 18z"/></svg>

React

import type { SVGProps } from "react";

export function BxCloset(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="M13 10.551v-.678A4.005 4.005 0 0 0 16 6c0-2.206-1.794-4-4-4S8 3.794 8 6h2c0-1.103.897-2 2-2s2 .897 2 2s-.897 2-2 2a1 1 0 0 0-1 1v1.551l-8.665 7.702A1.001 1.001 0 0 0 3 20h18a1.001 1.001 0 0 0 .664-1.748zM5.63 18L12 12.338L18.37 18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 10.551v-.678A4.005 4.005 0 0 0 16 6c0-2.206-1.794-4-4-4S8 3.794 8 6h2c0-1.103.897-2 2-2s2 .897 2 2s-.897 2-2 2a1 1 0 0 0-1 1v1.551l-8.665 7.702A1.001 1.001 0 0 0 3 20h18a1.001 1.001 0 0 0 .664-1.748zM5.63 18L12 12.338L18.37 18z"/></svg>
</template>

CSS

.icon-closet {
  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%22M13%2010.551v-.678A4.005%204.005%200%200%200%2016%206c0-2.206-1.794-4-4-4S8%203.794%208%206h2c0-1.103.897-2%202-2s2%20.897%202%202s-.897%202-2%202a1%201%200%200%200-1%201v1.551l-8.665%207.702A1.001%201.001%200%200%200%203%2020h18a1.001%201.001%200%200%200%20.664-1.748zM5.63%2018L12%2012.338L18.37%2018z%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%22M13%2010.551v-.678A4.005%204.005%200%200%200%2016%206c0-2.206-1.794-4-4-4S8%203.794%208%206h2c0-1.103.897-2%202-2s2%20.897%202%202s-.897%202-2%202a1%201%200%200%200-1%201v1.551l-8.665%207.702A1.001%201.001%200%200%200%203%2020h18a1.001%201.001%200%200%200%20.664-1.748zM5.63%2018L12%2012.338L18.37%2018z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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