Stars B Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Stars B 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/310975.svg" alt="Stars B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310975.svg" alt="Stars B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310975.svg" alt="Stars B icon" :width="24" :height="24" />
CSS background
.icon-stars-b {
background-image: url('https://proicons.com/icon/310975.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.9204 8.7967L14.2957 10.6565C14.0637 11.3641 13.6687 12.007 13.1427 12.5336C12.6166 13.0601 11.9742 13.4555 11.2673 13.6877L9.38543 14.3129C9.32215 14.3337 9.26706 14.374 9.228 14.428C9.18894 14.482 9.16791 14.5469 9.16791 14.6136C9.16791 14.6803 9.18894 14.7453 9.228 14.7993C9.26706 14.8533 9.32215 14.8935 9.38543 14.9144L11.2673 15.5396C11.9672 15.7726 12.6033 16.1657 13.1248 16.6877C13.6464 17.2098 14.0392 17.8464 14.272 18.547L14.8966 20.4305C14.9174 20.4939 14.9577 20.549 15.0116 20.5881C15.0656 20.6272 15.1305 20.6483 15.1971 20.6483C15.2637 20.6483 15.3286 20.6272 15.3826 20.5881C15.4365 20.549 15.4768 20.4939 15.4976 20.4305L16.1459 18.5707C16.3787 17.8701 16.7715 17.2335 17.2931 16.7115C17.8147 16.1894 18.4507 15.7963 19.1506 15.5633L21.0325 14.9381C21.0958 14.9173 21.1509 14.877 21.1899 14.823C21.229 14.769 21.25 14.704 21.25 14.6374C21.25 14.5707 21.229 14.5057 21.1899 14.4517C21.1509 14.3977 21.0958 14.3574 21.0325 14.3366L19.1743 13.6877C18.4675 13.4555 17.825 13.0601 17.299 12.5336C16.7729 12.007 16.3779 11.3641 16.1459 10.6565L15.5213 8.77295C15.4981 8.71031 15.4557 8.65662 15.4002 8.61954C15.3447 8.58247 15.2789 8.56393 15.2122 8.56656C15.1455 8.5692 15.0814 8.59288 15.029 8.63421C14.9765 8.67555 14.9385 8.73242 14.9204 8.7967Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.85889 3.5163L6.41271 4.84476C6.24701 5.35013 5.96488 5.80941 5.58912 6.18552C5.21335 6.56162 4.75448 6.844 4.24957 7.00985L2.90537 7.45643C2.86017 7.4713 2.82082 7.50008 2.79292 7.53865C2.76502 7.57722 2.75 7.62363 2.75 7.67125C2.75 7.71887 2.76502 7.76527 2.79292 7.80385C2.82082 7.84242 2.86017 7.87119 2.90537 7.88606L4.24957 8.33265C4.74952 8.49906 5.20382 8.77987 5.57638 9.15277C5.94894 9.52566 6.2295 9.98037 6.39576 10.4808L6.84195 11.8262C6.8568 11.8714 6.88555 11.9108 6.92409 11.9387C6.96262 11.9667 7.00899 11.9817 7.05656 11.9817C7.10414 11.9817 7.1505 11.9667 7.18904 11.9387C7.22758 11.9108 7.25633 11.8714 7.27118 11.8262L7.73431 10.4977C7.90058 9.99733 8.18113 9.54262 8.55369 9.16973C8.92625 8.79683 9.38055 8.51602 9.8805 8.34961L11.2247 7.90302C11.2699 7.88815 11.3093 7.85938 11.3372 7.8208C11.3651 7.78223 11.3801 7.73583 11.3801 7.68821C11.3801 7.64059 11.3651 7.59418 11.3372 7.55561C11.3093 7.51703 11.2699 7.48826 11.2247 7.47339L9.89745 7.00985C9.39253 6.844 8.93366 6.56162 8.5579 6.18552C8.18213 5.80941 7.90001 5.35013 7.73431 4.84476L7.28813 3.49935C7.27157 3.4546 7.24131 3.41625 7.20165 3.38977C7.162 3.36329 7.11499 3.35004 7.06736 3.35192C7.01973 3.3538 6.97391 3.37072 6.93647 3.40024C6.89902 3.42977 6.87187 3.47039 6.85889 3.5163Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!