Star Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Star 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/320749.svg" alt="Star icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320749.svg" alt="Star icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320749.svg" alt="Star icon" :width="24" :height="24" />
CSS background
.icon-star {
background-image: url('https://proicons.com/icon/320749.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="star_00000165197443304829677610000012486735988670384010_" d="M7.333,29.36c-0.076,0-0.151-0.024-0.215-0.071 c-0.128-0.096-0.178-0.264-0.123-0.413l3.569-9.733L1.8,13.299c-0.132-0.088-0.191-0.252-0.145-0.404 C1.702,12.744,1.841,12.64,2,12.64h10.732l2.923-9.744c0.091-0.305,0.599-0.305,0.689,0l2.923,9.744H30 c0.158,0,0.299,0.104,0.345,0.255s-0.013,0.316-0.146,0.404l-8.764,5.843l3.569,9.733c0.055,0.149,0.005,0.317-0.123,0.413 c-0.128,0.095-0.305,0.094-0.431-0.001L16,22.95l-8.451,6.338C7.485,29.336,7.41,29.36,7.333,29.36z M16,22.14 c0.076,0,0.152,0.024,0.216,0.072l7.694,5.771l-3.248-8.858c-0.058-0.156,0-0.331,0.139-0.424l8.01-5.34H19 c-0.159,0-0.299-0.104-0.345-0.256L16,4.253l-2.655,8.851C13.299,13.256,13.159,13.36,13,13.36H3.189L11.2,18.7 c0.138,0.093,0.195,0.268,0.138,0.424L8.09,27.982l7.694-5.771C15.848,22.164,15.924,22.14,16,22.14z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Star in other icon packs
Copied!