folder forgejo open logo

folder-forgejo-open from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
folder-forgejo-open
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

The same logo in other sets

Related icons in Material Icon Theme

Use the folder forgejo open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#757575" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><g fill="none" transform="translate(14.53 10.455)scale(.08531)"><path stroke="#ff6d00" stroke-width="25" d="M58 168V70a50 50 0 0 1 50-50h20" class="prefix__prefix__orange"/><path stroke="#d50000" stroke-width="25" d="M58 168v-30a50 50 0 0 1 50-50h20" class="prefix__prefix__red"/><circle cx="142" cy="20" r="18" stroke="#ff6d00" stroke-width="15" class="prefix__prefix__orange"/><circle cx="142" cy="88" r="18" stroke="#d50000" stroke-width="15" class="prefix__prefix__red"/><circle cx="58" cy="180" r="18" stroke="#d50000" stroke-width="15" class="prefix__prefix__red"/></g></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderForgejoOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#757575" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><g fill="none" transform="translate(14.53 10.455)scale(.08531)"><path stroke="#ff6d00" strokeWidth="25" d="M58 168V70a50 50 0 0 1 50-50h20" className="prefix__prefix__orange"/><path stroke="#d50000" strokeWidth="25" d="M58 168v-30a50 50 0 0 1 50-50h20" className="prefix__prefix__red"/><circle cx="142" cy="20" r="18" stroke="#ff6d00" strokeWidth="15" className="prefix__prefix__orange"/><circle cx="142" cy="88" r="18" stroke="#d50000" strokeWidth="15" className="prefix__prefix__red"/><circle cx="58" cy="180" r="18" stroke="#d50000" strokeWidth="15" className="prefix__prefix__red"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#757575" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><g fill="none" transform="translate(14.53 10.455)scale(.08531)"><path stroke="#ff6d00" stroke-width="25" d="M58 168V70a50 50 0 0 1 50-50h20" class="prefix__prefix__orange"/><path stroke="#d50000" stroke-width="25" d="M58 168v-30a50 50 0 0 1 50-50h20" class="prefix__prefix__red"/><circle cx="142" cy="20" r="18" stroke="#ff6d00" stroke-width="15" class="prefix__prefix__orange"/><circle cx="142" cy="88" r="18" stroke="#d50000" stroke-width="15" class="prefix__prefix__red"/><circle cx="58" cy="180" r="18" stroke="#d50000" stroke-width="15" class="prefix__prefix__red"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124a2%202%200%200%201-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cg%20fill%3D%22none%22%20transform%3D%22translate(14.53%2010.455)scale(.08531)%22%3E%3Cpath%20stroke%3D%22%23ff6d00%22%20stroke-width%3D%2225%22%20d%3D%22M58%20168V70a50%2050%200%200%201%2050-50h20%22%20class%3D%22prefix__prefix__orange%22%2F%3E%3Cpath%20stroke%3D%22%23d50000%22%20stroke-width%3D%2225%22%20d%3D%22M58%20168v-30a50%2050%200%200%201%2050-50h20%22%20class%3D%22prefix__prefix__red%22%2F%3E%3Ccircle%20cx%3D%22142%22%20cy%3D%2220%22%20r%3D%2218%22%20stroke%3D%22%23ff6d00%22%20stroke-width%3D%2215%22%20class%3D%22prefix__prefix__orange%22%2F%3E%3Ccircle%20cx%3D%22142%22%20cy%3D%2288%22%20r%3D%2218%22%20stroke%3D%22%23d50000%22%20stroke-width%3D%2215%22%20class%3D%22prefix__prefix__red%22%2F%3E%3Ccircle%20cx%3D%2258%22%20cy%3D%22180%22%20r%3D%2218%22%20stroke%3D%22%23d50000%22%20stroke-width%3D%2215%22%20class%3D%22prefix__prefix__red%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124a2%202%200%200%201-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cg%20fill%3D%22none%22%20transform%3D%22translate(14.53%2010.455)scale(.08531)%22%3E%3Cpath%20stroke%3D%22%23ff6d00%22%20stroke-width%3D%2225%22%20d%3D%22M58%20168V70a50%2050%200%200%201%2050-50h20%22%20class%3D%22prefix__prefix__orange%22%2F%3E%3Cpath%20stroke%3D%22%23d50000%22%20stroke-width%3D%2225%22%20d%3D%22M58%20168v-30a50%2050%200%200%201%2050-50h20%22%20class%3D%22prefix__prefix__red%22%2F%3E%3Ccircle%20cx%3D%22142%22%20cy%3D%2220%22%20r%3D%2218%22%20stroke%3D%22%23ff6d00%22%20stroke-width%3D%2215%22%20class%3D%22prefix__prefix__orange%22%2F%3E%3Ccircle%20cx%3D%22142%22%20cy%3D%2288%22%20r%3D%2218%22%20stroke%3D%22%23d50000%22%20stroke-width%3D%2215%22%20class%3D%22prefix__prefix__red%22%2F%3E%3Ccircle%20cx%3D%2258%22%20cy%3D%22180%22%20r%3D%2218%22%20stroke%3D%22%23d50000%22%20stroke-width%3D%2215%22%20class%3D%22prefix__prefix__red%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/folder-forgejo-open.svg?color=%231a73e8&size=48