crown-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
crown-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
crown-fill

2 other variants in Ant Design Icons

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 1024 1024"><path fill="currentColor" d="M899.6 276.5L705 396.4L518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4L124.3 276.5c-5.7-3.5-13.1 1.2-12.2 7.9L188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9M512 734.2c-62.1 0-112.6-50.5-112.6-112.6S449.9 509 512 509s112.6 50.5 112.6 112.6S574.1 734.2 512 734.2m0-160.9c-26.6 0-48.2 21.6-48.2 48.3c0 26.6 21.6 48.3 48.2 48.3s48.2-21.6 48.2-48.3c0-26.6-21.6-48.3-48.2-48.3"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignCrownFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M899.6 276.5L705 396.4L518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4L124.3 276.5c-5.7-3.5-13.1 1.2-12.2 7.9L188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9M512 734.2c-62.1 0-112.6-50.5-112.6-112.6S449.9 509 512 509s112.6 50.5 112.6 112.6S574.1 734.2 512 734.2m0-160.9c-26.6 0-48.2 21.6-48.2 48.3c0 26.6 21.6 48.3 48.2 48.3s48.2-21.6 48.2-48.3c0-26.6-21.6-48.3-48.2-48.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M899.6 276.5L705 396.4L518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4L124.3 276.5c-5.7-3.5-13.1 1.2-12.2 7.9L188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9M512 734.2c-62.1 0-112.6-50.5-112.6-112.6S449.9 509 512 509s112.6 50.5 112.6 112.6S574.1 734.2 512 734.2m0-160.9c-26.6 0-48.2 21.6-48.2 48.3c0 26.6 21.6 48.3 48.2 48.3s48.2-21.6 48.2-48.3c0-26.6-21.6-48.3-48.2-48.3"/></svg>
</template>

CSS

.icon-crown-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M899.6%20276.5L705%20396.4L518.4%20147.5a8.06%208.06%200%200%200-12.9%200L319%20396.4L124.3%20276.5c-5.7-3.5-13.1%201.2-12.2%207.9L188.5%20865c1.1%207.9%207.9%2014%2016%2014h615.1c8%200%2014.9-6%2015.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9M512%20734.2c-62.1%200-112.6-50.5-112.6-112.6S449.9%20509%20512%20509s112.6%2050.5%20112.6%20112.6S574.1%20734.2%20512%20734.2m0-160.9c-26.6%200-48.2%2021.6-48.2%2048.3c0%2026.6%2021.6%2048.3%2048.2%2048.3s48.2-21.6%2048.2-48.3c0-26.6-21.6-48.3-48.2-48.3%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M899.6%20276.5L705%20396.4L518.4%20147.5a8.06%208.06%200%200%200-12.9%200L319%20396.4L124.3%20276.5c-5.7-3.5-13.1%201.2-12.2%207.9L188.5%20865c1.1%207.9%207.9%2014%2016%2014h615.1c8%200%2014.9-6%2015.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9M512%20734.2c-62.1%200-112.6-50.5-112.6-112.6S449.9%20509%20512%20509s112.6%2050.5%20112.6%20112.6S574.1%20734.2%20512%20734.2m0-160.9c-26.6%200-48.2%2021.6-48.2%2048.3c0%2026.6%2021.6%2048.3%2048.2%2048.3s48.2-21.6%2048.2-48.3c0-26.6-21.6-48.3-48.2-48.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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