Dry Cleaning icon

Dry Cleaning is a Google Material Symbol from the Maps 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

dry_cleaning_outlined_fill0_wght400.svg

Dry Cleaning 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=dry_cleaning" />

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

Dry Cleaning icon in React

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

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

Dry Cleaning icon in Vue

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

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

Dry Cleaning icon in Angular

With Angular Material and the font from the HTML tab:

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

Dry Cleaning 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.dry_cleaning, fill: 0, weight: 400)

Dry Cleaning icon in Android

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

<!-- res/drawable/dry_cleaning.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="M7 22v-6.225h-1.775q-.9 0-1.562-.612T3 13.65q0-.675 .338-1.262T4.3 11.525l7.025-3v-1.05q-.925-.25-1.512-1.012T9.225 4.75q0-1.15 .825-1.95t1.975-.8q1.15 0 1.975 .8t.825 1.95h-1.5q0-.525-.387-.887T12.025 3.5q-.525 0-.912 .363T10.725 4.75q0 .575 .388 .963T12.075 6.1q.3 0 .525 .213t.225 .512v1.7l6.875 3q.625 .275 .963 .863T21 13.65q0 .9-.662 1.513T18.775 15.775h-1.775v6.225H7Zm-1.775-7.725h1.775v-1.275h10v1.275h1.775q.275 0 .5-.187t.225-.463q0-.225-.125-.4t-.325-.275L12.075 9.8 4.95 12.95q-.2 .1-.325 .275t-.125 .375q0 .275 .213 .475t.512 .2Zm3.275 6.225h7v-6H8.5v6Zm0-6h7-7Z" />
</vector>

Dry Cleaning icon in SVG

npm install @material-symbols/svg-400

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

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

Dry Cleaning 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

NameDry Cleaning
Ligaturedry_cleaning
Code pointU+EA58
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/dry_cleaning.svg, dry_cleaning-fill.svg
FlutterSymbols.dry_cleaning
LicenseApache License 2.0 (© Google LLC)

Keywords

mapsiconservicetogglesignrefreshcircularbubbletaskcaremachinehotelhousehold

Related icons