Emoji Crown Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/325232.svg" alt="Emoji Crown icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325232.svg" alt="Emoji Crown icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325232.svg" alt="Emoji Crown icon" :width="24" :height="24" />
CSS background
.icon-emoji-crown {
background-image: url('https://proicons.com/icon/325232.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.o{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="o" d="M7.2344,10.1729c1.5964,0,2.8906,1.2927,2.8906,2.8872s-1.2942,2.8872-2.8906,2.8872"/><path id="c" class="o" d="M16.7404,23.4179c-3.0711,0-5.802-1.4546-7.5398-3.7116-1.233-1.6014-1.9661-3.6068-1.9661-5.7831"/><path id="d" class="o" d="M40.7468,13.9231c0,5.2438-4.256,9.4948-9.506,9.4948"/><path id="e" class="o" d="M40.7656,15.9473c-1.5964,0-2.8906-1.2927-2.8906-2.8872s1.2942-2.8872,2.8906-2.8872"/><path id="f" class="o" d="M7.2344,10.1729c1.5964,0,2.8906,1.2927,2.8906,2.8872s-1.2942,2.8872-2.8906,2.8872"/><path id="g" class="o" d="M40.7656,15.9473c-1.5964,0-2.8906-1.2927-2.8906-2.8872s1.2942-2.8872,2.8906-2.8872"/><path id="h" class="o" d="M23.1889,15.8748c-.3397,4.3076-1.9633,7.5431-6.5434,7.5431h.095c-3.0711,0-5.802-1.4546-7.5398-3.7116-1.2331-1.6014-1.9662-3.6068-1.9662-5.7831v-3.7502,23.458h33.5312V10.1729"/><path id="i" class="o" d="M40.7468,13.9231c0,5.2438-4.256,9.4948-9.506,9.4948h-.1657c-4.5707,0-6.197-3.2221-6.5413-7.5162"/><path id="j" class="o" d="M7.2344,10.1729v23.458h33.5312V10.1729"/><path id="k" class="o" d="M21.1072,13.0647c0,1.5946,1.2942,2.8872,2.8906,2.8872s2.8906-1.2927,2.8906-2.8872h0c0-1.5946-1.2942-2.8872-2.8906-2.8872s-2.8906,1.2926-2.8906,2.8872h0"/><path id="l" class="o" d="M21.1072,13.0647c0,1.5946,1.2942,2.8872,2.8906,2.8872s2.8906-1.2927,2.8906-2.8872h0c0-1.5946-1.2942-2.8872-2.8906-2.8872s-2.8906,1.2926-2.8906,2.8872h0"/><path id="m" class="o" d="M5.5,33.6309h37v4.1962H5.5v-4.1962"/><path id="n" class="o" d="M5.5,33.6309h37v4.1962H5.5v-4.1962"/></svg>
Copied!