crown cross icon
crown-cross-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- crown-cross-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the crown cross icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 83.22a54 54 0 0 0-8-10.06V40h-16a8 8 0 0 1 0-16h16V8a8 8 0 0 1 16 0v16h16a8 8 0 0 1 0 16h-16v33.16a54 54 0 0 0-8 10.06M180 56c-17.74 0-33.21 6.48-44 17.16V176a8 8 0 0 1-16 0V73.16C109.21 62.48 93.74 56 76 56a60.07 60.07 0 0 0-60 60c0 29.86 14.54 48.85 26.73 59.52A90.5 90.5 0 0 0 64 189.34V208a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-18.66a90.5 90.5 0 0 0 21.27-13.82C225.46 164.85 240 145.86 240 116a60.07 60.07 0 0 0-60-60"/></svg>
React
import type { SVGProps } from "react";
export function PhCrownCrossFill(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="M128 83.22a54 54 0 0 0-8-10.06V40h-16a8 8 0 0 1 0-16h16V8a8 8 0 0 1 16 0v16h16a8 8 0 0 1 0 16h-16v33.16a54 54 0 0 0-8 10.06M180 56c-17.74 0-33.21 6.48-44 17.16V176a8 8 0 0 1-16 0V73.16C109.21 62.48 93.74 56 76 56a60.07 60.07 0 0 0-60 60c0 29.86 14.54 48.85 26.73 59.52A90.5 90.5 0 0 0 64 189.34V208a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-18.66a90.5 90.5 0 0 0 21.27-13.82C225.46 164.85 240 145.86 240 116a60.07 60.07 0 0 0-60-60"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 83.22a54 54 0 0 0-8-10.06V40h-16a8 8 0 0 1 0-16h16V8a8 8 0 0 1 16 0v16h16a8 8 0 0 1 0 16h-16v33.16a54 54 0 0 0-8 10.06M180 56c-17.74 0-33.21 6.48-44 17.16V176a8 8 0 0 1-16 0V73.16C109.21 62.48 93.74 56 76 56a60.07 60.07 0 0 0-60 60c0 29.86 14.54 48.85 26.73 59.52A90.5 90.5 0 0 0 64 189.34V208a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-18.66a90.5 90.5 0 0 0 21.27-13.82C225.46 164.85 240 145.86 240 116a60.07 60.07 0 0 0-60-60"/></svg> </template>
CSS
.icon-crown-cross-fill {
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%22M128%2083.22a54%2054%200%200%200-8-10.06V40h-16a8%208%200%200%201%200-16h16V8a8%208%200%200%201%2016%200v16h16a8%208%200%200%201%200%2016h-16v33.16a54%2054%200%200%200-8%2010.06M180%2056c-17.74%200-33.21%206.48-44%2017.16V176a8%208%200%200%201-16%200V73.16C109.21%2062.48%2093.74%2056%2076%2056a60.07%2060.07%200%200%200-60%2060c0%2029.86%2014.54%2048.85%2026.73%2059.52A90.5%2090.5%200%200%200%2064%20189.34V208a16%2016%200%200%200%2016%2016h96a16%2016%200%200%200%2016-16v-18.66a90.5%2090.5%200%200%200%2021.27-13.82C225.46%20164.85%20240%20145.86%20240%20116a60.07%2060.07%200%200%200-60-60%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%22M128%2083.22a54%2054%200%200%200-8-10.06V40h-16a8%208%200%200%201%200-16h16V8a8%208%200%200%201%2016%200v16h16a8%208%200%200%201%200%2016h-16v33.16a54%2054%200%200%200-8%2010.06M180%2056c-17.74%200-33.21%206.48-44%2017.16V176a8%208%200%200%201-16%200V73.16C109.21%2062.48%2093.74%2056%2076%2056a60.07%2060.07%200%200%200-60%2060c0%2029.86%2014.54%2048.85%2026.73%2059.52A90.5%2090.5%200%200%200%2064%20189.34V208a16%2016%200%200%200%2016%2016h96a16%2016%200%200%200%2016-16v-18.66a90.5%2090.5%200%200%200%2021.27-13.82C225.46%20164.85%20240%20145.86%20240%20116a60.07%2060.07%200%200%200-60-60%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/crown-cross-fill.svg?color=%231a73e8&size=48