star2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
star2-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

2 other variants in Reicon

More newicons icons from Reicon

Use the star2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.74 16c.11-.49-.09-1.19-.44-1.54l-2.43-2.43c-.76-.76-1.06-1.57-.84-2.27c.23-.7.94-1.18 2-1.36l3.12-.52c.45-.08 1-.48 1.21-.89l1.72-3.45C10.58 2.55 11.26 2 12 2s1.42.55 1.92 1.54l1.72 3.45c.13.26.4.51.69.68L5.56 18.44c-.14.14-.38.01-.34-.19zm12.96-1.538c-.36.36-.56 1.05-.44 1.54l.69 3.01c.29 1.25.11 2.19-.51 2.64a1.5 1.5 0 0 1-.9.27c-.51 0-1.11-.19-1.77-.58l-2.93-1.74c-.46-.27-1.22-.27-1.68 0l-2.93 1.74c-1.11.65-2.06.76-2.67.31c-.23-.17-.4-.4-.51-.7l12.16-12.16c.46-.46 1.11-.67 1.74-.56l1.01.17c1.06.18 1.77.66 2 1.36c.22.7-.08 1.51-.84 2.27z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconStar2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.74 16c.11-.49-.09-1.19-.44-1.54l-2.43-2.43c-.76-.76-1.06-1.57-.84-2.27c.23-.7.94-1.18 2-1.36l3.12-.52c.45-.08 1-.48 1.21-.89l1.72-3.45C10.58 2.55 11.26 2 12 2s1.42.55 1.92 1.54l1.72 3.45c.13.26.4.51.69.68L5.56 18.44c-.14.14-.38.01-.34-.19zm12.96-1.538c-.36.36-.56 1.05-.44 1.54l.69 3.01c.29 1.25.11 2.19-.51 2.64a1.5 1.5 0 0 1-.9.27c-.51 0-1.11-.19-1.77-.58l-2.93-1.74c-.46-.27-1.22-.27-1.68 0l-2.93 1.74c-1.11.65-2.06.76-2.67.31c-.23-.17-.4-.4-.51-.7l12.16-12.16c.46-.46 1.11-.67 1.74-.56l1.01.17c1.06.18 1.77.66 2 1.36c.22.7-.08 1.51-.84 2.27z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.74 16c.11-.49-.09-1.19-.44-1.54l-2.43-2.43c-.76-.76-1.06-1.57-.84-2.27c.23-.7.94-1.18 2-1.36l3.12-.52c.45-.08 1-.48 1.21-.89l1.72-3.45C10.58 2.55 11.26 2 12 2s1.42.55 1.92 1.54l1.72 3.45c.13.26.4.51.69.68L5.56 18.44c-.14.14-.38.01-.34-.19zm12.96-1.538c-.36.36-.56 1.05-.44 1.54l.69 3.01c.29 1.25.11 2.19-.51 2.64a1.5 1.5 0 0 1-.9.27c-.51 0-1.11-.19-1.77-.58l-2.93-1.74c-.46-.27-1.22-.27-1.68 0l-2.93 1.74c-1.11.65-2.06.76-2.67.31c-.23-.17-.4-.4-.51-.7l12.16-12.16c.46-.46 1.11-.67 1.74-.56l1.01.17c1.06.18 1.77.66 2 1.36c.22.7-.08 1.51-.84 2.27z"/></svg>
</template>

CSS

.icon-star2-filled {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.74%2016c.11-.49-.09-1.19-.44-1.54l-2.43-2.43c-.76-.76-1.06-1.57-.84-2.27c.23-.7.94-1.18%202-1.36l3.12-.52c.45-.08%201-.48%201.21-.89l1.72-3.45C10.58%202.55%2011.26%202%2012%202s1.42.55%201.92%201.54l1.72%203.45c.13.26.4.51.69.68L5.56%2018.44c-.14.14-.38.01-.34-.19zm12.96-1.538c-.36.36-.56%201.05-.44%201.54l.69%203.01c.29%201.25.11%202.19-.51%202.64a1.5%201.5%200%200%201-.9.27c-.51%200-1.11-.19-1.77-.58l-2.93-1.74c-.46-.27-1.22-.27-1.68%200l-2.93%201.74c-1.11.65-2.06.76-2.67.31c-.23-.17-.4-.4-.51-.7l12.16-12.16c.46-.46%201.11-.67%201.74-.56l1.01.17c1.06.18%201.77.66%202%201.36c.22.7-.08%201.51-.84%202.27z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.74%2016c.11-.49-.09-1.19-.44-1.54l-2.43-2.43c-.76-.76-1.06-1.57-.84-2.27c.23-.7.94-1.18%202-1.36l3.12-.52c.45-.08%201-.48%201.21-.89l1.72-3.45C10.58%202.55%2011.26%202%2012%202s1.42.55%201.92%201.54l1.72%203.45c.13.26.4.51.69.68L5.56%2018.44c-.14.14-.38.01-.34-.19zm12.96-1.538c-.36.36-.56%201.05-.44%201.54l.69%203.01c.29%201.25.11%202.19-.51%202.64a1.5%201.5%200%200%201-.9.27c-.51%200-1.11-.19-1.77-.58l-2.93-1.74c-.46-.27-1.22-.27-1.68%200l-2.93%201.74c-1.11.65-2.06.76-2.67.31c-.23-.17-.4-.4-.51-.7l12.16-12.16c.46-.46%201.11-.67%201.74-.56l1.01.17c1.06.18%201.77.66%202%201.36c.22.7-.08%201.51-.84%202.27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/star2-filled.svg?color=%231a73e8&size=48