cowboy hat icon

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

Name
cowboy-hat-fill
Set
Phosphor
Style
Fill
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-1.63-8.57l-15.46-81.36a16 16 0 0 0-25.72-9.55l-.13.1L128 64l-24.47-20.38l-.13-.1a16 16 0 0 0-25.72 9.53l-15.45 81.33l-1.64 8.62a179 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-80M76.68 144h102.63l2.54 13.35a113.3 113.3 0 0 1-27.35 19c-15.4 7.42-26.44 7.65-26.5 7.65c-.33 0-25.49-.4-53.86-26.6Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCowboyHatFill(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-1.63-8.57l-15.46-81.36a16 16 0 0 0-25.72-9.55l-.13.1L128 64l-24.47-20.38l-.13-.1a16 16 0 0 0-25.72 9.53l-15.45 81.33l-1.64 8.62a179 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-80M76.68 144h102.63l2.54 13.35a113.3 113.3 0 0 1-27.35 19c-15.4 7.42-26.44 7.65-26.5 7.65c-.33 0-25.49-.4-53.86-26.6Z"/></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-1.63-8.57l-15.46-81.36a16 16 0 0 0-25.72-9.55l-.13.1L128 64l-24.47-20.38l-.13-.1a16 16 0 0 0-25.72 9.53l-15.45 81.33l-1.64 8.62a179 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-80M76.68 144h102.63l2.54 13.35a113.3 113.3 0 0 1-27.35 19c-15.4 7.42-26.44 7.65-26.5 7.65c-.33 0-25.49-.4-53.86-26.6Z"/></svg>
</template>

CSS

.icon-cowboy-hat-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%22M216%20120a8%208%200%200%200-6.78%203.76A180%20180%200%200%201%20195.41%20143l-1.63-8.57l-15.46-81.36a16%2016%200%200%200-25.72-9.55l-.13.1L128%2064l-24.47-20.38l-.13-.1a16%2016%200%200%200-25.72%209.53l-15.45%2081.33l-1.64%208.62a179%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-80M76.68%20144h102.63l2.54%2013.35a113.3%20113.3%200%200%201-27.35%2019c-15.4%207.42-26.44%207.65-26.5%207.65c-.33%200-25.49-.4-53.86-26.6Z%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-1.63-8.57l-15.46-81.36a16%2016%200%200%200-25.72-9.55l-.13.1L128%2064l-24.47-20.38l-.13-.1a16%2016%200%200%200-25.72%209.53l-15.45%2081.33l-1.64%208.62a179%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-80M76.68%20144h102.63l2.54%2013.35a113.3%20113.3%200%200%201-27.35%2019c-15.4%207.42-26.44%207.65-26.5%207.65c-.33%200-25.49-.4-53.86-26.6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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