cowboy hat icon

cowboy-hat from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
cowboy-hat
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the cowboy hat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 120a8 8 0 0 0-6.78 3.76A180 180 0 0 1 195.41 143l-17.09-89.93a16 16 0 0 0-25.72-9.55l-.13.1L128 64l-24.47-20.38l-.13-.1a16 16 0 0 0-25.72 9.53L60.59 143a179 179 0 0 1-13.81-19.25A8 8 0 0 0 40 120a40 40 0 0 0 0 80h176a40 40 0 0 0 0-80M93.41 56l24.47 20.4l.12.1a15.92 15.92 0 0 0 20 0l.12-.1L162.59 56l13.68 72H79.73ZM40 184a24 24 0 0 1-4.14-47.64C51.28 159.83 67.73 174.65 82.4 184Zm88 0c-.33 0-25.49-.4-53.86-26.6l2.54-13.4h102.63l2.54 13.35a113.3 113.3 0 0 1-27.35 19c-15.4 7.42-26.44 7.65-26.5 7.65m88 0h-42.4c14.67-9.35 31.12-24.17 46.54-47.64A24 24 0 0 1 216 184"/></svg>

React

import type { SVGProps } from "react";

export function PhCowboyHat(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="M216 120a8 8 0 0 0-6.78 3.76A180 180 0 0 1 195.41 143l-17.09-89.93a16 16 0 0 0-25.72-9.55l-.13.1L128 64l-24.47-20.38l-.13-.1a16 16 0 0 0-25.72 9.53L60.59 143a179 179 0 0 1-13.81-19.25A8 8 0 0 0 40 120a40 40 0 0 0 0 80h176a40 40 0 0 0 0-80M93.41 56l24.47 20.4l.12.1a15.92 15.92 0 0 0 20 0l.12-.1L162.59 56l13.68 72H79.73ZM40 184a24 24 0 0 1-4.14-47.64C51.28 159.83 67.73 174.65 82.4 184Zm88 0c-.33 0-25.49-.4-53.86-26.6l2.54-13.4h102.63l2.54 13.35a113.3 113.3 0 0 1-27.35 19c-15.4 7.42-26.44 7.65-26.5 7.65m88 0h-42.4c14.67-9.35 31.12-24.17 46.54-47.64A24 24 0 0 1 216 184"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 120a8 8 0 0 0-6.78 3.76A180 180 0 0 1 195.41 143l-17.09-89.93a16 16 0 0 0-25.72-9.55l-.13.1L128 64l-24.47-20.38l-.13-.1a16 16 0 0 0-25.72 9.53L60.59 143a179 179 0 0 1-13.81-19.25A8 8 0 0 0 40 120a40 40 0 0 0 0 80h176a40 40 0 0 0 0-80M93.41 56l24.47 20.4l.12.1a15.92 15.92 0 0 0 20 0l.12-.1L162.59 56l13.68 72H79.73ZM40 184a24 24 0 0 1-4.14-47.64C51.28 159.83 67.73 174.65 82.4 184Zm88 0c-.33 0-25.49-.4-53.86-26.6l2.54-13.4h102.63l2.54 13.35a113.3 113.3 0 0 1-27.35 19c-15.4 7.42-26.44 7.65-26.5 7.65m88 0h-42.4c14.67-9.35 31.12-24.17 46.54-47.64A24 24 0 0 1 216 184"/></svg>
</template>

CSS

.icon-cowboy-hat {
  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%22M216%20120a8%208%200%200%200-6.78%203.76A180%20180%200%200%201%20195.41%20143l-17.09-89.93a16%2016%200%200%200-25.72-9.55l-.13.1L128%2064l-24.47-20.38l-.13-.1a16%2016%200%200%200-25.72%209.53L60.59%20143a179%20179%200%200%201-13.81-19.25A8%208%200%200%200%2040%20120a40%2040%200%200%200%200%2080h176a40%2040%200%200%200%200-80M93.41%2056l24.47%2020.4l.12.1a15.92%2015.92%200%200%200%2020%200l.12-.1L162.59%2056l13.68%2072H79.73ZM40%20184a24%2024%200%200%201-4.14-47.64C51.28%20159.83%2067.73%20174.65%2082.4%20184Zm88%200c-.33%200-25.49-.4-53.86-26.6l2.54-13.4h102.63l2.54%2013.35a113.3%20113.3%200%200%201-27.35%2019c-15.4%207.42-26.44%207.65-26.5%207.65m88%200h-42.4c14.67-9.35%2031.12-24.17%2046.54-47.64A24%2024%200%200%201%20216%20184%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%22M216%20120a8%208%200%200%200-6.78%203.76A180%20180%200%200%201%20195.41%20143l-17.09-89.93a16%2016%200%200%200-25.72-9.55l-.13.1L128%2064l-24.47-20.38l-.13-.1a16%2016%200%200%200-25.72%209.53L60.59%20143a179%20179%200%200%201-13.81-19.25A8%208%200%200%200%2040%20120a40%2040%200%200%200%200%2080h176a40%2040%200%200%200%200-80M93.41%2056l24.47%2020.4l.12.1a15.92%2015.92%200%200%200%2020%200l.12-.1L162.59%2056l13.68%2072H79.73ZM40%20184a24%2024%200%200%201-4.14-47.64C51.28%20159.83%2067.73%20174.65%2082.4%20184Zm88%200c-.33%200-25.49-.4-53.86-26.6l2.54-13.4h102.63l2.54%2013.35a113.3%20113.3%200%200%201-27.35%2019c-15.4%207.42-26.44%207.65-26.5%207.65m88%200h-42.4c14.67-9.35%2031.12-24.17%2046.54-47.64A24%2024%200%200%201%20216%20184%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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