washing machine emoji

washing-machine from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
washing-machine
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More extras openmoji icons from OpenMoji

Use the washing machine emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M53.908 63.031H18.01a1 1 0 0 1-1-1V13.068a1 1 0 0 1 1-1h35.9a1 1 0 0 1 1 1V62.03a1 1 0 0 1-1 1"/><circle cx="36.024" cy="45.016" r="12" fill="#fff"/><path fill="#92d3f5" d="M24.024 45.016c0 6.627 5.373 12 12 12s12-5.373 12-12"/><path fill="#9b9b9a" d="M17 17.009h16v9.95H17z"/><circle cx="36.024" cy="45.016" r="7" fill="#d0cfce"/><path fill="#61b2e4" d="M29.024 45.016a7 7 0 1 0 14 0"/><circle cx="36.024" cy="45.016" r="12" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><circle cx="36.024" cy="45.016" r="7" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M53.908 63.031H18.01a1 1 0 0 1-1-1V13.068a1 1 0 0 1 1-1h35.9a1 1 0 0 1 1 1V62.03a1 1 0 0 1-1 1"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M17 17.009h16v9.95H17zM37 19h7m-7 4h7m-21-2h4"/><circle cx="49" cy="21" r="2"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiWashingMachine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M53.908 63.031H18.01a1 1 0 0 1-1-1V13.068a1 1 0 0 1 1-1h35.9a1 1 0 0 1 1 1V62.03a1 1 0 0 1-1 1"/><circle cx="36.024" cy="45.016" r="12" fill="#fff"/><path fill="#92d3f5" d="M24.024 45.016c0 6.627 5.373 12 12 12s12-5.373 12-12"/><path fill="#9b9b9a" d="M17 17.009h16v9.95H17z"/><circle cx="36.024" cy="45.016" r="7" fill="#d0cfce"/><path fill="#61b2e4" d="M29.024 45.016a7 7 0 1 0 14 0"/><circle cx="36.024" cy="45.016" r="12" fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"/><circle cx="36.024" cy="45.016" r="7" fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M53.908 63.031H18.01a1 1 0 0 1-1-1V13.068a1 1 0 0 1 1-1h35.9a1 1 0 0 1 1 1V62.03a1 1 0 0 1-1 1"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M17 17.009h16v9.95H17zM37 19h7m-7 4h7m-21-2h4"/><circle cx="49" cy="21" r="2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M53.908 63.031H18.01a1 1 0 0 1-1-1V13.068a1 1 0 0 1 1-1h35.9a1 1 0 0 1 1 1V62.03a1 1 0 0 1-1 1"/><circle cx="36.024" cy="45.016" r="12" fill="#fff"/><path fill="#92d3f5" d="M24.024 45.016c0 6.627 5.373 12 12 12s12-5.373 12-12"/><path fill="#9b9b9a" d="M17 17.009h16v9.95H17z"/><circle cx="36.024" cy="45.016" r="7" fill="#d0cfce"/><path fill="#61b2e4" d="M29.024 45.016a7 7 0 1 0 14 0"/><circle cx="36.024" cy="45.016" r="12" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><circle cx="36.024" cy="45.016" r="7" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M53.908 63.031H18.01a1 1 0 0 1-1-1V13.068a1 1 0 0 1 1-1h35.9a1 1 0 0 1 1 1V62.03a1 1 0 0 1-1 1"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M17 17.009h16v9.95H17zM37 19h7m-7 4h7m-21-2h4"/><circle cx="49" cy="21" r="2"/></svg>
</template>

CSS

.icon-washing-machine {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M53.908%2063.031H18.01a1%201%200%200%201-1-1V13.068a1%201%200%200%201%201-1h35.9a1%201%200%200%201%201%201V62.03a1%201%200%200%201-1%201%22%2F%3E%3Ccircle%20cx%3D%2236.024%22%20cy%3D%2245.016%22%20r%3D%2212%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M24.024%2045.016c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M17%2017.009h16v9.95H17z%22%2F%3E%3Ccircle%20cx%3D%2236.024%22%20cy%3D%2245.016%22%20r%3D%227%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M29.024%2045.016a7%207%200%201%200%2014%200%22%2F%3E%3Ccircle%20cx%3D%2236.024%22%20cy%3D%2245.016%22%20r%3D%2212%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2236.024%22%20cy%3D%2245.016%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M53.908%2063.031H18.01a1%201%200%200%201-1-1V13.068a1%201%200%200%201%201-1h35.9a1%201%200%200%201%201%201V62.03a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M17%2017.009h16v9.95H17zM37%2019h7m-7%204h7m-21-2h4%22%2F%3E%3Ccircle%20cx%3D%2249%22%20cy%3D%2221%22%20r%3D%222%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M53.908%2063.031H18.01a1%201%200%200%201-1-1V13.068a1%201%200%200%201%201-1h35.9a1%201%200%200%201%201%201V62.03a1%201%200%200%201-1%201%22%2F%3E%3Ccircle%20cx%3D%2236.024%22%20cy%3D%2245.016%22%20r%3D%2212%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M24.024%2045.016c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M17%2017.009h16v9.95H17z%22%2F%3E%3Ccircle%20cx%3D%2236.024%22%20cy%3D%2245.016%22%20r%3D%227%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M29.024%2045.016a7%207%200%201%200%2014%200%22%2F%3E%3Ccircle%20cx%3D%2236.024%22%20cy%3D%2245.016%22%20r%3D%2212%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2236.024%22%20cy%3D%2245.016%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M53.908%2063.031H18.01a1%201%200%200%201-1-1V13.068a1%201%200%200%201%201-1h35.9a1%201%200%200%201%201%201V62.03a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M17%2017.009h16v9.95H17zM37%2019h7m-7%204h7m-21-2h4%22%2F%3E%3Ccircle%20cx%3D%2249%22%20cy%3D%2221%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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