folder simple star icon

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

Name
folder-simple-star-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the folder simple 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 183.41l8.07 32.59L184 198.54L154.33 216l8.07-32.59l-26.4-21.8l34.65-2.67L184 128l13.35 30.94l34.65 2.67Z" opacity=".2"/><path d="M128 208a8 8 0 0 1-8 8H40a16 16 0 0 1-16-16V64a16 16 0 0 1 16-16h53.33a16.12 16.12 0 0 1 9.6 3.2L130.67 72H216a16 16 0 0 1 16 16v32a8 8 0 0 1-16 0V88h-88a8 8 0 0 1-4.8-1.6L93.33 64H40v136h80a8 8 0 0 1 8 8m109.09-40.22l-22.51 18.59l6.85 27.71a8 8 0 0 1-11.82 8.81L184 207.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 PhFolderSimpleStarDuotone(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 183.41l8.07 32.59L184 198.54L154.33 216l8.07-32.59l-26.4-21.8l34.65-2.67L184 128l13.35 30.94l34.65 2.67Z" opacity=".2"/><path d="M128 208a8 8 0 0 1-8 8H40a16 16 0 0 1-16-16V64a16 16 0 0 1 16-16h53.33a16.12 16.12 0 0 1 9.6 3.2L130.67 72H216a16 16 0 0 1 16 16v32a8 8 0 0 1-16 0V88h-88a8 8 0 0 1-4.8-1.6L93.33 64H40v136h80a8 8 0 0 1 8 8m109.09-40.22l-22.51 18.59l6.85 27.71a8 8 0 0 1-11.82 8.81L184 207.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 183.41l8.07 32.59L184 198.54L154.33 216l8.07-32.59l-26.4-21.8l34.65-2.67L184 128l13.35 30.94l34.65 2.67Z" opacity=".2"/><path d="M128 208a8 8 0 0 1-8 8H40a16 16 0 0 1-16-16V64a16 16 0 0 1 16-16h53.33a16.12 16.12 0 0 1 9.6 3.2L130.67 72H216a16 16 0 0 1 16 16v32a8 8 0 0 1-16 0V88h-88a8 8 0 0 1-4.8-1.6L93.33 64H40v136h80a8 8 0 0 1 8 8m109.09-40.22l-22.51 18.59l6.85 27.71a8 8 0 0 1-11.82 8.81L184 207.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-folder-simple-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%20183.41l8.07%2032.59L184%20198.54L154.33%20216l8.07-32.59l-26.4-21.8l34.65-2.67L184%20128l13.35%2030.94l34.65%202.67Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M128%20208a8%208%200%200%201-8%208H40a16%2016%200%200%201-16-16V64a16%2016%200%200%201%2016-16h53.33a16.12%2016.12%200%200%201%209.6%203.2L130.67%2072H216a16%2016%200%200%201%2016%2016v32a8%208%200%200%201-16%200V88h-88a8%208%200%200%201-4.8-1.6L93.33%2064H40v136h80a8%208%200%200%201%208%208m109.09-40.22l-22.51%2018.59l6.85%2027.71a8%208%200%200%201-11.82%208.81L184%20207.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%20183.41l8.07%2032.59L184%20198.54L154.33%20216l8.07-32.59l-26.4-21.8l34.65-2.67L184%20128l13.35%2030.94l34.65%202.67Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M128%20208a8%208%200%200%201-8%208H40a16%2016%200%200%201-16-16V64a16%2016%200%200%201%2016-16h53.33a16.12%2016.12%200%200%201%209.6%203.2L130.67%2072H216a16%2016%200%200%201%2016%2016v32a8%208%200%200%201-16%200V88h-88a8%208%200%200%201-4.8-1.6L93.33%2064H40v136h80a8%208%200%200%201%208%208m109.09-40.22l-22.51%2018.59l6.85%2027.71a8%208%200%200%201-11.82%208.81L184%20207.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/folder-simple-star-duotone.svg?color=%231a73e8&size=48