crown-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
crown-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the crown icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M252 80a32 32 0 1 0-60 15.45l-20.86 25.66l-20.32-46.71a32 32 0 1 0-45.64 0l-20.31 46.71L64 95.45a32 32 0 1 0-35 15.78l14 84.06A19.94 19.94 0 0 0 62.78 212h130.44A19.94 19.94 0 0 0 213 195.29l14-84.06A32.05 32.05 0 0 0 252 80m-32-8a8 8 0 1 1-8 8a8 8 0 0 1 8-8m-92-28a8 8 0 1 1-8 8a8 8 0 0 1 8-8M36 72a8 8 0 1 1-8 8a8 8 0 0 1 8-8m153.83 116H66.17l-10.88-65.22l23.4 28.79A12 12 0 0 0 88 156a13 13 0 0 0 1.63-.11a12 12 0 0 0 9.37-7.1L127.18 84h1.64L157 148.79a12 12 0 0 0 9.37 7.1a13 13 0 0 0 1.63.11a12 12 0 0 0 9.31-4.43l23.4-28.79Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCrownBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M252 80a32 32 0 1 0-60 15.45l-20.86 25.66l-20.32-46.71a32 32 0 1 0-45.64 0l-20.31 46.71L64 95.45a32 32 0 1 0-35 15.78l14 84.06A19.94 19.94 0 0 0 62.78 212h130.44A19.94 19.94 0 0 0 213 195.29l14-84.06A32.05 32.05 0 0 0 252 80m-32-8a8 8 0 1 1-8 8a8 8 0 0 1 8-8m-92-28a8 8 0 1 1-8 8a8 8 0 0 1 8-8M36 72a8 8 0 1 1-8 8a8 8 0 0 1 8-8m153.83 116H66.17l-10.88-65.22l23.4 28.79A12 12 0 0 0 88 156a13 13 0 0 0 1.63-.11a12 12 0 0 0 9.37-7.1L127.18 84h1.64L157 148.79a12 12 0 0 0 9.37 7.1a13 13 0 0 0 1.63.11a12 12 0 0 0 9.31-4.43l23.4-28.79Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M252 80a32 32 0 1 0-60 15.45l-20.86 25.66l-20.32-46.71a32 32 0 1 0-45.64 0l-20.31 46.71L64 95.45a32 32 0 1 0-35 15.78l14 84.06A19.94 19.94 0 0 0 62.78 212h130.44A19.94 19.94 0 0 0 213 195.29l14-84.06A32.05 32.05 0 0 0 252 80m-32-8a8 8 0 1 1-8 8a8 8 0 0 1 8-8m-92-28a8 8 0 1 1-8 8a8 8 0 0 1 8-8M36 72a8 8 0 1 1-8 8a8 8 0 0 1 8-8m153.83 116H66.17l-10.88-65.22l23.4 28.79A12 12 0 0 0 88 156a13 13 0 0 0 1.63-.11a12 12 0 0 0 9.37-7.1L127.18 84h1.64L157 148.79a12 12 0 0 0 9.37 7.1a13 13 0 0 0 1.63.11a12 12 0 0 0 9.31-4.43l23.4-28.79Z"/></svg>
</template>

CSS

.icon-crown-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M252%2080a32%2032%200%201%200-60%2015.45l-20.86%2025.66l-20.32-46.71a32%2032%200%201%200-45.64%200l-20.31%2046.71L64%2095.45a32%2032%200%201%200-35%2015.78l14%2084.06A19.94%2019.94%200%200%200%2062.78%20212h130.44A19.94%2019.94%200%200%200%20213%20195.29l14-84.06A32.05%2032.05%200%200%200%20252%2080m-32-8a8%208%200%201%201-8%208a8%208%200%200%201%208-8m-92-28a8%208%200%201%201-8%208a8%208%200%200%201%208-8M36%2072a8%208%200%201%201-8%208a8%208%200%200%201%208-8m153.83%20116H66.17l-10.88-65.22l23.4%2028.79A12%2012%200%200%200%2088%20156a13%2013%200%200%200%201.63-.11a12%2012%200%200%200%209.37-7.1L127.18%2084h1.64L157%20148.79a12%2012%200%200%200%209.37%207.1a13%2013%200%200%200%201.63.11a12%2012%200%200%200%209.31-4.43l23.4-28.79Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M252%2080a32%2032%200%201%200-60%2015.45l-20.86%2025.66l-20.32-46.71a32%2032%200%201%200-45.64%200l-20.31%2046.71L64%2095.45a32%2032%200%201%200-35%2015.78l14%2084.06A19.94%2019.94%200%200%200%2062.78%20212h130.44A19.94%2019.94%200%200%200%20213%20195.29l14-84.06A32.05%2032.05%200%200%200%20252%2080m-32-8a8%208%200%201%201-8%208a8%208%200%200%201%208-8m-92-28a8%208%200%201%201-8%208a8%208%200%200%201%208-8M36%2072a8%208%200%201%201-8%208a8%208%200%200%201%208-8m153.83%20116H66.17l-10.88-65.22l23.4%2028.79A12%2012%200%200%200%2088%20156a13%2013%200%200%200%201.63-.11a12%2012%200%200%200%209.37-7.1L127.18%2084h1.64L157%20148.79a12%2012%200%200%200%209.37%207.1a13%2013%200%200%200%201.63.11a12%2012%200%200%200%209.31-4.43l23.4-28.79Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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