star-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
star-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.36 98.49A12.21 12.21 0 0 0 224.59 90l-61.47-5l-23.68-57.33a12.37 12.37 0 0 0-22.88 0L92.88 85l-61.47 5a12.45 12.45 0 0 0-7.07 21.84l46.85 40.41l-14.32 60.39a12.35 12.35 0 0 0 18.51 13.49L128 193.77l52.62 32.36a12.12 12.12 0 0 0 13.69-.51a12.28 12.28 0 0 0 4.82-13l-14.32-60.42l46.85-40.41a12.29 12.29 0 0 0 3.7-13.3m-8.93 7.26l-48.68 42a4 4 0 0 0-1.28 3.95l14.87 62.79a4.37 4.37 0 0 1-1.72 4.65a4.24 4.24 0 0 1-4.81.18l-54.71-33.65a4 4 0 0 0-4.2 0l-54.71 33.65a4.24 4.24 0 0 1-4.81-.18a4.37 4.37 0 0 1-1.72-4.65l14.87-62.79a4 4 0 0 0-1.28-3.95l-48.68-42a4.37 4.37 0 0 1-1.32-4.75a4.31 4.31 0 0 1 3.81-3L96 92.79a4 4 0 0 0 3.38-2.46L124 30.73a4.35 4.35 0 0 1 8.08 0l24.62 59.6a4 4 0 0 0 3.3 2.46l63.9 5.15a4.31 4.31 0 0 1 3.81 3a4.37 4.37 0 0 1-1.28 4.81"/></svg>

React

import type { SVGProps } from "react";

export function PhStarThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.36 98.49A12.21 12.21 0 0 0 224.59 90l-61.47-5l-23.68-57.33a12.37 12.37 0 0 0-22.88 0L92.88 85l-61.47 5a12.45 12.45 0 0 0-7.07 21.84l46.85 40.41l-14.32 60.39a12.35 12.35 0 0 0 18.51 13.49L128 193.77l52.62 32.36a12.12 12.12 0 0 0 13.69-.51a12.28 12.28 0 0 0 4.82-13l-14.32-60.42l46.85-40.41a12.29 12.29 0 0 0 3.7-13.3m-8.93 7.26l-48.68 42a4 4 0 0 0-1.28 3.95l14.87 62.79a4.37 4.37 0 0 1-1.72 4.65a4.24 4.24 0 0 1-4.81.18l-54.71-33.65a4 4 0 0 0-4.2 0l-54.71 33.65a4.24 4.24 0 0 1-4.81-.18a4.37 4.37 0 0 1-1.72-4.65l14.87-62.79a4 4 0 0 0-1.28-3.95l-48.68-42a4.37 4.37 0 0 1-1.32-4.75a4.31 4.31 0 0 1 3.81-3L96 92.79a4 4 0 0 0 3.38-2.46L124 30.73a4.35 4.35 0 0 1 8.08 0l24.62 59.6a4 4 0 0 0 3.3 2.46l63.9 5.15a4.31 4.31 0 0 1 3.81 3a4.37 4.37 0 0 1-1.28 4.81"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.36 98.49A12.21 12.21 0 0 0 224.59 90l-61.47-5l-23.68-57.33a12.37 12.37 0 0 0-22.88 0L92.88 85l-61.47 5a12.45 12.45 0 0 0-7.07 21.84l46.85 40.41l-14.32 60.39a12.35 12.35 0 0 0 18.51 13.49L128 193.77l52.62 32.36a12.12 12.12 0 0 0 13.69-.51a12.28 12.28 0 0 0 4.82-13l-14.32-60.42l46.85-40.41a12.29 12.29 0 0 0 3.7-13.3m-8.93 7.26l-48.68 42a4 4 0 0 0-1.28 3.95l14.87 62.79a4.37 4.37 0 0 1-1.72 4.65a4.24 4.24 0 0 1-4.81.18l-54.71-33.65a4 4 0 0 0-4.2 0l-54.71 33.65a4.24 4.24 0 0 1-4.81-.18a4.37 4.37 0 0 1-1.72-4.65l14.87-62.79a4 4 0 0 0-1.28-3.95l-48.68-42a4.37 4.37 0 0 1-1.32-4.75a4.31 4.31 0 0 1 3.81-3L96 92.79a4 4 0 0 0 3.38-2.46L124 30.73a4.35 4.35 0 0 1 8.08 0l24.62 59.6a4 4 0 0 0 3.3 2.46l63.9 5.15a4.31 4.31 0 0 1 3.81 3a4.37 4.37 0 0 1-1.28 4.81"/></svg>
</template>

