folder godot open logo

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

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

Related icons in Material Icon Theme

Use the folder godot open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#42a5f5" 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"/><path fill="#bbdefb" d="M19.966 10a11.7 11.7 0 0 0-2.665.871a18 18 0 0 0 .166 2.093a11 11 0 0 0-.983.61a9 9 0 0 0-.914.717a18 18 0 0 0-1.779-.989A13 13 0 0 0 12 15.544a18 18 0 0 0 1.21 1.665h.011v5.056l.029.001l3.247.299a.34.34 0 0 1 .316.31l.1 1.367l2.833.192l.195-1.262a.345.345 0 0 1 .346-.285h3.426a.346.346 0 0 1 .346.285l.195 1.262l2.833-.192l.1-1.367a.345.345 0 0 1 .316-.31l3.246-.299l.028-.001v-.404h.002v-4.65h.011A18 18 0 0 0 32 15.545a13 13 0 0 0-1.791-2.242a18 18 0 0 0-1.779.987a9 9 0 0 0-.914-.717a11 11 0 0 0-.982-.61a19 19 0 0 0 .166-2.093a11.8 11.8 0 0 0-2.666-.87a18 18 0 0 0-.99 1.84a7 7 0 0 0-1.037-.08h-.014a7 7 0 0 0-1.037.08a18 18 0 0 0-.99-1.84m-2.569 7.396a1.87 1.87 0 1 1 .11 3.736h-.004a1.87 1.87 0 1 1-.106-3.736m9.206 0a1.87 1.87 0 1 1 .026 3.736h-.025a1.87 1.87 0 1 1-.024-3.736zM22 18.488a.593.593 0 0 1 .63.547v1.72a.626.626 0 0 1-.69.543a.62.62 0 0 1-.57-.544v-1.72a.59.59 0 0 1 .63-.546"/><path fill="#bbdefb" d="m27.863 23.203l-.1 1.376a.34.34 0 0 1-.324.31l-3.459.234l-.026.001a.345.345 0 0 1-.345-.285l-.198-1.284H20.59l-.199 1.284a.345.345 0 0 1-.371.284l-3.459-.236a.345.345 0 0 1-.324-.31l-.1-1.375l-2.92-.269l.005.693c0 2.944 3.912 4.358 8.772 4.374h.011c4.86-.016 8.772-1.43 8.772-4.374l.005-.693Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderGodotOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#42a5f5" 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"/><path fill="#bbdefb" d="M19.966 10a11.7 11.7 0 0 0-2.665.871a18 18 0 0 0 .166 2.093a11 11 0 0 0-.983.61a9 9 0 0 0-.914.717a18 18 0 0 0-1.779-.989A13 13 0 0 0 12 15.544a18 18 0 0 0 1.21 1.665h.011v5.056l.029.001l3.247.299a.34.34 0 0 1 .316.31l.1 1.367l2.833.192l.195-1.262a.345.345 0 0 1 .346-.285h3.426a.346.346 0 0 1 .346.285l.195 1.262l2.833-.192l.1-1.367a.345.345 0 0 1 .316-.31l3.246-.299l.028-.001v-.404h.002v-4.65h.011A18 18 0 0 0 32 15.545a13 13 0 0 0-1.791-2.242a18 18 0 0 0-1.779.987a9 9 0 0 0-.914-.717a11 11 0 0 0-.982-.61a19 19 0 0 0 .166-2.093a11.8 11.8 0 0 0-2.666-.87a18 18 0 0 0-.99 1.84a7 7 0 0 0-1.037-.08h-.014a7 7 0 0 0-1.037.08a18 18 0 0 0-.99-1.84m-2.569 7.396a1.87 1.87 0 1 1 .11 3.736h-.004a1.87 1.87 0 1 1-.106-3.736m9.206 0a1.87 1.87 0 1 1 .026 3.736h-.025a1.87 1.87 0 1 1-.024-3.736zM22 18.488a.593.593 0 0 1 .63.547v1.72a.626.626 0 0 1-.69.543a.62.62 0 0 1-.57-.544v-1.72a.59.59 0 0 1 .63-.546"/><path fill="#bbdefb" d="m27.863 23.203l-.1 1.376a.34.34 0 0 1-.324.31l-3.459.234l-.026.001a.345.345 0 0 1-.345-.285l-.198-1.284H20.59l-.199 1.284a.345.345 0 0 1-.371.284l-3.459-.236a.345.345 0 0 1-.324-.31l-.1-1.375l-2.92-.269l.005.693c0 2.944 3.912 4.358 8.772 4.374h.011c4.86-.016 8.772-1.43 8.772-4.374l.005-.693Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#42a5f5" 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"/><path fill="#bbdefb" d="M19.966 10a11.7 11.7 0 0 0-2.665.871a18 18 0 0 0 .166 2.093a11 11 0 0 0-.983.61a9 9 0 0 0-.914.717a18 18 0 0 0-1.779-.989A13 13 0 0 0 12 15.544a18 18 0 0 0 1.21 1.665h.011v5.056l.029.001l3.247.299a.34.34 0 0 1 .316.31l.1 1.367l2.833.192l.195-1.262a.345.345 0 0 1 .346-.285h3.426a.346.346 0 0 1 .346.285l.195 1.262l2.833-.192l.1-1.367a.345.345 0 0 1 .316-.31l3.246-.299l.028-.001v-.404h.002v-4.65h.011A18 18 0 0 0 32 15.545a13 13 0 0 0-1.791-2.242a18 18 0 0 0-1.779.987a9 9 0 0 0-.914-.717a11 11 0 0 0-.982-.61a19 19 0 0 0 .166-2.093a11.8 11.8 0 0 0-2.666-.87a18 18 0 0 0-.99 1.84a7 7 0 0 0-1.037-.08h-.014a7 7 0 0 0-1.037.08a18 18 0 0 0-.99-1.84m-2.569 7.396a1.87 1.87 0 1 1 .11 3.736h-.004a1.87 1.87 0 1 1-.106-3.736m9.206 0a1.87 1.87 0 1 1 .026 3.736h-.025a1.87 1.87 0 1 1-.024-3.736zM22 18.488a.593.593 0 0 1 .63.547v1.72a.626.626 0 0 1-.69.543a.62.62 0 0 1-.57-.544v-1.72a.59.59 0 0 1 .63-.546"/><path fill="#bbdefb" d="m27.863 23.203l-.1 1.376a.34.34 0 0 1-.324.31l-3.459.234l-.026.001a.345.345 0 0 1-.345-.285l-.198-1.284H20.59l-.199 1.284a.345.345 0 0 1-.371.284l-3.459-.236a.345.345 0 0 1-.324-.31l-.1-1.375l-2.92-.269l.005.693c0 2.944 3.912 4.358 8.772 4.374h.011c4.86-.016 8.772-1.43 8.772-4.374l.005-.693Z"/></svg>
</template>

CSS

.icon-folder-godot-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%2342a5f5%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%3Cpath%20fill%3D%22%23bbdefb%22%20d%3D%22M19.966%2010a11.7%2011.7%200%200%200-2.665.871a18%2018%200%200%200%20.166%202.093a11%2011%200%200%200-.983.61a9%209%200%200%200-.914.717a18%2018%200%200%200-1.779-.989A13%2013%200%200%200%2012%2015.544a18%2018%200%200%200%201.21%201.665h.011v5.056l.029.001l3.247.299a.34.34%200%200%201%20.316.31l.1%201.367l2.833.192l.195-1.262a.345.345%200%200%201%20.346-.285h3.426a.346.346%200%200%201%20.346.285l.195%201.262l2.833-.192l.1-1.367a.345.345%200%200%201%20.316-.31l3.246-.299l.028-.001v-.404h.002v-4.65h.011A18%2018%200%200%200%2032%2015.545a13%2013%200%200%200-1.791-2.242a18%2018%200%200%200-1.779.987a9%209%200%200%200-.914-.717a11%2011%200%200%200-.982-.61a19%2019%200%200%200%20.166-2.093a11.8%2011.8%200%200%200-2.666-.87a18%2018%200%200%200-.99%201.84a7%207%200%200%200-1.037-.08h-.014a7%207%200%200%200-1.037.08a18%2018%200%200%200-.99-1.84m-2.569%207.396a1.87%201.87%200%201%201%20.11%203.736h-.004a1.87%201.87%200%201%201-.106-3.736m9.206%200a1.87%201.87%200%201%201%20.026%203.736h-.025a1.87%201.87%200%201%201-.024-3.736zM22%2018.488a.593.593%200%200%201%20.63.547v1.72a.626.626%200%200%201-.69.543a.62.62%200%200%201-.57-.544v-1.72a.59.59%200%200%201%20.63-.546%22%2F%3E%3Cpath%20fill%3D%22%23bbdefb%22%20d%3D%22m27.863%2023.203l-.1%201.376a.34.34%200%200%201-.324.31l-3.459.234l-.026.001a.345.345%200%200%201-.345-.285l-.198-1.284H20.59l-.199%201.284a.345.345%200%200%201-.371.284l-3.459-.236a.345.345%200%200%201-.324-.31l-.1-1.375l-2.92-.269l.005.693c0%202.944%203.912%204.358%208.772%204.374h.011c4.86-.016%208.772-1.43%208.772-4.374l.005-.693Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%2342a5f5%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%3Cpath%20fill%3D%22%23bbdefb%22%20d%3D%22M19.966%2010a11.7%2011.7%200%200%200-2.665.871a18%2018%200%200%200%20.166%202.093a11%2011%200%200%200-.983.61a9%209%200%200%200-.914.717a18%2018%200%200%200-1.779-.989A13%2013%200%200%200%2012%2015.544a18%2018%200%200%200%201.21%201.665h.011v5.056l.029.001l3.247.299a.34.34%200%200%201%20.316.31l.1%201.367l2.833.192l.195-1.262a.345.345%200%200%201%20.346-.285h3.426a.346.346%200%200%201%20.346.285l.195%201.262l2.833-.192l.1-1.367a.345.345%200%200%201%20.316-.31l3.246-.299l.028-.001v-.404h.002v-4.65h.011A18%2018%200%200%200%2032%2015.545a13%2013%200%200%200-1.791-2.242a18%2018%200%200%200-1.779.987a9%209%200%200%200-.914-.717a11%2011%200%200%200-.982-.61a19%2019%200%200%200%20.166-2.093a11.8%2011.8%200%200%200-2.666-.87a18%2018%200%200%200-.99%201.84a7%207%200%200%200-1.037-.08h-.014a7%207%200%200%200-1.037.08a18%2018%200%200%200-.99-1.84m-2.569%207.396a1.87%201.87%200%201%201%20.11%203.736h-.004a1.87%201.87%200%201%201-.106-3.736m9.206%200a1.87%201.87%200%201%201%20.026%203.736h-.025a1.87%201.87%200%201%201-.024-3.736zM22%2018.488a.593.593%200%200%201%20.63.547v1.72a.626.626%200%200%201-.69.543a.62.62%200%200%201-.57-.544v-1.72a.59.59%200%200%201%20.63-.546%22%2F%3E%3Cpath%20fill%3D%22%23bbdefb%22%20d%3D%22m27.863%2023.203l-.1%201.376a.34.34%200%200%201-.324.31l-3.459.234l-.026.001a.345.345%200%200%201-.345-.285l-.198-1.284H20.59l-.199%201.284a.345.345%200%200%201-.371.284l-3.459-.236a.345.345%200%200%201-.324-.31l-.1-1.375l-2.92-.269l.005.693c0%202.944%203.912%204.358%208.772%204.374h.011c4.86-.016%208.772-1.43%208.772-4.374l.005-.693Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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