crown simple icon
crown-simple-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- crown-simple-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the crown simple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m231.87 89.42l-22.7 104a8 8 0 0 1-7.88 6.61H54.71a8 8 0 0 1-7.88-6.61l-22.7-104A8 8 0 0 1 38 82.76L80 128l40.74-91.35a8 8 0 0 1 14.52 0L176 128l42-45.24a8 8 0 0 1 13.87 6.66" opacity=".2"/><path d="M230.9 73.6a15.85 15.85 0 0 0-18.9 3.79l-33.67 36.29l-35.8-80.29a1 1 0 0 1 0-.1a16 16 0 0 0-29.06 0a1 1 0 0 1 0 .1l-35.8 80.29L44 77.39a16 16 0 0 0-27.75 13.42c0 .11 0 .21.07.32L39 195a16 16 0 0 0 15.72 13h146.57A16 16 0 0 0 217 195l22.68-103.87c0-.11 0-.21.07-.32a15.85 15.85 0 0 0-8.85-17.21m-29.55 118.08l-.06.32H54.71l-.06-.32L32 88l.14.16l42 45.24a8 8 0 0 0 13.18-2.18L128 40l40.69 91.25a8 8 0 0 0 13.18 2.18l42-45.24l.13-.19Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhCrownSimpleDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m231.87 89.42l-22.7 104a8 8 0 0 1-7.88 6.61H54.71a8 8 0 0 1-7.88-6.61l-22.7-104A8 8 0 0 1 38 82.76L80 128l40.74-91.35a8 8 0 0 1 14.52 0L176 128l42-45.24a8 8 0 0 1 13.87 6.66" opacity=".2"/><path d="M230.9 73.6a15.85 15.85 0 0 0-18.9 3.79l-33.67 36.29l-35.8-80.29a1 1 0 0 1 0-.1a16 16 0 0 0-29.06 0a1 1 0 0 1 0 .1l-35.8 80.29L44 77.39a16 16 0 0 0-27.75 13.42c0 .11 0 .21.07.32L39 195a16 16 0 0 0 15.72 13h146.57A16 16 0 0 0 217 195l22.68-103.87c0-.11 0-.21.07-.32a15.85 15.85 0 0 0-8.85-17.21m-29.55 118.08l-.06.32H54.71l-.06-.32L32 88l.14.16l42 45.24a8 8 0 0 0 13.18-2.18L128 40l40.69 91.25a8 8 0 0 0 13.18 2.18l42-45.24l.13-.19Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m231.87 89.42l-22.7 104a8 8 0 0 1-7.88 6.61H54.71a8 8 0 0 1-7.88-6.61l-22.7-104A8 8 0 0 1 38 82.76L80 128l40.74-91.35a8 8 0 0 1 14.52 0L176 128l42-45.24a8 8 0 0 1 13.87 6.66" opacity=".2"/><path d="M230.9 73.6a15.85 15.85 0 0 0-18.9 3.79l-33.67 36.29l-35.8-80.29a1 1 0 0 1 0-.1a16 16 0 0 0-29.06 0a1 1 0 0 1 0 .1l-35.8 80.29L44 77.39a16 16 0 0 0-27.75 13.42c0 .11 0 .21.07.32L39 195a16 16 0 0 0 15.72 13h146.57A16 16 0 0 0 217 195l22.68-103.87c0-.11 0-.21.07-.32a15.85 15.85 0 0 0-8.85-17.21m-29.55 118.08l-.06.32H54.71l-.06-.32L32 88l.14.16l42 45.24a8 8 0 0 0 13.18-2.18L128 40l40.69 91.25a8 8 0 0 0 13.18 2.18l42-45.24l.13-.19Z"/></g></svg> </template>
CSS
.icon-crown-simple-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m231.87%2089.42l-22.7%20104a8%208%200%200%201-7.88%206.61H54.71a8%208%200%200%201-7.88-6.61l-22.7-104A8%208%200%200%201%2038%2082.76L80%20128l40.74-91.35a8%208%200%200%201%2014.52%200L176%20128l42-45.24a8%208%200%200%201%2013.87%206.66%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M230.9%2073.6a15.85%2015.85%200%200%200-18.9%203.79l-33.67%2036.29l-35.8-80.29a1%201%200%200%201%200-.1a16%2016%200%200%200-29.06%200a1%201%200%200%201%200%20.1l-35.8%2080.29L44%2077.39a16%2016%200%200%200-27.75%2013.42c0%20.11%200%20.21.07.32L39%20195a16%2016%200%200%200%2015.72%2013h146.57A16%2016%200%200%200%20217%20195l22.68-103.87c0-.11%200-.21.07-.32a15.85%2015.85%200%200%200-8.85-17.21m-29.55%20118.08l-.06.32H54.71l-.06-.32L32%2088l.14.16l42%2045.24a8%208%200%200%200%2013.18-2.18L128%2040l40.69%2091.25a8%208%200%200%200%2013.18%202.18l42-45.24l.13-.19Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m231.87%2089.42l-22.7%20104a8%208%200%200%201-7.88%206.61H54.71a8%208%200%200%201-7.88-6.61l-22.7-104A8%208%200%200%201%2038%2082.76L80%20128l40.74-91.35a8%208%200%200%201%2014.52%200L176%20128l42-45.24a8%208%200%200%201%2013.87%206.66%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M230.9%2073.6a15.85%2015.85%200%200%200-18.9%203.79l-33.67%2036.29l-35.8-80.29a1%201%200%200%201%200-.1a16%2016%200%200%200-29.06%200a1%201%200%200%201%200%20.1l-35.8%2080.29L44%2077.39a16%2016%200%200%200-27.75%2013.42c0%20.11%200%20.21.07.32L39%20195a16%2016%200%200%200%2015.72%2013h146.57A16%2016%200%200%200%20217%20195l22.68-103.87c0-.11%200-.21.07-.32a15.85%2015.85%200%200%200-8.85-17.21m-29.55%20118.08l-.06.32H54.71l-.06-.32L32%2088l.14.16l42%2045.24a8%208%200%200%200%2013.18-2.18L128%2040l40.69%2091.25a8%208%200%200%200%2013.18%202.18l42-45.24l.13-.19Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/crown-simple-duotone.svg?color=%231a73e8&size=48