hair dryer icon
hair-dryer from Material Design Icons by Pictogrammers · Filled · Health / Beauty · Apache-2.0 Free for personal and commercial use.
- Name
- hair-dryer
- Set
- Material Design Icons
- Style
- Filled
- Category
- Health / Beauty
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
More health / beauty icons from Material Design Icons
Use the hair dryer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 9a4.3 4.3 0 0 1-2.22-.55A3.4 3.4 0 0 0 18 8V7a4.3 4.3 0 0 1 2.22.55A3.4 3.4 0 0 0 22 8m0-2a3.4 3.4 0 0 1-1.78-.45A4.3 4.3 0 0 0 18 5v1a3.4 3.4 0 0 1 1.78.45A4.3 4.3 0 0 0 22 7m0 3a3.4 3.4 0 0 1-1.78-.45A4.3 4.3 0 0 0 18 9v1a3.4 3.4 0 0 1 1.78.45A4.3 4.3 0 0 0 22 11m-12 1.73A70 70 0 0 0 17 11V4s-6.5-2-9.5-2a5.5 5.5 0 0 0-1.38 10.82L7 19h1a3 3 0 0 0 1.46 2.33A3.15 3.15 0 0 1 11 24h1a4.12 4.12 0 0 0-1.91-3.45C9.39 20 9 19.63 9 19h1m-2.5-9A2.5 2.5 0 1 1 10 7.5A2.5 2.5 0 0 1 7.5 10"/></svg>
React
import type { SVGProps } from "react";
export function MdiHairDryer(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="M22 9a4.3 4.3 0 0 1-2.22-.55A3.4 3.4 0 0 0 18 8V7a4.3 4.3 0 0 1 2.22.55A3.4 3.4 0 0 0 22 8m0-2a3.4 3.4 0 0 1-1.78-.45A4.3 4.3 0 0 0 18 5v1a3.4 3.4 0 0 1 1.78.45A4.3 4.3 0 0 0 22 7m0 3a3.4 3.4 0 0 1-1.78-.45A4.3 4.3 0 0 0 18 9v1a3.4 3.4 0 0 1 1.78.45A4.3 4.3 0 0 0 22 11m-12 1.73A70 70 0 0 0 17 11V4s-6.5-2-9.5-2a5.5 5.5 0 0 0-1.38 10.82L7 19h1a3 3 0 0 0 1.46 2.33A3.15 3.15 0 0 1 11 24h1a4.12 4.12 0 0 0-1.91-3.45C9.39 20 9 19.63 9 19h1m-2.5-9A2.5 2.5 0 1 1 10 7.5A2.5 2.5 0 0 1 7.5 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 9a4.3 4.3 0 0 1-2.22-.55A3.4 3.4 0 0 0 18 8V7a4.3 4.3 0 0 1 2.22.55A3.4 3.4 0 0 0 22 8m0-2a3.4 3.4 0 0 1-1.78-.45A4.3 4.3 0 0 0 18 5v1a3.4 3.4 0 0 1 1.78.45A4.3 4.3 0 0 0 22 7m0 3a3.4 3.4 0 0 1-1.78-.45A4.3 4.3 0 0 0 18 9v1a3.4 3.4 0 0 1 1.78.45A4.3 4.3 0 0 0 22 11m-12 1.73A70 70 0 0 0 17 11V4s-6.5-2-9.5-2a5.5 5.5 0 0 0-1.38 10.82L7 19h1a3 3 0 0 0 1.46 2.33A3.15 3.15 0 0 1 11 24h1a4.12 4.12 0 0 0-1.91-3.45C9.39 20 9 19.63 9 19h1m-2.5-9A2.5 2.5 0 1 1 10 7.5A2.5 2.5 0 0 1 7.5 10"/></svg> </template>
CSS
.icon-hair-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%22M22%209a4.3%204.3%200%200%201-2.22-.55A3.4%203.4%200%200%200%2018%208V7a4.3%204.3%200%200%201%202.22.55A3.4%203.4%200%200%200%2022%208m0-2a3.4%203.4%200%200%201-1.78-.45A4.3%204.3%200%200%200%2018%205v1a3.4%203.4%200%200%201%201.78.45A4.3%204.3%200%200%200%2022%207m0%203a3.4%203.4%200%200%201-1.78-.45A4.3%204.3%200%200%200%2018%209v1a3.4%203.4%200%200%201%201.78.45A4.3%204.3%200%200%200%2022%2011m-12%201.73A70%2070%200%200%200%2017%2011V4s-6.5-2-9.5-2a5.5%205.5%200%200%200-1.38%2010.82L7%2019h1a3%203%200%200%200%201.46%202.33A3.15%203.15%200%200%201%2011%2024h1a4.12%204.12%200%200%200-1.91-3.45C9.39%2020%209%2019.63%209%2019h1m-2.5-9A2.5%202.5%200%201%201%2010%207.5A2.5%202.5%200%200%201%207.5%2010%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%22M22%209a4.3%204.3%200%200%201-2.22-.55A3.4%203.4%200%200%200%2018%208V7a4.3%204.3%200%200%201%202.22.55A3.4%203.4%200%200%200%2022%208m0-2a3.4%203.4%200%200%201-1.78-.45A4.3%204.3%200%200%200%2018%205v1a3.4%203.4%200%200%201%201.78.45A4.3%204.3%200%200%200%2022%207m0%203a3.4%203.4%200%200%201-1.78-.45A4.3%204.3%200%200%200%2018%209v1a3.4%203.4%200%200%201%201.78.45A4.3%204.3%200%200%200%2022%2011m-12%201.73A70%2070%200%200%200%2017%2011V4s-6.5-2-9.5-2a5.5%205.5%200%200%200-1.38%2010.82L7%2019h1a3%203%200%200%200%201.46%202.33A3.15%203.15%200%200%201%2011%2024h1a4.12%204.12%200%200%200-1.91-3.45C9.39%2020%209%2019.63%209%2019h1m-2.5-9A2.5%202.5%200%201%201%2010%207.5A2.5%202.5%200%200%201%207.5%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/hair-dryer.svg?color=%231a73e8&size=48