dry-cleaning-outline-rounded from Material Symbols by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
dry-cleaning-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the dry cleaning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 22q-.825 0-1.412-.587T7 20v-4H5.4q-1 0-1.7-.7T3 13.6q0-.725.4-1.337t1.05-.913L11 8.45V7.8q-.9-.325-1.45-1.087T9 5q0-1.25.875-2.125T12 2q.9 0 1.65.5t1.1 1.3l.1.425q0 .425-.288.713t-.712.287q-.325 0-.562-.175t-.363-.45t-.375-.437T12 4q-.425 0-.712.288T11 5t.288.713T12 6t.713.288T13 7v1.45l6.55 2.9q.65.3 1.05.913T21 13.6q0 1-.7 1.7t-1.7.7H17v4q0 .825-.587 1.413T15 22zm-3.6-8h1.875q.275-.45.725-.725T9 13h6q.55 0 1 .275t.725.725H18.6q.175 0 .288-.125T19 13.55q0-.125-.062-.213t-.188-.137l-6.75-3l-6.75 3q-.125.05-.187.138T5 13.55q0 .2.113.325T5.4 14M9 20h6v-5H9zm0-5h6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDryCleaningOutlineRounded(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="M9 22q-.825 0-1.412-.587T7 20v-4H5.4q-1 0-1.7-.7T3 13.6q0-.725.4-1.337t1.05-.913L11 8.45V7.8q-.9-.325-1.45-1.087T9 5q0-1.25.875-2.125T12 2q.9 0 1.65.5t1.1 1.3l.1.425q0 .425-.288.713t-.712.287q-.325 0-.562-.175t-.363-.45t-.375-.437T12 4q-.425 0-.712.288T11 5t.288.713T12 6t.713.288T13 7v1.45l6.55 2.9q.65.3 1.05.913T21 13.6q0 1-.7 1.7t-1.7.7H17v4q0 .825-.587 1.413T15 22zm-3.6-8h1.875q.275-.45.725-.725T9 13h6q.55 0 1 .275t.725.725H18.6q.175 0 .288-.125T19 13.55q0-.125-.062-.213t-.188-.137l-6.75-3l-6.75 3q-.125.05-.187.138T5 13.55q0 .2.113.325T5.4 14M9 20h6v-5H9zm0-5h6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 22q-.825 0-1.412-.587T7 20v-4H5.4q-1 0-1.7-.7T3 13.6q0-.725.4-1.337t1.05-.913L11 8.45V7.8q-.9-.325-1.45-1.087T9 5q0-1.25.875-2.125T12 2q.9 0 1.65.5t1.1 1.3l.1.425q0 .425-.288.713t-.712.287q-.325 0-.562-.175t-.363-.45t-.375-.437T12 4q-.425 0-.712.288T11 5t.288.713T12 6t.713.288T13 7v1.45l6.55 2.9q.65.3 1.05.913T21 13.6q0 1-.7 1.7t-1.7.7H17v4q0 .825-.587 1.413T15 22zm-3.6-8h1.875q.275-.45.725-.725T9 13h6q.55 0 1 .275t.725.725H18.6q.175 0 .288-.125T19 13.55q0-.125-.062-.213t-.188-.137l-6.75-3l-6.75 3q-.125.05-.187.138T5 13.55q0 .2.113.325T5.4 14M9 20h6v-5H9zm0-5h6z"/></svg>
</template>

CSS

.icon-dry-cleaning-outline-rounded {
  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%22M9%2022q-.825%200-1.412-.587T7%2020v-4H5.4q-1%200-1.7-.7T3%2013.6q0-.725.4-1.337t1.05-.913L11%208.45V7.8q-.9-.325-1.45-1.087T9%205q0-1.25.875-2.125T12%202q.9%200%201.65.5t1.1%201.3l.1.425q0%20.425-.288.713t-.712.287q-.325%200-.562-.175t-.363-.45t-.375-.437T12%204q-.425%200-.712.288T11%205t.288.713T12%206t.713.288T13%207v1.45l6.55%202.9q.65.3%201.05.913T21%2013.6q0%201-.7%201.7t-1.7.7H17v4q0%20.825-.587%201.413T15%2022zm-3.6-8h1.875q.275-.45.725-.725T9%2013h6q.55%200%201%20.275t.725.725H18.6q.175%200%20.288-.125T19%2013.55q0-.125-.062-.213t-.188-.137l-6.75-3l-6.75%203q-.125.05-.187.138T5%2013.55q0%20.2.113.325T5.4%2014M9%2020h6v-5H9zm0-5h6z%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%22M9%2022q-.825%200-1.412-.587T7%2020v-4H5.4q-1%200-1.7-.7T3%2013.6q0-.725.4-1.337t1.05-.913L11%208.45V7.8q-.9-.325-1.45-1.087T9%205q0-1.25.875-2.125T12%202q.9%200%201.65.5t1.1%201.3l.1.425q0%20.425-.288.713t-.712.287q-.325%200-.562-.175t-.363-.45t-.375-.437T12%204q-.425%200-.712.288T11%205t.288.713T12%206t.713.288T13%207v1.45l6.55%202.9q.65.3%201.05.913T21%2013.6q0%201-.7%201.7t-1.7.7H17v4q0%20.825-.587%201.413T15%2022zm-3.6-8h1.875q.275-.45.725-.725T9%2013h6q.55%200%201%20.275t.725.725H18.6q.175%200%20.288-.125T19%2013.55q0-.125-.062-.213t-.188-.137l-6.75-3l-6.75%203q-.125.05-.187.138T5%2013.55q0%20.2.113.325T5.4%2014M9%2020h6v-5H9zm0-5h6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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