stars-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
stars-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the stars icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.657 12.007a1.39 1.39 0 0 0-1.103.765l-.855 1.723l-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393 1.29l1.377 1.337l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708-.895l1.708.896a1.39 1.39 0 0 0 1.462-.105l.112-.09a1.39 1.39 0 0 0 .442-1.272l-.325-1.891l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39 1.39 0 0 0-1.073-.81l-1.907-.278l-.853-1.722A1.39 1.39 0 0 0 17.8 12zm-11.6 0a1.39 1.39 0 0 0-1.103.765l-.855 1.723l-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393 1.29L2.8 18.483l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708-.895l1.708.896a1.39 1.39 0 0 0 1.462-.105l.112-.09a1.39 1.39 0 0 0 .442-1.272L9.6 18.483l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39 1.39 0 0 0-1.073-.81L8.3 14.494l-.853-1.722A1.39 1.39 0 0 0 6.2 12zm5.8-10a1.39 1.39 0 0 0-1.103.765l-.855 1.723l-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393 1.29L8.6 8.483l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465L12 10.946l1.709.896a1.39 1.39 0 0 0 1.462-.105l.112-.09a1.39 1.39 0 0 0 .442-1.272L15.4 8.483l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39 1.39 0 0 0-1.073-.81L14.1 4.494l-.853-1.722A1.39 1.39 0 0 0 12 2z"/></svg>

React

import type { SVGProps } from "react";

export function TablerStarsFilled(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="M17.657 12.007a1.39 1.39 0 0 0-1.103.765l-.855 1.723l-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393 1.29l1.377 1.337l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708-.895l1.708.896a1.39 1.39 0 0 0 1.462-.105l.112-.09a1.39 1.39 0 0 0 .442-1.272l-.325-1.891l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39 1.39 0 0 0-1.073-.81l-1.907-.278l-.853-1.722A1.39 1.39 0 0 0 17.8 12zm-11.6 0a1.39 1.39 0 0 0-1.103.765l-.855 1.723l-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393 1.29L2.8 18.483l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708-.895l1.708.896a1.39 1.39 0 0 0 1.462-.105l.112-.09a1.39 1.39 0 0 0 .442-1.272L9.6 18.483l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39 1.39 0 0 0-1.073-.81L8.3 14.494l-.853-1.722A1.39 1.39 0 0 0 6.2 12zm5.8-10a1.39 1.39 0 0 0-1.103.765l-.855 1.723l-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393 1.29L8.6 8.483l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465L12 10.946l1.709.896a1.39 1.39 0 0 0 1.462-.105l.112-.09a1.39 1.39 0 0 0 .442-1.272L15.4 8.483l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39 1.39 0 0 0-1.073-.81L14.1 4.494l-.853-1.722A1.39 1.39 0 0 0 12 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.657 12.007a1.39 1.39 0 0 0-1.103.765l-.855 1.723l-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393 1.29l1.377 1.337l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708-.895l1.708.896a1.39 1.39 0 0 0 1.462-.105l.112-.09a1.39 1.39 0 0 0 .442-1.272l-.325-1.891l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39 1.39 0 0 0-1.073-.81l-1.907-.278l-.853-1.722A1.39 1.39 0 0 0 17.8 12zm-11.6 0a1.39 1.39 0 0 0-1.103.765l-.855 1.723l-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393 1.29L2.8 18.483l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708-.895l1.708.896a1.39 1.39 0 0 0 1.462-.105l.112-.09a1.39 1.39 0 0 0 .442-1.272L9.6 18.483l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39 1.39 0 0 0-1.073-.81L8.3 14.494l-.853-1.722A1.39 1.39 0 0 0 6.2 12zm5.8-10a1.39 1.39 0 0 0-1.103.765l-.855 1.723l-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393 1.29L8.6 8.483l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465L12 10.946l1.709.896a1.39 1.39 0 0 0 1.462-.105l.112-.09a1.39 1.39 0 0 0 .442-1.272L15.4 8.483l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39 1.39 0 0 0-1.073-.81L14.1 4.494l-.853-1.722A1.39 1.39 0 0 0 12 2z"/></svg>
</template>

CSS

.icon-stars-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%22M17.657%2012.007a1.39%201.39%200%200%200-1.103.765l-.855%201.723l-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393%201.29l1.377%201.337l-.326%201.892a1.393%201.393%200%200%200%202.018%201.465l1.708-.895l1.708.896a1.39%201.39%200%200%200%201.462-.105l.112-.09a1.39%201.39%200%200%200%20.442-1.272l-.325-1.891l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39%201.39%200%200%200-1.073-.81l-1.907-.278l-.853-1.722A1.39%201.39%200%200%200%2017.8%2012zm-11.6%200a1.39%201.39%200%200%200-1.103.765l-.855%201.723l-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393%201.29L2.8%2018.483l-.326%201.892a1.393%201.393%200%200%200%202.018%201.465l1.708-.895l1.708.896a1.39%201.39%200%200%200%201.462-.105l.112-.09a1.39%201.39%200%200%200%20.442-1.272L9.6%2018.483l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39%201.39%200%200%200-1.073-.81L8.3%2014.494l-.853-1.722A1.39%201.39%200%200%200%206.2%2012zm5.8-10a1.39%201.39%200%200%200-1.103.765l-.855%201.723l-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393%201.29L8.6%208.483l-.326%201.892a1.393%201.393%200%200%200%202.018%201.465L12%2010.946l1.709.896a1.39%201.39%200%200%200%201.462-.105l.112-.09a1.39%201.39%200%200%200%20.442-1.272L15.4%208.483l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39%201.39%200%200%200-1.073-.81L14.1%204.494l-.853-1.722A1.39%201.39%200%200%200%2012%202z%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%22M17.657%2012.007a1.39%201.39%200%200%200-1.103.765l-.855%201.723l-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393%201.29l1.377%201.337l-.326%201.892a1.393%201.393%200%200%200%202.018%201.465l1.708-.895l1.708.896a1.39%201.39%200%200%200%201.462-.105l.112-.09a1.39%201.39%200%200%200%20.442-1.272l-.325-1.891l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39%201.39%200%200%200-1.073-.81l-1.907-.278l-.853-1.722A1.39%201.39%200%200%200%2017.8%2012zm-11.6%200a1.39%201.39%200%200%200-1.103.765l-.855%201.723l-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393%201.29L2.8%2018.483l-.326%201.892a1.393%201.393%200%200%200%202.018%201.465l1.708-.895l1.708.896a1.39%201.39%200%200%200%201.462-.105l.112-.09a1.39%201.39%200%200%200%20.442-1.272L9.6%2018.483l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39%201.39%200%200%200-1.073-.81L8.3%2014.494l-.853-1.722A1.39%201.39%200%200%200%206.2%2012zm5.8-10a1.39%201.39%200%200%200-1.103.765l-.855%201.723l-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393%201.29L8.6%208.483l-.326%201.892a1.393%201.393%200%200%200%202.018%201.465L12%2010.946l1.709.896a1.39%201.39%200%200%200%201.462-.105l.112-.09a1.39%201.39%200%200%200%20.442-1.272L15.4%208.483l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39%201.39%200%200%200-1.073-.81L14.1%204.494l-.853-1.722A1.39%201.39%200%200%200%2012%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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