Star Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Star Square 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/310972.svg" alt="Star Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310972.svg" alt="Star Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310972.svg" alt="Star Square icon" :width="24" :height="24" />
CSS background
.icon-star-square {
background-image: url('https://proicons.com/icon/310972.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"> <rect x="2.75" y="2.75" width="18.5" height="18.5" rx="6" stroke="black" stroke-width="1.5"/> <path d="M11.7134 6.22882L11.0929 8.07604C10.8625 8.77876 10.4702 9.4174 9.94773 9.94037C9.42523 10.4633 8.78717 10.856 8.08508 11.0866L6.21597 11.7076C6.15312 11.7283 6.0984 11.7683 6.0596 11.8219C6.02081 11.8755 5.99992 11.9401 5.99992 12.0063C5.99992 12.0725 6.02081 12.137 6.0596 12.1907C6.0984 12.2443 6.15312 12.2843 6.21597 12.305L8.08508 12.926C8.78027 13.1574 9.41198 13.5478 9.93002 14.0663C10.4481 14.5849 10.8382 15.2171 11.0694 15.913L11.6898 17.7838C11.7105 17.8467 11.7504 17.9014 11.804 17.9403C11.8576 17.9791 11.9221 18 11.9882 18C12.0544 18 12.1188 17.9791 12.1724 17.9403C12.226 17.9014 12.266 17.8467 12.2867 17.7838L12.9306 15.9365C13.1618 15.2407 13.5519 14.6084 14.07 14.0899C14.588 13.5714 15.2197 13.181 15.9149 12.9495L17.784 12.3286C17.8469 12.3079 17.9016 12.2679 17.9404 12.2142C17.9792 12.1606 18.0001 12.0961 18.0001 12.0299C18.0001 11.9637 17.9792 11.8991 17.9404 11.8455C17.9016 11.7919 17.8469 11.7518 17.784 11.7312L15.9385 11.0866C15.2364 10.856 14.5983 10.4633 14.0758 9.94037C13.5533 9.4174 13.161 8.77876 12.9306 8.07604L12.3102 6.20524C12.2872 6.14302 12.2451 6.08969 12.19 6.05287C12.1348 6.01605 12.0695 5.99763 12.0032 6.00024C11.937 6.00286 11.8733 6.02638 11.8212 6.06744C11.7692 6.10849 11.7314 6.16498 11.7134 6.22882Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Star Square in other icon packs
Copied!