tumble dryer icon
tumble-dryer from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.
- Name
- tumble-dryer
- Set
- Material Design Icons
- Style
- Filled
- Category
- Home Automation
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- laundry-room
More home automation icons from Material Design Icons
air-filterair-humidifierair-humidifier-offair-purifierair-purifier-offalarm-lightalarm-light-offalarm-panelamplifierarrow-oscillatingarrow-oscillating-offawningbalconybathtubbellblindsblinds-horizontalblinds-horizontal-closedblinds-openblinds-verticalblinds-vertical-closedboom-gateboom-gate-upboombox
Use the tumble dryer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m1 2a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1m3 0a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1m2 4a6 6 0 0 0-6 6a6 6 0 0 0 6 6a6 6 0 0 0 6-6a6 6 0 0 0-6-6m-3.89 2.5H10c-.24 1.38 0 2.17.58 2.79c1.1 1.07 1.58 2.42 1.31 4.21H10c.24-1.38 0-2.17-.58-2.79c-1.1-1.07-1.57-2.42-1.31-4.21m4 0H14c-.24 1.38 0 2.17.58 2.79c1.1 1.07 1.58 2.42 1.31 4.21H14c.24-1.38 0-2.17-.58-2.79c-1.1-1.07-1.57-2.42-1.31-4.21"/></svg>
React
import type { SVGProps } from "react";
export function MdiTumbleDryer(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="M6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m1 2a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1m3 0a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1m2 4a6 6 0 0 0-6 6a6 6 0 0 0 6 6a6 6 0 0 0 6-6a6 6 0 0 0-6-6m-3.89 2.5H10c-.24 1.38 0 2.17.58 2.79c1.1 1.07 1.58 2.42 1.31 4.21H10c.24-1.38 0-2.17-.58-2.79c-1.1-1.07-1.57-2.42-1.31-4.21m4 0H14c-.24 1.38 0 2.17.58 2.79c1.1 1.07 1.58 2.42 1.31 4.21H14c.24-1.38 0-2.17-.58-2.79c-1.1-1.07-1.57-2.42-1.31-4.21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m1 2a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1m3 0a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1m2 4a6 6 0 0 0-6 6a6 6 0 0 0 6 6a6 6 0 0 0 6-6a6 6 0 0 0-6-6m-3.89 2.5H10c-.24 1.38 0 2.17.58 2.79c1.1 1.07 1.58 2.42 1.31 4.21H10c.24-1.38 0-2.17-.58-2.79c-1.1-1.07-1.57-2.42-1.31-4.21m4 0H14c-.24 1.38 0 2.17.58 2.79c1.1 1.07 1.58 2.42 1.31 4.21H14c.24-1.38 0-2.17-.58-2.79c-1.1-1.07-1.57-2.42-1.31-4.21"/></svg> </template>
CSS
.icon-tumble-dryer {
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%22M6%202h12a2%202%200%200%201%202%202v16a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2m1%202a1%201%200%200%200-1%201a1%201%200%200%200%201%201a1%201%200%200%200%201-1a1%201%200%200%200-1-1m3%200a1%201%200%200%200-1%201a1%201%200%200%200%201%201a1%201%200%200%200%201-1a1%201%200%200%200-1-1m2%204a6%206%200%200%200-6%206a6%206%200%200%200%206%206a6%206%200%200%200%206-6a6%206%200%200%200-6-6m-3.89%202.5H10c-.24%201.38%200%202.17.58%202.79c1.1%201.07%201.58%202.42%201.31%204.21H10c.24-1.38%200-2.17-.58-2.79c-1.1-1.07-1.57-2.42-1.31-4.21m4%200H14c-.24%201.38%200%202.17.58%202.79c1.1%201.07%201.58%202.42%201.31%204.21H14c.24-1.38%200-2.17-.58-2.79c-1.1-1.07-1.57-2.42-1.31-4.21%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%22M6%202h12a2%202%200%200%201%202%202v16a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2m1%202a1%201%200%200%200-1%201a1%201%200%200%200%201%201a1%201%200%200%200%201-1a1%201%200%200%200-1-1m3%200a1%201%200%200%200-1%201a1%201%200%200%200%201%201a1%201%200%200%200%201-1a1%201%200%200%200-1-1m2%204a6%206%200%200%200-6%206a6%206%200%200%200%206%206a6%206%200%200%200%206-6a6%206%200%200%200-6-6m-3.89%202.5H10c-.24%201.38%200%202.17.58%202.79c1.1%201.07%201.58%202.42%201.31%204.21H10c.24-1.38%200-2.17-.58-2.79c-1.1-1.07-1.57-2.42-1.31-4.21m4%200H14c-.24%201.38%200%202.17.58%202.79c1.1%201.07%201.58%202.42%201.31%204.21H14c.24-1.38%200-2.17-.58-2.79c-1.1-1.07-1.57-2.42-1.31-4.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/tumble-dryer.svg?color=%231a73e8&size=48