Star Health Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Star Health 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/347843.svg" alt="Star Health icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347843.svg" alt="Star Health icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347843.svg" alt="Star Health icon" :width="24" :height="24" />
CSS background
.icon-star-health {
background-image: url('https://proicons.com/icon/347843.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="b" points="25.0601 36.0849 17.2068 31.9562 9.3536 36.0849 10.8534 27.3402 4.5 21.1471 13.2802 19.8713 17.2068 11.9151 21.1335 19.8713"/><path class="b" d="m38.4232,30.7022v-7.6631h2.5087c1.4183,0,2.568,1.1522,2.568,2.5736s-1.1498,2.5736-2.568,2.5736h-2.5087"/><line class="b" x1="40.932" y1="28.1863" x2="43.4405" y2="30.7003"/><line class="b" x1="26.5616" y1="23.0392" x2="31.6384" y2="23.0392"/><line class="b" x1="29.1" y1="30.7022" x2="29.1" y2="23.0392"/><path class="b" d="m20.1351,29.8626c.4699.6118,1.0591.8396,1.8789.8396h1.1345c1.0558,0,1.9116-.8559,1.9116-1.9116v-.0083c0-1.0558-.8559-1.9116-1.9116-1.9116h-1.2514c-1.0569,0-1.9137-.8568-1.9137-1.9137h0c0-1.0592.8586-1.9178,1.9178-1.9178h1.1283c.8198,0,1.409.2279,1.8789.8396"/><line class="b" x1="35.6555" y1="28.1638" x2="32.2604" y2="28.1638"/><polyline class="b" points="31.4195 30.7022 33.9579 23.0391 36.4963 30.7022"/></svg>
Copied!