five star badge icon

five-star-badge from IconPark TwoTone by ByteDance · Two tone · Sports · Apache-2.0 Free for personal and commercial use.

Name
five-star-badge
Set
IconPark TwoTone
Style
Two tone
Category
Sports
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More sports icons from IconPark TwoTone

Use the five star badge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGfoAOLxWE2"><path fill="#555" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M23.103 20.817a1 1 0 0 1 1.794 0l2.985 6.048a1 1 0 0 0 .753.548l6.675.97a1 1 0 0 1 .554 1.705l-4.83 4.708a1 1 0 0 0-.288.885l1.14 6.648a1 1 0 0 1-1.45 1.054l-5.97-3.138a1 1 0 0 0-.931 0l-5.97 3.138a1 1 0 0 1-1.452-1.054l1.14-6.648a1 1 0 0 0-.287-.885l-4.83-4.708a1 1 0 0 1 .554-1.706l6.675-.97a1 1 0 0 0 .753-.547zM36 4H12v10l12 5l12-5z"/></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGfoAOLxWE2)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkTwotoneFiveStarBadge(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGfoAOLxWE2"><path fill="#555" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M23.103 20.817a1 1 0 0 1 1.794 0l2.985 6.048a1 1 0 0 0 .753.548l6.675.97a1 1 0 0 1 .554 1.705l-4.83 4.708a1 1 0 0 0-.288.885l1.14 6.648a1 1 0 0 1-1.45 1.054l-5.97-3.138a1 1 0 0 0-.931 0l-5.97 3.138a1 1 0 0 1-1.452-1.054l1.14-6.648a1 1 0 0 0-.287-.885l-4.83-4.708a1 1 0 0 1 .554-1.706l6.675-.97a1 1 0 0 0 .753-.547zM36 4H12v10l12 5l12-5z"/></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGfoAOLxWE2)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGfoAOLxWE2"><path fill="#555" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M23.103 20.817a1 1 0 0 1 1.794 0l2.985 6.048a1 1 0 0 0 .753.548l6.675.97a1 1 0 0 1 .554 1.705l-4.83 4.708a1 1 0 0 0-.288.885l1.14 6.648a1 1 0 0 1-1.45 1.054l-5.97-3.138a1 1 0 0 0-.931 0l-5.97 3.138a1 1 0 0 1-1.452-1.054l1.14-6.648a1 1 0 0 0-.287-.885l-4.83-4.708a1 1 0 0 1 .554-1.706l6.675-.97a1 1 0 0 0 .753-.547zM36 4H12v10l12 5l12-5z"/></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGfoAOLxWE2)"/></svg>
</template>

CSS

.icon-five-star-badge {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGfoAOLxWE2%22%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M23.103%2020.817a1%201%200%200%201%201.794%200l2.985%206.048a1%201%200%200%200%20.753.548l6.675.97a1%201%200%200%201%20.554%201.705l-4.83%204.708a1%201%200%200%200-.288.885l1.14%206.648a1%201%200%200%201-1.45%201.054l-5.97-3.138a1%201%200%200%200-.931%200l-5.97%203.138a1%201%200%200%201-1.452-1.054l1.14-6.648a1%201%200%200%200-.287-.885l-4.83-4.708a1%201%200%200%201%20.554-1.706l6.675-.97a1%201%200%200%200%20.753-.547zM36%204H12v10l12%205l12-5z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGfoAOLxWE2)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGfoAOLxWE2%22%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M23.103%2020.817a1%201%200%200%201%201.794%200l2.985%206.048a1%201%200%200%200%20.753.548l6.675.97a1%201%200%200%201%20.554%201.705l-4.83%204.708a1%201%200%200%200-.288.885l1.14%206.648a1%201%200%200%201-1.45%201.054l-5.97-3.138a1%201%200%200%200-.931%200l-5.97%203.138a1%201%200%200%201-1.452-1.054l1.14-6.648a1%201%200%200%200-.287-.885l-4.83-4.708a1%201%200%200%201%20.554-1.706l6.675-.97a1%201%200%200%200%20.753-.547zM36%204H12v10l12%205l12-5z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGfoAOLxWE2)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-twotone/five-star-badge.svg?color=%231a73e8&size=48