Star Sports Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Star Sports icon is commonly used in rating systems, favorites and review sections. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/347846.svg" alt="Star Sports icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347846.svg" alt="Star Sports icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347846.svg" alt="Star Sports icon" :width="24" :height="24" />
CSS background
.icon-star-sports {
background-image: url('https://proicons.com/icon/347846.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.o{stroke-width:1px;}.o,.p,.q{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.p{stroke-width:1px;}</style></defs><rect id="c" class="q" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline id="d" class="o" points="19.9361 18.2905 21.3533 17.5189 21.3533 23.1876"/><path id="e" class="p" d="M34.7443,19.3958c0-1.1589,1.0499-2.0726,2.2504-1.8419.7875.1513,1.4163.8324,1.4947,1.6305.0583.5936-.1295,1.1794-.5396,1.5392-.7596.6666-3.2055,2.4632-3.2055,2.4632h3.7555"/><g id="f"><path id="g" class="o" d="M19.8163,37.974c.3913.3279.8138.4782,1.7627.4782h.2211c.7825,0,1.4169-.6343,1.4169-1.4169h0c0-.7825-.6344-1.4169-1.4169-1.4169"/><path id="h" class="o" d="M19.8157,33.2569c.3922-.3269.8151-.476,1.764-.4734l.2204.0013c.7825,0,1.4169.6343,1.4169,1.4169h0c0,.7825-.6344,1.4169-1.4169,1.4169"/><line id="i" class="o" x1="20.711" y1="35.6185" x2="21.8001" y2="35.6185"/></g><polyline id="j" class="o" points="37.787 38.4521 37.7867 32.7834 34.7444 36.5911 38.4999 36.5911"/><path id="k" class="q" d="M18.8834,20.613l-3.5836-2.3917-3.569,2.4134,1.1673-4.1473-3.3981-2.6486,4.305-.1715,1.4688-4.0503,1.4934,4.0413,4.3059.1453-3.382,2.6691,1.1924,4.1401Z"/><path id="l" class="q" d="M33.2364,20.5436l-3.5836-2.3917-3.569,2.4134,1.1673-4.1473-3.3981-2.6486,4.305-.1715,1.4688-4.0503,1.4934,4.0413,4.3059.1453-3.382,2.6691,1.1924,4.1401Z"/><path id="m" class="q" d="M18.8834,35.9091l-3.5836-2.3917-3.569,2.4134,1.1673-4.1473-3.3981-2.6486,4.305-.1715,1.4688-4.0503,1.4934,4.0413,4.3059.1453-3.382,2.6691,1.1924,4.1401Z"/><path id="n" class="q" d="M33.2364,35.9091l-3.5836-2.3917-3.569,2.4134,1.1673-4.1473-3.3981-2.6486,4.305-.1715,1.4688-4.0503,1.4934,4.0413,4.3059.1453-3.382,2.6691,1.1924,4.1401Z"/></svg>
Copied!