Apparel icon

Apparel is a Google Material Symbol from the Household category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

apparel_outlined_fill0_wght400.svg

Apparel icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=apparel" />

<span class="material-symbols-outlined">apparel</span>

Apparel icon in React

// With the font from the HTML tab:
export function ApparelIcon() {
  return (
    <span className="material-symbols-outlined">
      apparel
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import ApparelIcon from "@material-symbols/svg-400/outlined/apparel.svg?react";

Apparel icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">apparel</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import ApparelIcon from "@material-symbols/svg-400/outlined/apparel.svg?component"; -->

Apparel icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">apparel</mat-icon>

Apparel icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.apparel, fill: 0, weight: 400)

Apparel icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/apparel.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m6.25 9.775-1.575 .875q-.35 .2-.737 .113T3.4 10.35L1.675 7.375q-.2-.35-.112-.6T1.975 6.325l5.7-3.325h1.6q.275 0 .438 .163T9.875 3.6v.375q0 .95 .6 1.55t1.55 .6q.95 0 1.538-.6t.587-1.55v-.375q0-.275 .163-.437T14.75 3h1.6l5.7 3.325q.325 .2 .4 .45t-.1 .6l-1.75 2.975q-.15 .325-.625 .425t-.75-.075l-1.55-.975v10.3q0 .4-.3 .688T16.675 21H7.225q-.4 0-.687-.287T6.25 20.025v-10.25Zm1.5-2.55v12.275h8.425v-12.275l3.45 1.925 1.125-1.95-4.675-2.675h-.45q-.2 1.35-1.187 2.225T12.025 7.625q-1.425 0-2.425-.875t-1.2-2.225h-.45L3.275 7.2l1.125 1.95 3.35-1.925Zm4.275 4.775Z" />
</vector>

Apparel icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/apparel.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/apparel.svg" width="24" height="24" alt="Apparel">

Apparel icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameApparel
Ligatureapparel
Code pointU+EF7B
CategoryHousehold
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/apparel.svg, apparel-fill.svg
FlutterSymbols.apparel
LicenseApache License 2.0 (© Google LLC)

Keywords

householdstyleshoppingstorepersonalitemaccessoryretailtopshopecommercefashionfabric

Related icons