hair dryer icon
hair-dryer-outline from Material Design Icons by Pictogrammers · Outline · Health / Beauty · Apache-2.0 Free for personal and commercial use.
- Name
- hair-dryer-outline
- Set
- Material Design Icons
- Style
- Outline
- 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="M10 12.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 19h1M4 7.5A3.5 3.5 0 0 1 7.5 4A37 37 0 0 1 15 5.5v4A37 37 0 0 1 7.5 11A3.5 3.5 0 0 1 4 7.5M22 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 11M9 7.5A1.5 1.5 0 1 1 7.5 6A1.5 1.5 0 0 1 9 7.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiHairDryerOutline(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="M10 12.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 19h1M4 7.5A3.5 3.5 0 0 1 7.5 4A37 37 0 0 1 15 5.5v4A37 37 0 0 1 7.5 11A3.5 3.5 0 0 1 4 7.5M22 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 11M9 7.5A1.5 1.5 0 1 1 7.5 6A1.5 1.5 0 0 1 9 7.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 12.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 19h1M4 7.5A3.5 3.5 0 0 1 7.5 4A37 37 0 0 1 15 5.5v4A37 37 0 0 1 7.5 11A3.5 3.5 0 0 1 4 7.5M22 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 11M9 7.5A1.5 1.5 0 1 1 7.5 6A1.5 1.5 0 0 1 9 7.5"/></svg> </template>
CSS
.icon-hair-dryer-outline {
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%22M10%2012.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%2019h1M4%207.5A3.5%203.5%200%200%201%207.5%204A37%2037%200%200%201%2015%205.5v4A37%2037%200%200%201%207.5%2011A3.5%203.5%200%200%201%204%207.5M22%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%2011M9%207.5A1.5%201.5%200%201%201%207.5%206A1.5%201.5%200%200%201%209%207.5%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%22M10%2012.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%2019h1M4%207.5A3.5%203.5%200%200%201%207.5%204A37%2037%200%200%201%2015%205.5v4A37%2037%200%200%201%207.5%2011A3.5%203.5%200%200%201%204%207.5M22%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%2011M9%207.5A1.5%201.5%200%201%201%207.5%206A1.5%201.5%200%200%201%209%207.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/hair-dryer-outline.svg?color=%231a73e8&size=48