round dry cleaning icon

round-dry-cleaning from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-dry-cleaning
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round 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="M19.56 11.36L13 8.44V7c0-.55-.45-1-1-1s-1-.45-1-1s.45-1 1-1c.38 0 .72.22.88.53s.51.47.85.47c.74 0 1.26-.79.91-1.44c-.6-1.1-1.86-1.78-3.24-1.51c-1.17.23-2.12 1.2-2.34 2.37c-.29 1.56.61 2.93 1.94 3.4v.63l-6.56 2.92c-.88.38-1.44 1.25-1.44 2.2v.01C3 14.92 4.08 16 5.42 16H7v4c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-4h1.58c1.34 0 2.42-1.08 2.42-2.42v-.01c0-.95-.56-1.82-1.44-2.21M18.58 14h-1.86c-.35-.6-.98-1-1.72-1H9c-.74 0-1.38.4-1.72 1H5.42c-.46 0-.58-.65-.17-.81l6.75-3l6.75 3c.42.19.28.81-.17.81"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundDryCleaning(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="M19.56 11.36L13 8.44V7c0-.55-.45-1-1-1s-1-.45-1-1s.45-1 1-1c.38 0 .72.22.88.53s.51.47.85.47c.74 0 1.26-.79.91-1.44c-.6-1.1-1.86-1.78-3.24-1.51c-1.17.23-2.12 1.2-2.34 2.37c-.29 1.56.61 2.93 1.94 3.4v.63l-6.56 2.92c-.88.38-1.44 1.25-1.44 2.2v.01C3 14.92 4.08 16 5.42 16H7v4c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-4h1.58c1.34 0 2.42-1.08 2.42-2.42v-.01c0-.95-.56-1.82-1.44-2.21M18.58 14h-1.86c-.35-.6-.98-1-1.72-1H9c-.74 0-1.38.4-1.72 1H5.42c-.46 0-.58-.65-.17-.81l6.75-3l6.75 3c.42.19.28.81-.17.81"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.56 11.36L13 8.44V7c0-.55-.45-1-1-1s-1-.45-1-1s.45-1 1-1c.38 0 .72.22.88.53s.51.47.85.47c.74 0 1.26-.79.91-1.44c-.6-1.1-1.86-1.78-3.24-1.51c-1.17.23-2.12 1.2-2.34 2.37c-.29 1.56.61 2.93 1.94 3.4v.63l-6.56 2.92c-.88.38-1.44 1.25-1.44 2.2v.01C3 14.92 4.08 16 5.42 16H7v4c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-4h1.58c1.34 0 2.42-1.08 2.42-2.42v-.01c0-.95-.56-1.82-1.44-2.21M18.58 14h-1.86c-.35-.6-.98-1-1.72-1H9c-.74 0-1.38.4-1.72 1H5.42c-.46 0-.58-.65-.17-.81l6.75-3l6.75 3c.42.19.28.81-.17.81"/></svg>
</template>

CSS

.icon-round-dry-cleaning {
  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%22M19.56%2011.36L13%208.44V7c0-.55-.45-1-1-1s-1-.45-1-1s.45-1%201-1c.38%200%20.72.22.88.53s.51.47.85.47c.74%200%201.26-.79.91-1.44c-.6-1.1-1.86-1.78-3.24-1.51c-1.17.23-2.12%201.2-2.34%202.37c-.29%201.56.61%202.93%201.94%203.4v.63l-6.56%202.92c-.88.38-1.44%201.25-1.44%202.2v.01C3%2014.92%204.08%2016%205.42%2016H7v4c0%201.1.9%202%202%202h6c1.1%200%202-.9%202-2v-4h1.58c1.34%200%202.42-1.08%202.42-2.42v-.01c0-.95-.56-1.82-1.44-2.21M18.58%2014h-1.86c-.35-.6-.98-1-1.72-1H9c-.74%200-1.38.4-1.72%201H5.42c-.46%200-.58-.65-.17-.81l6.75-3l6.75%203c.42.19.28.81-.17.81%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%22M19.56%2011.36L13%208.44V7c0-.55-.45-1-1-1s-1-.45-1-1s.45-1%201-1c.38%200%20.72.22.88.53s.51.47.85.47c.74%200%201.26-.79.91-1.44c-.6-1.1-1.86-1.78-3.24-1.51c-1.17.23-2.12%201.2-2.34%202.37c-.29%201.56.61%202.93%201.94%203.4v.63l-6.56%202.92c-.88.38-1.44%201.25-1.44%202.2v.01C3%2014.92%204.08%2016%205.42%2016H7v4c0%201.1.9%202%202%202h6c1.1%200%202-.9%202-2v-4h1.58c1.34%200%202.42-1.08%202.42-2.42v-.01c0-.95-.56-1.82-1.44-2.21M18.58%2014h-1.86c-.35-.6-.98-1-1.72-1H9c-.74%200-1.38.4-1.72%201H5.42c-.46%200-.58-.65-.17-.81l6.75-3l6.75%203c.42.19.28.81-.17.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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