crown icon
crown-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- crown-twotone
- Set
- Ant Design Icons
- Style
- TwoTone
- Viewbox
- 1024×1024
- License
- MIT
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" fill-opacity=".15" d="M911.9 283.9v.5L835.5 865c-1 8-7.9 14-15.9 14H204.5c-8.1 0-14.9-6.1-16-14l-76.4-580.6v-.6v1.6L188.5 866c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6q.15-.75 0-1.5"/><path fill="currentColor" fill-opacity=".15" d="m773.6 810.6l53.9-409.4l-139.8 86.1L512 252.9L336.3 487.3l-139.8-86.1l53.8 409.4zm-374.2-189c0-62.1 50.5-112.6 112.6-112.6s112.6 50.5 112.6 112.6v1c0 62.1-50.5 112.6-112.6 112.6s-112.6-50.5-112.6-112.6z"/><path fill="currentColor" d="M512 734.2c61.9 0 112.3-50.2 112.6-112.1v-.5c0-62.1-50.5-112.6-112.6-112.6s-112.6 50.5-112.6 112.6v.5c.3 61.9 50.7 112.1 112.6 112.1m0-160.9c26.6 0 48.2 21.6 48.2 48.3c0 26.6-21.6 48.3-48.2 48.3s-48.2-21.6-48.2-48.3c0-26.6 21.6-48.3 48.2-48.3"/><path fill="currentColor" d="M188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6v-.5c.3-6.4-6.7-10.8-12.3-7.4L705 396.4L518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4L124.3 276.5c-5.5-3.4-12.6.9-12.2 7.3v.6zm147.8-377.7L512 252.9l175.7 234.4l139.8-86.1l-53.9 409.4H250.3l-53.8-409.4z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignCrownTwotone(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" fillOpacity=".15" d="M911.9 283.9v.5L835.5 865c-1 8-7.9 14-15.9 14H204.5c-8.1 0-14.9-6.1-16-14l-76.4-580.6v-.6v1.6L188.5 866c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6q.15-.75 0-1.5"/><path fill="currentColor" fillOpacity=".15" d="m773.6 810.6l53.9-409.4l-139.8 86.1L512 252.9L336.3 487.3l-139.8-86.1l53.8 409.4zm-374.2-189c0-62.1 50.5-112.6 112.6-112.6s112.6 50.5 112.6 112.6v1c0 62.1-50.5 112.6-112.6 112.6s-112.6-50.5-112.6-112.6z"/><path fill="currentColor" d="M512 734.2c61.9 0 112.3-50.2 112.6-112.1v-.5c0-62.1-50.5-112.6-112.6-112.6s-112.6 50.5-112.6 112.6v.5c.3 61.9 50.7 112.1 112.6 112.1m0-160.9c26.6 0 48.2 21.6 48.2 48.3c0 26.6-21.6 48.3-48.2 48.3s-48.2-21.6-48.2-48.3c0-26.6 21.6-48.3 48.2-48.3"/><path fill="currentColor" d="M188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6v-.5c.3-6.4-6.7-10.8-12.3-7.4L705 396.4L518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4L124.3 276.5c-5.5-3.4-12.6.9-12.2 7.3v.6zm147.8-377.7L512 252.9l175.7 234.4l139.8-86.1l-53.9 409.4H250.3l-53.8-409.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M911.9 283.9v.5L835.5 865c-1 8-7.9 14-15.9 14H204.5c-8.1 0-14.9-6.1-16-14l-76.4-580.6v-.6v1.6L188.5 866c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6q.15-.75 0-1.5"/><path fill="currentColor" fill-opacity=".15" d="m773.6 810.6l53.9-409.4l-139.8 86.1L512 252.9L336.3 487.3l-139.8-86.1l53.8 409.4zm-374.2-189c0-62.1 50.5-112.6 112.6-112.6s112.6 50.5 112.6 112.6v1c0 62.1-50.5 112.6-112.6 112.6s-112.6-50.5-112.6-112.6z"/><path fill="currentColor" d="M512 734.2c61.9 0 112.3-50.2 112.6-112.1v-.5c0-62.1-50.5-112.6-112.6-112.6s-112.6 50.5-112.6 112.6v.5c.3 61.9 50.7 112.1 112.6 112.1m0-160.9c26.6 0 48.2 21.6 48.2 48.3c0 26.6-21.6 48.3-48.2 48.3s-48.2-21.6-48.2-48.3c0-26.6 21.6-48.3 48.2-48.3"/><path fill="currentColor" d="M188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6v-.5c.3-6.4-6.7-10.8-12.3-7.4L705 396.4L518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4L124.3 276.5c-5.5-3.4-12.6.9-12.2 7.3v.6zm147.8-377.7L512 252.9l175.7 234.4l139.8-86.1l-53.9 409.4H250.3l-53.8-409.4z"/></svg> </template>
CSS
.icon-crown-twotone {
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%20fill-opacity%3D%22.15%22%20d%3D%22M911.9%20283.9v.5L835.5%20865c-1%208-7.9%2014-15.9%2014H204.5c-8.1%200-14.9-6.1-16-14l-76.4-580.6v-.6v1.6L188.5%20866c1.1%207.9%207.9%2014%2016%2014h615.1c8%200%2014.9-6%2015.9-14l76.4-580.6q.15-.75%200-1.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22m773.6%20810.6l53.9-409.4l-139.8%2086.1L512%20252.9L336.3%20487.3l-139.8-86.1l53.8%20409.4zm-374.2-189c0-62.1%2050.5-112.6%20112.6-112.6s112.6%2050.5%20112.6%20112.6v1c0%2062.1-50.5%20112.6-112.6%20112.6s-112.6-50.5-112.6-112.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20734.2c61.9%200%20112.3-50.2%20112.6-112.1v-.5c0-62.1-50.5-112.6-112.6-112.6s-112.6%2050.5-112.6%20112.6v.5c.3%2061.9%2050.7%20112.1%20112.6%20112.1m0-160.9c26.6%200%2048.2%2021.6%2048.2%2048.3c0%2026.6-21.6%2048.3-48.2%2048.3s-48.2-21.6-48.2-48.3c0-26.6%2021.6-48.3%2048.2-48.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M188.5%20865c1.1%207.9%207.9%2014%2016%2014h615.1c8%200%2014.9-6%2015.9-14l76.4-580.6v-.5c.3-6.4-6.7-10.8-12.3-7.4L705%20396.4L518.4%20147.5a8.06%208.06%200%200%200-12.9%200L319%20396.4L124.3%20276.5c-5.5-3.4-12.6.9-12.2%207.3v.6zm147.8-377.7L512%20252.9l175.7%20234.4l139.8-86.1l-53.9%20409.4H250.3l-53.8-409.4z%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%20fill-opacity%3D%22.15%22%20d%3D%22M911.9%20283.9v.5L835.5%20865c-1%208-7.9%2014-15.9%2014H204.5c-8.1%200-14.9-6.1-16-14l-76.4-580.6v-.6v1.6L188.5%20866c1.1%207.9%207.9%2014%2016%2014h615.1c8%200%2014.9-6%2015.9-14l76.4-580.6q.15-.75%200-1.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22m773.6%20810.6l53.9-409.4l-139.8%2086.1L512%20252.9L336.3%20487.3l-139.8-86.1l53.8%20409.4zm-374.2-189c0-62.1%2050.5-112.6%20112.6-112.6s112.6%2050.5%20112.6%20112.6v1c0%2062.1-50.5%20112.6-112.6%20112.6s-112.6-50.5-112.6-112.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20734.2c61.9%200%20112.3-50.2%20112.6-112.1v-.5c0-62.1-50.5-112.6-112.6-112.6s-112.6%2050.5-112.6%20112.6v.5c.3%2061.9%2050.7%20112.1%20112.6%20112.1m0-160.9c26.6%200%2048.2%2021.6%2048.2%2048.3c0%2026.6-21.6%2048.3-48.2%2048.3s-48.2-21.6-48.2-48.3c0-26.6%2021.6-48.3%2048.2-48.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M188.5%20865c1.1%207.9%207.9%2014%2016%2014h615.1c8%200%2014.9-6%2015.9-14l76.4-580.6v-.5c.3-6.4-6.7-10.8-12.3-7.4L705%20396.4L518.4%20147.5a8.06%208.06%200%200%200-12.9%200L319%20396.4L124.3%20276.5c-5.5-3.4-12.6.9-12.2%207.3v.6zm147.8-377.7L512%20252.9l175.7%20234.4l139.8-86.1l-53.9%20409.4H250.3l-53.8-409.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/crown-twotone.svg?color=%231a73e8&size=48