file type serverless logo

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

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

Related icons in VSCode Icons

Use the file type serverless logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fd5750" fill-rule="evenodd" d="M2 22.419h4.956L5.42 27H2Zm0-8.709h7.875L8.34 18.29H2ZM2 5h10.794l-1.535 4.581H2Zm15.679 0H30v4.581H16.143Zm-4.455 13.291l1.536-4.581H30v4.581Zm-1.383 4.128H30V27H10.305Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeServerless(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fd5750" fillRule="evenodd" d="M2 22.419h4.956L5.42 27H2Zm0-8.709h7.875L8.34 18.29H2ZM2 5h10.794l-1.535 4.581H2Zm15.679 0H30v4.581H16.143Zm-4.455 13.291l1.536-4.581H30v4.581Zm-1.383 4.128H30V27H10.305Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fd5750" fill-rule="evenodd" d="M2 22.419h4.956L5.42 27H2Zm0-8.709h7.875L8.34 18.29H2ZM2 5h10.794l-1.535 4.581H2Zm15.679 0H30v4.581H16.143Zm-4.455 13.291l1.536-4.581H30v4.581Zm-1.383 4.128H30V27H10.305Z"/></svg>
</template>

CSS

.icon-file-type-serverless {
  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%23fd5750%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2022.419h4.956L5.42%2027H2Zm0-8.709h7.875L8.34%2018.29H2ZM2%205h10.794l-1.535%204.581H2Zm15.679%200H30v4.581H16.143Zm-4.455%2013.291l1.536-4.581H30v4.581Zm-1.383%204.128H30V27H10.305Z%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%23fd5750%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2022.419h4.956L5.42%2027H2Zm0-8.709h7.875L8.34%2018.29H2ZM2%205h10.794l-1.535%204.581H2Zm15.679%200H30v4.581H16.143Zm-4.455%2013.291l1.536-4.581H30v4.581Zm-1.383%204.128H30V27H10.305Z%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-serverless.svg?color=%231a73e8&size=48