crown from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
crown
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

Use the crown icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34l-57.3 114.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40h.7l45.7 251.4c5.5 30.4 32 52.6 63 52.6h277.2c30.9 0 57.4-22.1 63-52.6L535.3 176h.7c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidCrown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34l-57.3 114.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40h.7l45.7 251.4c5.5 30.4 32 52.6 63 52.6h277.2c30.9 0 57.4-22.1 63-52.6L535.3 176h.7c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34l-57.3 114.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40h.7l45.7 251.4c5.5 30.4 32 52.6 63 52.6h277.2c30.9 0 57.4-22.1 63-52.6L535.3 176h.7c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7z"/></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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M309%20106c11.4-7%2019-19.7%2019-34c0-22.1-17.9-40-40-40s-40%2017.9-40%2040c0%2014.4%207.6%2027%2019%2034l-57.3%20114.6c-9.1%2018.2-32.7%2023.4-48.6%2010.7L72%20160c5-6.7%208-15%208-24c0-22.1-17.9-40-40-40S0%20113.9%200%20136s17.9%2040%2040%2040h.7l45.7%20251.4c5.5%2030.4%2032%2052.6%2063%2052.6h277.2c30.9%200%2057.4-22.1%2063-52.6L535.3%20176h.7c22.1%200%2040-17.9%2040-40s-17.9-40-40-40s-40%2017.9-40%2040c0%209%203%2017.3%208%2024l-89.1%2071.3c-15.9%2012.7-39.5%207.5-48.6-10.7z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M309%20106c11.4-7%2019-19.7%2019-34c0-22.1-17.9-40-40-40s-40%2017.9-40%2040c0%2014.4%207.6%2027%2019%2034l-57.3%20114.6c-9.1%2018.2-32.7%2023.4-48.6%2010.7L72%20160c5-6.7%208-15%208-24c0-22.1-17.9-40-40-40S0%20113.9%200%20136s17.9%2040%2040%2040h.7l45.7%20251.4c5.5%2030.4%2032%2052.6%2063%2052.6h277.2c30.9%200%2057.4-22.1%2063-52.6L535.3%20176h.7c22.1%200%2040-17.9%2040-40s-17.9-40-40-40s-40%2017.9-40%2040c0%209%203%2017.3%208%2024l-89.1%2071.3c-15.9%2012.7-39.5%207.5-48.6-10.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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