crown icon
crown-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- crown-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
crownAkar Iconscrown-filledAnt Design 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 AwesomecrownLucidecrownMajesticons
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"><path fill="currentColor" d="M246 80a26 26 0 1 0-46.6 15.84l-29.83 36.72l-26-59.76a26 26 0 1 0-31.16 0l-26 59.76L56.6 95.84a26 26 0 1 0-22.36 10.09L49 194.3A14 14 0 0 0 62.78 206h130.44A14 14 0 0 0 207 194.3l14.73-88.37A26 26 0 0 0 246 80M128 38a14 14 0 1 1-14 14a14 14 0 0 1 14-14M22 80a14 14 0 1 1 14 14a14 14 0 0 1-14-14m173.2 112.33a2 2 0 0 1-2 1.67H62.78a2 2 0 0 1-2-1.67L46.08 104l1.22-.55l36 44.36A6 6 0 0 0 88 150a5.5 5.5 0 0 0 .81-.06a6 6 0 0 0 4.69-3.55l29.92-68.8a25.8 25.8 0 0 0 9.16 0l29.92 68.8a6 6 0 0 0 4.69 3.55a5.5 5.5 0 0 0 .81.06a6 6 0 0 0 4.66-2.22l36-44.36l1.22.55ZM220 94a14 14 0 1 1 14-14a14 14 0 0 1-14 14"/></svg>
React
import type { SVGProps } from "react";
export function PhCrownLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 80a26 26 0 1 0-46.6 15.84l-29.83 36.72l-26-59.76a26 26 0 1 0-31.16 0l-26 59.76L56.6 95.84a26 26 0 1 0-22.36 10.09L49 194.3A14 14 0 0 0 62.78 206h130.44A14 14 0 0 0 207 194.3l14.73-88.37A26 26 0 0 0 246 80M128 38a14 14 0 1 1-14 14a14 14 0 0 1 14-14M22 80a14 14 0 1 1 14 14a14 14 0 0 1-14-14m173.2 112.33a2 2 0 0 1-2 1.67H62.78a2 2 0 0 1-2-1.67L46.08 104l1.22-.55l36 44.36A6 6 0 0 0 88 150a5.5 5.5 0 0 0 .81-.06a6 6 0 0 0 4.69-3.55l29.92-68.8a25.8 25.8 0 0 0 9.16 0l29.92 68.8a6 6 0 0 0 4.69 3.55a5.5 5.5 0 0 0 .81.06a6 6 0 0 0 4.66-2.22l36-44.36l1.22.55ZM220 94a14 14 0 1 1 14-14a14 14 0 0 1-14 14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 80a26 26 0 1 0-46.6 15.84l-29.83 36.72l-26-59.76a26 26 0 1 0-31.16 0l-26 59.76L56.6 95.84a26 26 0 1 0-22.36 10.09L49 194.3A14 14 0 0 0 62.78 206h130.44A14 14 0 0 0 207 194.3l14.73-88.37A26 26 0 0 0 246 80M128 38a14 14 0 1 1-14 14a14 14 0 0 1 14-14M22 80a14 14 0 1 1 14 14a14 14 0 0 1-14-14m173.2 112.33a2 2 0 0 1-2 1.67H62.78a2 2 0 0 1-2-1.67L46.08 104l1.22-.55l36 44.36A6 6 0 0 0 88 150a5.5 5.5 0 0 0 .81-.06a6 6 0 0 0 4.69-3.55l29.92-68.8a25.8 25.8 0 0 0 9.16 0l29.92 68.8a6 6 0 0 0 4.69 3.55a5.5 5.5 0 0 0 .81.06a6 6 0 0 0 4.66-2.22l36-44.36l1.22.55ZM220 94a14 14 0 1 1 14-14a14 14 0 0 1-14 14"/></svg> </template>
CSS
.icon-crown-light {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M246%2080a26%2026%200%201%200-46.6%2015.84l-29.83%2036.72l-26-59.76a26%2026%200%201%200-31.16%200l-26%2059.76L56.6%2095.84a26%2026%200%201%200-22.36%2010.09L49%20194.3A14%2014%200%200%200%2062.78%20206h130.44A14%2014%200%200%200%20207%20194.3l14.73-88.37A26%2026%200%200%200%20246%2080M128%2038a14%2014%200%201%201-14%2014a14%2014%200%200%201%2014-14M22%2080a14%2014%200%201%201%2014%2014a14%2014%200%200%201-14-14m173.2%20112.33a2%202%200%200%201-2%201.67H62.78a2%202%200%200%201-2-1.67L46.08%20104l1.22-.55l36%2044.36A6%206%200%200%200%2088%20150a5.5%205.5%200%200%200%20.81-.06a6%206%200%200%200%204.69-3.55l29.92-68.8a25.8%2025.8%200%200%200%209.16%200l29.92%2068.8a6%206%200%200%200%204.69%203.55a5.5%205.5%200%200%200%20.81.06a6%206%200%200%200%204.66-2.22l36-44.36l1.22.55ZM220%2094a14%2014%200%201%201%2014-14a14%2014%200%200%201-14%2014%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M246%2080a26%2026%200%201%200-46.6%2015.84l-29.83%2036.72l-26-59.76a26%2026%200%201%200-31.16%200l-26%2059.76L56.6%2095.84a26%2026%200%201%200-22.36%2010.09L49%20194.3A14%2014%200%200%200%2062.78%20206h130.44A14%2014%200%200%200%20207%20194.3l14.73-88.37A26%2026%200%200%200%20246%2080M128%2038a14%2014%200%201%201-14%2014a14%2014%200%200%201%2014-14M22%2080a14%2014%200%201%201%2014%2014a14%2014%200%200%201-14-14m173.2%20112.33a2%202%200%200%201-2%201.67H62.78a2%202%200%200%201-2-1.67L46.08%20104l1.22-.55l36%2044.36A6%206%200%200%200%2088%20150a5.5%205.5%200%200%200%20.81-.06a6%206%200%200%200%204.69-3.55l29.92-68.8a25.8%2025.8%200%200%200%209.16%200l29.92%2068.8a6%206%200%200%200%204.69%203.55a5.5%205.5%200%200%200%20.81.06a6%206%200%200%200%204.66-2.22l36-44.36l1.22.55ZM220%2094a14%2014%200%201%201%2014-14a14%2014%200%200%201-14%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/crown-light.svg?color=%231a73e8&size=48