file type source logo

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

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

Related icons in VSCode Icons

Use the file type source logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#06cc14" d="M14.194 27a1.2 1.2 0 0 1-.276-.033a1.39 1.39 0 0 1-.968-1.618l3.612-19.244a1.38 1.38 0 0 1 .592-.91a1.2 1.2 0 0 1 .928-.163a1.39 1.39 0 0 1 .969 1.617L15.436 25.9a1.38 1.38 0 0 1-.59.908a1.2 1.2 0 0 1-.652.192m7.243-2.727h-.091a1.24 1.24 0 0 1-.891-.5a1.46 1.46 0 0 1 .136-1.893l6.209-6.073l-6.185-5.652a1.46 1.46 0 0 1-.187-1.888a1.25 1.25 0 0 1 .881-.533a1.2 1.2 0 0 1 .945.316l7.294 6.668a1.46 1.46 0 0 1 .191 1.889a1.4 1.4 0 0 1-.189.218l-7.265 7.1a1.22 1.22 0 0 1-.848.348m-10.874.004a1.22 1.22 0 0 1-.852-.355l-7.271-7.1a1.2 1.2 0 0 1-.182-.21a1.46 1.46 0 0 1 .188-1.886l7.3-6.67a1.18 1.18 0 0 1 .938-.317a1.25 1.25 0 0 1 .887.53a1.46 1.46 0 0 1-.187 1.89L5.2 15.809l6.212 6.069a1.46 1.46 0 0 1 .133 1.893a1.24 1.24 0 0 1-.893.5z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeSource(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#06cc14" d="M14.194 27a1.2 1.2 0 0 1-.276-.033a1.39 1.39 0 0 1-.968-1.618l3.612-19.244a1.38 1.38 0 0 1 .592-.91a1.2 1.2 0 0 1 .928-.163a1.39 1.39 0 0 1 .969 1.617L15.436 25.9a1.38 1.38 0 0 1-.59.908a1.2 1.2 0 0 1-.652.192m7.243-2.727h-.091a1.24 1.24 0 0 1-.891-.5a1.46 1.46 0 0 1 .136-1.893l6.209-6.073l-6.185-5.652a1.46 1.46 0 0 1-.187-1.888a1.25 1.25 0 0 1 .881-.533a1.2 1.2 0 0 1 .945.316l7.294 6.668a1.46 1.46 0 0 1 .191 1.889a1.4 1.4 0 0 1-.189.218l-7.265 7.1a1.22 1.22 0 0 1-.848.348m-10.874.004a1.22 1.22 0 0 1-.852-.355l-7.271-7.1a1.2 1.2 0 0 1-.182-.21a1.46 1.46 0 0 1 .188-1.886l7.3-6.67a1.18 1.18 0 0 1 .938-.317a1.25 1.25 0 0 1 .887.53a1.46 1.46 0 0 1-.187 1.89L5.2 15.809l6.212 6.069a1.46 1.46 0 0 1 .133 1.893a1.24 1.24 0 0 1-.893.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#06cc14" d="M14.194 27a1.2 1.2 0 0 1-.276-.033a1.39 1.39 0 0 1-.968-1.618l3.612-19.244a1.38 1.38 0 0 1 .592-.91a1.2 1.2 0 0 1 .928-.163a1.39 1.39 0 0 1 .969 1.617L15.436 25.9a1.38 1.38 0 0 1-.59.908a1.2 1.2 0 0 1-.652.192m7.243-2.727h-.091a1.24 1.24 0 0 1-.891-.5a1.46 1.46 0 0 1 .136-1.893l6.209-6.073l-6.185-5.652a1.46 1.46 0 0 1-.187-1.888a1.25 1.25 0 0 1 .881-.533a1.2 1.2 0 0 1 .945.316l7.294 6.668a1.46 1.46 0 0 1 .191 1.889a1.4 1.4 0 0 1-.189.218l-7.265 7.1a1.22 1.22 0 0 1-.848.348m-10.874.004a1.22 1.22 0 0 1-.852-.355l-7.271-7.1a1.2 1.2 0 0 1-.182-.21a1.46 1.46 0 0 1 .188-1.886l7.3-6.67a1.18 1.18 0 0 1 .938-.317a1.25 1.25 0 0 1 .887.53a1.46 1.46 0 0 1-.187 1.89L5.2 15.809l6.212 6.069a1.46 1.46 0 0 1 .133 1.893a1.24 1.24 0 0 1-.893.5z"/></svg>
</template>

CSS

.icon-file-type-source {
  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%2306cc14%22%20d%3D%22M14.194%2027a1.2%201.2%200%200%201-.276-.033a1.39%201.39%200%200%201-.968-1.618l3.612-19.244a1.38%201.38%200%200%201%20.592-.91a1.2%201.2%200%200%201%20.928-.163a1.39%201.39%200%200%201%20.969%201.617L15.436%2025.9a1.38%201.38%200%200%201-.59.908a1.2%201.2%200%200%201-.652.192m7.243-2.727h-.091a1.24%201.24%200%200%201-.891-.5a1.46%201.46%200%200%201%20.136-1.893l6.209-6.073l-6.185-5.652a1.46%201.46%200%200%201-.187-1.888a1.25%201.25%200%200%201%20.881-.533a1.2%201.2%200%200%201%20.945.316l7.294%206.668a1.46%201.46%200%200%201%20.191%201.889a1.4%201.4%200%200%201-.189.218l-7.265%207.1a1.22%201.22%200%200%201-.848.348m-10.874.004a1.22%201.22%200%200%201-.852-.355l-7.271-7.1a1.2%201.2%200%200%201-.182-.21a1.46%201.46%200%200%201%20.188-1.886l7.3-6.67a1.18%201.18%200%200%201%20.938-.317a1.25%201.25%200%200%201%20.887.53a1.46%201.46%200%200%201-.187%201.89L5.2%2015.809l6.212%206.069a1.46%201.46%200%200%201%20.133%201.893a1.24%201.24%200%200%201-.893.5z%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%2306cc14%22%20d%3D%22M14.194%2027a1.2%201.2%200%200%201-.276-.033a1.39%201.39%200%200%201-.968-1.618l3.612-19.244a1.38%201.38%200%200%201%20.592-.91a1.2%201.2%200%200%201%20.928-.163a1.39%201.39%200%200%201%20.969%201.617L15.436%2025.9a1.38%201.38%200%200%201-.59.908a1.2%201.2%200%200%201-.652.192m7.243-2.727h-.091a1.24%201.24%200%200%201-.891-.5a1.46%201.46%200%200%201%20.136-1.893l6.209-6.073l-6.185-5.652a1.46%201.46%200%200%201-.187-1.888a1.25%201.25%200%200%201%20.881-.533a1.2%201.2%200%200%201%20.945.316l7.294%206.668a1.46%201.46%200%200%201%20.191%201.889a1.4%201.4%200%200%201-.189.218l-7.265%207.1a1.22%201.22%200%200%201-.848.348m-10.874.004a1.22%201.22%200%200%201-.852-.355l-7.271-7.1a1.2%201.2%200%200%201-.182-.21a1.46%201.46%200%200%201%20.188-1.886l7.3-6.67a1.18%201.18%200%200%201%20.938-.317a1.25%201.25%200%200%201%20.887.53a1.46%201.46%200%200%201-.187%201.89L5.2%2015.809l6.212%206.069a1.46%201.46%200%200%201%20.133%201.893a1.24%201.24%200%200%201-.893.5z%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-source.svg?color=%231a73e8&size=48