crown icon
crown-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- crown-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- crown, crown-outline
2 other variants in Ant Design Icons
The same icon in other sets
crownAkar IconscrownBoxIcons v2crownBoxIcons v2 SolidcrownEmoji One (Colored)crownFont Awesome 6 SolidcrownFont Awesome Solidcrown-16-filledFluent UI System IconscrownFluent EmojicrownFluent Emoji FlatcrownFluent Emoji High ContrastcrownFirefox OS Emojicrowncss.ggcrownHuge IconscrownHumbleiconscrownIconParkcrownIconPark OutlinecrownIconPark SolidcrownIconPark TwoTonecrownIconoircrownJam IconscrownLine AwesomecrownLucidecrownMajesticonscrownMaterial Symbols
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.9m-126 534.1H250.3l-53.8-409.4l139.8 86.1L512 252.9l175.7 234.4l139.8-86.1zM512 509c-62.1 0-112.6 50.5-112.6 112.6S449.9 734.2 512 734.2s112.6-50.5 112.6-112.6S574.1 509 512 509m0 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 AntDesignCrownOutlined(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.9m-126 534.1H250.3l-53.8-409.4l139.8 86.1L512 252.9l175.7 234.4l139.8-86.1zM512 509c-62.1 0-112.6 50.5-112.6 112.6S449.9 734.2 512 734.2s112.6-50.5 112.6-112.6S574.1 509 512 509m0 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.9m-126 534.1H250.3l-53.8-409.4l139.8 86.1L512 252.9l175.7 234.4l139.8-86.1zM512 509c-62.1 0-112.6 50.5-112.6 112.6S449.9 734.2 512 734.2s112.6-50.5 112.6-112.6S574.1 509 512 509m0 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-outlined {
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.9m-126%20534.1H250.3l-53.8-409.4l139.8%2086.1L512%20252.9l175.7%20234.4l139.8-86.1zM512%20509c-62.1%200-112.6%2050.5-112.6%20112.6S449.9%20734.2%20512%20734.2s112.6-50.5%20112.6-112.6S574.1%20509%20512%20509m0%20160.9c-26.6%200-48.2-21.6-48.2-48.3c0-26.6%2021.6-48.3%2048.2-48.3s48.2%2021.6%2048.2%2048.3c0%2026.6-21.6%2048.3-48.2%2048.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.9m-126%20534.1H250.3l-53.8-409.4l139.8%2086.1L512%20252.9l175.7%20234.4l139.8-86.1zM512%20509c-62.1%200-112.6%2050.5-112.6%20112.6S449.9%20734.2%20512%20734.2s112.6-50.5%20112.6-112.6S574.1%20509%20512%20509m0%20160.9c-26.6%200-48.2-21.6-48.2-48.3c0-26.6%2021.6-48.3%2048.2-48.3s48.2%2021.6%2048.2%2048.3c0%2026.6-21.6%2048.3-48.2%2048.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-outlined.svg?color=%231a73e8&size=48