Stars A Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Stars A 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/310974.svg" alt="Stars A icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310974.svg" alt="Stars A icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310974.svg" alt="Stars A icon" :width="24" :height="24" />
CSS background
.icon-stars-a {
background-image: url('https://proicons.com/icon/310974.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14.9203 3.58213L14.2957 5.44196C14.0637 6.14948 13.6687 6.79248 13.1427 7.31902C12.6166 7.84557 11.9742 8.2409 11.2673 8.47309L9.38543 9.09831C9.32215 9.11913 9.26705 9.15941 9.22799 9.21341C9.18893 9.26741 9.1679 9.33238 9.1679 9.39905C9.1679 9.46572 9.18893 9.53068 9.22799 9.58469C9.26705 9.63869 9.32215 9.67897 9.38543 9.69979L11.2673 10.325C11.9672 10.558 12.6033 10.9511 13.1248 11.4732C13.6464 11.9952 14.0392 12.6318 14.272 13.3324L14.8966 15.216C14.9174 15.2793 14.9577 15.3344 15.0116 15.3735C15.0656 15.4126 15.1305 15.4337 15.1971 15.4337C15.2637 15.4337 15.3286 15.4126 15.3826 15.3735C15.4365 15.3344 15.4768 15.2793 15.4976 15.216L16.1459 13.3561C16.3787 12.6556 16.7715 12.019 17.2931 11.4969C17.8147 10.9749 18.4507 10.5817 19.1506 10.3487L21.0325 9.72353C21.0958 9.70271 21.1509 9.66243 21.1899 9.60843C21.229 9.55443 21.25 9.48946 21.25 9.42279C21.25 9.35612 21.229 9.29115 21.1899 9.23715C21.1509 9.18315 21.0958 9.14287 21.0325 9.12205L19.1743 8.47309C18.4674 8.2409 17.825 7.84557 17.299 7.31902C16.7729 6.79248 16.3779 6.14948 16.1459 5.44196L15.5213 3.55839C15.4981 3.49574 15.4557 3.44205 15.4002 3.40497C15.3447 3.3679 15.2789 3.34936 15.2122 3.35199C15.1455 3.35463 15.0814 3.37831 15.029 3.41964C14.9765 3.46098 14.9385 3.51785 14.9203 3.58213Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.85889 12.1828L6.41271 13.5113C6.24701 14.0167 5.96488 14.4759 5.58912 14.8521C5.21335 15.2282 4.75448 15.5105 4.24957 15.6764L2.90537 16.123C2.86017 16.1378 2.82082 16.1666 2.79292 16.2052C2.76502 16.2438 2.75 16.2902 2.75 16.3378C2.75 16.3854 2.76502 16.4318 2.79292 16.4704C2.82082 16.509 2.86017 16.5377 2.90537 16.5526L4.24957 16.9992C4.74952 17.1656 5.20382 17.4464 5.57638 17.8193C5.94894 18.1922 6.2295 18.6469 6.39576 19.1473L6.84195 20.4927C6.8568 20.538 6.88555 20.5774 6.92409 20.6053C6.96262 20.6332 7.00899 20.6482 7.05656 20.6482C7.10414 20.6482 7.1505 20.6332 7.18904 20.6053C7.22758 20.5774 7.25633 20.538 7.27118 20.4927L7.73431 19.1643C7.90058 18.6639 8.18113 18.2092 8.55369 17.8363C8.92625 17.4634 9.38055 17.1826 9.8805 17.0161L11.2247 16.5696C11.2699 16.5547 11.3093 16.5259 11.3372 16.4873C11.3651 16.4488 11.3801 16.4024 11.3801 16.3547C11.3801 16.3071 11.3651 16.2607 11.3372 16.2221C11.3093 16.1836 11.2699 16.1548 11.2247 16.1399L9.89745 15.6764C9.39253 15.5105 8.93366 15.2282 8.5579 14.8521C8.18213 14.4759 7.90001 14.0167 7.73431 13.5113L7.28813 12.1659C7.27157 12.1211 7.24131 12.0828 7.20165 12.0563C7.162 12.0298 7.11499 12.0166 7.06736 12.0185C7.01973 12.0203 6.97391 12.0373 6.93647 12.0668C6.89902 12.0963 6.87187 12.1369 6.85889 12.1828Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!