CSS

.icon-star-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M235.36%2098.49A12.21%2012.21%200%200%200%20224.59%2090l-61.47-5l-23.68-57.33a12.37%2012.37%200%200%200-22.88%200L92.88%2085l-61.47%205a12.45%2012.45%200%200%200-7.07%2021.84l46.85%2040.41l-14.32%2060.39a12.35%2012.35%200%200%200%2018.51%2013.49L128%20193.77l52.62%2032.36a12.12%2012.12%200%200%200%2013.69-.51a12.28%2012.28%200%200%200%204.82-13l-14.32-60.42l46.85-40.41a12.29%2012.29%200%200%200%203.7-13.3m-8.93%207.26l-48.68%2042a4%204%200%200%200-1.28%203.95l14.87%2062.79a4.37%204.37%200%200%201-1.72%204.65a4.24%204.24%200%200%201-4.81.18l-54.71-33.65a4%204%200%200%200-4.2%200l-54.71%2033.65a4.24%204.24%200%200%201-4.81-.18a4.37%204.37%200%200%201-1.72-4.65l14.87-62.79a4%204%200%200%200-1.28-3.95l-48.68-42a4.37%204.37%200%200%201-1.32-4.75a4.31%204.31%200%200%201%203.81-3L96%2092.79a4%204%200%200%200%203.38-2.46L124%2030.73a4.35%204.35%200%200%201%208.08%200l24.62%2059.6a4%204%200%200%200%203.3%202.46l63.9%205.15a4.31%204.31%200%200%201%203.81%203a4.37%204.37%200%200%201-1.28%204.81%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M235.36%2098.49A12.21%2012.21%200%200%200%20224.59%2090l-61.47-5l-23.68-57.33a12.37%2012.37%200%200%200-22.88%200L92.88%2085l-61.47%205a12.45%2012.45%200%200%200-7.07%2021.84l46.85%2040.41l-14.32%2060.39a12.35%2012.35%200%200%200%2018.51%2013.49L128%20193.77l52.62%2032.36a12.12%2012.12%200%200%200%2013.69-.51a12.28%2012.28%200%200%200%204.82-13l-14.32-60.42l46.85-40.41a12.29%2012.29%200%200%200%203.7-13.3m-8.93%207.26l-48.68%2042a4%204%200%200%200-1.28%203.95l14.87%2062.79a4.37%204.37%200%200%201-1.72%204.65a4.24%204.24%200%200%201-4.81.18l-54.71-33.65a4%204%200%200%200-4.2%200l-54.71%2033.65a4.24%204.24%200%200%201-4.81-.18a4.37%204.37%200%200%201-1.72-4.65l14.87-62.79a4%204%200%200%200-1.28-3.95l-48.68-42a4.37%204.37%200%200%201-1.32-4.75a4.31%204.31%200%200%201%203.81-3L96%2092.79a4%204%200%200%200%203.38-2.46L124%2030.73a4.35%204.35%200%200%201%208.08%200l24.62%2059.6a4%204%200%200%200%203.3%202.46l63.9%205.15a4.31%204.31%200%200%201%203.81%203a4.37%204.37%200%200%201-1.28%204.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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