hair dryer icon
hair-dryer-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- hair-dryer-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the hair dryer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 88a32 32 0 1 0-32 32a32 32 0 0 0 32-32m-32 8a8 8 0 1 1 8-8a8 8 0 0 1-8 8m13.06 112.28l31.25-68.76A68 68 0 0 0 168 20a12 12 0 0 0-2 .16L28.71 43.05A19.94 19.94 0 0 0 12 62.78v50.44A19.94 19.94 0 0 0 28.71 133L124 148.83V200a20 20 0 0 0 16.69 19.7A44.06 44.06 0 0 0 184 256h16a12 12 0 0 0 0-24h-16a20 20 0 0 1-18.41-12.19a20.09 20.09 0 0 0 15.47-11.53M36 66.17L168.93 44a44 44 0 0 1 0 88L36 109.83Zm130 89.67a12 12 0 0 0 2 .16a68 68 0 0 0 10.85-.88L160.27 196H148v-43.17Z"/></svg>
React
import type { SVGProps } from "react";
export function PhHairDryerBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 88a32 32 0 1 0-32 32a32 32 0 0 0 32-32m-32 8a8 8 0 1 1 8-8a8 8 0 0 1-8 8m13.06 112.28l31.25-68.76A68 68 0 0 0 168 20a12 12 0 0 0-2 .16L28.71 43.05A19.94 19.94 0 0 0 12 62.78v50.44A19.94 19.94 0 0 0 28.71 133L124 148.83V200a20 20 0 0 0 16.69 19.7A44.06 44.06 0 0 0 184 256h16a12 12 0 0 0 0-24h-16a20 20 0 0 1-18.41-12.19a20.09 20.09 0 0 0 15.47-11.53M36 66.17L168.93 44a44 44 0 0 1 0 88L36 109.83Zm130 89.67a12 12 0 0 0 2 .16a68 68 0 0 0 10.85-.88L160.27 196H148v-43.17Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 88a32 32 0 1 0-32 32a32 32 0 0 0 32-32m-32 8a8 8 0 1 1 8-8a8 8 0 0 1-8 8m13.06 112.28l31.25-68.76A68 68 0 0 0 168 20a12 12 0 0 0-2 .16L28.71 43.05A19.94 19.94 0 0 0 12 62.78v50.44A19.94 19.94 0 0 0 28.71 133L124 148.83V200a20 20 0 0 0 16.69 19.7A44.06 44.06 0 0 0 184 256h16a12 12 0 0 0 0-24h-16a20 20 0 0 1-18.41-12.19a20.09 20.09 0 0 0 15.47-11.53M36 66.17L168.93 44a44 44 0 0 1 0 88L36 109.83Zm130 89.67a12 12 0 0 0 2 .16a68 68 0 0 0 10.85-.88L160.27 196H148v-43.17Z"/></svg> </template>
CSS
.icon-hair-dryer-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2088a32%2032%200%201%200-32%2032a32%2032%200%200%200%2032-32m-32%208a8%208%200%201%201%208-8a8%208%200%200%201-8%208m13.06%20112.28l31.25-68.76A68%2068%200%200%200%20168%2020a12%2012%200%200%200-2%20.16L28.71%2043.05A19.94%2019.94%200%200%200%2012%2062.78v50.44A19.94%2019.94%200%200%200%2028.71%20133L124%20148.83V200a20%2020%200%200%200%2016.69%2019.7A44.06%2044.06%200%200%200%20184%20256h16a12%2012%200%200%200%200-24h-16a20%2020%200%200%201-18.41-12.19a20.09%2020.09%200%200%200%2015.47-11.53M36%2066.17L168.93%2044a44%2044%200%200%201%200%2088L36%20109.83Zm130%2089.67a12%2012%200%200%200%202%20.16a68%2068%200%200%200%2010.85-.88L160.27%20196H148v-43.17Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2088a32%2032%200%201%200-32%2032a32%2032%200%200%200%2032-32m-32%208a8%208%200%201%201%208-8a8%208%200%200%201-8%208m13.06%20112.28l31.25-68.76A68%2068%200%200%200%20168%2020a12%2012%200%200%200-2%20.16L28.71%2043.05A19.94%2019.94%200%200%200%2012%2062.78v50.44A19.94%2019.94%200%200%200%2028.71%20133L124%20148.83V200a20%2020%200%200%200%2016.69%2019.7A44.06%2044.06%200%200%200%20184%20256h16a12%2012%200%200%200%200-24h-16a20%2020%200%200%201-18.41-12.19a20.09%2020.09%200%200%200%2015.47-11.53M36%2066.17L168.93%2044a44%2044%200%200%201%200%2088L36%20109.83Zm130%2089.67a12%2012%200%200%200%202%20.16a68%2068%200%200%200%2010.85-.88L160.27%20196H148v-43.17Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hair-dryer-bold.svg?color=%231a73e8&size=48