Washing Machine Pixel Art Icon
A washing machine icon for home-appliance stores, laundry-care guides, smart-home laundry controls and service-booking apps.
Tags
washingmachine
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Washing Machine icon
A front-loading or top-loading washing machine with a visible drum or porthole, the definitive symbol for laundry and fabric care. Appliance retailers use it in the washers-and-dryers category; smart-home platforms include it when a connected washing machine is part of the laundry-room setup; laundry-service booking apps use it as their primary icon. Fashion apps sometimes show it next to machine-washable care labels. For tumble-drying contexts specifically, a dryer icon is more precise; washing machine covers the washing step.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/washing-machine.svg" width="24" height="24" alt="Washing Machine" />
<!-- React -->
import { WashingMachine } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="washing-machine.svg" width="48" height="48" style="image-rendering: pixelated" />