Crown Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Crown icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/312100.svg" alt="Crown icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312100.svg" alt="Crown icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312100.svg" alt="Crown icon" :width="24" :height="24" />
CSS background
.icon-crown {
background-image: url('https://proicons.com/icon/312100.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-crown" viewBox="0 0 22 22"><path d="M2 17H20V19H2V17M4 6L4 7H5L5 8L6 8L6 7H7V6H8V5H9V4L10 4L10 3H12L12 4L13 4V5H14L14 6H15V7H16L16 8H17V7L18 7V6H19V5H20V16H2V5H3V6H4M7 14H18V10H15V9H14V8H13V7H12V6H10V7H9V8H8V9H7V10H4V14H7Z" /></svg>
Crown in other icon packs
Copied!