list star icon

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

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

5 other variants in Phosphor

Related icons in Phosphor

Use the list star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M36 64a4 4 0 0 1 4-4h176a4 4 0 0 1 0 8H40a4 4 0 0 1-4-4m4 68h56a4 4 0 0 0 0-8H40a4 4 0 0 0 0 8m72 56H40a4 4 0 0 0 0 8h72a4 4 0 0 0 0-8m122.55-47.3l-24.46 20.19l7.46 30.11a4 4 0 0 1-1.49 4.17a4.06 4.06 0 0 1-2.4.79a4 4 0 0 1-2-.55L184 179.18l-27.64 16.27a4 4 0 0 1-5.91-4.41l7.46-30.15l-24.46-20.19a4 4 0 0 1 2.24-7.08l32.24-2.49l12.4-28.71a4 4 0 0 1 7.34 0l12.4 28.71l32.24 2.49a4 4 0 0 1 2.24 7.08m-12.74.14L197 138.92a4 4 0 0 1-3.36-2.4L184 114.1l-9.68 22.42a4 4 0 0 1-3.36 2.4l-24.77 1.92L165 156.33a4 4 0 0 1 1.33 4l-5.78 23.36l21.45-12.6a4 4 0 0 1 4.06 0l21.47 12.64l-5.78-23.36a4 4 0 0 1 1.33-4Z"/></svg>

React

import type { SVGProps } from "react";

export function PhListStarThin(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="M36 64a4 4 0 0 1 4-4h176a4 4 0 0 1 0 8H40a4 4 0 0 1-4-4m4 68h56a4 4 0 0 0 0-8H40a4 4 0 0 0 0 8m72 56H40a4 4 0 0 0 0 8h72a4 4 0 0 0 0-8m122.55-47.3l-24.46 20.19l7.46 30.11a4 4 0 0 1-1.49 4.17a4.06 4.06 0 0 1-2.4.79a4 4 0 0 1-2-.55L184 179.18l-27.64 16.27a4 4 0 0 1-5.91-4.41l7.46-30.15l-24.46-20.19a4 4 0 0 1 2.24-7.08l32.24-2.49l12.4-28.71a4 4 0 0 1 7.34 0l12.4 28.71l32.24 2.49a4 4 0 0 1 2.24 7.08m-12.74.14L197 138.92a4 4 0 0 1-3.36-2.4L184 114.1l-9.68 22.42a4 4 0 0 1-3.36 2.4l-24.77 1.92L165 156.33a4 4 0 0 1 1.33 4l-5.78 23.36l21.45-12.6a4 4 0 0 1 4.06 0l21.47 12.64l-5.78-23.36a4 4 0 0 1 1.33-4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M36 64a4 4 0 0 1 4-4h176a4 4 0 0 1 0 8H40a4 4 0 0 1-4-4m4 68h56a4 4 0 0 0 0-8H40a4 4 0 0 0 0 8m72 56H40a4 4 0 0 0 0 8h72a4 4 0 0 0 0-8m122.55-47.3l-24.46 20.19l7.46 30.11a4 4 0 0 1-1.49 4.17a4.06 4.06 0 0 1-2.4.79a4 4 0 0 1-2-.55L184 179.18l-27.64 16.27a4 4 0 0 1-5.91-4.41l7.46-30.15l-24.46-20.19a4 4 0 0 1 2.24-7.08l32.24-2.49l12.4-28.71a4 4 0 0 1 7.34 0l12.4 28.71l32.24 2.49a4 4 0 0 1 2.24 7.08m-12.74.14L197 138.92a4 4 0 0 1-3.36-2.4L184 114.1l-9.68 22.42a4 4 0 0 1-3.36 2.4l-24.77 1.92L165 156.33a4 4 0 0 1 1.33 4l-5.78 23.36l21.45-12.6a4 4 0 0 1 4.06 0l21.47 12.64l-5.78-23.36a4 4 0 0 1 1.33-4Z"/></svg>
</template>

CSS

.icon-list-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%22M36%2064a4%204%200%200%201%204-4h176a4%204%200%200%201%200%208H40a4%204%200%200%201-4-4m4%2068h56a4%204%200%200%200%200-8H40a4%204%200%200%200%200%208m72%2056H40a4%204%200%200%200%200%208h72a4%204%200%200%200%200-8m122.55-47.3l-24.46%2020.19l7.46%2030.11a4%204%200%200%201-1.49%204.17a4.06%204.06%200%200%201-2.4.79a4%204%200%200%201-2-.55L184%20179.18l-27.64%2016.27a4%204%200%200%201-5.91-4.41l7.46-30.15l-24.46-20.19a4%204%200%200%201%202.24-7.08l32.24-2.49l12.4-28.71a4%204%200%200%201%207.34%200l12.4%2028.71l32.24%202.49a4%204%200%200%201%202.24%207.08m-12.74.14L197%20138.92a4%204%200%200%201-3.36-2.4L184%20114.1l-9.68%2022.42a4%204%200%200%201-3.36%202.4l-24.77%201.92L165%20156.33a4%204%200%200%201%201.33%204l-5.78%2023.36l21.45-12.6a4%204%200%200%201%204.06%200l21.47%2012.64l-5.78-23.36a4%204%200%200%201%201.33-4Z%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%22M36%2064a4%204%200%200%201%204-4h176a4%204%200%200%201%200%208H40a4%204%200%200%201-4-4m4%2068h56a4%204%200%200%200%200-8H40a4%204%200%200%200%200%208m72%2056H40a4%204%200%200%200%200%208h72a4%204%200%200%200%200-8m122.55-47.3l-24.46%2020.19l7.46%2030.11a4%204%200%200%201-1.49%204.17a4.06%204.06%200%200%201-2.4.79a4%204%200%200%201-2-.55L184%20179.18l-27.64%2016.27a4%204%200%200%201-5.91-4.41l7.46-30.15l-24.46-20.19a4%204%200%200%201%202.24-7.08l32.24-2.49l12.4-28.71a4%204%200%200%201%207.34%200l12.4%2028.71l32.24%202.49a4%204%200%200%201%202.24%207.08m-12.74.14L197%20138.92a4%204%200%200%201-3.36-2.4L184%20114.1l-9.68%2022.42a4%204%200%200%201-3.36%202.4l-24.77%201.92L165%20156.33a4%204%200%200%201%201.33%204l-5.78%2023.36l21.45-12.6a4%204%200%200%201%204.06%200l21.47%2012.64l-5.78-23.36a4%204%200%200%201%201.33-4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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