hair dryer one icon
hair-dryer-one from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- hair-dryer-one
- Set
- IconPark
- Style
- Color
- Category
- Hardware
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More hardware icons from IconPark
Use the hair dryer one icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path d="M11 12.1383C11 12.0592 11.0587 11.9924 11.1371 11.9823L32.0822 9.27971C37.3414 8.60112 42 12.6973 42 18V18C42 23.3027 37.3413 27.3989 32.0822 26.7203L11.1371 24.0177C11.0587 24.0076 11 23.9408 11 23.8617V12.1383Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M11 12L4 8V28L11 24"/><path d="M38 25L31.3061 40.8981C30.5146 42.7777 28.6738 44 26.6343 44V44C23.0091 44 20.5557 40.3051 21.9625 36.9639L27 25"/><circle cx="35" cy="18" r="9" fill="#2F88FF"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkHairDryerOne(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path d="M11 12.1383C11 12.0592 11.0587 11.9924 11.1371 11.9823L32.0822 9.27971C37.3414 8.60112 42 12.6973 42 18V18C42 23.3027 37.3413 27.3989 32.0822 26.7203L11.1371 24.0177C11.0587 24.0076 11 23.9408 11 23.8617V12.1383Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M11 12L4 8V28L11 24"/><path d="M38 25L31.3061 40.8981C30.5146 42.7777 28.6738 44 26.6343 44V44C23.0091 44 20.5557 40.3051 21.9625 36.9639L27 25"/><circle cx="35" cy="18" r="9" fill="#2F88FF"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path d="M11 12.1383C11 12.0592 11.0587 11.9924 11.1371 11.9823L32.0822 9.27971C37.3414 8.60112 42 12.6973 42 18V18C42 23.3027 37.3413 27.3989 32.0822 26.7203L11.1371 24.0177C11.0587 24.0076 11 23.9408 11 23.8617V12.1383Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M11 12L4 8V28L11 24"/><path d="M38 25L31.3061 40.8981C30.5146 42.7777 28.6738 44 26.6343 44V44C23.0091 44 20.5557 40.3051 21.9625 36.9639L27 25"/><circle cx="35" cy="18" r="9" fill="#2F88FF"/></g></svg> </template>
CSS
.icon-hair-dryer-one {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M11%2012.1383C11%2012.0592%2011.0587%2011.9924%2011.1371%2011.9823L32.0822%209.27971C37.3414%208.60112%2042%2012.6973%2042%2018V18C42%2023.3027%2037.3413%2027.3989%2032.0822%2026.7203L11.1371%2024.0177C11.0587%2024.0076%2011%2023.9408%2011%2023.8617V12.1383Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2012L4%208V28L11%2024%22%2F%3E%3Cpath%20d%3D%22M38%2025L31.3061%2040.8981C30.5146%2042.7777%2028.6738%2044%2026.6343%2044V44C23.0091%2044%2020.5557%2040.3051%2021.9625%2036.9639L27%2025%22%2F%3E%3Ccircle%20cx%3D%2235%22%20cy%3D%2218%22%20r%3D%229%22%20fill%3D%22%232F88FF%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M11%2012.1383C11%2012.0592%2011.0587%2011.9924%2011.1371%2011.9823L32.0822%209.27971C37.3414%208.60112%2042%2012.6973%2042%2018V18C42%2023.3027%2037.3413%2027.3989%2032.0822%2026.7203L11.1371%2024.0177C11.0587%2024.0076%2011%2023.9408%2011%2023.8617V12.1383Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2012L4%208V28L11%2024%22%2F%3E%3Cpath%20d%3D%22M38%2025L31.3061%2040.8981C30.5146%2042.7777%2028.6738%2044%2026.6343%2044V44C23.0091%2044%2020.5557%2040.3051%2021.9625%2036.9639L27%2025%22%2F%3E%3Ccircle%20cx%3D%2235%22%20cy%3D%2218%22%20r%3D%229%22%20fill%3D%22%232F88FF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/hair-dryer-one.svg?color=%231a73e8&size=48