hat cowboy side icon

hat-cowboy-side from Font Awesome 6 Solid by Dave Gandy · Regular · Clothing · CC-BY-4.0 Attribution required.

Name
hat-cowboy-side
Set
Font Awesome 6 Solid
Style
Regular
Category
Clothing
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More clothing icons from Font Awesome 6 Solid

Use the hat cowboy side icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m152.7 135.9l-10.4 57.2c6.8-.7 13.6-1.1 20.5-1.1h10.7c39.4 0 77.8 12.1 110.1 34.7l278.8 195.1l35.1 24.6c24.4-6 42.5-28.1 42.5-54.4c0-75.8-94.7-126.6-134.6-144.7L474 83.9C468.2 53.8 441.8 32 411.1 32h-2.7c-5.6 0-11.1.7-16.5 2.2L199.2 85.5c-23.9 6.4-42 26-46.5 50.4M0 384c0 35.3 28.7 64 64 64h480L265.3 252.9c-26.9-18.8-58.9-28.9-91.8-28.9h-10.7c-60.6 0-116 34.2-143.1 88.4L13.5 325C4.6 342.7 0 362.3 0 382.2z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHatCowboySide(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m152.7 135.9l-10.4 57.2c6.8-.7 13.6-1.1 20.5-1.1h10.7c39.4 0 77.8 12.1 110.1 34.7l278.8 195.1l35.1 24.6c24.4-6 42.5-28.1 42.5-54.4c0-75.8-94.7-126.6-134.6-144.7L474 83.9C468.2 53.8 441.8 32 411.1 32h-2.7c-5.6 0-11.1.7-16.5 2.2L199.2 85.5c-23.9 6.4-42 26-46.5 50.4M0 384c0 35.3 28.7 64 64 64h480L265.3 252.9c-26.9-18.8-58.9-28.9-91.8-28.9h-10.7c-60.6 0-116 34.2-143.1 88.4L13.5 325C4.6 342.7 0 362.3 0 382.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m152.7 135.9l-10.4 57.2c6.8-.7 13.6-1.1 20.5-1.1h10.7c39.4 0 77.8 12.1 110.1 34.7l278.8 195.1l35.1 24.6c24.4-6 42.5-28.1 42.5-54.4c0-75.8-94.7-126.6-134.6-144.7L474 83.9C468.2 53.8 441.8 32 411.1 32h-2.7c-5.6 0-11.1.7-16.5 2.2L199.2 85.5c-23.9 6.4-42 26-46.5 50.4M0 384c0 35.3 28.7 64 64 64h480L265.3 252.9c-26.9-18.8-58.9-28.9-91.8-28.9h-10.7c-60.6 0-116 34.2-143.1 88.4L13.5 325C4.6 342.7 0 362.3 0 382.2z"/></svg>
</template>

CSS

.icon-hat-cowboy-side {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m152.7%20135.9l-10.4%2057.2c6.8-.7%2013.6-1.1%2020.5-1.1h10.7c39.4%200%2077.8%2012.1%20110.1%2034.7l278.8%20195.1l35.1%2024.6c24.4-6%2042.5-28.1%2042.5-54.4c0-75.8-94.7-126.6-134.6-144.7L474%2083.9C468.2%2053.8%20441.8%2032%20411.1%2032h-2.7c-5.6%200-11.1.7-16.5%202.2L199.2%2085.5c-23.9%206.4-42%2026-46.5%2050.4M0%20384c0%2035.3%2028.7%2064%2064%2064h480L265.3%20252.9c-26.9-18.8-58.9-28.9-91.8-28.9h-10.7c-60.6%200-116%2034.2-143.1%2088.4L13.5%20325C4.6%20342.7%200%20362.3%200%20382.2z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m152.7%20135.9l-10.4%2057.2c6.8-.7%2013.6-1.1%2020.5-1.1h10.7c39.4%200%2077.8%2012.1%20110.1%2034.7l278.8%20195.1l35.1%2024.6c24.4-6%2042.5-28.1%2042.5-54.4c0-75.8-94.7-126.6-134.6-144.7L474%2083.9C468.2%2053.8%20441.8%2032%20411.1%2032h-2.7c-5.6%200-11.1.7-16.5%202.2L199.2%2085.5c-23.9%206.4-42%2026-46.5%2050.4M0%20384c0%2035.3%2028.7%2064%2064%2064h480L265.3%20252.9c-26.9-18.8-58.9-28.9-91.8-28.9h-10.7c-60.6%200-116%2034.2-143.1%2088.4L13.5%20325C4.6%20342.7%200%20362.3%200%20382.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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