crown from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.

Name
crown
Set
Firefox OS Emoji
Style
Default
Category
People
Viewbox
72×72
License
Apache 2.0

The same emoji in other sets

More people icons from Firefox OS Emoji

Use the crown emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFB636" d="M68.4 10.8c-.6 1.4-1 3.3-1.1 4.5c-1.6 0-2.9 1.3-2.9 2.9s1.3 2.9 2.9 2.9c.2 0 .4 0 .6-.1c-.2 4.3-3.7 7.7-8.1 7.7s-7.9-3.4-8.1-7.7c1.3-.2 2.4-1.4 2.4-2.8c0-1.6-1.3-2.9-2.9-2.9h-.3c-.4-2-1.5-5.2-2.8-5.2s-2.4 3.1-2.8 5.2c-.2 0-.4-.1-.6-.1c-1.6 0-2.9 1.3-2.9 2.9c0 1.4 1 2.6 2.4 2.9c-.2 4.3-3.7 7.7-8.1 7.7s-7.9-3.5-8.1-7.8c1.3-.3 2.2-1.4 2.2-2.8c0-1.6-1.3-2.9-2.9-2.9H27c-.4-2-1.5-5.2-2.8-5.2s-2.4 3.1-2.8 5.2c-.2 0-.4-.1-.6-.1c-1.6 0-2.9 1.3-2.9 2.9c0 1.5 1.1 2.7 2.6 2.9c-.2 4.3-3.8 7.7-8.1 7.7c-4.4 0-7.9-3.4-8.1-7.7c.2 0 .4.1.6.1c1.6 0 2.9-1.3 2.9-2.9s-1.3-2.9-2.9-2.9h-.2c-.2-1.3-.5-3-.9-4.4c-.3-1.1-1.8-.9-1.8.3v46.8h68.4V11.3c-.2-1.2-1.5-1.5-2-.5"/><path fill="#FFD469" d="M70.8 43.6H1.2c-.7 0-1.2-.5-1.2-1.2V39c0-.7.5-1.2 1.2-1.2h69.5c.7 0 1.2.5 1.2 1.2v3.4c.1.7-.4 1.2-1.1 1.2m1.2 17v-3.4c0-.7-.5-1.2-1.2-1.2H1.2c-.7 0-1.2.5-1.2 1.2v3.4c0 .7.5 1.2 1.2 1.2h69.5c.8 0 1.3-.5 1.3-1.2"/><path fill="#FFC7EF" d="M64.4 50c0 1.8-1.4 3.2-3.2 3.2S58 51.8 58 50s1.4-3.2 3.2-3.2s3.2 1.4 3.2 3.2M36 46.8c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2s3.2-1.4 3.2-3.2s-1.4-3.2-3.2-3.2m-25.2 0c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2S14 51.7 14 50s-1.4-3.2-3.2-3.2"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiCrown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFB636" d="M68.4 10.8c-.6 1.4-1 3.3-1.1 4.5c-1.6 0-2.9 1.3-2.9 2.9s1.3 2.9 2.9 2.9c.2 0 .4 0 .6-.1c-.2 4.3-3.7 7.7-8.1 7.7s-7.9-3.4-8.1-7.7c1.3-.2 2.4-1.4 2.4-2.8c0-1.6-1.3-2.9-2.9-2.9h-.3c-.4-2-1.5-5.2-2.8-5.2s-2.4 3.1-2.8 5.2c-.2 0-.4-.1-.6-.1c-1.6 0-2.9 1.3-2.9 2.9c0 1.4 1 2.6 2.4 2.9c-.2 4.3-3.7 7.7-8.1 7.7s-7.9-3.5-8.1-7.8c1.3-.3 2.2-1.4 2.2-2.8c0-1.6-1.3-2.9-2.9-2.9H27c-.4-2-1.5-5.2-2.8-5.2s-2.4 3.1-2.8 5.2c-.2 0-.4-.1-.6-.1c-1.6 0-2.9 1.3-2.9 2.9c0 1.5 1.1 2.7 2.6 2.9c-.2 4.3-3.8 7.7-8.1 7.7c-4.4 0-7.9-3.4-8.1-7.7c.2 0 .4.1.6.1c1.6 0 2.9-1.3 2.9-2.9s-1.3-2.9-2.9-2.9h-.2c-.2-1.3-.5-3-.9-4.4c-.3-1.1-1.8-.9-1.8.3v46.8h68.4V11.3c-.2-1.2-1.5-1.5-2-.5"/><path fill="#FFD469" d="M70.8 43.6H1.2c-.7 0-1.2-.5-1.2-1.2V39c0-.7.5-1.2 1.2-1.2h69.5c.7 0 1.2.5 1.2 1.2v3.4c.1.7-.4 1.2-1.1 1.2m1.2 17v-3.4c0-.7-.5-1.2-1.2-1.2H1.2c-.7 0-1.2.5-1.2 1.2v3.4c0 .7.5 1.2 1.2 1.2h69.5c.8 0 1.3-.5 1.3-1.2"/><path fill="#FFC7EF" d="M64.4 50c0 1.8-1.4 3.2-3.2 3.2S58 51.8 58 50s1.4-3.2 3.2-3.2s3.2 1.4 3.2 3.2M36 46.8c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2s3.2-1.4 3.2-3.2s-1.4-3.2-3.2-3.2m-25.2 0c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2S14 51.7 14 50s-1.4-3.2-3.2-3.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFB636" d="M68.4 10.8c-.6 1.4-1 3.3-1.1 4.5c-1.6 0-2.9 1.3-2.9 2.9s1.3 2.9 2.9 2.9c.2 0 .4 0 .6-.1c-.2 4.3-3.7 7.7-8.1 7.7s-7.9-3.4-8.1-7.7c1.3-.2 2.4-1.4 2.4-2.8c0-1.6-1.3-2.9-2.9-2.9h-.3c-.4-2-1.5-5.2-2.8-5.2s-2.4 3.1-2.8 5.2c-.2 0-.4-.1-.6-.1c-1.6 0-2.9 1.3-2.9 2.9c0 1.4 1 2.6 2.4 2.9c-.2 4.3-3.7 7.7-8.1 7.7s-7.9-3.5-8.1-7.8c1.3-.3 2.2-1.4 2.2-2.8c0-1.6-1.3-2.9-2.9-2.9H27c-.4-2-1.5-5.2-2.8-5.2s-2.4 3.1-2.8 5.2c-.2 0-.4-.1-.6-.1c-1.6 0-2.9 1.3-2.9 2.9c0 1.5 1.1 2.7 2.6 2.9c-.2 4.3-3.8 7.7-8.1 7.7c-4.4 0-7.9-3.4-8.1-7.7c.2 0 .4.1.6.1c1.6 0 2.9-1.3 2.9-2.9s-1.3-2.9-2.9-2.9h-.2c-.2-1.3-.5-3-.9-4.4c-.3-1.1-1.8-.9-1.8.3v46.8h68.4V11.3c-.2-1.2-1.5-1.5-2-.5"/><path fill="#FFD469" d="M70.8 43.6H1.2c-.7 0-1.2-.5-1.2-1.2V39c0-.7.5-1.2 1.2-1.2h69.5c.7 0 1.2.5 1.2 1.2v3.4c.1.7-.4 1.2-1.1 1.2m1.2 17v-3.4c0-.7-.5-1.2-1.2-1.2H1.2c-.7 0-1.2.5-1.2 1.2v3.4c0 .7.5 1.2 1.2 1.2h69.5c.8 0 1.3-.5 1.3-1.2"/><path fill="#FFC7EF" d="M64.4 50c0 1.8-1.4 3.2-3.2 3.2S58 51.8 58 50s1.4-3.2 3.2-3.2s3.2 1.4 3.2 3.2M36 46.8c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2s3.2-1.4 3.2-3.2s-1.4-3.2-3.2-3.2m-25.2 0c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2S14 51.7 14 50s-1.4-3.2-3.2-3.2"/></svg>
</template>

