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

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

3 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

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.51 10.654L2.49 7.166l5.216-2.993h.64q.42 1.258 1.345 2.043Q10.616 7 12 7t2.31-.784q.924-.785 1.344-2.043h.64l5.19 3.018l-1.993 3.463L17 9.283v7.03l-.671.587q-.056.05-.143.096q-.086.046-.186.077V7.575L19.125 9.3l1-1.75L16.3 5.325q-.6 1.225-1.753 1.95T12 8t-2.547-.725T7.7 5.325L3.85 7.55L4.875 9.3L8 7.575v5.56q-.256.03-.506.056T7 13.302v-4.02zm.198 7.529l-.647-.756l1.791-1.523q.517-.442 1.178-.676t1.345-.234t1.333.234t1.165.676l2.9 2.475q.377.327.876.484t1.001.156q.508 0 .991-.153q.484-.154.861-.487l1.79-1.548l.646.78l-1.79 1.524q-.517.442-1.165.663q-.649.221-1.333.221t-1.345-.221q-.66-.221-1.178-.663l-2.9-2.475q-.377-.327-.86-.484q-.484-.157-.992-.157q-.502 0-1.001.157t-.876.484zM12 8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLaundryOutline(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.51 10.654L2.49 7.166l5.216-2.993h.64q.42 1.258 1.345 2.043Q10.616 7 12 7t2.31-.784q.924-.785 1.344-2.043h.64l5.19 3.018l-1.993 3.463L17 9.283v7.03l-.671.587q-.056.05-.143.096q-.086.046-.186.077V7.575L19.125 9.3l1-1.75L16.3 5.325q-.6 1.225-1.753 1.95T12 8t-2.547-.725T7.7 5.325L3.85 7.55L4.875 9.3L8 7.575v5.56q-.256.03-.506.056T7 13.302v-4.02zm.198 7.529l-.647-.756l1.791-1.523q.517-.442 1.178-.676t1.345-.234t1.333.234t1.165.676l2.9 2.475q.377.327.876.484t1.001.156q.508 0 .991-.153q.484-.154.861-.487l1.79-1.548l.646.78l-1.79 1.524q-.517.442-1.165.663q-.649.221-1.333.221t-1.345-.221q-.66-.221-1.178-.663l-2.9-2.475q-.377-.327-.86-.484q-.484-.157-.992-.157q-.502 0-1.001.157t-.876.484zM12 8"/></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.51 10.654L2.49 7.166l5.216-2.993h.64q.42 1.258 1.345 2.043Q10.616 7 12 7t2.31-.784q.924-.785 1.344-2.043h.64l5.19 3.018l-1.993 3.463L17 9.283v7.03l-.671.587q-.056.05-.143.096q-.086.046-.186.077V7.575L19.125 9.3l1-1.75L16.3 5.325q-.6 1.225-1.753 1.95T12 8t-2.547-.725T7.7 5.325L3.85 7.55L4.875 9.3L8 7.575v5.56q-.256.03-.506.056T7 13.302v-4.02zm.198 7.529l-.647-.756l1.791-1.523q.517-.442 1.178-.676t1.345-.234t1.333.234t1.165.676l2.9 2.475q.377.327.876.484t1.001.156q.508 0 .991-.153q.484-.154.861-.487l1.79-1.548l.646.78l-1.79 1.524q-.517.442-1.165.663q-.649.221-1.333.221t-1.345-.221q-.66-.221-1.178-.663l-2.9-2.475q-.377-.327-.86-.484q-.484-.157-.992-.157q-.502 0-1.001.157t-.876.484zM12 8"/></svg>
</template>

CSS

.icon-laundry-outline {
  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.51%2010.654L2.49%207.166l5.216-2.993h.64q.42%201.258%201.345%202.043Q10.616%207%2012%207t2.31-.784q.924-.785%201.344-2.043h.64l5.19%203.018l-1.993%203.463L17%209.283v7.03l-.671.587q-.056.05-.143.096q-.086.046-.186.077V7.575L19.125%209.3l1-1.75L16.3%205.325q-.6%201.225-1.753%201.95T12%208t-2.547-.725T7.7%205.325L3.85%207.55L4.875%209.3L8%207.575v5.56q-.256.03-.506.056T7%2013.302v-4.02zm.198%207.529l-.647-.756l1.791-1.523q.517-.442%201.178-.676t1.345-.234t1.333.234t1.165.676l2.9%202.475q.377.327.876.484t1.001.156q.508%200%20.991-.153q.484-.154.861-.487l1.79-1.548l.646.78l-1.79%201.524q-.517.442-1.165.663q-.649.221-1.333.221t-1.345-.221q-.66-.221-1.178-.663l-2.9-2.475q-.377-.327-.86-.484q-.484-.157-.992-.157q-.502%200-1.001.157t-.876.484zM12%208%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.51%2010.654L2.49%207.166l5.216-2.993h.64q.42%201.258%201.345%202.043Q10.616%207%2012%207t2.31-.784q.924-.785%201.344-2.043h.64l5.19%203.018l-1.993%203.463L17%209.283v7.03l-.671.587q-.056.05-.143.096q-.086.046-.186.077V7.575L19.125%209.3l1-1.75L16.3%205.325q-.6%201.225-1.753%201.95T12%208t-2.547-.725T7.7%205.325L3.85%207.55L4.875%209.3L8%207.575v5.56q-.256.03-.506.056T7%2013.302v-4.02zm.198%207.529l-.647-.756l1.791-1.523q.517-.442%201.178-.676t1.345-.234t1.333.234t1.165.676l2.9%202.475q.377.327.876.484t1.001.156q.508%200%20.991-.153q.484-.154.861-.487l1.79-1.548l.646.78l-1.79%201.524q-.517.442-1.165.663q-.649.221-1.333.221t-1.345-.221q-.66-.221-1.178-.663l-2.9-2.475q-.377-.327-.86-.484q-.484-.157-.992-.157q-.502%200-1.001.157t-.876.484zM12%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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