folder simple star icon

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

Name
folder-simple-star-bold
Set
Phosphor
Style
Bold
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"><path fill="currentColor" d="M44 68v128h64a12 12 0 0 1 0 24H40a20 20 0 0 1-20-20V64a20 20 0 0 1 20-20h53.33a20.12 20.12 0 0 1 12 4L132 68h84a20 20 0 0 1 20 20v20a12 12 0 0 1-24 0V92h-84a12 12 0 0 1-7.2-2.4L92 68Zm195.64 102.87l-20.58 17l6.25 25.26a12 12 0 0 1-17.73 13.22L184 212.46l-23.58 13.88a12 12 0 0 1-17.73-13.22l6.25-25.26l-20.58-17a12 12 0 0 1 6.72-21.22l27.42-2.12l10.5-24.28a12 12 0 0 1 22 0l10.48 24.29l27.42 2.12a12 12 0 0 1 6.72 21.22Zm-38.2.42l-5-.39a12 12 0 0 1-10.09-7.21l-2.33-5.4l-2.33 5.4a12 12 0 0 1-10.1 7.21l-5 .39l3.48 2.87a12 12 0 0 1 4 12.13l-1.21 4.89l5.07-3a12 12 0 0 1 12.18 0l5.07 3l-1.18-4.89a12 12 0 0 1 4-12.13Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFolderSimpleStarBold(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="M44 68v128h64a12 12 0 0 1 0 24H40a20 20 0 0 1-20-20V64a20 20 0 0 1 20-20h53.33a20.12 20.12 0 0 1 12 4L132 68h84a20 20 0 0 1 20 20v20a12 12 0 0 1-24 0V92h-84a12 12 0 0 1-7.2-2.4L92 68Zm195.64 102.87l-20.58 17l6.25 25.26a12 12 0 0 1-17.73 13.22L184 212.46l-23.58 13.88a12 12 0 0 1-17.73-13.22l6.25-25.26l-20.58-17a12 12 0 0 1 6.72-21.22l27.42-2.12l10.5-24.28a12 12 0 0 1 22 0l10.48 24.29l27.42 2.12a12 12 0 0 1 6.72 21.22Zm-38.2.42l-5-.39a12 12 0 0 1-10.09-7.21l-2.33-5.4l-2.33 5.4a12 12 0 0 1-10.1 7.21l-5 .39l3.48 2.87a12 12 0 0 1 4 12.13l-1.21 4.89l5.07-3a12 12 0 0 1 12.18 0l5.07 3l-1.18-4.89a12 12 0 0 1 4-12.13Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M44 68v128h64a12 12 0 0 1 0 24H40a20 20 0 0 1-20-20V64a20 20 0 0 1 20-20h53.33a20.12 20.12 0 0 1 12 4L132 68h84a20 20 0 0 1 20 20v20a12 12 0 0 1-24 0V92h-84a12 12 0 0 1-7.2-2.4L92 68Zm195.64 102.87l-20.58 17l6.25 25.26a12 12 0 0 1-17.73 13.22L184 212.46l-23.58 13.88a12 12 0 0 1-17.73-13.22l6.25-25.26l-20.58-17a12 12 0 0 1 6.72-21.22l27.42-2.12l10.5-24.28a12 12 0 0 1 22 0l10.48 24.29l27.42 2.12a12 12 0 0 1 6.72 21.22Zm-38.2.42l-5-.39a12 12 0 0 1-10.09-7.21l-2.33-5.4l-2.33 5.4a12 12 0 0 1-10.1 7.21l-5 .39l3.48 2.87a12 12 0 0 1 4 12.13l-1.21 4.89l5.07-3a12 12 0 0 1 12.18 0l5.07 3l-1.18-4.89a12 12 0 0 1 4-12.13Z"/></svg>
</template>

CSS

.icon-folder-simple-star-bold {
  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%22M44%2068v128h64a12%2012%200%200%201%200%2024H40a20%2020%200%200%201-20-20V64a20%2020%200%200%201%2020-20h53.33a20.12%2020.12%200%200%201%2012%204L132%2068h84a20%2020%200%200%201%2020%2020v20a12%2012%200%200%201-24%200V92h-84a12%2012%200%200%201-7.2-2.4L92%2068Zm195.64%20102.87l-20.58%2017l6.25%2025.26a12%2012%200%200%201-17.73%2013.22L184%20212.46l-23.58%2013.88a12%2012%200%200%201-17.73-13.22l6.25-25.26l-20.58-17a12%2012%200%200%201%206.72-21.22l27.42-2.12l10.5-24.28a12%2012%200%200%201%2022%200l10.48%2024.29l27.42%202.12a12%2012%200%200%201%206.72%2021.22Zm-38.2.42l-5-.39a12%2012%200%200%201-10.09-7.21l-2.33-5.4l-2.33%205.4a12%2012%200%200%201-10.1%207.21l-5%20.39l3.48%202.87a12%2012%200%200%201%204%2012.13l-1.21%204.89l5.07-3a12%2012%200%200%201%2012.18%200l5.07%203l-1.18-4.89a12%2012%200%200%201%204-12.13Z%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%22M44%2068v128h64a12%2012%200%200%201%200%2024H40a20%2020%200%200%201-20-20V64a20%2020%200%200%201%2020-20h53.33a20.12%2020.12%200%200%201%2012%204L132%2068h84a20%2020%200%200%201%2020%2020v20a12%2012%200%200%201-24%200V92h-84a12%2012%200%200%201-7.2-2.4L92%2068Zm195.64%20102.87l-20.58%2017l6.25%2025.26a12%2012%200%200%201-17.73%2013.22L184%20212.46l-23.58%2013.88a12%2012%200%200%201-17.73-13.22l6.25-25.26l-20.58-17a12%2012%200%200%201%206.72-21.22l27.42-2.12l10.5-24.28a12%2012%200%200%201%2022%200l10.48%2024.29l27.42%202.12a12%2012%200%200%201%206.72%2021.22Zm-38.2.42l-5-.39a12%2012%200%200%201-10.09-7.21l-2.33-5.4l-2.33%205.4a12%2012%200%200%201-10.1%207.21l-5%20.39l3.48%202.87a12%2012%200%200%201%204%2012.13l-1.21%204.89l5.07-3a12%2012%200%200%201%2012.18%200l5.07%203l-1.18-4.89a12%2012%200%200%201%204-12.13Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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