folder simple star icon
folder-simple-star-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- folder-simple-star-thin
- Set
- Phosphor
- Style
- Thin
- 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="M216 84h-88a4 4 0 0 1-2.4-.8L95.73 60.8a4 4 0 0 0-2.4-.8H40a4 4 0 0 0-4 4v136a4 4 0 0 0 4 4h80a4 4 0 0 1 0 8H40a12 12 0 0 1-12-12V64a12 12 0 0 1 12-12h53.33a12.05 12.05 0 0 1 7.2 2.4l28.8 21.6H216a12 12 0 0 1 12 12v32a4 4 0 0 1-8 0V88a4 4 0 0 0-4-4m18.55 80.7l-24.46 20.19l7.46 30.11a4 4 0 0 1-1.49 4.17a4.05 4.05 0 0 1-2.39.79a4 4 0 0 1-2-.55L184 203.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.72a4 4 0 0 1 7.34 0l12.4 28.72l32.24 2.49a4 4 0 0 1 2.24 7.08m-12.74.14L197 162.92a4 4 0 0 1-3.36-2.4L184 138.1l-9.68 22.42a4 4 0 0 1-3.36 2.4l-24.77 1.92L165 180.32a4 4 0 0 1 1.33 4.05l-5.78 23.36L182 195.09a4 4 0 0 1 4.06 0l21.47 12.64l-5.78-23.36a4 4 0 0 1 1.33-4.05Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFolderSimpleStarThin(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 84h-88a4 4 0 0 1-2.4-.8L95.73 60.8a4 4 0 0 0-2.4-.8H40a4 4 0 0 0-4 4v136a4 4 0 0 0 4 4h80a4 4 0 0 1 0 8H40a12 12 0 0 1-12-12V64a12 12 0 0 1 12-12h53.33a12.05 12.05 0 0 1 7.2 2.4l28.8 21.6H216a12 12 0 0 1 12 12v32a4 4 0 0 1-8 0V88a4 4 0 0 0-4-4m18.55 80.7l-24.46 20.19l7.46 30.11a4 4 0 0 1-1.49 4.17a4.05 4.05 0 0 1-2.39.79a4 4 0 0 1-2-.55L184 203.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.72a4 4 0 0 1 7.34 0l12.4 28.72l32.24 2.49a4 4 0 0 1 2.24 7.08m-12.74.14L197 162.92a4 4 0 0 1-3.36-2.4L184 138.1l-9.68 22.42a4 4 0 0 1-3.36 2.4l-24.77 1.92L165 180.32a4 4 0 0 1 1.33 4.05l-5.78 23.36L182 195.09a4 4 0 0 1 4.06 0l21.47 12.64l-5.78-23.36a4 4 0 0 1 1.33-4.05Z"/></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 84h-88a4 4 0 0 1-2.4-.8L95.73 60.8a4 4 0 0 0-2.4-.8H40a4 4 0 0 0-4 4v136a4 4 0 0 0 4 4h80a4 4 0 0 1 0 8H40a12 12 0 0 1-12-12V64a12 12 0 0 1 12-12h53.33a12.05 12.05 0 0 1 7.2 2.4l28.8 21.6H216a12 12 0 0 1 12 12v32a4 4 0 0 1-8 0V88a4 4 0 0 0-4-4m18.55 80.7l-24.46 20.19l7.46 30.11a4 4 0 0 1-1.49 4.17a4.05 4.05 0 0 1-2.39.79a4 4 0 0 1-2-.55L184 203.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.72a4 4 0 0 1 7.34 0l12.4 28.72l32.24 2.49a4 4 0 0 1 2.24 7.08m-12.74.14L197 162.92a4 4 0 0 1-3.36-2.4L184 138.1l-9.68 22.42a4 4 0 0 1-3.36 2.4l-24.77 1.92L165 180.32a4 4 0 0 1 1.33 4.05l-5.78 23.36L182 195.09a4 4 0 0 1 4.06 0l21.47 12.64l-5.78-23.36a4 4 0 0 1 1.33-4.05Z"/></svg> </template>
CSS
.icon-folder-simple-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%22M216%2084h-88a4%204%200%200%201-2.4-.8L95.73%2060.8a4%204%200%200%200-2.4-.8H40a4%204%200%200%200-4%204v136a4%204%200%200%200%204%204h80a4%204%200%200%201%200%208H40a12%2012%200%200%201-12-12V64a12%2012%200%200%201%2012-12h53.33a12.05%2012.05%200%200%201%207.2%202.4l28.8%2021.6H216a12%2012%200%200%201%2012%2012v32a4%204%200%200%201-8%200V88a4%204%200%200%200-4-4m18.55%2080.7l-24.46%2020.19l7.46%2030.11a4%204%200%200%201-1.49%204.17a4.05%204.05%200%200%201-2.39.79a4%204%200%200%201-2-.55L184%20203.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.72a4%204%200%200%201%207.34%200l12.4%2028.72l32.24%202.49a4%204%200%200%201%202.24%207.08m-12.74.14L197%20162.92a4%204%200%200%201-3.36-2.4L184%20138.1l-9.68%2022.42a4%204%200%200%201-3.36%202.4l-24.77%201.92L165%20180.32a4%204%200%200%201%201.33%204.05l-5.78%2023.36L182%20195.09a4%204%200%200%201%204.06%200l21.47%2012.64l-5.78-23.36a4%204%200%200%201%201.33-4.05Z%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%2084h-88a4%204%200%200%201-2.4-.8L95.73%2060.8a4%204%200%200%200-2.4-.8H40a4%204%200%200%200-4%204v136a4%204%200%200%200%204%204h80a4%204%200%200%201%200%208H40a12%2012%200%200%201-12-12V64a12%2012%200%200%201%2012-12h53.33a12.05%2012.05%200%200%201%207.2%202.4l28.8%2021.6H216a12%2012%200%200%201%2012%2012v32a4%204%200%200%201-8%200V88a4%204%200%200%200-4-4m18.55%2080.7l-24.46%2020.19l7.46%2030.11a4%204%200%200%201-1.49%204.17a4.05%204.05%200%200%201-2.39.79a4%204%200%200%201-2-.55L184%20203.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.72a4%204%200%200%201%207.34%200l12.4%2028.72l32.24%202.49a4%204%200%200%201%202.24%207.08m-12.74.14L197%20162.92a4%204%200%200%201-3.36-2.4L184%20138.1l-9.68%2022.42a4%204%200%200%201-3.36%202.4l-24.77%201.92L165%20180.32a4%204%200%200%201%201.33%204.05l-5.78%2023.36L182%20195.09a4%204%200%200%201%204.06%200l21.47%2012.64l-5.78-23.36a4%204%200%200%201%201.33-4.05Z%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-thin.svg?color=%231a73e8&size=48