list star icon

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

Name
list-star-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="m205.6 159.41l8.07 32.59L184 174.54L154.33 192l8.07-32.59l-26.4-21.8l34.65-2.67L184 104l13.35 30.94l34.65 2.67Z" opacity=".2"/><path d="M32 64a8 8 0 0 1 8-8h176a8 8 0 0 1 0 16H40a8 8 0 0 1-8-8m8 72h56a8 8 0 0 0 0-16H40a8 8 0 0 0 0 16m72 48H40a8 8 0 0 0 0 16h72a8 8 0 0 0 0-16m125.09-40.22l-22.52 18.59l6.86 27.71a8 8 0 0 1-11.82 8.81L184 183.82l-25.61 15.07a8 8 0 0 1-11.82-8.81l6.85-27.71l-22.51-18.59a8 8 0 0 1 4.47-14.14l29.84-2.31l11.43-26.5a8 8 0 0 1 14.7 0l11.43 26.5l29.84 2.31a8 8 0 0 1 4.47 14.14m-25.47.28l-14.89-1.15a8 8 0 0 1-6.73-4.8l-6-13.92l-6 13.92a8 8 0 0 1-6.73 4.8l-14.89 1.15l11.11 9.18a8 8 0 0 1 2.68 8.09l-3.5 14.12l13.27-7.81a8 8 0 0 1 8.12 0l13.27 7.81l-3.5-14.12a8 8 0 0 1 2.68-8.09Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhListStarDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m205.6 159.41l8.07 32.59L184 174.54L154.33 192l8.07-32.59l-26.4-21.8l34.65-2.67L184 104l13.35 30.94l34.65 2.67Z" opacity=".2"/><path d="M32 64a8 8 0 0 1 8-8h176a8 8 0 0 1 0 16H40a8 8 0 0 1-8-8m8 72h56a8 8 0 0 0 0-16H40a8 8 0 0 0 0 16m72 48H40a8 8 0 0 0 0 16h72a8 8 0 0 0 0-16m125.09-40.22l-22.52 18.59l6.86 27.71a8 8 0 0 1-11.82 8.81L184 183.82l-25.61 15.07a8 8 0 0 1-11.82-8.81l6.85-27.71l-22.51-18.59a8 8 0 0 1 4.47-14.14l29.84-2.31l11.43-26.5a8 8 0 0 1 14.7 0l11.43 26.5l29.84 2.31a8 8 0 0 1 4.47 14.14m-25.47.28l-14.89-1.15a8 8 0 0 1-6.73-4.8l-6-13.92l-6 13.92a8 8 0 0 1-6.73 4.8l-14.89 1.15l11.11 9.18a8 8 0 0 1 2.68 8.09l-3.5 14.12l13.27-7.81a8 8 0 0 1 8.12 0l13.27 7.81l-3.5-14.12a8 8 0 0 1 2.68-8.09Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m205.6 159.41l8.07 32.59L184 174.54L154.33 192l8.07-32.59l-26.4-21.8l34.65-2.67L184 104l13.35 30.94l34.65 2.67Z" opacity=".2"/><path d="M32 64a8 8 0 0 1 8-8h176a8 8 0 0 1 0 16H40a8 8 0 0 1-8-8m8 72h56a8 8 0 0 0 0-16H40a8 8 0 0 0 0 16m72 48H40a8 8 0 0 0 0 16h72a8 8 0 0 0 0-16m125.09-40.22l-22.52 18.59l6.86 27.71a8 8 0 0 1-11.82 8.81L184 183.82l-25.61 15.07a8 8 0 0 1-11.82-8.81l6.85-27.71l-22.51-18.59a8 8 0 0 1 4.47-14.14l29.84-2.31l11.43-26.5a8 8 0 0 1 14.7 0l11.43 26.5l29.84 2.31a8 8 0 0 1 4.47 14.14m-25.47.28l-14.89-1.15a8 8 0 0 1-6.73-4.8l-6-13.92l-6 13.92a8 8 0 0 1-6.73 4.8l-14.89 1.15l11.11 9.18a8 8 0 0 1 2.68 8.09l-3.5 14.12l13.27-7.81a8 8 0 0 1 8.12 0l13.27 7.81l-3.5-14.12a8 8 0 0 1 2.68-8.09Z"/></g></svg>
</template>

CSS

.icon-list-star-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m205.6%20159.41l8.07%2032.59L184%20174.54L154.33%20192l8.07-32.59l-26.4-21.8l34.65-2.67L184%20104l13.35%2030.94l34.65%202.67Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M32%2064a8%208%200%200%201%208-8h176a8%208%200%200%201%200%2016H40a8%208%200%200%201-8-8m8%2072h56a8%208%200%200%200%200-16H40a8%208%200%200%200%200%2016m72%2048H40a8%208%200%200%200%200%2016h72a8%208%200%200%200%200-16m125.09-40.22l-22.52%2018.59l6.86%2027.71a8%208%200%200%201-11.82%208.81L184%20183.82l-25.61%2015.07a8%208%200%200%201-11.82-8.81l6.85-27.71l-22.51-18.59a8%208%200%200%201%204.47-14.14l29.84-2.31l11.43-26.5a8%208%200%200%201%2014.7%200l11.43%2026.5l29.84%202.31a8%208%200%200%201%204.47%2014.14m-25.47.28l-14.89-1.15a8%208%200%200%201-6.73-4.8l-6-13.92l-6%2013.92a8%208%200%200%201-6.73%204.8l-14.89%201.15l11.11%209.18a8%208%200%200%201%202.68%208.09l-3.5%2014.12l13.27-7.81a8%208%200%200%201%208.12%200l13.27%207.81l-3.5-14.12a8%208%200%200%201%202.68-8.09Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m205.6%20159.41l8.07%2032.59L184%20174.54L154.33%20192l8.07-32.59l-26.4-21.8l34.65-2.67L184%20104l13.35%2030.94l34.65%202.67Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M32%2064a8%208%200%200%201%208-8h176a8%208%200%200%201%200%2016H40a8%208%200%200%201-8-8m8%2072h56a8%208%200%200%200%200-16H40a8%208%200%200%200%200%2016m72%2048H40a8%208%200%200%200%200%2016h72a8%208%200%200%200%200-16m125.09-40.22l-22.52%2018.59l6.86%2027.71a8%208%200%200%201-11.82%208.81L184%20183.82l-25.61%2015.07a8%208%200%200%201-11.82-8.81l6.85-27.71l-22.51-18.59a8%208%200%200%201%204.47-14.14l29.84-2.31l11.43-26.5a8%208%200%200%201%2014.7%200l11.43%2026.5l29.84%202.31a8%208%200%200%201%204.47%2014.14m-25.47.28l-14.89-1.15a8%208%200%200%201-6.73-4.8l-6-13.92l-6%2013.92a8%208%200%200%201-6.73%204.8l-14.89%201.15l11.11%209.18a8%208%200%200%201%202.68%208.09l-3.5%2014.12l13.27-7.81a8%208%200%200%201%208.12%200l13.27%207.81l-3.5-14.12a8%208%200%200%201%202.68-8.09Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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