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

Name
laundry
Set
Material Symbols
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
laundry-sharp

3 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the laundry icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 13.975v-3L4.125 12l-3-5.2l6.6-3.8H9q.4 1.2.95 2.1T12 6t2.05-.9T15 3h1.275l6.575 3.825L19.875 12L18 10.975v4.8l-1.575 1.375q-.175.15-.4.238t-.45.087q-.15 0-.35-.1t-.4-.25l-2.65-2.275q-.8-.7-1.8-1.025T8.35 13.5q-.6 0-1.188.113T6 13.975m-1.35 5.4l-1.3-1.525L5.525 16q.575-.5 1.313-.763t1.537-.262t1.525.263t1.3.762l2.9 2.475q.3.25.713.388t.837.137q.45 0 .838-.125t.687-.4L19.35 16.6l1.3 1.55L18.475 20q-.575.5-1.3.75T15.65 21t-1.537-.25T12.8 20l-2.9-2.475q-.3-.25-.687-.387T8.375 17q-.425 0-.837.138t-.713.387z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLaundry(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 13.975v-3L4.125 12l-3-5.2l6.6-3.8H9q.4 1.2.95 2.1T12 6t2.05-.9T15 3h1.275l6.575 3.825L19.875 12L18 10.975v4.8l-1.575 1.375q-.175.15-.4.238t-.45.087q-.15 0-.35-.1t-.4-.25l-2.65-2.275q-.8-.7-1.8-1.025T8.35 13.5q-.6 0-1.188.113T6 13.975m-1.35 5.4l-1.3-1.525L5.525 16q.575-.5 1.313-.763t1.537-.262t1.525.263t1.3.762l2.9 2.475q.3.25.713.388t.837.137q.45 0 .838-.125t.687-.4L19.35 16.6l1.3 1.55L18.475 20q-.575.5-1.3.75T15.65 21t-1.537-.25T12.8 20l-2.9-2.475q-.3-.25-.687-.387T8.375 17q-.425 0-.837.138t-.713.387z"/></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 13.975v-3L4.125 12l-3-5.2l6.6-3.8H9q.4 1.2.95 2.1T12 6t2.05-.9T15 3h1.275l6.575 3.825L19.875 12L18 10.975v4.8l-1.575 1.375q-.175.15-.4.238t-.45.087q-.15 0-.35-.1t-.4-.25l-2.65-2.275q-.8-.7-1.8-1.025T8.35 13.5q-.6 0-1.188.113T6 13.975m-1.35 5.4l-1.3-1.525L5.525 16q.575-.5 1.313-.763t1.537-.262t1.525.263t1.3.762l2.9 2.475q.3.25.713.388t.837.137q.45 0 .838-.125t.687-.4L19.35 16.6l1.3 1.55L18.475 20q-.575.5-1.3.75T15.65 21t-1.537-.25T12.8 20l-2.9-2.475q-.3-.25-.687-.387T8.375 17q-.425 0-.837.138t-.713.387z"/></svg>
</template>

CSS

.icon-laundry {
  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%2013.975v-3L4.125%2012l-3-5.2l6.6-3.8H9q.4%201.2.95%202.1T12%206t2.05-.9T15%203h1.275l6.575%203.825L19.875%2012L18%2010.975v4.8l-1.575%201.375q-.175.15-.4.238t-.45.087q-.15%200-.35-.1t-.4-.25l-2.65-2.275q-.8-.7-1.8-1.025T8.35%2013.5q-.6%200-1.188.113T6%2013.975m-1.35%205.4l-1.3-1.525L5.525%2016q.575-.5%201.313-.763t1.537-.262t1.525.263t1.3.762l2.9%202.475q.3.25.713.388t.837.137q.45%200%20.838-.125t.687-.4L19.35%2016.6l1.3%201.55L18.475%2020q-.575.5-1.3.75T15.65%2021t-1.537-.25T12.8%2020l-2.9-2.475q-.3-.25-.687-.387T8.375%2017q-.425%200-.837.138t-.713.387z%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%2013.975v-3L4.125%2012l-3-5.2l6.6-3.8H9q.4%201.2.95%202.1T12%206t2.05-.9T15%203h1.275l6.575%203.825L19.875%2012L18%2010.975v4.8l-1.575%201.375q-.175.15-.4.238t-.45.087q-.15%200-.35-.1t-.4-.25l-2.65-2.275q-.8-.7-1.8-1.025T8.35%2013.5q-.6%200-1.188.113T6%2013.975m-1.35%205.4l-1.3-1.525L5.525%2016q.575-.5%201.313-.763t1.537-.262t1.525.263t1.3.762l2.9%202.475q.3.25.713.388t.837.137q.45%200%20.838-.125t.687-.4L19.35%2016.6l1.3%201.55L18.475%2020q-.575.5-1.3.75T15.65%2021t-1.537-.25T12.8%2020l-2.9-2.475q-.3-.25-.687-.387T8.375%2017q-.425%200-.837.138t-.713.387z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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