crown-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
crown-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="m216.71 99.73l-15.6 93.59a8 8 0 0 1-7.89 6.68H62.78a8 8 0 0 1-7.89-6.68l-15.6-93.59h.08a19.8 19.8 0 0 0 9.22-4.16L88 144l32-73.65a20 20 0 0 0 15.92 0L168 144l39.39-48.48a19.8 19.8 0 0 0 9.22 4.16Z" opacity=".2"/><path d="M248 80a28 28 0 1 0-51.12 15.77l-26.79 33L146 73.4a28 28 0 1 0-36.06 0l-24.03 55.34l-26.79-33a28 28 0 1 0-26.6 12L47 194.63A16 16 0 0 0 62.78 208h130.44A16 16 0 0 0 209 194.63l14.47-86.85A28 28 0 0 0 248 80M128 40a12 12 0 1 1-12 12a12 12 0 0 1 12-12M24 80a12 12 0 1 1 12 12a12 12 0 0 1-12-12m169.22 112H62.78l-13.92-83.48L81.79 149a8 8 0 0 0 6.21 3a8 8 0 0 0 1.08-.07a8 8 0 0 0 6.26-4.74l29.3-67.4a27 27 0 0 0 6.72 0l29.3 67.4a8 8 0 0 0 6.26 4.74a8 8 0 0 0 1.08.07a8 8 0 0 0 6.21-3l32.93-40.52ZM220 92a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></g></svg>

React

import type { SVGProps } from "react";

export function PhCrownDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m216.71 99.73l-15.6 93.59a8 8 0 0 1-7.89 6.68H62.78a8 8 0 0 1-7.89-6.68l-15.6-93.59h.08a19.8 19.8 0 0 0 9.22-4.16L88 144l32-73.65a20 20 0 0 0 15.92 0L168 144l39.39-48.48a19.8 19.8 0 0 0 9.22 4.16Z" opacity=".2"/><path d="M248 80a28 28 0 1 0-51.12 15.77l-26.79 33L146 73.4a28 28 0 1 0-36.06 0l-24.03 55.34l-26.79-33a28 28 0 1 0-26.6 12L47 194.63A16 16 0 0 0 62.78 208h130.44A16 16 0 0 0 209 194.63l14.47-86.85A28 28 0 0 0 248 80M128 40a12 12 0 1 1-12 12a12 12 0 0 1 12-12M24 80a12 12 0 1 1 12 12a12 12 0 0 1-12-12m169.22 112H62.78l-13.92-83.48L81.79 149a8 8 0 0 0 6.21 3a8 8 0 0 0 1.08-.07a8 8 0 0 0 6.26-4.74l29.3-67.4a27 27 0 0 0 6.72 0l29.3 67.4a8 8 0 0 0 6.26 4.74a8 8 0 0 0 1.08.07a8 8 0 0 0 6.21-3l32.93-40.52ZM220 92a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m216.71 99.73l-15.6 93.59a8 8 0 0 1-7.89 6.68H62.78a8 8 0 0 1-7.89-6.68l-15.6-93.59h.08a19.8 19.8 0 0 0 9.22-4.16L88 144l32-73.65a20 20 0 0 0 15.92 0L168 144l39.39-48.48a19.8 19.8 0 0 0 9.22 4.16Z" opacity=".2"/><path d="M248 80a28 28 0 1 0-51.12 15.77l-26.79 33L146 73.4a28 28 0 1 0-36.06 0l-24.03 55.34l-26.79-33a28 28 0 1 0-26.6 12L47 194.63A16 16 0 0 0 62.78 208h130.44A16 16 0 0 0 209 194.63l14.47-86.85A28 28 0 0 0 248 80M128 40a12 12 0 1 1-12 12a12 12 0 0 1 12-12M24 80a12 12 0 1 1 12 12a12 12 0 0 1-12-12m169.22 112H62.78l-13.92-83.48L81.79 149a8 8 0 0 0 6.21 3a8 8 0 0 0 1.08-.07a8 8 0 0 0 6.26-4.74l29.3-67.4a27 27 0 0 0 6.72 0l29.3 67.4a8 8 0 0 0 6.26 4.74a8 8 0 0 0 1.08.07a8 8 0 0 0 6.21-3l32.93-40.52ZM220 92a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></g></svg>
</template>

CSS

.icon-crown-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m216.71%2099.73l-15.6%2093.59a8%208%200%200%201-7.89%206.68H62.78a8%208%200%200%201-7.89-6.68l-15.6-93.59h.08a19.8%2019.8%200%200%200%209.22-4.16L88%20144l32-73.65a20%2020%200%200%200%2015.92%200L168%20144l39.39-48.48a19.8%2019.8%200%200%200%209.22%204.16Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M248%2080a28%2028%200%201%200-51.12%2015.77l-26.79%2033L146%2073.4a28%2028%200%201%200-36.06%200l-24.03%2055.34l-26.79-33a28%2028%200%201%200-26.6%2012L47%20194.63A16%2016%200%200%200%2062.78%20208h130.44A16%2016%200%200%200%20209%20194.63l14.47-86.85A28%2028%200%200%200%20248%2080M128%2040a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12M24%2080a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m169.22%20112H62.78l-13.92-83.48L81.79%20149a8%208%200%200%200%206.21%203a8%208%200%200%200%201.08-.07a8%208%200%200%200%206.26-4.74l29.3-67.4a27%2027%200%200%200%206.72%200l29.3%2067.4a8%208%200%200%200%206.26%204.74a8%208%200%200%200%201.08.07a8%208%200%200%200%206.21-3l32.93-40.52ZM220%2092a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m216.71%2099.73l-15.6%2093.59a8%208%200%200%201-7.89%206.68H62.78a8%208%200%200%201-7.89-6.68l-15.6-93.59h.08a19.8%2019.8%200%200%200%209.22-4.16L88%20144l32-73.65a20%2020%200%200%200%2015.92%200L168%20144l39.39-48.48a19.8%2019.8%200%200%200%209.22%204.16Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M248%2080a28%2028%200%201%200-51.12%2015.77l-26.79%2033L146%2073.4a28%2028%200%201%200-36.06%200l-24.03%2055.34l-26.79-33a28%2028%200%201%200-26.6%2012L47%20194.63A16%2016%200%200%200%2062.78%20208h130.44A16%2016%200%200%200%20209%20194.63l14.47-86.85A28%2028%200%200%200%20248%2080M128%2040a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12M24%2080a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m169.22%20112H62.78l-13.92-83.48L81.79%20149a8%208%200%200%200%206.21%203a8%208%200%200%200%201.08-.07a8%208%200%200%200%206.26-4.74l29.3-67.4a27%2027%200%200%200%206.72%200l29.3%2067.4a8%208%200%200%200%206.26%204.74a8%208%200%200%200%201.08.07a8%208%200%200%200%206.21-3l32.93-40.52ZM220%2092a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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