folder star icon

folder-star-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
folder-star-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the folder star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 86a2 2 0 0 1 2 2v32a6 6 0 0 0 12 0V88a14 14 0 0 0-14-14h-85.52l-27.9-27.9a13.9 13.9 0 0 0-9.89-4.1H40a14 14 0 0 0-14 14v144.61A13.39 13.39 0 0 0 39.38 214h81.18a6 6 0 0 0 0-12H39.38a1.4 1.4 0 0 1-1.38-1.39V86ZM40 54h52.69a2 2 0 0 1 1.41.58L113.52 74H38V56a2 2 0 0 1 2-2m197.72 105.8a6 6 0 0 0-5.26-4.17l-31-2.4l-11.91-27.61a6 6 0 0 0-11 0l-11.91 27.61l-31 2.4a6 6 0 0 0-3.36 10.61l23.49 19.39l-7.16 28.93a6 6 0 0 0 8.87 6.61L184 205.5l26.62 15.67a6 6 0 0 0 8.87-6.61l-7.16-28.93l23.49-19.39a6 6 0 0 0 1.9-6.44m-35.94 19a6 6 0 0 0-2 6.07l4.64 18.74L187 193.36a6 6 0 0 0-6.08 0l-17.37 10.23l4.63-18.74a6 6 0 0 0-2-6.07l-14.94-12.33l19.83-1.53a6 6 0 0 0 5-3.61l7.93-18.17l7.84 18.17a6 6 0 0 0 5 3.61l19.83 1.53Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFolderStarLight(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="M216 86a2 2 0 0 1 2 2v32a6 6 0 0 0 12 0V88a14 14 0 0 0-14-14h-85.52l-27.9-27.9a13.9 13.9 0 0 0-9.89-4.1H40a14 14 0 0 0-14 14v144.61A13.39 13.39 0 0 0 39.38 214h81.18a6 6 0 0 0 0-12H39.38a1.4 1.4 0 0 1-1.38-1.39V86ZM40 54h52.69a2 2 0 0 1 1.41.58L113.52 74H38V56a2 2 0 0 1 2-2m197.72 105.8a6 6 0 0 0-5.26-4.17l-31-2.4l-11.91-27.61a6 6 0 0 0-11 0l-11.91 27.61l-31 2.4a6 6 0 0 0-3.36 10.61l23.49 19.39l-7.16 28.93a6 6 0 0 0 8.87 6.61L184 205.5l26.62 15.67a6 6 0 0 0 8.87-6.61l-7.16-28.93l23.49-19.39a6 6 0 0 0 1.9-6.44m-35.94 19a6 6 0 0 0-2 6.07l4.64 18.74L187 193.36a6 6 0 0 0-6.08 0l-17.37 10.23l4.63-18.74a6 6 0 0 0-2-6.07l-14.94-12.33l19.83-1.53a6 6 0 0 0 5-3.61l7.93-18.17l7.84 18.17a6 6 0 0 0 5 3.61l19.83 1.53Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 86a2 2 0 0 1 2 2v32a6 6 0 0 0 12 0V88a14 14 0 0 0-14-14h-85.52l-27.9-27.9a13.9 13.9 0 0 0-9.89-4.1H40a14 14 0 0 0-14 14v144.61A13.39 13.39 0 0 0 39.38 214h81.18a6 6 0 0 0 0-12H39.38a1.4 1.4 0 0 1-1.38-1.39V86ZM40 54h52.69a2 2 0 0 1 1.41.58L113.52 74H38V56a2 2 0 0 1 2-2m197.72 105.8a6 6 0 0 0-5.26-4.17l-31-2.4l-11.91-27.61a6 6 0 0 0-11 0l-11.91 27.61l-31 2.4a6 6 0 0 0-3.36 10.61l23.49 19.39l-7.16 28.93a6 6 0 0 0 8.87 6.61L184 205.5l26.62 15.67a6 6 0 0 0 8.87-6.61l-7.16-28.93l23.49-19.39a6 6 0 0 0 1.9-6.44m-35.94 19a6 6 0 0 0-2 6.07l4.64 18.74L187 193.36a6 6 0 0 0-6.08 0l-17.37 10.23l4.63-18.74a6 6 0 0 0-2-6.07l-14.94-12.33l19.83-1.53a6 6 0 0 0 5-3.61l7.93-18.17l7.84 18.17a6 6 0 0 0 5 3.61l19.83 1.53Z"/></svg>
</template>

CSS

.icon-folder-star-light {
  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%22M216%2086a2%202%200%200%201%202%202v32a6%206%200%200%200%2012%200V88a14%2014%200%200%200-14-14h-85.52l-27.9-27.9a13.9%2013.9%200%200%200-9.89-4.1H40a14%2014%200%200%200-14%2014v144.61A13.39%2013.39%200%200%200%2039.38%20214h81.18a6%206%200%200%200%200-12H39.38a1.4%201.4%200%200%201-1.38-1.39V86ZM40%2054h52.69a2%202%200%200%201%201.41.58L113.52%2074H38V56a2%202%200%200%201%202-2m197.72%20105.8a6%206%200%200%200-5.26-4.17l-31-2.4l-11.91-27.61a6%206%200%200%200-11%200l-11.91%2027.61l-31%202.4a6%206%200%200%200-3.36%2010.61l23.49%2019.39l-7.16%2028.93a6%206%200%200%200%208.87%206.61L184%20205.5l26.62%2015.67a6%206%200%200%200%208.87-6.61l-7.16-28.93l23.49-19.39a6%206%200%200%200%201.9-6.44m-35.94%2019a6%206%200%200%200-2%206.07l4.64%2018.74L187%20193.36a6%206%200%200%200-6.08%200l-17.37%2010.23l4.63-18.74a6%206%200%200%200-2-6.07l-14.94-12.33l19.83-1.53a6%206%200%200%200%205-3.61l7.93-18.17l7.84%2018.17a6%206%200%200%200%205%203.61l19.83%201.53Z%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%22M216%2086a2%202%200%200%201%202%202v32a6%206%200%200%200%2012%200V88a14%2014%200%200%200-14-14h-85.52l-27.9-27.9a13.9%2013.9%200%200%200-9.89-4.1H40a14%2014%200%200%200-14%2014v144.61A13.39%2013.39%200%200%200%2039.38%20214h81.18a6%206%200%200%200%200-12H39.38a1.4%201.4%200%200%201-1.38-1.39V86ZM40%2054h52.69a2%202%200%200%201%201.41.58L113.52%2074H38V56a2%202%200%200%201%202-2m197.72%20105.8a6%206%200%200%200-5.26-4.17l-31-2.4l-11.91-27.61a6%206%200%200%200-11%200l-11.91%2027.61l-31%202.4a6%206%200%200%200-3.36%2010.61l23.49%2019.39l-7.16%2028.93a6%206%200%200%200%208.87%206.61L184%20205.5l26.62%2015.67a6%206%200%200%200%208.87-6.61l-7.16-28.93l23.49-19.39a6%206%200%200%200%201.9-6.44m-35.94%2019a6%206%200%200%200-2%206.07l4.64%2018.74L187%20193.36a6%206%200%200%200-6.08%200l-17.37%2010.23l4.63-18.74a6%206%200%200%200-2-6.07l-14.94-12.33l19.83-1.53a6%206%200%200%200%205-3.61l7.93-18.17l7.84%2018.17a6%206%200%200%200%205%203.61l19.83%201.53Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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