laundry icon
laundry-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- laundry-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More home icons from Material Symbols
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
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="M4 18.625q-.275-.325-.238-.737t.363-.688l1.4-1.2q.6-.5 1.325-.763t1.525-.262q.775 0 1.5.263T11.2 16l2.9 2.475q.325.275.725.4t.825.125t.812-.125t.713-.4l1.4-1.2q.325-.275.737-.25t.688.35t.237.738t-.362.687l-1.4 1.2q-.6.5-1.325.75t-1.5.25q-.8 0-1.537-.25T12.8 20l-2.9-2.475q-.325-.275-.712-.4T8.375 17t-.825.125t-.725.4l-1.425 1.2q-.325.275-.725.25T4 18.625m2-4.65v-3l-1.025.55q-.35.2-.75.088t-.6-.463l-2-3.475q-.2-.35-.088-.762T2 6.3l4.975-2.875q.3-.175.625-.3T8.275 3t.6.213t.375.537q.325.95 1.05 1.6T12 6t1.688-.65t1.062-1.6q.125-.325.388-.537T15.75 3t.663.125t.612.3L22 6.3q.35.2.45.6t-.1.75l-1.975 3.5q-.2.35-.6.463t-.75-.088L18 10.975v4.8l-1.575 1.375q-.2.15-.413.238t-.437.087q-.2 0-.387-.112t-.363-.238l-2.65-2.275q-.8-.675-1.787-1.025t-2.038-.35q-.6 0-1.187.125T6 13.975"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLaundryRounded(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="M4 18.625q-.275-.325-.238-.737t.363-.688l1.4-1.2q.6-.5 1.325-.763t1.525-.262q.775 0 1.5.263T11.2 16l2.9 2.475q.325.275.725.4t.825.125t.812-.125t.713-.4l1.4-1.2q.325-.275.737-.25t.688.35t.237.738t-.362.687l-1.4 1.2q-.6.5-1.325.75t-1.5.25q-.8 0-1.537-.25T12.8 20l-2.9-2.475q-.325-.275-.712-.4T8.375 17t-.825.125t-.725.4l-1.425 1.2q-.325.275-.725.25T4 18.625m2-4.65v-3l-1.025.55q-.35.2-.75.088t-.6-.463l-2-3.475q-.2-.35-.088-.762T2 6.3l4.975-2.875q.3-.175.625-.3T8.275 3t.6.213t.375.537q.325.95 1.05 1.6T12 6t1.688-.65t1.062-1.6q.125-.325.388-.537T15.75 3t.663.125t.612.3L22 6.3q.35.2.45.6t-.1.75l-1.975 3.5q-.2.35-.6.463t-.75-.088L18 10.975v4.8l-1.575 1.375q-.2.15-.413.238t-.437.087q-.2 0-.387-.112t-.363-.238l-2.65-2.275q-.8-.675-1.787-1.025t-2.038-.35q-.6 0-1.187.125T6 13.975"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18.625q-.275-.325-.238-.737t.363-.688l1.4-1.2q.6-.5 1.325-.763t1.525-.262q.775 0 1.5.263T11.2 16l2.9 2.475q.325.275.725.4t.825.125t.812-.125t.713-.4l1.4-1.2q.325-.275.737-.25t.688.35t.237.738t-.362.687l-1.4 1.2q-.6.5-1.325.75t-1.5.25q-.8 0-1.537-.25T12.8 20l-2.9-2.475q-.325-.275-.712-.4T8.375 17t-.825.125t-.725.4l-1.425 1.2q-.325.275-.725.25T4 18.625m2-4.65v-3l-1.025.55q-.35.2-.75.088t-.6-.463l-2-3.475q-.2-.35-.088-.762T2 6.3l4.975-2.875q.3-.175.625-.3T8.275 3t.6.213t.375.537q.325.95 1.05 1.6T12 6t1.688-.65t1.062-1.6q.125-.325.388-.537T15.75 3t.663.125t.612.3L22 6.3q.35.2.45.6t-.1.75l-1.975 3.5q-.2.35-.6.463t-.75-.088L18 10.975v4.8l-1.575 1.375q-.2.15-.413.238t-.437.087q-.2 0-.387-.112t-.363-.238l-2.65-2.275q-.8-.675-1.787-1.025t-2.038-.35q-.6 0-1.187.125T6 13.975"/></svg> </template>
CSS
.icon-laundry-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%22M4%2018.625q-.275-.325-.238-.737t.363-.688l1.4-1.2q.6-.5%201.325-.763t1.525-.262q.775%200%201.5.263T11.2%2016l2.9%202.475q.325.275.725.4t.825.125t.812-.125t.713-.4l1.4-1.2q.325-.275.737-.25t.688.35t.237.738t-.362.687l-1.4%201.2q-.6.5-1.325.75t-1.5.25q-.8%200-1.537-.25T12.8%2020l-2.9-2.475q-.325-.275-.712-.4T8.375%2017t-.825.125t-.725.4l-1.425%201.2q-.325.275-.725.25T4%2018.625m2-4.65v-3l-1.025.55q-.35.2-.75.088t-.6-.463l-2-3.475q-.2-.35-.088-.762T2%206.3l4.975-2.875q.3-.175.625-.3T8.275%203t.6.213t.375.537q.325.95%201.05%201.6T12%206t1.688-.65t1.062-1.6q.125-.325.388-.537T15.75%203t.663.125t.612.3L22%206.3q.35.2.45.6t-.1.75l-1.975%203.5q-.2.35-.6.463t-.75-.088L18%2010.975v4.8l-1.575%201.375q-.2.15-.413.238t-.437.087q-.2%200-.387-.112t-.363-.238l-2.65-2.275q-.8-.675-1.787-1.025t-2.038-.35q-.6%200-1.187.125T6%2013.975%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%22M4%2018.625q-.275-.325-.238-.737t.363-.688l1.4-1.2q.6-.5%201.325-.763t1.525-.262q.775%200%201.5.263T11.2%2016l2.9%202.475q.325.275.725.4t.825.125t.812-.125t.713-.4l1.4-1.2q.325-.275.737-.25t.688.35t.237.738t-.362.687l-1.4%201.2q-.6.5-1.325.75t-1.5.25q-.8%200-1.537-.25T12.8%2020l-2.9-2.475q-.325-.275-.712-.4T8.375%2017t-.825.125t-.725.4l-1.425%201.2q-.325.275-.725.25T4%2018.625m2-4.65v-3l-1.025.55q-.35.2-.75.088t-.6-.463l-2-3.475q-.2-.35-.088-.762T2%206.3l4.975-2.875q.3-.175.625-.3T8.275%203t.6.213t.375.537q.325.95%201.05%201.6T12%206t1.688-.65t1.062-1.6q.125-.325.388-.537T15.75%203t.663.125t.612.3L22%206.3q.35.2.45.6t-.1.75l-1.975%203.5q-.2.35-.6.463t-.75-.088L18%2010.975v4.8l-1.575%201.375q-.2.15-.413.238t-.437.087q-.2%200-.387-.112t-.363-.238l-2.65-2.275q-.8-.675-1.787-1.025t-2.038-.35q-.6%200-1.187.125T6%2013.975%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/laundry-rounded.svg?color=%231a73e8&size=48