hair dryer icon

hair-dryer-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
hair-dryer-fill
Set
Phosphor
Style
Fill
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="M177.42 206.62L209 137.07A64 64 0 0 0 168 24a8.4 8.4 0 0 0-1.32.11L29.37 47A16 16 0 0 0 16 62.78v50.44A16 16 0 0 0 29.37 129L128 145.44V200a16 16 0 0 0 16 16a40 40 0 0 0 40 40h16a8 8 0 0 0 0-16h-16a24 24 0 0 1-24-24h2.85a16 16 0 0 0 14.57-9.38M192 88a24 24 0 1 1-24-24a24 24 0 0 1 24 24m-25.32 63.89a8.4 8.4 0 0 0 1.32.11a63.9 63.9 0 0 0 17.82-2.54l-23 50.54H144v-51.89Z"/></svg>

React

import type { SVGProps } from "react";

export function PhHairDryerFill(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="M177.42 206.62L209 137.07A64 64 0 0 0 168 24a8.4 8.4 0 0 0-1.32.11L29.37 47A16 16 0 0 0 16 62.78v50.44A16 16 0 0 0 29.37 129L128 145.44V200a16 16 0 0 0 16 16a40 40 0 0 0 40 40h16a8 8 0 0 0 0-16h-16a24 24 0 0 1-24-24h2.85a16 16 0 0 0 14.57-9.38M192 88a24 24 0 1 1-24-24a24 24 0 0 1 24 24m-25.32 63.89a8.4 8.4 0 0 0 1.32.11a63.9 63.9 0 0 0 17.82-2.54l-23 50.54H144v-51.89Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M177.42 206.62L209 137.07A64 64 0 0 0 168 24a8.4 8.4 0 0 0-1.32.11L29.37 47A16 16 0 0 0 16 62.78v50.44A16 16 0 0 0 29.37 129L128 145.44V200a16 16 0 0 0 16 16a40 40 0 0 0 40 40h16a8 8 0 0 0 0-16h-16a24 24 0 0 1-24-24h2.85a16 16 0 0 0 14.57-9.38M192 88a24 24 0 1 1-24-24a24 24 0 0 1 24 24m-25.32 63.89a8.4 8.4 0 0 0 1.32.11a63.9 63.9 0 0 0 17.82-2.54l-23 50.54H144v-51.89Z"/></svg>
</template>

CSS

.icon-hair-dryer-fill {
  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%22M177.42%20206.62L209%20137.07A64%2064%200%200%200%20168%2024a8.4%208.4%200%200%200-1.32.11L29.37%2047A16%2016%200%200%200%2016%2062.78v50.44A16%2016%200%200%200%2029.37%20129L128%20145.44V200a16%2016%200%200%200%2016%2016a40%2040%200%200%200%2040%2040h16a8%208%200%200%200%200-16h-16a24%2024%200%200%201-24-24h2.85a16%2016%200%200%200%2014.57-9.38M192%2088a24%2024%200%201%201-24-24a24%2024%200%200%201%2024%2024m-25.32%2063.89a8.4%208.4%200%200%200%201.32.11a63.9%2063.9%200%200%200%2017.82-2.54l-23%2050.54H144v-51.89Z%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%22M177.42%20206.62L209%20137.07A64%2064%200%200%200%20168%2024a8.4%208.4%200%200%200-1.32.11L29.37%2047A16%2016%200%200%200%2016%2062.78v50.44A16%2016%200%200%200%2029.37%20129L128%20145.44V200a16%2016%200%200%200%2016%2016a40%2040%200%200%200%2040%2040h16a8%208%200%200%200%200-16h-16a24%2024%200%200%201-24-24h2.85a16%2016%200%200%200%2014.57-9.38M192%2088a24%2024%200%201%201-24-24a24%2024%200%200%201%2024%2024m-25.32%2063.89a8.4%208.4%200%200%200%201.32.11a63.9%2063.9%200%200%200%2017.82-2.54l-23%2050.54H144v-51.89Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hair-dryer-fill.svg?color=%231a73e8&size=48