Preview:
<div class="rating-container">
    <h1>Rate Product</h1>
    <div class="star-icon">
        <input type="radio" name="rating1" id="rating1" />
        <label for="rating1" class="material-icons"> star </label>
        <input type="radio" name="rating2" id="rating2" />
        <label for="rating2" class="material-icons"> star </label>
        <input type="radio" name="rating3" id="rating3" />
        <label for="rating3" class="material-icons"> star </label>
        <input type="radio" name="rating4" id="rating4" />
        <label for="rating4" class="material-icons"> star </label>
        <input type="radio" name="rating5" id="rating5" />
        <label for="rating5" class="material-icons"> star </label>
    </div>
</div>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter