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

Name
apparel
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
apparel-rounded

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the apparel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 10.95l-1 .55q-.35.2-.75.1t-.6-.45l-2-3.5q-.2-.35-.1-.75T2 6.3L7.75 3H9.5q.225 0 .363.138T10 3.5V4q0 .825.588 1.413T12 6t1.413-.587T14 4v-.5q0-.225.138-.363T14.5 3h1.75L22 6.3q.35.2.45.6t-.1.75l-2 3.5q-.2.35-.588.438T19 11.475l-1-.5V20q0 .425-.288.713T17 21H7q-.425 0-.712-.288T6 20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsApparel(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="m6 10.95l-1 .55q-.35.2-.75.1t-.6-.45l-2-3.5q-.2-.35-.1-.75T2 6.3L7.75 3H9.5q.225 0 .363.138T10 3.5V4q0 .825.588 1.413T12 6t1.413-.587T14 4v-.5q0-.225.138-.363T14.5 3h1.75L22 6.3q.35.2.45.6t-.1.75l-2 3.5q-.2.35-.588.438T19 11.475l-1-.5V20q0 .425-.288.713T17 21H7q-.425 0-.712-.288T6 20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 10.95l-1 .55q-.35.2-.75.1t-.6-.45l-2-3.5q-.2-.35-.1-.75T2 6.3L7.75 3H9.5q.225 0 .363.138T10 3.5V4q0 .825.588 1.413T12 6t1.413-.587T14 4v-.5q0-.225.138-.363T14.5 3h1.75L22 6.3q.35.2.45.6t-.1.75l-2 3.5q-.2.35-.588.438T19 11.475l-1-.5V20q0 .425-.288.713T17 21H7q-.425 0-.712-.288T6 20z"/></svg>
</template>

CSS

.icon-apparel {
  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%22m6%2010.95l-1%20.55q-.35.2-.75.1t-.6-.45l-2-3.5q-.2-.35-.1-.75T2%206.3L7.75%203H9.5q.225%200%20.363.138T10%203.5V4q0%20.825.588%201.413T12%206t1.413-.587T14%204v-.5q0-.225.138-.363T14.5%203h1.75L22%206.3q.35.2.45.6t-.1.75l-2%203.5q-.2.35-.588.438T19%2011.475l-1-.5V20q0%20.425-.288.713T17%2021H7q-.425%200-.712-.288T6%2020z%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%22m6%2010.95l-1%20.55q-.35.2-.75.1t-.6-.45l-2-3.5q-.2-.35-.1-.75T2%206.3L7.75%203H9.5q.225%200%20.363.138T10%203.5V4q0%20.825.588%201.413T12%206t1.413-.587T14%204v-.5q0-.225.138-.363T14.5%203h1.75L22%206.3q.35.2.45.6t-.1.75l-2%203.5q-.2.35-.588.438T19%2011.475l-1-.5V20q0%20.425-.288.713T17%2021H7q-.425%200-.712-.288T6%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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