supabase-light from Skill Icons by tandpfun · Light · MIT Free for personal and commercial use.

Name
supabase-light
Set
Skill Icons
Style
Light
Viewbox
256×256
License
MIT

1 other variant in Skill Icons

The same logo in other sets

Use the supabase logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><g clip-path="url(#SVG0vZVdudf)"><path fill="url(#SVGiWOltdcU)" d="M144.757 223.193c-5.061 6.373-15.323 2.881-15.445-5.257l-1.783-119.029h80.035c14.496 0 22.581 16.744 13.567 28.097z"/><path fill="url(#SVGTbQ3ST7Q)" fill-opacity=".2" d="M144.757 223.193c-5.061 6.373-15.323 2.881-15.445-5.257l-1.783-119.029h80.035c14.496 0 22.581 16.744 13.567 28.097z"/><path fill="#3ecf8e" d="M112.207 31.666c5.061-6.375 15.323-2.882 15.445 5.256l.782 119.029H49.4c-14.497 0-22.582-16.744-13.567-28.097z"/></g><defs><linearGradient id="SVGiWOltdcU" x1="127.529" x2="198.661" y1="125.299" y2="155.132" gradientUnits="userSpaceOnUse"><stop stop-color="#249361"/><stop offset="1" stop-color="#3ecf8e"/></linearGradient><linearGradient id="SVGTbQ3ST7Q" x1="95.993" x2="128.433" y1="82.12" y2="143.187" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-opacity="0"/></linearGradient><clipPath id="SVG0vZVdudf"><path fill="#fff" d="M32 28h192.92v200H32z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsSupabaseLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><g clipPath="url(#SVG0vZVdudf)"><path fill="url(#SVGiWOltdcU)" d="M144.757 223.193c-5.061 6.373-15.323 2.881-15.445-5.257l-1.783-119.029h80.035c14.496 0 22.581 16.744 13.567 28.097z"/><path fill="url(#SVGTbQ3ST7Q)" fillOpacity=".2" d="M144.757 223.193c-5.061 6.373-15.323 2.881-15.445-5.257l-1.783-119.029h80.035c14.496 0 22.581 16.744 13.567 28.097z"/><path fill="#3ecf8e" d="M112.207 31.666c5.061-6.375 15.323-2.882 15.445 5.256l.782 119.029H49.4c-14.497 0-22.582-16.744-13.567-28.097z"/></g><defs><linearGradient id="SVGiWOltdcU" x1="127.529" x2="198.661" y1="125.299" y2="155.132" gradientUnits="userSpaceOnUse"><stop stopColor="#249361"/><stop offset="1" stopColor="#3ecf8e"/></linearGradient><linearGradient id="SVGTbQ3ST7Q" x1="95.993" x2="128.433" y1="82.12" y2="143.187" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stopOpacity="0"/></linearGradient><clipPath id="SVG0vZVdudf"><path fill="#fff" d="M32 28h192.92v200H32z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><g clip-path="url(#SVG0vZVdudf)"><path fill="url(#SVGiWOltdcU)" d="M144.757 223.193c-5.061 6.373-15.323 2.881-15.445-5.257l-1.783-119.029h80.035c14.496 0 22.581 16.744 13.567 28.097z"/><path fill="url(#SVGTbQ3ST7Q)" fill-opacity=".2" d="M144.757 223.193c-5.061 6.373-15.323 2.881-15.445-5.257l-1.783-119.029h80.035c14.496 0 22.581 16.744 13.567 28.097z"/><path fill="#3ecf8e" d="M112.207 31.666c5.061-6.375 15.323-2.882 15.445 5.256l.782 119.029H49.4c-14.497 0-22.582-16.744-13.567-28.097z"/></g><defs><linearGradient id="SVGiWOltdcU" x1="127.529" x2="198.661" y1="125.299" y2="155.132" gradientUnits="userSpaceOnUse"><stop stop-color="#249361"/><stop offset="1" stop-color="#3ecf8e"/></linearGradient><linearGradient id="SVGTbQ3ST7Q" x1="95.993" x2="128.433" y1="82.12" y2="143.187" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-opacity="0"/></linearGradient><clipPath id="SVG0vZVdudf"><path fill="#fff" d="M32 28h192.92v200H32z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-supabase-light {
  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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f2ed%22%20rx%3D%2260%22%2F%3E%3Cg%20clip-path%3D%22url(%23SVG0vZVdudf)%22%3E%3Cpath%20fill%3D%22url(%23SVGiWOltdcU)%22%20d%3D%22M144.757%20223.193c-5.061%206.373-15.323%202.881-15.445-5.257l-1.783-119.029h80.035c14.496%200%2022.581%2016.744%2013.567%2028.097z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGTbQ3ST7Q)%22%20fill-opacity%3D%22.2%22%20d%3D%22M144.757%20223.193c-5.061%206.373-15.323%202.881-15.445-5.257l-1.783-119.029h80.035c14.496%200%2022.581%2016.744%2013.567%2028.097z%22%2F%3E%3Cpath%20fill%3D%22%233ecf8e%22%20d%3D%22M112.207%2031.666c5.061-6.375%2015.323-2.882%2015.445%205.256l.782%20119.029H49.4c-14.497%200-22.582-16.744-13.567-28.097z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGiWOltdcU%22%20x1%3D%22127.529%22%20x2%3D%22198.661%22%20y1%3D%22125.299%22%20y2%3D%22155.132%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%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%22SVGTbQ3ST7Q%22%20x1%3D%2295.993%22%20x2%3D%22128.433%22%20y1%3D%2282.12%22%20y2%3D%22143.187%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%2F%3E%3Cstop%20offset%3D%221%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVG0vZVdudf%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2028h192.92v200H32z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f2ed%22%20rx%3D%2260%22%2F%3E%3Cg%20clip-path%3D%22url(%23SVG0vZVdudf)%22%3E%3Cpath%20fill%3D%22url(%23SVGiWOltdcU)%22%20d%3D%22M144.757%20223.193c-5.061%206.373-15.323%202.881-15.445-5.257l-1.783-119.029h80.035c14.496%200%2022.581%2016.744%2013.567%2028.097z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGTbQ3ST7Q)%22%20fill-opacity%3D%22.2%22%20d%3D%22M144.757%20223.193c-5.061%206.373-15.323%202.881-15.445-5.257l-1.783-119.029h80.035c14.496%200%2022.581%2016.744%2013.567%2028.097z%22%2F%3E%3Cpath%20fill%3D%22%233ecf8e%22%20d%3D%22M112.207%2031.666c5.061-6.375%2015.323-2.882%2015.445%205.256l.782%20119.029H49.4c-14.497%200-22.582-16.744-13.567-28.097z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGiWOltdcU%22%20x1%3D%22127.529%22%20x2%3D%22198.661%22%20y1%3D%22125.299%22%20y2%3D%22155.132%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%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%22SVGTbQ3ST7Q%22%20x1%3D%2295.993%22%20x2%3D%22128.433%22%20y1%3D%2282.12%22%20y2%3D%22143.187%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%2F%3E%3Cstop%20offset%3D%221%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVG0vZVdudf%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2028h192.92v200H32z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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