file type firebasestorage logo

file-type-firebasestorage from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-firebasestorage
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type firebasestorage logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff9100" d="M11.84 29.2c1.17.47 2.44.75 3.78.8c1.81.06 3.52-.31 5.06-1.02c-1.84-.72-3.51-1.78-4.93-3.1a8.5 8.5 0 0 1-3.9 3.32z"/><path fill="#ffc400" d="M15.74 25.88c-3.25-3-5.22-7.35-5.05-12.12c0-.15.01-.31.02-.46a8.5 8.5 0 0 0-4.39.05c-.87 1.52-1.39 3.26-1.46 5.13c-.17 4.82 2.75 9.03 6.98 10.73a8.37 8.37 0 0 0 3.9-3.32z"/><path fill="#ff9100" d="M15.74 25.88a8.4 8.4 0 0 0 1.27-4.15c.14-4.02-2.56-7.47-6.3-8.44c0 .15-.02.31-.02.46a15.69 15.69 0 0 0 5.05 12.12z"/><path fill="#dd2c00" d="M16.59 2c-2.13 1.7-3.81 3.95-4.83 6.54a15.6 15.6 0 0 0-1.05 4.75a8.41 8.41 0 0 1 6.3 8.44a8.27 8.27 0 0 1-1.27 4.15a15.8 15.8 0 0 0 4.93 3.1c3.7-1.71 6.32-5.38 6.47-9.73c.1-2.82-.98-5.33-2.51-7.45c-1.62-2.24-8.04-9.79-8.04-9.79z"/><circle cx="23" cy="23" r="7" fill="#fff"/><path fill="#5e5e5e" d="M19.466 20.886q0-.325.227-.553q.228-.227.553-.227h1.951l.781.78h2.732q.325 0 .553.228q.227.228.227.553v3.122q0 .325-.227.553q-.228.227-.553.227h-5.464q-.325 0-.553-.227q-.227-.228-.227-.553zm3.138 3.008l-.797-1.056l-1.17 1.56h4.682l-1.56-1.95z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeFirebasestorage(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff9100" d="M11.84 29.2c1.17.47 2.44.75 3.78.8c1.81.06 3.52-.31 5.06-1.02c-1.84-.72-3.51-1.78-4.93-3.1a8.5 8.5 0 0 1-3.9 3.32z"/><path fill="#ffc400" d="M15.74 25.88c-3.25-3-5.22-7.35-5.05-12.12c0-.15.01-.31.02-.46a8.5 8.5 0 0 0-4.39.05c-.87 1.52-1.39 3.26-1.46 5.13c-.17 4.82 2.75 9.03 6.98 10.73a8.37 8.37 0 0 0 3.9-3.32z"/><path fill="#ff9100" d="M15.74 25.88a8.4 8.4 0 0 0 1.27-4.15c.14-4.02-2.56-7.47-6.3-8.44c0 .15-.02.31-.02.46a15.69 15.69 0 0 0 5.05 12.12z"/><path fill="#dd2c00" d="M16.59 2c-2.13 1.7-3.81 3.95-4.83 6.54a15.6 15.6 0 0 0-1.05 4.75a8.41 8.41 0 0 1 6.3 8.44a8.27 8.27 0 0 1-1.27 4.15a15.8 15.8 0 0 0 4.93 3.1c3.7-1.71 6.32-5.38 6.47-9.73c.1-2.82-.98-5.33-2.51-7.45c-1.62-2.24-8.04-9.79-8.04-9.79z"/><circle cx="23" cy="23" r="7" fill="#fff"/><path fill="#5e5e5e" d="M19.466 20.886q0-.325.227-.553q.228-.227.553-.227h1.951l.781.78h2.732q.325 0 .553.228q.227.228.227.553v3.122q0 .325-.227.553q-.228.227-.553.227h-5.464q-.325 0-.553-.227q-.227-.228-.227-.553zm3.138 3.008l-.797-1.056l-1.17 1.56h4.682l-1.56-1.95z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff9100" d="M11.84 29.2c1.17.47 2.44.75 3.78.8c1.81.06 3.52-.31 5.06-1.02c-1.84-.72-3.51-1.78-4.93-3.1a8.5 8.5 0 0 1-3.9 3.32z"/><path fill="#ffc400" d="M15.74 25.88c-3.25-3-5.22-7.35-5.05-12.12c0-.15.01-.31.02-.46a8.5 8.5 0 0 0-4.39.05c-.87 1.52-1.39 3.26-1.46 5.13c-.17 4.82 2.75 9.03 6.98 10.73a8.37 8.37 0 0 0 3.9-3.32z"/><path fill="#ff9100" d="M15.74 25.88a8.4 8.4 0 0 0 1.27-4.15c.14-4.02-2.56-7.47-6.3-8.44c0 .15-.02.31-.02.46a15.69 15.69 0 0 0 5.05 12.12z"/><path fill="#dd2c00" d="M16.59 2c-2.13 1.7-3.81 3.95-4.83 6.54a15.6 15.6 0 0 0-1.05 4.75a8.41 8.41 0 0 1 6.3 8.44a8.27 8.27 0 0 1-1.27 4.15a15.8 15.8 0 0 0 4.93 3.1c3.7-1.71 6.32-5.38 6.47-9.73c.1-2.82-.98-5.33-2.51-7.45c-1.62-2.24-8.04-9.79-8.04-9.79z"/><circle cx="23" cy="23" r="7" fill="#fff"/><path fill="#5e5e5e" d="M19.466 20.886q0-.325.227-.553q.228-.227.553-.227h1.951l.781.78h2.732q.325 0 .553.228q.227.228.227.553v3.122q0 .325-.227.553q-.228.227-.553.227h-5.464q-.325 0-.553-.227q-.227-.228-.227-.553zm3.138 3.008l-.797-1.056l-1.17 1.56h4.682l-1.56-1.95z"/></svg>
</template>

