folder type supabase opened logo

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

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

Related icons in VSCode Icons

Use the folder type supabase opened logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGd3ecb2qr" x1="271.86" x2="312.05" y1="-100.81" y2="-117.67" gradientTransform="matrix(.17 0 0 -.17 -26.49 5.17)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#249361"/><stop offset="1" stop-color="#3ecf8e"/></linearGradient><linearGradient id="SVG1bwBccTK" x1="273.69" x2="292.01" y1="-59.27" y2="-93.77" gradientTransform="matrix(.17 0 0 -.17 -26.49 5.17)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-opacity="0"/></linearGradient></defs><path fill="#7bdbac" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21zm0 18.7H6.6V11.8h20.8zm0-14.5h-8.2l1-2.1h7.1v2.1z"/><path fill="#7bdbad" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#191919" d="M20.86 11.68c.19 0 .38.06.54.19c.2.16.32.4.32.65l.04 6.08h-.07l.09 5.6h-7.79c-.94 0-1.7-.77-1.69-1.71c0-.38.13-.75.36-1.04L20.19 12c.17-.21.42-.32.67-.32m8.74 6.92c.93 0 1.69.75 1.7 1.69v.01v-.01c0-.94-.77-1.69-1.7-1.69h-7.84zm-7.84 0l.03 5.6l-.09-5.6h.07m9.54 1.7c0 .38-.13.76-.37 1.06l-7.53 9.44c-.17.21-.42.33-.67.33c-.18 0-.37-.06-.52-.18c-.2-.16-.32-.4-.33-.66l-.1-6.09l.1 6.09c0 .26.12.5.33.66a.84.84 0 0 0 1.19-.15l7.53-9.44c.24-.3.37-.67.37-1.06m-10.44-9.12c-.41 0-.8.19-1.06.51l-7.53 9.45c-.3.39-.47.87-.47 1.35c0 1.21.98 2.2 2.19 2.21h7.3l.09 5.6c0 .41.2.79.52 1.04c.24.18.53.29.83.29c.42 0 .81-.19 1.06-.52l7.53-9.44c.31-.39.48-.87.48-1.37h-.5h.5h-.5l.5-.01c0-1.2-.99-2.19-2.2-2.19v1c.66 0 1.19.54 1.2 1.19h.5h-.49c0 .27-.09.54-.26.75l-7.53 9.44a.35.35 0 0 1-.28.14c-.05 0-.14-.01-.21-.07a.35.35 0 0 1-.13-.27l-.09-5.58v-.5l-.03-5.1h7.33v-1h-7.34l-.03-5.58c0-.41-.19-.79-.51-1.04c-.24-.19-.54-.3-.85-.3Zm10.44 9.62"/><path fill="url(#SVGd3ecb2qr)" d="M23.4 30.8c-.29.37-.82.44-1.19.15c-.2-.16-.32-.4-.33-.66l-.19-11.69h7.9c.94 0 1.7.75 1.71 1.69c0 .39-.13.77-.37 1.07z"/><path fill="url(#SVG1bwBccTK)" d="M23.4 30.8c-.29.37-.82.44-1.19.15c-.2-.16-.32-.4-.33-.66l-.19-11.69h7.9c.94 0 1.7.75 1.71 1.69c0 .39-.13.77-.37 1.07z" opacity=".2"/><path fill="#3ecf8e" d="M20.19 12a.86.86 0 0 1 1.21-.13c.2.16.32.4.32.65l.07 11.68h-7.8c-.94 0-1.7-.77-1.69-1.71c0-.38.13-.75.36-1.04z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeSupabaseOpened(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGd3ecb2qr" x1="271.86" x2="312.05" y1="-100.81" y2="-117.67" gradientTransform="matrix(.17 0 0 -.17 -26.49 5.17)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#249361"/><stop offset="1" stopColor="#3ecf8e"/></linearGradient><linearGradient id="SVG1bwBccTK" x1="273.69" x2="292.01" y1="-59.27" y2="-93.77" gradientTransform="matrix(.17 0 0 -.17 -26.49 5.17)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stopOpacity="0"/></linearGradient></defs><path fill="#7bdbac" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21zm0 18.7H6.6V11.8h20.8zm0-14.5h-8.2l1-2.1h7.1v2.1z"/><path fill="#7bdbad" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#191919" d="M20.86 11.68c.19 0 .38.06.54.19c.2.16.32.4.32.65l.04 6.08h-.07l.09 5.6h-7.79c-.94 0-1.7-.77-1.69-1.71c0-.38.13-.75.36-1.04L20.19 12c.17-.21.42-.32.67-.32m8.74 6.92c.93 0 1.69.75 1.7 1.69v.01v-.01c0-.94-.77-1.69-1.7-1.69h-7.84zm-7.84 0l.03 5.6l-.09-5.6h.07m9.54 1.7c0 .38-.13.76-.37 1.06l-7.53 9.44c-.17.21-.42.33-.67.33c-.18 0-.37-.06-.52-.18c-.2-.16-.32-.4-.33-.66l-.1-6.09l.1 6.09c0 .26.12.5.33.66a.84.84 0 0 0 1.19-.15l7.53-9.44c.24-.3.37-.67.37-1.06m-10.44-9.12c-.41 0-.8.19-1.06.51l-7.53 9.45c-.3.39-.47.87-.47 1.35c0 1.21.98 2.2 2.19 2.21h7.3l.09 5.6c0 .41.2.79.52 1.04c.24.18.53.29.83.29c.42 0 .81-.19 1.06-.52l7.53-9.44c.31-.39.48-.87.48-1.37h-.5h.5h-.5l.5-.01c0-1.2-.99-2.19-2.2-2.19v1c.66 0 1.19.54 1.2 1.19h.5h-.49c0 .27-.09.54-.26.75l-7.53 9.44a.35.35 0 0 1-.28.14c-.05 0-.14-.01-.21-.07a.35.35 0 0 1-.13-.27l-.09-5.58v-.5l-.03-5.1h7.33v-1h-7.34l-.03-5.58c0-.41-.19-.79-.51-1.04c-.24-.19-.54-.3-.85-.3Zm10.44 9.62"/><path fill="url(#SVGd3ecb2qr)" d="M23.4 30.8c-.29.37-.82.44-1.19.15c-.2-.16-.32-.4-.33-.66l-.19-11.69h7.9c.94 0 1.7.75 1.71 1.69c0 .39-.13.77-.37 1.07z"/><path fill="url(#SVG1bwBccTK)" d="M23.4 30.8c-.29.37-.82.44-1.19.15c-.2-.16-.32-.4-.33-.66l-.19-11.69h7.9c.94 0 1.7.75 1.71 1.69c0 .39-.13.77-.37 1.07z" opacity=".2"/><path fill="#3ecf8e" d="M20.19 12a.86.86 0 0 1 1.21-.13c.2.16.32.4.32.65l.07 11.68h-7.8c-.94 0-1.7-.77-1.69-1.71c0-.38.13-.75.36-1.04z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGd3ecb2qr" x1="271.86" x2="312.05" y1="-100.81" y2="-117.67" gradientTransform="matrix(.17 0 0 -.17 -26.49 5.17)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#249361"/><stop offset="1" stop-color="#3ecf8e"/></linearGradient><linearGradient id="SVG1bwBccTK" x1="273.69" x2="292.01" y1="-59.27" y2="-93.77" gradientTransform="matrix(.17 0 0 -.17 -26.49 5.17)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-opacity="0"/></linearGradient></defs><path fill="#7bdbac" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21zm0 18.7H6.6V11.8h20.8zm0-14.5h-8.2l1-2.1h7.1v2.1z"/><path fill="#7bdbad" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#191919" d="M20.86 11.68c.19 0 .38.06.54.19c.2.16.32.4.32.65l.04 6.08h-.07l.09 5.6h-7.79c-.94 0-1.7-.77-1.69-1.71c0-.38.13-.75.36-1.04L20.19 12c.17-.21.42-.32.67-.32m8.74 6.92c.93 0 1.69.75 1.7 1.69v.01v-.01c0-.94-.77-1.69-1.7-1.69h-7.84zm-7.84 0l.03 5.6l-.09-5.6h.07m9.54 1.7c0 .38-.13.76-.37 1.06l-7.53 9.44c-.17.21-.42.33-.67.33c-.18 0-.37-.06-.52-.18c-.2-.16-.32-.4-.33-.66l-.1-6.09l.1 6.09c0 .26.12.5.33.66a.84.84 0 0 0 1.19-.15l7.53-9.44c.24-.3.37-.67.37-1.06m-10.44-9.12c-.41 0-.8.19-1.06.51l-7.53 9.45c-.3.39-.47.87-.47 1.35c0 1.21.98 2.2 2.19 2.21h7.3l.09 5.6c0 .41.2.79.52 1.04c.24.18.53.29.83.29c.42 0 .81-.19 1.06-.52l7.53-9.44c.31-.39.48-.87.48-1.37h-.5h.5h-.5l.5-.01c0-1.2-.99-2.19-2.2-2.19v1c.66 0 1.19.54 1.2 1.19h.5h-.49c0 .27-.09.54-.26.75l-7.53 9.44a.35.35 0 0 1-.28.14c-.05 0-.14-.01-.21-.07a.35.35 0 0 1-.13-.27l-.09-5.58v-.5l-.03-5.1h7.33v-1h-7.34l-.03-5.58c0-.41-.19-.79-.51-1.04c-.24-.19-.54-.3-.85-.3Zm10.44 9.62"/><path fill="url(#SVGd3ecb2qr)" d="M23.4 30.8c-.29.37-.82.44-1.19.15c-.2-.16-.32-.4-.33-.66l-.19-11.69h7.9c.94 0 1.7.75 1.71 1.69c0 .39-.13.77-.37 1.07z"/><path fill="url(#SVG1bwBccTK)" d="M23.4 30.8c-.29.37-.82.44-1.19.15c-.2-.16-.32-.4-.33-.66l-.19-11.69h7.9c.94 0 1.7.75 1.71 1.69c0 .39-.13.77-.37 1.07z" opacity=".2"/><path fill="#3ecf8e" d="M20.19 12a.86.86 0 0 1 1.21-.13c.2.16.32.4.32.65l.07 11.68h-7.8c-.94 0-1.7-.77-1.69-1.71c0-.38.13-.75.36-1.04z"/></svg>
</template>

CSS

.icon-folder-type-supabase-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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGd3ecb2qr%22%20x1%3D%22271.86%22%20x2%3D%22312.05%22%20y1%3D%22-100.81%22%20y2%3D%22-117.67%22%20gradientTransform%3D%22matrix(.17%200%200%20-.17%20-26.49%205.17)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23249361%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233ecf8e%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG1bwBccTK%22%20x1%3D%22273.69%22%20x2%3D%22292.01%22%20y1%3D%22-59.27%22%20y2%3D%22-93.77%22%20gradientTransform%3D%22matrix(.17%200%200%20-.17%20-26.49%205.17)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%237bdbac%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v16.8h25.2v-21zm0%2018.7H6.6V11.8h20.8zm0-14.5h-8.2l1-2.1h7.1v2.1z%22%2F%3E%3Cpath%20fill%3D%22%237bdbad%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%23191919%22%20d%3D%22M20.86%2011.68c.19%200%20.38.06.54.19c.2.16.32.4.32.65l.04%206.08h-.07l.09%205.6h-7.79c-.94%200-1.7-.77-1.69-1.71c0-.38.13-.75.36-1.04L20.19%2012c.17-.21.42-.32.67-.32m8.74%206.92c.93%200%201.69.75%201.7%201.69v.01v-.01c0-.94-.77-1.69-1.7-1.69h-7.84zm-7.84%200l.03%205.6l-.09-5.6h.07m9.54%201.7c0%20.38-.13.76-.37%201.06l-7.53%209.44c-.17.21-.42.33-.67.33c-.18%200-.37-.06-.52-.18c-.2-.16-.32-.4-.33-.66l-.1-6.09l.1%206.09c0%20.26.12.5.33.66a.84.84%200%200%200%201.19-.15l7.53-9.44c.24-.3.37-.67.37-1.06m-10.44-9.12c-.41%200-.8.19-1.06.51l-7.53%209.45c-.3.39-.47.87-.47%201.35c0%201.21.98%202.2%202.19%202.21h7.3l.09%205.6c0%20.41.2.79.52%201.04c.24.18.53.29.83.29c.42%200%20.81-.19%201.06-.52l7.53-9.44c.31-.39.48-.87.48-1.37h-.5h.5h-.5l.5-.01c0-1.2-.99-2.19-2.2-2.19v1c.66%200%201.19.54%201.2%201.19h.5h-.49c0%20.27-.09.54-.26.75l-7.53%209.44a.35.35%200%200%201-.28.14c-.05%200-.14-.01-.21-.07a.35.35%200%200%201-.13-.27l-.09-5.58v-.5l-.03-5.1h7.33v-1h-7.34l-.03-5.58c0-.41-.19-.79-.51-1.04c-.24-.19-.54-.3-.85-.3Zm10.44%209.62%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGd3ecb2qr)%22%20d%3D%22M23.4%2030.8c-.29.37-.82.44-1.19.15c-.2-.16-.32-.4-.33-.66l-.19-11.69h7.9c.94%200%201.7.75%201.71%201.69c0%20.39-.13.77-.37%201.07z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG1bwBccTK)%22%20d%3D%22M23.4%2030.8c-.29.37-.82.44-1.19.15c-.2-.16-.32-.4-.33-.66l-.19-11.69h7.9c.94%200%201.7.75%201.71%201.69c0%20.39-.13.77-.37%201.07z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20fill%3D%22%233ecf8e%22%20d%3D%22M20.19%2012a.86.86%200%200%201%201.21-.13c.2.16.32.4.32.65l.07%2011.68h-7.8c-.94%200-1.7-.77-1.69-1.71c0-.38.13-.75.36-1.04z%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGd3ecb2qr%22%20x1%3D%22271.86%22%20x2%3D%22312.05%22%20y1%3D%22-100.81%22%20y2%3D%22-117.67%22%20gradientTransform%3D%22matrix(.17%200%200%20-.17%20-26.49%205.17)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23249361%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233ecf8e%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG1bwBccTK%22%20x1%3D%22273.69%22%20x2%3D%22292.01%22%20y1%3D%22-59.27%22%20y2%3D%22-93.77%22%20gradientTransform%3D%22matrix(.17%200%200%20-.17%20-26.49%205.17)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%237bdbac%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v16.8h25.2v-21zm0%2018.7H6.6V11.8h20.8zm0-14.5h-8.2l1-2.1h7.1v2.1z%22%2F%3E%3Cpath%20fill%3D%22%237bdbad%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%23191919%22%20d%3D%22M20.86%2011.68c.19%200%20.38.06.54.19c.2.16.32.4.32.65l.04%206.08h-.07l.09%205.6h-7.79c-.94%200-1.7-.77-1.69-1.71c0-.38.13-.75.36-1.04L20.19%2012c.17-.21.42-.32.67-.32m8.74%206.92c.93%200%201.69.75%201.7%201.69v.01v-.01c0-.94-.77-1.69-1.7-1.69h-7.84zm-7.84%200l.03%205.6l-.09-5.6h.07m9.54%201.7c0%20.38-.13.76-.37%201.06l-7.53%209.44c-.17.21-.42.33-.67.33c-.18%200-.37-.06-.52-.18c-.2-.16-.32-.4-.33-.66l-.1-6.09l.1%206.09c0%20.26.12.5.33.66a.84.84%200%200%200%201.19-.15l7.53-9.44c.24-.3.37-.67.37-1.06m-10.44-9.12c-.41%200-.8.19-1.06.51l-7.53%209.45c-.3.39-.47.87-.47%201.35c0%201.21.98%202.2%202.19%202.21h7.3l.09%205.6c0%20.41.2.79.52%201.04c.24.18.53.29.83.29c.42%200%20.81-.19%201.06-.52l7.53-9.44c.31-.39.48-.87.48-1.37h-.5h.5h-.5l.5-.01c0-1.2-.99-2.19-2.2-2.19v1c.66%200%201.19.54%201.2%201.19h.5h-.49c0%20.27-.09.54-.26.75l-7.53%209.44a.35.35%200%200%201-.28.14c-.05%200-.14-.01-.21-.07a.35.35%200%200%201-.13-.27l-.09-5.58v-.5l-.03-5.1h7.33v-1h-7.34l-.03-5.58c0-.41-.19-.79-.51-1.04c-.24-.19-.54-.3-.85-.3Zm10.44%209.62%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGd3ecb2qr)%22%20d%3D%22M23.4%2030.8c-.29.37-.82.44-1.19.15c-.2-.16-.32-.4-.33-.66l-.19-11.69h7.9c.94%200%201.7.75%201.71%201.69c0%20.39-.13.77-.37%201.07z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG1bwBccTK)%22%20d%3D%22M23.4%2030.8c-.29.37-.82.44-1.19.15c-.2-.16-.32-.4-.33-.66l-.19-11.69h7.9c.94%200%201.7.75%201.71%201.69c0%20.39-.13.77-.37%201.07z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20fill%3D%22%233ecf8e%22%20d%3D%22M20.19%2012a.86.86%200%200%201%201.21-.13c.2.16.32.4.32.65l.07%2011.68h-7.8c-.94%200-1.7-.77-1.69-1.71c0-.38.13-.75.36-1.04z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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