star from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
star
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Related icons in Jam Icons

Use the star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2.5 24 24"><path fill="currentColor" d="m10 13.554l3.517 1.85l-.672-3.917l2.846-2.774l-3.932-.571L10 4.579L8.241 8.142l-3.932.571l2.846 2.774l-.672 3.916zm0 2.26L3.827 19.06l1.179-6.875L.01 7.317l6.902-1.003L10 .06l3.087 6.254l6.902 1.003l-4.995 4.868l1.18 6.875z"/></svg>

React

import type { SVGProps } from "react";

export function JamStar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2.5 24 24"><path fill="currentColor" d="m10 13.554l3.517 1.85l-.672-3.917l2.846-2.774l-3.932-.571L10 4.579L8.241 8.142l-3.932.571l2.846 2.774l-.672 3.916zm0 2.26L3.827 19.06l1.179-6.875L.01 7.317l6.902-1.003L10 .06l3.087 6.254l6.902 1.003l-4.995 4.868l1.18 6.875z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2.5 24 24"><path fill="currentColor" d="m10 13.554l3.517 1.85l-.672-3.917l2.846-2.774l-3.932-.571L10 4.579L8.241 8.142l-3.932.571l2.846 2.774l-.672 3.916zm0 2.26L3.827 19.06l1.179-6.875L.01 7.317l6.902-1.003L10 .06l3.087 6.254l6.902 1.003l-4.995 4.868l1.18 6.875z"/></svg>
</template>

CSS

.icon-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%22-2%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10%2013.554l3.517%201.85l-.672-3.917l2.846-2.774l-3.932-.571L10%204.579L8.241%208.142l-3.932.571l2.846%202.774l-.672%203.916zm0%202.26L3.827%2019.06l1.179-6.875L.01%207.317l6.902-1.003L10%20.06l3.087%206.254l6.902%201.003l-4.995%204.868l1.18%206.875z%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%22-2%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10%2013.554l3.517%201.85l-.672-3.917l2.846-2.774l-3.932-.571L10%204.579L8.241%208.142l-3.932.571l2.846%202.774l-.672%203.916zm0%202.26L3.827%2019.06l1.179-6.875L.01%207.317l6.902-1.003L10%20.06l3.087%206.254l6.902%201.003l-4.995%204.868l1.18%206.875z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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