folder forgejo open logo
folder-forgejo-open from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.
- Name
- folder-forgejo-open
- Set
- Catppuccin Icons
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
The same logo in other sets
Related icons in Catppuccin Icons
folder-adminfolder-admin-openfolder-androidfolder-android-openfolder-animationfolder-animation-openfolder-apifolder-api-openfolder-appfolder-app-openfolder-assetsfolder-assets-openfolder-audiofolder-audio-openfolder-auditfolder-audit-openfolder-awsfolder-aws-openfolder-azure-devopsfolder-azure-devops-openfolder-azure-pipelinesfolder-azure-pipelines-openfolder-benchmarkfolder-benchmark-open
Use the folder forgejo open logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="#f5a97f" stroke-width=".65" d="M14.48 8.724a.677.703 0 0 1-.677.703a.677.703 0 0 1-.676-.703a.677.703 0 0 1 .676-.703a.677.703 0 0 1 .677.703m-3.834 5.546v-3.593c0-1.079.841-1.953 1.879-1.953h.601"/><path stroke="#ed8796" stroke-width=".65" d="M11.33 14.97a.677.703 0 0 1-.677.703a.677.703 0 0 1-.676-.703a.677.703 0 0 1 .676-.703a.677.703 0 0 1 .677.703m3.157-3.591a.677.703 0 0 1-.677.703a.677.703 0 0 1-.676-.703a.677.703 0 0 1 .676-.703a.677.703 0 0 1 .677.703m-3.834 2.89v-.937c0-1.078.841-1.952 1.879-1.952h.601"/><path stroke="#cad3f5" d="m1.873 8l.702-2.74a1.002 1 0 0 1 .961-.76h10.96a1.002 1 0 0 1 .973 1.24l-.22.875M6.009 13.5H2.001A1.503 1.5 0 0 1 .498 12V3.5a1.002 1 0 0 1 1.002-1h5.01a1.002 1 0 0 1 1.002 1v1"/></g></svg>
React
import type { SVGProps } from "react";
export function CatppuccinFolderForgejoOpen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" strokeLinecap="round" strokeLinejoin="round"><path stroke="#f5a97f" strokeWidth=".65" d="M14.48 8.724a.677.703 0 0 1-.677.703a.677.703 0 0 1-.676-.703a.677.703 0 0 1 .676-.703a.677.703 0 0 1 .677.703m-3.834 5.546v-3.593c0-1.079.841-1.953 1.879-1.953h.601"/><path stroke="#ed8796" strokeWidth=".65" d="M11.33 14.97a.677.703 0 0 1-.677.703a.677.703 0 0 1-.676-.703a.677.703 0 0 1 .676-.703a.677.703 0 0 1 .677.703m3.157-3.591a.677.703 0 0 1-.677.703a.677.703 0 0 1-.676-.703a.677.703 0 0 1 .676-.703a.677.703 0 0 1 .677.703m-3.834 2.89v-.937c0-1.078.841-1.952 1.879-1.952h.601"/><path stroke="#cad3f5" d="m1.873 8l.702-2.74a1.002 1 0 0 1 .961-.76h10.96a1.002 1 0 0 1 .973 1.24l-.22.875M6.009 13.5H2.001A1.503 1.5 0 0 1 .498 12V3.5a1.002 1 0 0 1 1.002-1h5.01a1.002 1 0 0 1 1.002 1v1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="#f5a97f" stroke-width=".65" d="M14.48 8.724a.677.703 0 0 1-.677.703a.677.703 0 0 1-.676-.703a.677.703 0 0 1 .676-.703a.677.703 0 0 1 .677.703m-3.834 5.546v-3.593c0-1.079.841-1.953 1.879-1.953h.601"/><path stroke="#ed8796" stroke-width=".65" d="M11.33 14.97a.677.703 0 0 1-.677.703a.677.703 0 0 1-.676-.703a.677.703 0 0 1 .676-.703a.677.703 0 0 1 .677.703m3.157-3.591a.677.703 0 0 1-.677.703a.677.703 0 0 1-.676-.703a.677.703 0 0 1 .676-.703a.677.703 0 0 1 .677.703m-3.834 2.89v-.937c0-1.078.841-1.952 1.879-1.952h.601"/><path stroke="#cad3f5" d="m1.873 8l.702-2.74a1.002 1 0 0 1 .961-.76h10.96a1.002 1 0 0 1 .973 1.24l-.22.875M6.009 13.5H2.001A1.503 1.5 0 0 1 .498 12V3.5a1.002 1 0 0 1 1.002-1h5.01a1.002 1 0 0 1 1.002 1v1"/></g></svg> </template>
CSS
.icon-folder-forgejo-open {
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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%23f5a97f%22%20stroke-width%3D%22.65%22%20d%3D%22M14.48%208.724a.677.703%200%200%201-.677.703a.677.703%200%200%201-.676-.703a.677.703%200%200%201%20.676-.703a.677.703%200%200%201%20.677.703m-3.834%205.546v-3.593c0-1.079.841-1.953%201.879-1.953h.601%22%2F%3E%3Cpath%20stroke%3D%22%23ed8796%22%20stroke-width%3D%22.65%22%20d%3D%22M11.33%2014.97a.677.703%200%200%201-.677.703a.677.703%200%200%201-.676-.703a.677.703%200%200%201%20.676-.703a.677.703%200%200%201%20.677.703m3.157-3.591a.677.703%200%200%201-.677.703a.677.703%200%200%201-.676-.703a.677.703%200%200%201%20.676-.703a.677.703%200%200%201%20.677.703m-3.834%202.89v-.937c0-1.078.841-1.952%201.879-1.952h.601%22%2F%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22m1.873%208l.702-2.74a1.002%201%200%200%201%20.961-.76h10.96a1.002%201%200%200%201%20.973%201.24l-.22.875M6.009%2013.5H2.001A1.503%201.5%200%200%201%20.498%2012V3.5a1.002%201%200%200%201%201.002-1h5.01a1.002%201%200%200%201%201.002%201v1%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%23f5a97f%22%20stroke-width%3D%22.65%22%20d%3D%22M14.48%208.724a.677.703%200%200%201-.677.703a.677.703%200%200%201-.676-.703a.677.703%200%200%201%20.676-.703a.677.703%200%200%201%20.677.703m-3.834%205.546v-3.593c0-1.079.841-1.953%201.879-1.953h.601%22%2F%3E%3Cpath%20stroke%3D%22%23ed8796%22%20stroke-width%3D%22.65%22%20d%3D%22M11.33%2014.97a.677.703%200%200%201-.677.703a.677.703%200%200%201-.676-.703a.677.703%200%200%201%20.676-.703a.677.703%200%200%201%20.677.703m3.157-3.591a.677.703%200%200%201-.677.703a.677.703%200%200%201-.676-.703a.677.703%200%200%201%20.676-.703a.677.703%200%200%201%20.677.703m-3.834%202.89v-.937c0-1.078.841-1.952%201.879-1.952h.601%22%2F%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22m1.873%208l.702-2.74a1.002%201%200%200%201%20.961-.76h10.96a1.002%201%200%200%201%20.973%201.24l-.22.875M6.009%2013.5H2.001A1.503%201.5%200%200%201%20.498%2012V3.5a1.002%201%200%200%201%201.002-1h5.01a1.002%201%200%200%201%201.002%201v1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/catppuccin/folder-forgejo-open.svg?color=%231a73e8&size=48