top hat emoji
top-hat from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- top-hat
- Set
- Noto Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More objects icons from Noto Emoji
Use the top hat emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#424242" d="M98.92 20c-5.42-1.85-18.45-3.69-34.86-3.69S35.47 18.08 29.2 20c-3.94 1.21-4.99 3.56-4.63 6.7c.22 1.85.6 3.37.6 3.37s4.04 20.29 4.02 35.11c-.02 14.68-2.51 29.25-2.51 29.25s15 5.99 37.38 6.28c22.38-.29 35.97-5.38 35.97-5.38s-2.48-14.58-2.51-29.25c-.02-14.82 5.43-36.01 5.43-36.01s.26-1.36.48-3.09c.38-2.99-.67-5.67-4.51-6.98"/><path fill="#424242" d="M119.06 77.57c-4.14-2.43-15.73 4.56-22.06 5.03c-8.86.66-60.38 2.2-68.97-.1c-2.65-.71-13.64-7.88-19.1-4.93c-4.27 2.31-6.68 11.03-2.45 18.2c5.69 9.64 19.94 19.92 57.52 19.92s51.83-10.28 57.52-19.92c4.23-7.18 1.77-15.72-2.46-18.2"/><path fill="#212121" d="M8.91 84.41c-1.23 1.66-.81 3.93-.14 5.73c.71 1.91 1.8 3.73 3.08 5.31c.45.56 3.82 3.75 5.24 4.77a4.6 4.6 0 0 1-.58-3.47c.63-2.68 3.5-3.63 5.68-4.79c2.32-1.24 8.59-4.03 5.96-5.45c-4.52-2.43-15.97-6.5-19.24-2.1m111.42-.03c-.4-6.37-27.09 4.1-27.09 4.1s-3.03-20.77 2.14-55.56c.19-1.28.64-4.15-4.09-3.4c-6.3.99-14.31 1.25-20.24 1.6c-4.52.27-5.81.65-6.54 6.33c-.52 4.03-3.14 46.68-1.46 56.67c.47 2.79 13.19 8.92 28.93 10.29c8.53.74 12.07 0 12.07 0c5.38-2.42 16.91-9.97 16.28-20.03"/><path fill="#757575" d="M119.06 77.57s3.34 7.7-1.86 15.67c-7.24 11.09-25.15 17.39-53.2 17.42c-28.05-.04-45.96-6.33-53.2-17.42c-5.2-7.96-1.86-15.67-1.86-15.67c-6.2 3.48-6.02 12.17-2.44 18.2c5.69 9.6 19.9 19.81 57.23 19.91h.54c37.33-.1 51.54-10.32 57.23-19.91c3.58-6.03 3.77-14.73-2.44-18.2"/><path fill="#f4b425" d="M98.35 77.06c-.04-.72-.1-1.14-.95-1.26c0 0-21.55 1.35-34.36 1.35c-12.8 0-33.63-1.41-33.63-1.41c-.85.12-.83.5-.87 1.21c-.21 3.42-.84 8.63-1.1 10.65c-.06.51.22.99.69 1.19c3.11 1.27 15.21 5.64 34.91 5.64c19.88 0 32.05-4.45 35.02-5.68c.43-.18.71-.6.69-1.07c-.06-2.03-.25-7.65-.4-10.62"/><path fill="#757575" d="M38.96 74.14s8.65.6 10.25.6s1.64-.99 1.73-2.24c.59-8.38-.02-33.35-1.01-38.35c-.62-3.12-2.05-2.86-3.51-3.05c-2-.26-7.71-.82-9.15-.96s-3.45-.2-2.87 3.81c2.18 14.84 2.99 23.5 3.04 38.1c.01.76-.36 1.95 1.52 2.09"/><path fill="#ffe938" d="M38.08 91.81c3.17.66 7.01 1.46 11.5 1.91c.85.09 1.58-.54 1.57-1.33l.08-14.21c-.01-.73-.34-1.31-1.13-1.34c-4.24-.18-7.97-.32-11.67-.56c-.91-.06-1.17.54-1.18 1.22l-.27 13.01c-.01.62.45 1.16 1.1 1.3"/><ellipse cx="63.44" cy="23.34" fill="#757575" rx="36.19" ry="4.81"/></svg>
React
import type { SVGProps } from "react";
export function NotoTopHat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#424242" d="M98.92 20c-5.42-1.85-18.45-3.69-34.86-3.69S35.47 18.08 29.2 20c-3.94 1.21-4.99 3.56-4.63 6.7c.22 1.85.6 3.37.6 3.37s4.04 20.29 4.02 35.11c-.02 14.68-2.51 29.25-2.51 29.25s15 5.99 37.38 6.28c22.38-.29 35.97-5.38 35.97-5.38s-2.48-14.58-2.51-29.25c-.02-14.82 5.43-36.01 5.43-36.01s.26-1.36.48-3.09c.38-2.99-.67-5.67-4.51-6.98"/><path fill="#424242" d="M119.06 77.57c-4.14-2.43-15.73 4.56-22.06 5.03c-8.86.66-60.38 2.2-68.97-.1c-2.65-.71-13.64-7.88-19.1-4.93c-4.27 2.31-6.68 11.03-2.45 18.2c5.69 9.64 19.94 19.92 57.52 19.92s51.83-10.28 57.52-19.92c4.23-7.18 1.77-15.72-2.46-18.2"/><path fill="#212121" d="M8.91 84.41c-1.23 1.66-.81 3.93-.14 5.73c.71 1.91 1.8 3.73 3.08 5.31c.45.56 3.82 3.75 5.24 4.77a4.6 4.6 0 0 1-.58-3.47c.63-2.68 3.5-3.63 5.68-4.79c2.32-1.24 8.59-4.03 5.96-5.45c-4.52-2.43-15.97-6.5-19.24-2.1m111.42-.03c-.4-6.37-27.09 4.1-27.09 4.1s-3.03-20.77 2.14-55.56c.19-1.28.64-4.15-4.09-3.4c-6.3.99-14.31 1.25-20.24 1.6c-4.52.27-5.81.65-6.54 6.33c-.52 4.03-3.14 46.68-1.46 56.67c.47 2.79 13.19 8.92 28.93 10.29c8.53.74 12.07 0 12.07 0c5.38-2.42 16.91-9.97 16.28-20.03"/><path fill="#757575" d="M119.06 77.57s3.34 7.7-1.86 15.67c-7.24 11.09-25.15 17.39-53.2 17.42c-28.05-.04-45.96-6.33-53.2-17.42c-5.2-7.96-1.86-15.67-1.86-15.67c-6.2 3.48-6.02 12.17-2.44 18.2c5.69 9.6 19.9 19.81 57.23 19.91h.54c37.33-.1 51.54-10.32 57.23-19.91c3.58-6.03 3.77-14.73-2.44-18.2"/><path fill="#f4b425" d="M98.35 77.06c-.04-.72-.1-1.14-.95-1.26c0 0-21.55 1.35-34.36 1.35c-12.8 0-33.63-1.41-33.63-1.41c-.85.12-.83.5-.87 1.21c-.21 3.42-.84 8.63-1.1 10.65c-.06.51.22.99.69 1.19c3.11 1.27 15.21 5.64 34.91 5.64c19.88 0 32.05-4.45 35.02-5.68c.43-.18.71-.6.69-1.07c-.06-2.03-.25-7.65-.4-10.62"/><path fill="#757575" d="M38.96 74.14s8.65.6 10.25.6s1.64-.99 1.73-2.24c.59-8.38-.02-33.35-1.01-38.35c-.62-3.12-2.05-2.86-3.51-3.05c-2-.26-7.71-.82-9.15-.96s-3.45-.2-2.87 3.81c2.18 14.84 2.99 23.5 3.04 38.1c.01.76-.36 1.95 1.52 2.09"/><path fill="#ffe938" d="M38.08 91.81c3.17.66 7.01 1.46 11.5 1.91c.85.09 1.58-.54 1.57-1.33l.08-14.21c-.01-.73-.34-1.31-1.13-1.34c-4.24-.18-7.97-.32-11.67-.56c-.91-.06-1.17.54-1.18 1.22l-.27 13.01c-.01.62.45 1.16 1.1 1.3"/><ellipse cx="63.44" cy="23.34" fill="#757575" rx="36.19" ry="4.81"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#424242" d="M98.92 20c-5.42-1.85-18.45-3.69-34.86-3.69S35.47 18.08 29.2 20c-3.94 1.21-4.99 3.56-4.63 6.7c.22 1.85.6 3.37.6 3.37s4.04 20.29 4.02 35.11c-.02 14.68-2.51 29.25-2.51 29.25s15 5.99 37.38 6.28c22.38-.29 35.97-5.38 35.97-5.38s-2.48-14.58-2.51-29.25c-.02-14.82 5.43-36.01 5.43-36.01s.26-1.36.48-3.09c.38-2.99-.67-5.67-4.51-6.98"/><path fill="#424242" d="M119.06 77.57c-4.14-2.43-15.73 4.56-22.06 5.03c-8.86.66-60.38 2.2-68.97-.1c-2.65-.71-13.64-7.88-19.1-4.93c-4.27 2.31-6.68 11.03-2.45 18.2c5.69 9.64 19.94 19.92 57.52 19.92s51.83-10.28 57.52-19.92c4.23-7.18 1.77-15.72-2.46-18.2"/><path fill="#212121" d="M8.91 84.41c-1.23 1.66-.81 3.93-.14 5.73c.71 1.91 1.8 3.73 3.08 5.31c.45.56 3.82 3.75 5.24 4.77a4.6 4.6 0 0 1-.58-3.47c.63-2.68 3.5-3.63 5.68-4.79c2.32-1.24 8.59-4.03 5.96-5.45c-4.52-2.43-15.97-6.5-19.24-2.1m111.42-.03c-.4-6.37-27.09 4.1-27.09 4.1s-3.03-20.77 2.14-55.56c.19-1.28.64-4.15-4.09-3.4c-6.3.99-14.31 1.25-20.24 1.6c-4.52.27-5.81.65-6.54 6.33c-.52 4.03-3.14 46.68-1.46 56.67c.47 2.79 13.19 8.92 28.93 10.29c8.53.74 12.07 0 12.07 0c5.38-2.42 16.91-9.97 16.28-20.03"/><path fill="#757575" d="M119.06 77.57s3.34 7.7-1.86 15.67c-7.24 11.09-25.15 17.39-53.2 17.42c-28.05-.04-45.96-6.33-53.2-17.42c-5.2-7.96-1.86-15.67-1.86-15.67c-6.2 3.48-6.02 12.17-2.44 18.2c5.69 9.6 19.9 19.81 57.23 19.91h.54c37.33-.1 51.54-10.32 57.23-19.91c3.58-6.03 3.77-14.73-2.44-18.2"/><path fill="#f4b425" d="M98.35 77.06c-.04-.72-.1-1.14-.95-1.26c0 0-21.55 1.35-34.36 1.35c-12.8 0-33.63-1.41-33.63-1.41c-.85.12-.83.5-.87 1.21c-.21 3.42-.84 8.63-1.1 10.65c-.06.51.22.99.69 1.19c3.11 1.27 15.21 5.64 34.91 5.64c19.88 0 32.05-4.45 35.02-5.68c.43-.18.71-.6.69-1.07c-.06-2.03-.25-7.65-.4-10.62"/><path fill="#757575" d="M38.96 74.14s8.65.6 10.25.6s1.64-.99 1.73-2.24c.59-8.38-.02-33.35-1.01-38.35c-.62-3.12-2.05-2.86-3.51-3.05c-2-.26-7.71-.82-9.15-.96s-3.45-.2-2.87 3.81c2.18 14.84 2.99 23.5 3.04 38.1c.01.76-.36 1.95 1.52 2.09"/><path fill="#ffe938" d="M38.08 91.81c3.17.66 7.01 1.46 11.5 1.91c.85.09 1.58-.54 1.57-1.33l.08-14.21c-.01-.73-.34-1.31-1.13-1.34c-4.24-.18-7.97-.32-11.67-.56c-.91-.06-1.17.54-1.18 1.22l-.27 13.01c-.01.62.45 1.16 1.1 1.3"/><ellipse cx="63.44" cy="23.34" fill="#757575" rx="36.19" ry="4.81"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M98.92%2020c-5.42-1.85-18.45-3.69-34.86-3.69S35.47%2018.08%2029.2%2020c-3.94%201.21-4.99%203.56-4.63%206.7c.22%201.85.6%203.37.6%203.37s4.04%2020.29%204.02%2035.11c-.02%2014.68-2.51%2029.25-2.51%2029.25s15%205.99%2037.38%206.28c22.38-.29%2035.97-5.38%2035.97-5.38s-2.48-14.58-2.51-29.25c-.02-14.82%205.43-36.01%205.43-36.01s.26-1.36.48-3.09c.38-2.99-.67-5.67-4.51-6.98%22%2F%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M119.06%2077.57c-4.14-2.43-15.73%204.56-22.06%205.03c-8.86.66-60.38%202.2-68.97-.1c-2.65-.71-13.64-7.88-19.1-4.93c-4.27%202.31-6.68%2011.03-2.45%2018.2c5.69%209.64%2019.94%2019.92%2057.52%2019.92s51.83-10.28%2057.52-19.92c4.23-7.18%201.77-15.72-2.46-18.2%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M8.91%2084.41c-1.23%201.66-.81%203.93-.14%205.73c.71%201.91%201.8%203.73%203.08%205.31c.45.56%203.82%203.75%205.24%204.77a4.6%204.6%200%200%201-.58-3.47c.63-2.68%203.5-3.63%205.68-4.79c2.32-1.24%208.59-4.03%205.96-5.45c-4.52-2.43-15.97-6.5-19.24-2.1m111.42-.03c-.4-6.37-27.09%204.1-27.09%204.1s-3.03-20.77%202.14-55.56c.19-1.28.64-4.15-4.09-3.4c-6.3.99-14.31%201.25-20.24%201.6c-4.52.27-5.81.65-6.54%206.33c-.52%204.03-3.14%2046.68-1.46%2056.67c.47%202.79%2013.19%208.92%2028.93%2010.29c8.53.74%2012.07%200%2012.07%200c5.38-2.42%2016.91-9.97%2016.28-20.03%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M119.06%2077.57s3.34%207.7-1.86%2015.67c-7.24%2011.09-25.15%2017.39-53.2%2017.42c-28.05-.04-45.96-6.33-53.2-17.42c-5.2-7.96-1.86-15.67-1.86-15.67c-6.2%203.48-6.02%2012.17-2.44%2018.2c5.69%209.6%2019.9%2019.81%2057.23%2019.91h.54c37.33-.1%2051.54-10.32%2057.23-19.91c3.58-6.03%203.77-14.73-2.44-18.2%22%2F%3E%3Cpath%20fill%3D%22%23f4b425%22%20d%3D%22M98.35%2077.06c-.04-.72-.1-1.14-.95-1.26c0%200-21.55%201.35-34.36%201.35c-12.8%200-33.63-1.41-33.63-1.41c-.85.12-.83.5-.87%201.21c-.21%203.42-.84%208.63-1.1%2010.65c-.06.51.22.99.69%201.19c3.11%201.27%2015.21%205.64%2034.91%205.64c19.88%200%2032.05-4.45%2035.02-5.68c.43-.18.71-.6.69-1.07c-.06-2.03-.25-7.65-.4-10.62%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M38.96%2074.14s8.65.6%2010.25.6s1.64-.99%201.73-2.24c.59-8.38-.02-33.35-1.01-38.35c-.62-3.12-2.05-2.86-3.51-3.05c-2-.26-7.71-.82-9.15-.96s-3.45-.2-2.87%203.81c2.18%2014.84%202.99%2023.5%203.04%2038.1c.01.76-.36%201.95%201.52%202.09%22%2F%3E%3Cpath%20fill%3D%22%23ffe938%22%20d%3D%22M38.08%2091.81c3.17.66%207.01%201.46%2011.5%201.91c.85.09%201.58-.54%201.57-1.33l.08-14.21c-.01-.73-.34-1.31-1.13-1.34c-4.24-.18-7.97-.32-11.67-.56c-.91-.06-1.17.54-1.18%201.22l-.27%2013.01c-.01.62.45%201.16%201.1%201.3%22%2F%3E%3Cellipse%20cx%3D%2263.44%22%20cy%3D%2223.34%22%20fill%3D%22%23757575%22%20rx%3D%2236.19%22%20ry%3D%224.81%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M98.92%2020c-5.42-1.85-18.45-3.69-34.86-3.69S35.47%2018.08%2029.2%2020c-3.94%201.21-4.99%203.56-4.63%206.7c.22%201.85.6%203.37.6%203.37s4.04%2020.29%204.02%2035.11c-.02%2014.68-2.51%2029.25-2.51%2029.25s15%205.99%2037.38%206.28c22.38-.29%2035.97-5.38%2035.97-5.38s-2.48-14.58-2.51-29.25c-.02-14.82%205.43-36.01%205.43-36.01s.26-1.36.48-3.09c.38-2.99-.67-5.67-4.51-6.98%22%2F%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M119.06%2077.57c-4.14-2.43-15.73%204.56-22.06%205.03c-8.86.66-60.38%202.2-68.97-.1c-2.65-.71-13.64-7.88-19.1-4.93c-4.27%202.31-6.68%2011.03-2.45%2018.2c5.69%209.64%2019.94%2019.92%2057.52%2019.92s51.83-10.28%2057.52-19.92c4.23-7.18%201.77-15.72-2.46-18.2%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M8.91%2084.41c-1.23%201.66-.81%203.93-.14%205.73c.71%201.91%201.8%203.73%203.08%205.31c.45.56%203.82%203.75%205.24%204.77a4.6%204.6%200%200%201-.58-3.47c.63-2.68%203.5-3.63%205.68-4.79c2.32-1.24%208.59-4.03%205.96-5.45c-4.52-2.43-15.97-6.5-19.24-2.1m111.42-.03c-.4-6.37-27.09%204.1-27.09%204.1s-3.03-20.77%202.14-55.56c.19-1.28.64-4.15-4.09-3.4c-6.3.99-14.31%201.25-20.24%201.6c-4.52.27-5.81.65-6.54%206.33c-.52%204.03-3.14%2046.68-1.46%2056.67c.47%202.79%2013.19%208.92%2028.93%2010.29c8.53.74%2012.07%200%2012.07%200c5.38-2.42%2016.91-9.97%2016.28-20.03%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M119.06%2077.57s3.34%207.7-1.86%2015.67c-7.24%2011.09-25.15%2017.39-53.2%2017.42c-28.05-.04-45.96-6.33-53.2-17.42c-5.2-7.96-1.86-15.67-1.86-15.67c-6.2%203.48-6.02%2012.17-2.44%2018.2c5.69%209.6%2019.9%2019.81%2057.23%2019.91h.54c37.33-.1%2051.54-10.32%2057.23-19.91c3.58-6.03%203.77-14.73-2.44-18.2%22%2F%3E%3Cpath%20fill%3D%22%23f4b425%22%20d%3D%22M98.35%2077.06c-.04-.72-.1-1.14-.95-1.26c0%200-21.55%201.35-34.36%201.35c-12.8%200-33.63-1.41-33.63-1.41c-.85.12-.83.5-.87%201.21c-.21%203.42-.84%208.63-1.1%2010.65c-.06.51.22.99.69%201.19c3.11%201.27%2015.21%205.64%2034.91%205.64c19.88%200%2032.05-4.45%2035.02-5.68c.43-.18.71-.6.69-1.07c-.06-2.03-.25-7.65-.4-10.62%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M38.96%2074.14s8.65.6%2010.25.6s1.64-.99%201.73-2.24c.59-8.38-.02-33.35-1.01-38.35c-.62-3.12-2.05-2.86-3.51-3.05c-2-.26-7.71-.82-9.15-.96s-3.45-.2-2.87%203.81c2.18%2014.84%202.99%2023.5%203.04%2038.1c.01.76-.36%201.95%201.52%202.09%22%2F%3E%3Cpath%20fill%3D%22%23ffe938%22%20d%3D%22M38.08%2091.81c3.17.66%207.01%201.46%2011.5%201.91c.85.09%201.58-.54%201.57-1.33l.08-14.21c-.01-.73-.34-1.31-1.13-1.34c-4.24-.18-7.97-.32-11.67-.56c-.91-.06-1.17.54-1.18%201.22l-.27%2013.01c-.01.62.45%201.16%201.1%201.3%22%2F%3E%3Cellipse%20cx%3D%2263.44%22%20cy%3D%2223.34%22%20fill%3D%22%23757575%22%20rx%3D%2236.19%22%20ry%3D%224.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/top-hat.svg?color=%231a73e8&size=48