dresser from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
dresser
Set
Material Symbols Light
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
dresser-rounded, dresser-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the dresser icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20.5V5.616q0-.667.475-1.141T6.615 4h10.77q.666 0 1.14.475T19 5.615V20.5h-1v-2.23H6v2.23zm1-8.77h5.5V5H6.616q-.27 0-.443.173T6 5.616zm6.5-3.865H18v-2.25q0-.269-.173-.442T17.385 5H12.5zm0 3.866H18V8.866h-5.5zm-2 3.769h3v-1h-3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDresser(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="M5 20.5V5.616q0-.667.475-1.141T6.615 4h10.77q.666 0 1.14.475T19 5.615V20.5h-1v-2.23H6v2.23zm1-8.77h5.5V5H6.616q-.27 0-.443.173T6 5.616zm6.5-3.865H18v-2.25q0-.269-.173-.442T17.385 5H12.5zm0 3.866H18V8.866h-5.5zm-2 3.769h3v-1h-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20.5V5.616q0-.667.475-1.141T6.615 4h10.77q.666 0 1.14.475T19 5.615V20.5h-1v-2.23H6v2.23zm1-8.77h5.5V5H6.616q-.27 0-.443.173T6 5.616zm6.5-3.865H18v-2.25q0-.269-.173-.442T17.385 5H12.5zm0 3.866H18V8.866h-5.5zm-2 3.769h3v-1h-3z"/></svg>
</template>

CSS

.icon-dresser {
  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%22M5%2020.5V5.616q0-.667.475-1.141T6.615%204h10.77q.666%200%201.14.475T19%205.615V20.5h-1v-2.23H6v2.23zm1-8.77h5.5V5H6.616q-.27%200-.443.173T6%205.616zm6.5-3.865H18v-2.25q0-.269-.173-.442T17.385%205H12.5zm0%203.866H18V8.866h-5.5zm-2%203.769h3v-1h-3z%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%22M5%2020.5V5.616q0-.667.475-1.141T6.615%204h10.77q.666%200%201.14.475T19%205.615V20.5h-1v-2.23H6v2.23zm1-8.77h5.5V5H6.616q-.27%200-.443.173T6%205.616zm6.5-3.865H18v-2.25q0-.269-.173-.442T17.385%205H12.5zm0%203.866H18V8.866h-5.5zm-2%203.769h3v-1h-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/dresser.svg?color=%231a73e8&size=48