Superstar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Superstar 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/348049.svg" alt="Superstar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348049.svg" alt="Superstar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348049.svg" alt="Superstar icon" :width="24" :height="24" />
CSS background
.icon-superstar {
background-image: url('https://proicons.com/icon/348049.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M22.3048,22.8349v-7.1213h2.3314c1.318,0,2.3865,1.0708,2.3865,2.3916s-1.0685,2.3916-2.3865,2.3916h-2.3314"/><path class="e" d="M33.7821,22.8349v-7.1213h2.3314c1.318,0,2.3865,1.0708,2.3865,2.3916s-1.0685,2.3916-2.3865,2.3916h-2.3314"/><line class="e" x1="36.1135" y1="20.4968" x2="38.4447" y2="22.8331"/><path class="e" d="M9.641,22.0546c.4367.5685.9843.7803,1.7461.7803h1.0543c.9811,0,1.7765-.7954,1.7765-1.7765v-.0077c0-.9811-.7954-1.7765-1.7765-1.7765h-1.163c-.9822,0-1.7784-.7962-1.7784-1.7784h0c0-.9843.7979-1.7823,1.7822-1.7823h1.0485c.7618,0,1.3094.2118,1.7461.7803"/><path class="e" d="M15.8425,15.7135v4.7624c0,1.3028,1.0561,2.3589,2.3589,2.3589s2.3589-1.0561,2.3589-2.3589v-4.7624"/><line class="e" x1="28.6475" y1="19.2742" x2="30.969" y2="19.2742"/><polyline class="e" points="32.2082 22.8349 28.6475 22.8349 28.6475 15.7135 32.2082 15.7135"/><path class="e" d="M29.8433,32.2865v-7.1213h2.3314c1.318,0,2.3865,1.0708,2.3865,2.3916s-1.0685,2.3916-2.3865,2.3916h-2.3314"/><line class="e" x1="32.1747" y1="29.9484" x2="34.5059" y2="32.2847"/><line class="e" x1="19.4261" y1="25.1651" x2="24.144" y2="25.1651"/><line class="e" x1="21.785" y1="32.2865" x2="21.785" y2="25.1651"/><path class="e" d="M13.5798,31.5062c.4367.5685.9843.7803,1.7461.7803h1.0543c.9811,0,1.7765-.7954,1.7765-1.7765v-.0077c0-.9811-.7954-1.7765-1.7765-1.7765h-1.163c-.9822,0-1.7784-.7962-1.7784-1.7784h0c0-.9843.7979-1.7823,1.7822-1.7823h1.0485c.7618,0,1.3094.2118,1.7461.7803"/><line class="e" x1="27.4843" y1="29.9275" x2="24.3293" y2="29.9275"/><polyline class="e" points="23.5479 32.2865 25.9068 25.1651 28.2658 32.2865"/><rect class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!