ranking-star from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
ranking-star
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Use the ranking star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M353.8 54.1L330.2 6.3c-3.9-8.3-16.1-8.6-20.4 0l-23.6 47.8l-52.3 7.5c-9.3 1.4-13.3 12.9-6.4 19.8l38 37l-9 52.1c-1.4 9.3 8.2 16.5 16.8 12.2l46.9-24.8l46.6 24.4c8.6 4.3 18.3-2.9 16.8-12.2l-9-52.1l38-36.6c6.8-6.8 2.9-18.3-6.4-19.8l-52.3-7.5zM256 256c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V288c0-17.7-14.3-32-32-32zM32 320c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32zm416 96v64c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32H480c-17.7 0-32 14.3-32 32"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidRankingStar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M353.8 54.1L330.2 6.3c-3.9-8.3-16.1-8.6-20.4 0l-23.6 47.8l-52.3 7.5c-9.3 1.4-13.3 12.9-6.4 19.8l38 37l-9 52.1c-1.4 9.3 8.2 16.5 16.8 12.2l46.9-24.8l46.6 24.4c8.6 4.3 18.3-2.9 16.8-12.2l-9-52.1l38-36.6c6.8-6.8 2.9-18.3-6.4-19.8l-52.3-7.5zM256 256c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V288c0-17.7-14.3-32-32-32zM32 320c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32zm416 96v64c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32H480c-17.7 0-32 14.3-32 32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M353.8 54.1L330.2 6.3c-3.9-8.3-16.1-8.6-20.4 0l-23.6 47.8l-52.3 7.5c-9.3 1.4-13.3 12.9-6.4 19.8l38 37l-9 52.1c-1.4 9.3 8.2 16.5 16.8 12.2l46.9-24.8l46.6 24.4c8.6 4.3 18.3-2.9 16.8-12.2l-9-52.1l38-36.6c6.8-6.8 2.9-18.3-6.4-19.8l-52.3-7.5zM256 256c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V288c0-17.7-14.3-32-32-32zM32 320c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32zm416 96v64c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32H480c-17.7 0-32 14.3-32 32"/></svg>
</template>

CSS

.icon-ranking-star {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M353.8%2054.1L330.2%206.3c-3.9-8.3-16.1-8.6-20.4%200l-23.6%2047.8l-52.3%207.5c-9.3%201.4-13.3%2012.9-6.4%2019.8l38%2037l-9%2052.1c-1.4%209.3%208.2%2016.5%2016.8%2012.2l46.9-24.8l46.6%2024.4c8.6%204.3%2018.3-2.9%2016.8-12.2l-9-52.1l38-36.6c6.8-6.8%202.9-18.3-6.4-19.8l-52.3-7.5zM256%20256c-17.7%200-32%2014.3-32%2032v192c0%2017.7%2014.3%2032%2032%2032h128c17.7%200%2032-14.3%2032-32V288c0-17.7-14.3-32-32-32zM32%20320c-17.7%200-32%2014.3-32%2032v128c0%2017.7%2014.3%2032%2032%2032h128c17.7%200%2032-14.3%2032-32V352c0-17.7-14.3-32-32-32zm416%2096v64c0%2017.7%2014.3%2032%2032%2032h128c17.7%200%2032-14.3%2032-32v-64c0-17.7-14.3-32-32-32H480c-17.7%200-32%2014.3-32%2032%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M353.8%2054.1L330.2%206.3c-3.9-8.3-16.1-8.6-20.4%200l-23.6%2047.8l-52.3%207.5c-9.3%201.4-13.3%2012.9-6.4%2019.8l38%2037l-9%2052.1c-1.4%209.3%208.2%2016.5%2016.8%2012.2l46.9-24.8l46.6%2024.4c8.6%204.3%2018.3-2.9%2016.8-12.2l-9-52.1l38-36.6c6.8-6.8%202.9-18.3-6.4-19.8l-52.3-7.5zM256%20256c-17.7%200-32%2014.3-32%2032v192c0%2017.7%2014.3%2032%2032%2032h128c17.7%200%2032-14.3%2032-32V288c0-17.7-14.3-32-32-32zM32%20320c-17.7%200-32%2014.3-32%2032v128c0%2017.7%2014.3%2032%2032%2032h128c17.7%200%2032-14.3%2032-32V352c0-17.7-14.3-32-32-32zm416%2096v64c0%2017.7%2014.3%2032%2032%2032h128c17.7%200%2032-14.3%2032-32v-64c0-17.7-14.3-32-32-32H480c-17.7%200-32%2014.3-32%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/ranking-star.svg?color=%231a73e8&size=48