CSS

.icon-file-type-firebasestorage {
  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%23ff9100%22%20d%3D%22M11.84%2029.2c1.17.47%202.44.75%203.78.8c1.81.06%203.52-.31%205.06-1.02c-1.84-.72-3.51-1.78-4.93-3.1a8.5%208.5%200%200%201-3.9%203.32z%22%2F%3E%3Cpath%20fill%3D%22%23ffc400%22%20d%3D%22M15.74%2025.88c-3.25-3-5.22-7.35-5.05-12.12c0-.15.01-.31.02-.46a8.5%208.5%200%200%200-4.39.05c-.87%201.52-1.39%203.26-1.46%205.13c-.17%204.82%202.75%209.03%206.98%2010.73a8.37%208.37%200%200%200%203.9-3.32z%22%2F%3E%3Cpath%20fill%3D%22%23ff9100%22%20d%3D%22M15.74%2025.88a8.4%208.4%200%200%200%201.27-4.15c.14-4.02-2.56-7.47-6.3-8.44c0%20.15-.02.31-.02.46a15.69%2015.69%200%200%200%205.05%2012.12z%22%2F%3E%3Cpath%20fill%3D%22%23dd2c00%22%20d%3D%22M16.59%202c-2.13%201.7-3.81%203.95-4.83%206.54a15.6%2015.6%200%200%200-1.05%204.75a8.41%208.41%200%200%201%206.3%208.44a8.27%208.27%200%200%201-1.27%204.15a15.8%2015.8%200%200%200%204.93%203.1c3.7-1.71%206.32-5.38%206.47-9.73c.1-2.82-.98-5.33-2.51-7.45c-1.62-2.24-8.04-9.79-8.04-9.79z%22%2F%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2223%22%20r%3D%227%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%235e5e5e%22%20d%3D%22M19.466%2020.886q0-.325.227-.553q.228-.227.553-.227h1.951l.781.78h2.732q.325%200%20.553.228q.227.228.227.553v3.122q0%20.325-.227.553q-.228.227-.553.227h-5.464q-.325%200-.553-.227q-.227-.228-.227-.553zm3.138%203.008l-.797-1.056l-1.17%201.56h4.682l-1.56-1.95z%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%23ff9100%22%20d%3D%22M11.84%2029.2c1.17.47%202.44.75%203.78.8c1.81.06%203.52-.31%205.06-1.02c-1.84-.72-3.51-1.78-4.93-3.1a8.5%208.5%200%200%201-3.9%203.32z%22%2F%3E%3Cpath%20fill%3D%22%23ffc400%22%20d%3D%22M15.74%2025.88c-3.25-3-5.22-7.35-5.05-12.12c0-.15.01-.31.02-.46a8.5%208.5%200%200%200-4.39.05c-.87%201.52-1.39%203.26-1.46%205.13c-.17%204.82%202.75%209.03%206.98%2010.73a8.37%208.37%200%200%200%203.9-3.32z%22%2F%3E%3Cpath%20fill%3D%22%23ff9100%22%20d%3D%22M15.74%2025.88a8.4%208.4%200%200%200%201.27-4.15c.14-4.02-2.56-7.47-6.3-8.44c0%20.15-.02.31-.02.46a15.69%2015.69%200%200%200%205.05%2012.12z%22%2F%3E%3Cpath%20fill%3D%22%23dd2c00%22%20d%3D%22M16.59%202c-2.13%201.7-3.81%203.95-4.83%206.54a15.6%2015.6%200%200%200-1.05%204.75a8.41%208.41%200%200%201%206.3%208.44a8.27%208.27%200%200%201-1.27%204.15a15.8%2015.8%200%200%200%204.93%203.1c3.7-1.71%206.32-5.38%206.47-9.73c.1-2.82-.98-5.33-2.51-7.45c-1.62-2.24-8.04-9.79-8.04-9.79z%22%2F%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2223%22%20r%3D%227%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%235e5e5e%22%20d%3D%22M19.466%2020.886q0-.325.227-.553q.228-.227.553-.227h1.951l.781.78h2.732q.325%200%20.553.228q.227.228.227.553v3.122q0%20.325-.227.553q-.228.227-.553.227h-5.464q-.325%200-.553-.227q-.227-.228-.227-.553zm3.138%203.008l-.797-1.056l-1.17%201.56h4.682l-1.56-1.95z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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