file type san logo

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

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

Related icons in VSCode Icons

Use the file type san logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#295892" d="M30 17.832L2 23.28V30l28-5.447Zm0-10.579L2 12.7v6.72l28-5.447Z"/><path fill="#a1e0ff" d="M30 13.992L2 8.721V2l28 5.271Zm0 10.579L2 19.3v-6.72l28 5.27Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeSan(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#295892" d="M30 17.832L2 23.28V30l28-5.447Zm0-10.579L2 12.7v6.72l28-5.447Z"/><path fill="#a1e0ff" d="M30 13.992L2 8.721V2l28 5.271Zm0 10.579L2 19.3v-6.72l28 5.27Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#295892" d="M30 17.832L2 23.28V30l28-5.447Zm0-10.579L2 12.7v6.72l28-5.447Z"/><path fill="#a1e0ff" d="M30 13.992L2 8.721V2l28 5.271Zm0 10.579L2 19.3v-6.72l28 5.27Z"/></svg>
</template>

CSS

.icon-file-type-san {
  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%23295892%22%20d%3D%22M30%2017.832L2%2023.28V30l28-5.447Zm0-10.579L2%2012.7v6.72l28-5.447Z%22%2F%3E%3Cpath%20fill%3D%22%23a1e0ff%22%20d%3D%22M30%2013.992L2%208.721V2l28%205.271Zm0%2010.579L2%2019.3v-6.72l28%205.27Z%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%23295892%22%20d%3D%22M30%2017.832L2%2023.28V30l28-5.447Zm0-10.579L2%2012.7v6.72l28-5.447Z%22%2F%3E%3Cpath%20fill%3D%22%23a1e0ff%22%20d%3D%22M30%2013.992L2%208.721V2l28%205.271Zm0%2010.579L2%2019.3v-6.72l28%205.27Z%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-san.svg?color=%231a73e8&size=48