CSS

.icon-crown {
  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%23FFB636%22%20d%3D%22M68.4%2010.8c-.6%201.4-1%203.3-1.1%204.5c-1.6%200-2.9%201.3-2.9%202.9s1.3%202.9%202.9%202.9c.2%200%20.4%200%20.6-.1c-.2%204.3-3.7%207.7-8.1%207.7s-7.9-3.4-8.1-7.7c1.3-.2%202.4-1.4%202.4-2.8c0-1.6-1.3-2.9-2.9-2.9h-.3c-.4-2-1.5-5.2-2.8-5.2s-2.4%203.1-2.8%205.2c-.2%200-.4-.1-.6-.1c-1.6%200-2.9%201.3-2.9%202.9c0%201.4%201%202.6%202.4%202.9c-.2%204.3-3.7%207.7-8.1%207.7s-7.9-3.5-8.1-7.8c1.3-.3%202.2-1.4%202.2-2.8c0-1.6-1.3-2.9-2.9-2.9H27c-.4-2-1.5-5.2-2.8-5.2s-2.4%203.1-2.8%205.2c-.2%200-.4-.1-.6-.1c-1.6%200-2.9%201.3-2.9%202.9c0%201.5%201.1%202.7%202.6%202.9c-.2%204.3-3.8%207.7-8.1%207.7c-4.4%200-7.9-3.4-8.1-7.7c.2%200%20.4.1.6.1c1.6%200%202.9-1.3%202.9-2.9s-1.3-2.9-2.9-2.9h-.2c-.2-1.3-.5-3-.9-4.4c-.3-1.1-1.8-.9-1.8.3v46.8h68.4V11.3c-.2-1.2-1.5-1.5-2-.5%22%2F%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22M70.8%2043.6H1.2c-.7%200-1.2-.5-1.2-1.2V39c0-.7.5-1.2%201.2-1.2h69.5c.7%200%201.2.5%201.2%201.2v3.4c.1.7-.4%201.2-1.1%201.2m1.2%2017v-3.4c0-.7-.5-1.2-1.2-1.2H1.2c-.7%200-1.2.5-1.2%201.2v3.4c0%20.7.5%201.2%201.2%201.2h69.5c.8%200%201.3-.5%201.3-1.2%22%2F%3E%3Cpath%20fill%3D%22%23FFC7EF%22%20d%3D%22M64.4%2050c0%201.8-1.4%203.2-3.2%203.2S58%2051.8%2058%2050s1.4-3.2%203.2-3.2s3.2%201.4%203.2%203.2M36%2046.8c-1.8%200-3.2%201.4-3.2%203.2s1.4%203.2%203.2%203.2s3.2-1.4%203.2-3.2s-1.4-3.2-3.2-3.2m-25.2%200c-1.8%200-3.2%201.4-3.2%203.2s1.4%203.2%203.2%203.2S14%2051.7%2014%2050s-1.4-3.2-3.2-3.2%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%23FFB636%22%20d%3D%22M68.4%2010.8c-.6%201.4-1%203.3-1.1%204.5c-1.6%200-2.9%201.3-2.9%202.9s1.3%202.9%202.9%202.9c.2%200%20.4%200%20.6-.1c-.2%204.3-3.7%207.7-8.1%207.7s-7.9-3.4-8.1-7.7c1.3-.2%202.4-1.4%202.4-2.8c0-1.6-1.3-2.9-2.9-2.9h-.3c-.4-2-1.5-5.2-2.8-5.2s-2.4%203.1-2.8%205.2c-.2%200-.4-.1-.6-.1c-1.6%200-2.9%201.3-2.9%202.9c0%201.4%201%202.6%202.4%202.9c-.2%204.3-3.7%207.7-8.1%207.7s-7.9-3.5-8.1-7.8c1.3-.3%202.2-1.4%202.2-2.8c0-1.6-1.3-2.9-2.9-2.9H27c-.4-2-1.5-5.2-2.8-5.2s-2.4%203.1-2.8%205.2c-.2%200-.4-.1-.6-.1c-1.6%200-2.9%201.3-2.9%202.9c0%201.5%201.1%202.7%202.6%202.9c-.2%204.3-3.8%207.7-8.1%207.7c-4.4%200-7.9-3.4-8.1-7.7c.2%200%20.4.1.6.1c1.6%200%202.9-1.3%202.9-2.9s-1.3-2.9-2.9-2.9h-.2c-.2-1.3-.5-3-.9-4.4c-.3-1.1-1.8-.9-1.8.3v46.8h68.4V11.3c-.2-1.2-1.5-1.5-2-.5%22%2F%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22M70.8%2043.6H1.2c-.7%200-1.2-.5-1.2-1.2V39c0-.7.5-1.2%201.2-1.2h69.5c.7%200%201.2.5%201.2%201.2v3.4c.1.7-.4%201.2-1.1%201.2m1.2%2017v-3.4c0-.7-.5-1.2-1.2-1.2H1.2c-.7%200-1.2.5-1.2%201.2v3.4c0%20.7.5%201.2%201.2%201.2h69.5c.8%200%201.3-.5%201.3-1.2%22%2F%3E%3Cpath%20fill%3D%22%23FFC7EF%22%20d%3D%22M64.4%2050c0%201.8-1.4%203.2-3.2%203.2S58%2051.8%2058%2050s1.4-3.2%203.2-3.2s3.2%201.4%203.2%203.2M36%2046.8c-1.8%200-3.2%201.4-3.2%203.2s1.4%203.2%203.2%203.2s3.2-1.4%203.2-3.2s-1.4-3.2-3.2-3.2m-25.2%200c-1.8%200-3.2%201.4-3.2%203.2s1.4%203.2%203.2%203.2S14%2051.7%2014%2050s-1.4-3.2-3.2-3.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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