The HugeIcons dish washer icon visually represents a kitchen appliance used for cleaning dishes, commonly employed in UIs to signify settings related to kitchen appliances, cleaning, or dishwashing services.
Common uses
- Kitchen appliance settings
- Home automation controls
- Appliance repair services
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DishWasherIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DishWasherIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- appliancekitchencleanerutensil washer
FAQ
- What does the DishWasherIcon represent?
- The DishWasherIcon represents a dishwasher, a common kitchen appliance used for washing dishes. It's useful for interfaces related to home appliances or kitchen management.
- How do I use the DishWasherIcon in React?
- To use the DishWasherIcon in React, import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component: import { DishWasherIcon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={DishWasherIcon} />.
- What is the license for the HugeIcons dish washer icon?
- The HugeIcons dish washer icon is distributed under the MIT license, which allows for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →