folder type astro opened logo

folder-type-astro-opened from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
folder-type-astro-opened
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the folder type astro opened logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#dc7abb"><path d="M27.5 5.5h-9.2l-2.1 4.2H4.4v16.8h25.2v-21zm0 18.7H6.7V11.8h20.8zm0-14.5h-8.2l1-2.1h7.1v2.1z"/><path d="m.6 13.7l3.8 12.8h25.2l-3.8-12.8z"/></g><g stroke="#d2d2d2" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5"><path d="M21.004 24.382c-.328 1.077-.095 2.574.68 3.28v-.026l.025-.069c.095-.455.466-.74.94-.723c.438.01.689.242.748.75c.026.189.026.378.035.576v.06c0 .431.12.844.361 1.206c.216.345.517.611.922.792l-.018-.034l-.017-.07c-.301-.903-.086-1.531.706-2.066l.241-.163l.534-.353a2.62 2.62 0 0 0 1.102-1.868c.043-.328 0-.647-.095-.956l-.129.086a5.9 5.9 0 0 1-3.892.603c-.8-.121-1.575-.344-2.152-1.016z"/><path fill="#17191e" d="M17.25 24.193s2.3-1.12 4.606-1.12l1.748-5.39c.06-.258.25-.43.465-.43s.396.172.465.439l1.74 5.381c2.737 0 4.606 1.12 4.606 1.12l-3.918-10.677c-.103-.318-.301-.516-.551-.516h-4.684c-.25 0-.43.198-.551.516z"/></g></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeAstroOpened(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#dc7abb"><path d="M27.5 5.5h-9.2l-2.1 4.2H4.4v16.8h25.2v-21zm0 18.7H6.7V11.8h20.8zm0-14.5h-8.2l1-2.1h7.1v2.1z"/><path d="m.6 13.7l3.8 12.8h25.2l-3.8-12.8z"/></g><g stroke="#d2d2d2" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".5"><path d="M21.004 24.382c-.328 1.077-.095 2.574.68 3.28v-.026l.025-.069c.095-.455.466-.74.94-.723c.438.01.689.242.748.75c.026.189.026.378.035.576v.06c0 .431.12.844.361 1.206c.216.345.517.611.922.792l-.018-.034l-.017-.07c-.301-.903-.086-1.531.706-2.066l.241-.163l.534-.353a2.62 2.62 0 0 0 1.102-1.868c.043-.328 0-.647-.095-.956l-.129.086a5.9 5.9 0 0 1-3.892.603c-.8-.121-1.575-.344-2.152-1.016z"/><path fill="#17191e" d="M17.25 24.193s2.3-1.12 4.606-1.12l1.748-5.39c.06-.258.25-.43.465-.43s.396.172.465.439l1.74 5.381c2.737 0 4.606 1.12 4.606 1.12l-3.918-10.677c-.103-.318-.301-.516-.551-.516h-4.684c-.25 0-.43.198-.551.516z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#dc7abb"><path d="M27.5 5.5h-9.2l-2.1 4.2H4.4v16.8h25.2v-21zm0 18.7H6.7V11.8h20.8zm0-14.5h-8.2l1-2.1h7.1v2.1z"/><path d="m.6 13.7l3.8 12.8h25.2l-3.8-12.8z"/></g><g stroke="#d2d2d2" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5"><path d="M21.004 24.382c-.328 1.077-.095 2.574.68 3.28v-.026l.025-.069c.095-.455.466-.74.94-.723c.438.01.689.242.748.75c.026.189.026.378.035.576v.06c0 .431.12.844.361 1.206c.216.345.517.611.922.792l-.018-.034l-.017-.07c-.301-.903-.086-1.531.706-2.066l.241-.163l.534-.353a2.62 2.62 0 0 0 1.102-1.868c.043-.328 0-.647-.095-.956l-.129.086a5.9 5.9 0 0 1-3.892.603c-.8-.121-1.575-.344-2.152-1.016z"/><path fill="#17191e" d="M17.25 24.193s2.3-1.12 4.606-1.12l1.748-5.39c.06-.258.25-.43.465-.43s.396.172.465.439l1.74 5.381c2.737 0 4.606 1.12 4.606 1.12l-3.918-10.677c-.103-.318-.301-.516-.551-.516h-4.684c-.25 0-.43.198-.551.516z"/></g></svg>
</template>

CSS

.icon-folder-type-astro-opened {
  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%3Cg%20fill%3D%22%23dc7abb%22%3E%3Cpath%20d%3D%22M27.5%205.5h-9.2l-2.1%204.2H4.4v16.8h25.2v-21zm0%2018.7H6.7V11.8h20.8zm0-14.5h-8.2l1-2.1h7.1v2.1z%22%2F%3E%3Cpath%20d%3D%22m.6%2013.7l3.8%2012.8h25.2l-3.8-12.8z%22%2F%3E%3C%2Fg%3E%3Cg%20stroke%3D%22%23d2d2d2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%3E%3Cpath%20d%3D%22M21.004%2024.382c-.328%201.077-.095%202.574.68%203.28v-.026l.025-.069c.095-.455.466-.74.94-.723c.438.01.689.242.748.75c.026.189.026.378.035.576v.06c0%20.431.12.844.361%201.206c.216.345.517.611.922.792l-.018-.034l-.017-.07c-.301-.903-.086-1.531.706-2.066l.241-.163l.534-.353a2.62%202.62%200%200%200%201.102-1.868c.043-.328%200-.647-.095-.956l-.129.086a5.9%205.9%200%200%201-3.892.603c-.8-.121-1.575-.344-2.152-1.016z%22%2F%3E%3Cpath%20fill%3D%22%2317191e%22%20d%3D%22M17.25%2024.193s2.3-1.12%204.606-1.12l1.748-5.39c.06-.258.25-.43.465-.43s.396.172.465.439l1.74%205.381c2.737%200%204.606%201.12%204.606%201.12l-3.918-10.677c-.103-.318-.301-.516-.551-.516h-4.684c-.25%200-.43.198-.551.516z%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%3Cg%20fill%3D%22%23dc7abb%22%3E%3Cpath%20d%3D%22M27.5%205.5h-9.2l-2.1%204.2H4.4v16.8h25.2v-21zm0%2018.7H6.7V11.8h20.8zm0-14.5h-8.2l1-2.1h7.1v2.1z%22%2F%3E%3Cpath%20d%3D%22m.6%2013.7l3.8%2012.8h25.2l-3.8-12.8z%22%2F%3E%3C%2Fg%3E%3Cg%20stroke%3D%22%23d2d2d2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%3E%3Cpath%20d%3D%22M21.004%2024.382c-.328%201.077-.095%202.574.68%203.28v-.026l.025-.069c.095-.455.466-.74.94-.723c.438.01.689.242.748.75c.026.189.026.378.035.576v.06c0%20.431.12.844.361%201.206c.216.345.517.611.922.792l-.018-.034l-.017-.07c-.301-.903-.086-1.531.706-2.066l.241-.163l.534-.353a2.62%202.62%200%200%200%201.102-1.868c.043-.328%200-.647-.095-.956l-.129.086a5.9%205.9%200%200%201-3.892.603c-.8-.121-1.575-.344-2.152-1.016z%22%2F%3E%3Cpath%20fill%3D%22%2317191e%22%20d%3D%22M17.25%2024.193s2.3-1.12%204.606-1.12l1.748-5.39c.06-.258.25-.43.465-.43s.396.172.465.439l1.74%205.381c2.737%200%204.606%201.12%204.606%201.12l-3.918-10.677c-.103-.318-.301-.516-.551-.516h-4.684c-.25%200-.43.198-.551.516z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/folder-type-astro-opened.svg?color=%231a73e8&size=48