top hat emoji

top-hat from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
top-hat
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the top hat emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="m52.478 51.5l-15.74 1.94c-.038.002-.35.002-.39 0l-15.76-1.314c-.574-.033-1.021-.48-1.049-1.117l-.927-17.76c-.03-.709.48-1.302 1.12-1.302h33.234c.63 0 1.447.593 1.432 1.291l-.86 17.052c-.014.648-.476 1.175-1.06 1.21"/><path fill="#3f3f3f" d="M55.355 32.376L56.5 7.083h-40l1.145 25.293zM54.5 51.262s-11.29 1.77-17.5 1.77s-18.5-1.77-18.5-1.77c-7.313-1.159-14-2.076-14-.04c0 3.56 14.327 6.447 32 6.447s32-2.886 32-6.447c0-2.036-6.687-1.119-14 .04"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m55.355 32.376l-.673 14.876L56.5 7.083h-40l1.818 40.169l-.673-14.876zM54.5 51.262s-11.29 1.77-17.5 1.77s-18.5-1.77-18.5-1.77c-7.313-1.159-14-2.076-14-.04c0 3.56 14.327 6.447 32 6.447s32-2.886 32-6.447c0-2.036-6.687-1.119-14 .04"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiTopHat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="m52.478 51.5l-15.74 1.94c-.038.002-.35.002-.39 0l-15.76-1.314c-.574-.033-1.021-.48-1.049-1.117l-.927-17.76c-.03-.709.48-1.302 1.12-1.302h33.234c.63 0 1.447.593 1.432 1.291l-.86 17.052c-.014.648-.476 1.175-1.06 1.21"/><path fill="#3f3f3f" d="M55.355 32.376L56.5 7.083h-40l1.145 25.293zM54.5 51.262s-11.29 1.77-17.5 1.77s-18.5-1.77-18.5-1.77c-7.313-1.159-14-2.076-14-.04c0 3.56 14.327 6.447 32 6.447s32-2.886 32-6.447c0-2.036-6.687-1.119-14 .04"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m55.355 32.376l-.673 14.876L56.5 7.083h-40l1.818 40.169l-.673-14.876zM54.5 51.262s-11.29 1.77-17.5 1.77s-18.5-1.77-18.5-1.77c-7.313-1.159-14-2.076-14-.04c0 3.56 14.327 6.447 32 6.447s32-2.886 32-6.447c0-2.036-6.687-1.119-14 .04"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="m52.478 51.5l-15.74 1.94c-.038.002-.35.002-.39 0l-15.76-1.314c-.574-.033-1.021-.48-1.049-1.117l-.927-17.76c-.03-.709.48-1.302 1.12-1.302h33.234c.63 0 1.447.593 1.432 1.291l-.86 17.052c-.014.648-.476 1.175-1.06 1.21"/><path fill="#3f3f3f" d="M55.355 32.376L56.5 7.083h-40l1.145 25.293zM54.5 51.262s-11.29 1.77-17.5 1.77s-18.5-1.77-18.5-1.77c-7.313-1.159-14-2.076-14-.04c0 3.56 14.327 6.447 32 6.447s32-2.886 32-6.447c0-2.036-6.687-1.119-14 .04"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m55.355 32.376l-.673 14.876L56.5 7.083h-40l1.818 40.169l-.673-14.876zM54.5 51.262s-11.29 1.77-17.5 1.77s-18.5-1.77-18.5-1.77c-7.313-1.159-14-2.076-14-.04c0 3.56 14.327 6.447 32 6.447s32-2.886 32-6.447c0-2.036-6.687-1.119-14 .04"/></svg>
</template>

CSS

.icon-top-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m52.478%2051.5l-15.74%201.94c-.038.002-.35.002-.39%200l-15.76-1.314c-.574-.033-1.021-.48-1.049-1.117l-.927-17.76c-.03-.709.48-1.302%201.12-1.302h33.234c.63%200%201.447.593%201.432%201.291l-.86%2017.052c-.014.648-.476%201.175-1.06%201.21%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M55.355%2032.376L56.5%207.083h-40l1.145%2025.293zM54.5%2051.262s-11.29%201.77-17.5%201.77s-18.5-1.77-18.5-1.77c-7.313-1.159-14-2.076-14-.04c0%203.56%2014.327%206.447%2032%206.447s32-2.886%2032-6.447c0-2.036-6.687-1.119-14%20.04%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m55.355%2032.376l-.673%2014.876L56.5%207.083h-40l1.818%2040.169l-.673-14.876zM54.5%2051.262s-11.29%201.77-17.5%201.77s-18.5-1.77-18.5-1.77c-7.313-1.159-14-2.076-14-.04c0%203.56%2014.327%206.447%2032%206.447s32-2.886%2032-6.447c0-2.036-6.687-1.119-14%20.04%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m52.478%2051.5l-15.74%201.94c-.038.002-.35.002-.39%200l-15.76-1.314c-.574-.033-1.021-.48-1.049-1.117l-.927-17.76c-.03-.709.48-1.302%201.12-1.302h33.234c.63%200%201.447.593%201.432%201.291l-.86%2017.052c-.014.648-.476%201.175-1.06%201.21%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M55.355%2032.376L56.5%207.083h-40l1.145%2025.293zM54.5%2051.262s-11.29%201.77-17.5%201.77s-18.5-1.77-18.5-1.77c-7.313-1.159-14-2.076-14-.04c0%203.56%2014.327%206.447%2032%206.447s32-2.886%2032-6.447c0-2.036-6.687-1.119-14%20.04%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m55.355%2032.376l-.673%2014.876L56.5%207.083h-40l1.818%2040.169l-.673-14.876zM54.5%2051.262s-11.29%201.77-17.5%201.77s-18.5-1.77-18.5-1.77c-7.313-1.159-14-2.076-14-.04c0%203.56%2014.327%206.447%2032%206.447s32-2.886%2032-6.447c0-2.036-6.687-1.119-14%20.04%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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