hat from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
hat
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the hat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m4.5 14l-2.153 1.722a.93.93 0 0 0-.347.723a.88.88 0 0 0 .496.803C4.79 18.32 8.196 19 12 19s7.211-.68 9.503-1.752a.88.88 0 0 0 .497-.803a.93.93 0 0 0-.347-.723L19.5 14"/><path d="M12 15c3.067 0 5.79-.393 7.5-1l-.407-3.663c-.282-2.538-.423-3.808-1.277-4.572C16.96 5 15.684 5 13.13 5h-2.26c-2.554 0-3.831 0-4.686.765c-.854.764-.995 2.034-1.277 4.572L4.5 14c1.71.607 4.433 1 7.5 1m-1-5h2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m4.5 14l-2.153 1.722a.93.93 0 0 0-.347.723a.88.88 0 0 0 .496.803C4.79 18.32 8.196 19 12 19s7.211-.68 9.503-1.752a.88.88 0 0 0 .497-.803a.93.93 0 0 0-.347-.723L19.5 14"/><path d="M12 15c3.067 0 5.79-.393 7.5-1l-.407-3.663c-.282-2.538-.423-3.808-1.277-4.572C16.96 5 15.684 5 13.13 5h-2.26c-2.554 0-3.831 0-4.686.765c-.854.764-.995 2.034-1.277 4.572L4.5 14c1.71.607 4.433 1 7.5 1m-1-5h2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m4.5 14l-2.153 1.722a.93.93 0 0 0-.347.723a.88.88 0 0 0 .496.803C4.79 18.32 8.196 19 12 19s7.211-.68 9.503-1.752a.88.88 0 0 0 .497-.803a.93.93 0 0 0-.347-.723L19.5 14"/><path d="M12 15c3.067 0 5.79-.393 7.5-1l-.407-3.663c-.282-2.538-.423-3.808-1.277-4.572C16.96 5 15.684 5 13.13 5h-2.26c-2.554 0-3.831 0-4.686.765c-.854.764-.995 2.034-1.277 4.572L4.5 14c1.71.607 4.433 1 7.5 1m-1-5h2"/></g></svg>
</template>

CSS

.icon-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m4.5%2014l-2.153%201.722a.93.93%200%200%200-.347.723a.88.88%200%200%200%20.496.803C4.79%2018.32%208.196%2019%2012%2019s7.211-.68%209.503-1.752a.88.88%200%200%200%20.497-.803a.93.93%200%200%200-.347-.723L19.5%2014%22%2F%3E%3Cpath%20d%3D%22M12%2015c3.067%200%205.79-.393%207.5-1l-.407-3.663c-.282-2.538-.423-3.808-1.277-4.572C16.96%205%2015.684%205%2013.13%205h-2.26c-2.554%200-3.831%200-4.686.765c-.854.764-.995%202.034-1.277%204.572L4.5%2014c1.71.607%204.433%201%207.5%201m-1-5h2%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m4.5%2014l-2.153%201.722a.93.93%200%200%200-.347.723a.88.88%200%200%200%20.496.803C4.79%2018.32%208.196%2019%2012%2019s7.211-.68%209.503-1.752a.88.88%200%200%200%20.497-.803a.93.93%200%200%200-.347-.723L19.5%2014%22%2F%3E%3Cpath%20d%3D%22M12%2015c3.067%200%205.79-.393%207.5-1l-.407-3.663c-.282-2.538-.423-3.808-1.277-4.572C16.96%205%2015.684%205%2013.13%205h-2.26c-2.554%200-3.831%200-4.686.765c-.854.764-.995%202.034-1.277%204.572L4.5%2014c1.71.607%204.433%201%207.5%201m-1-5h2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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