file type polyglot logo

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

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

Related icons in VSCode Icons

Use the file type polyglot logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g stroke-width=".5"><path fill="url(#SVGHN0Ppbkr)" d="M25 22h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2z"/><path fill="url(#SVGCRx8QdSa)" d="M25 16h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2z"/><path fill="url(#SVGAue8Qc5U)" d="M25 10h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2z"/><path fill="url(#SVGC9reIeQM)" d="M25 4h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2z"/><path fill="url(#SVGdalRFbBc)" d="M4 22v6c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-6z"/></g><path stroke="url(#SVG7zfGEems)" d="M4.5 28v-5.5h21V28c0 .824-.676 1.5-1.5 1.5H6c-.824 0-1.5-.676-1.5-1.5z"/><path fill="url(#SVG2vJ0lezZ)" d="M26 5v19c0 1.1-.9 2-2 2H6c-1.1 0-2 .9-2 2V5c0-1.66 1.34-3 3-3h16c1.66 0 3 1.34 3 3"/><rect width="13.5" height="4.5" x="8.5" y="6" fill="#fff" rx="1"/><defs><linearGradient id="SVGHN0Ppbkr" x1="60" x2="56" y1="52.5" y2="52.5" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0078d4"/><stop offset="1" stop-color="#0050ac"/></linearGradient><linearGradient id="SVGCRx8QdSa" x1="60" x2="56" y1="41" y2="41" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#107c10"/><stop offset="1" stop-color="#005400"/></linearGradient><linearGradient id="SVGAue8Qc5U" x1="60" x2="56" y1="28.5" y2="28.5" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e25a01"/><stop offset="1" stop-color="#ba3200"/></linearGradient><linearGradient id="SVGC9reIeQM" x1="60" x2="56" y1="17" y2="17" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d70a0a"/><stop offset=".728" stop-color="#a50000"/></linearGradient><linearGradient id="SVGdalRFbBc" x1="48" x2="41.37" y1="48" y2="51.04" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d7d4d4"/><stop offset="1" stop-color="#eae8e8"/></linearGradient><linearGradient id="SVG7zfGEems" x1="36" x2="36" y1="48" y2="64" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-opacity=".35"/><stop offset="1" stop-opacity=".3"/></linearGradient><linearGradient id="SVG2vJ0lezZ" x1="14" x2="58" y1="3.5" y2="65" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#a35cff"/><stop offset="1" stop-color="#4931de"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypePolyglot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g strokeWidth=".5"><path fill="url(#SVGHN0Ppbkr)" d="M25 22h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2z"/><path fill="url(#SVGCRx8QdSa)" d="M25 16h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2z"/><path fill="url(#SVGAue8Qc5U)" d="M25 10h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2z"/><path fill="url(#SVGC9reIeQM)" d="M25 4h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2z"/><path fill="url(#SVGdalRFbBc)" d="M4 22v6c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-6z"/></g><path stroke="url(#SVG7zfGEems)" d="M4.5 28v-5.5h21V28c0 .824-.676 1.5-1.5 1.5H6c-.824 0-1.5-.676-1.5-1.5z"/><path fill="url(#SVG2vJ0lezZ)" d="M26 5v19c0 1.1-.9 2-2 2H6c-1.1 0-2 .9-2 2V5c0-1.66 1.34-3 3-3h16c1.66 0 3 1.34 3 3"/><rect width="13.5" height="4.5" x="8.5" y="6" fill="#fff" rx="1"/><defs><linearGradient id="SVGHN0Ppbkr" x1="60" x2="56" y1="52.5" y2="52.5" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#0078d4"/><stop offset="1" stopColor="#0050ac"/></linearGradient><linearGradient id="SVGCRx8QdSa" x1="60" x2="56" y1="41" y2="41" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#107c10"/><stop offset="1" stopColor="#005400"/></linearGradient><linearGradient id="SVGAue8Qc5U" x1="60" x2="56" y1="28.5" y2="28.5" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#e25a01"/><stop offset="1" stopColor="#ba3200"/></linearGradient><linearGradient id="SVGC9reIeQM" x1="60" x2="56" y1="17" y2="17" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#d70a0a"/><stop offset=".728" stopColor="#a50000"/></linearGradient><linearGradient id="SVGdalRFbBc" x1="48" x2="41.37" y1="48" y2="51.04" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#d7d4d4"/><stop offset="1" stopColor="#eae8e8"/></linearGradient><linearGradient id="SVG7zfGEems" x1="36" x2="36" y1="48" y2="64" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stopOpacity=".35"/><stop offset="1" stopOpacity=".3"/></linearGradient><linearGradient id="SVG2vJ0lezZ" x1="14" x2="58" y1="3.5" y2="65" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#a35cff"/><stop offset="1" stopColor="#4931de"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g stroke-width=".5"><path fill="url(#SVGHN0Ppbkr)" d="M25 22h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2z"/><path fill="url(#SVGCRx8QdSa)" d="M25 16h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2z"/><path fill="url(#SVGAue8Qc5U)" d="M25 10h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2z"/><path fill="url(#SVGC9reIeQM)" d="M25 4h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2z"/><path fill="url(#SVGdalRFbBc)" d="M4 22v6c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-6z"/></g><path stroke="url(#SVG7zfGEems)" d="M4.5 28v-5.5h21V28c0 .824-.676 1.5-1.5 1.5H6c-.824 0-1.5-.676-1.5-1.5z"/><path fill="url(#SVG2vJ0lezZ)" d="M26 5v19c0 1.1-.9 2-2 2H6c-1.1 0-2 .9-2 2V5c0-1.66 1.34-3 3-3h16c1.66 0 3 1.34 3 3"/><rect width="13.5" height="4.5" x="8.5" y="6" fill="#fff" rx="1"/><defs><linearGradient id="SVGHN0Ppbkr" x1="60" x2="56" y1="52.5" y2="52.5" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0078d4"/><stop offset="1" stop-color="#0050ac"/></linearGradient><linearGradient id="SVGCRx8QdSa" x1="60" x2="56" y1="41" y2="41" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#107c10"/><stop offset="1" stop-color="#005400"/></linearGradient><linearGradient id="SVGAue8Qc5U" x1="60" x2="56" y1="28.5" y2="28.5" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e25a01"/><stop offset="1" stop-color="#ba3200"/></linearGradient><linearGradient id="SVGC9reIeQM" x1="60" x2="56" y1="17" y2="17" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d70a0a"/><stop offset=".728" stop-color="#a50000"/></linearGradient><linearGradient id="SVGdalRFbBc" x1="48" x2="41.37" y1="48" y2="51.04" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d7d4d4"/><stop offset="1" stop-color="#eae8e8"/></linearGradient><linearGradient id="SVG7zfGEems" x1="36" x2="36" y1="48" y2="64" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-opacity=".35"/><stop offset="1" stop-opacity=".3"/></linearGradient><linearGradient id="SVG2vJ0lezZ" x1="14" x2="58" y1="3.5" y2="65" gradientTransform="matrix(.5 0 0 .5 -3 -2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#a35cff"/><stop offset="1" stop-color="#4931de"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-file-type-polyglot {
  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%3Cg%20fill%3D%22none%22%3E%3Cg%20stroke-width%3D%22.5%22%3E%3Cpath%20fill%3D%22url(%23SVGHN0Ppbkr)%22%20d%3D%22M25%2022h2a1%201%200%200%201%201%201v3a1%201%200%200%201-1%201h-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGCRx8QdSa)%22%20d%3D%22M25%2016h2a1%201%200%200%201%201%201v3a1%201%200%200%201-1%201h-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGAue8Qc5U)%22%20d%3D%22M25%2010h2a1%201%200%200%201%201%201v3a1%201%200%200%201-1%201h-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGC9reIeQM)%22%20d%3D%22M25%204h2a1%201%200%200%201%201%201v3a1%201%200%200%201-1%201h-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGdalRFbBc)%22%20d%3D%22M4%2022v6c0%201.1.9%202%202%202h18c1.1%200%202-.9%202-2v-6z%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke%3D%22url(%23SVG7zfGEems)%22%20d%3D%22M4.5%2028v-5.5h21V28c0%20.824-.676%201.5-1.5%201.5H6c-.824%200-1.5-.676-1.5-1.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2vJ0lezZ)%22%20d%3D%22M26%205v19c0%201.1-.9%202-2%202H6c-1.1%200-2%20.9-2%202V5c0-1.66%201.34-3%203-3h16c1.66%200%203%201.34%203%203%22%2F%3E%3Crect%20width%3D%2213.5%22%20height%3D%224.5%22%20x%3D%228.5%22%20y%3D%226%22%20fill%3D%22%23fff%22%20rx%3D%221%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGHN0Ppbkr%22%20x1%3D%2260%22%20x2%3D%2256%22%20y1%3D%2252.5%22%20y2%3D%2252.5%22%20gradientTransform%3D%22matrix(.5%200%200%20.5%20-3%20-2)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%230078d4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230050ac%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGCRx8QdSa%22%20x1%3D%2260%22%20x2%3D%2256%22%20y1%3D%2241%22%20y2%3D%2241%22%20gradientTransform%3D%22matrix(.5%200%200%20.5%20-3%20-2)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23107c10%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23005400%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGAue8Qc5U%22%20x1%3D%2260%22%20x2%3D%2256%22%20y1%3D%2228.5%22%20y2%3D%2228.5%22%20gradientTransform%3D%22matrix(.5%200%200%20.5%20-3%20-2)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e25a01%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ba3200%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGC9reIeQM%22%20x1%3D%2260%22%20x2%3D%2256%22%20y1%3D%2217%22%20y2%3D%2217%22%20gradientTransform%3D%22matrix(.5%200%200%20.5%20-3%20-2)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23d70a0a%22%2F%3E%3Cstop%20offset%3D%22.728%22%20stop-color%3D%22%23a50000%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGdalRFbBc%22%20x1%3D%2248%22%20x2%3D%2241.37%22%20y1%3D%2248%22%20y2%3D%2251.04%22%20gradientTransform%3D%22matrix(.5%200%200%20.5%20-3%20-2)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23d7d4d4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23eae8e8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG7zfGEems%22%20x1%3D%2236%22%20x2%3D%2236%22%20y1%3D%2248%22%20y2%3D%2264%22%20gradientTransform%3D%22matrix(.5%200%200%20.5%20-3%20-2)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-opacity%3D%22.35%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-opacity%3D%22.3%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG2vJ0lezZ%22%20x1%3D%2214%22%20x2%3D%2258%22%20y1%3D%223.5%22%20y2%3D%2265%22%20gradientTransform%3D%22matrix(.5%200%200%20.5%20-3%20-2)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23a35cff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234931de%22%2F%3E%3C%2FlinearGradient%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20stroke-width%3D%22.5%22%3E%3Cpath%20fill%3D%22url(%23SVGHN0Ppbkr)%22%20d%3D%22M25%2022h2a1%201%200%200%201%201%201v3a1%201%200%200%201-1%201h-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGCRx8QdSa)%22%20d%3D%22M25%2016h2a1%201%200%200%201%201%201v3a1%201%200%200%201-1%201h-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGAue8Qc5U)%22%20d%3D%22M25%2010h2a1%201%200%200%201%201%201v3a1%201%200%200%201-1%201h-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGC9reIeQM)%22%20d%3D%22M25%204h2a1%201%200%200%201%201%201v3a1%201%200%200%201-1%201h-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGdalRFbBc)%22%20d%3D%22M4%2022v6c0%201.1.9%202%202%202h18c1.1%200%202-.9%202-2v-6z%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke%3D%22url(%23SVG7zfGEems)%22%20d%3D%22M4.5%2028v-5.5h21V28c0%20.824-.676%201.5-1.5%201.5H6c-.824%200-1.5-.676-1.5-1.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2vJ0lezZ)%22%20d%3D%22M26%205v19c0%201.1-.9%202-2%202H6c-1.1%200-2%20.9-2%202V5c0-1.66%201.34-3%203-3h16c1.66%200%203%201.34%203%203%22%2F%3E%3Crect%20width%3D%2213.5%22%20height%3D%224.5%22%20x%3D%228.5%22%20y%3D%226%22%20fill%3D%22%23fff%22%20rx%3D%221%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGHN0Ppbkr%22%20x1%3D%2260%22%20x2%3D%2256%22%20y1%3D%2252.5%22%20y2%3D%2252.5%22%20gradientTransform%3D%22matrix(.5%200%200%20.5%20-3%20-2)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%230078d4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230050ac%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGCRx8QdSa%22%20x1%3D%2260%22%20x2%3D%2256%22%20y1%3D%2241%22%20y2%3D%2241%22%20gradientTransform%3D%22matrix(.5%200%200%20.5%20-3%20-2)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23107c10%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23005400%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGAue8Qc5U%22%20x1%3D%2260%22%20x2%3D%2256%22%20y1%3D%2228.5%22%20y2%3D%2228.5%22%20gradientTransform%3D%22matrix(.5%200%200%20.5%20-3%20-2)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e25a01%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ba3200%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGC9reIeQM%22%20x1%3D%2260%22%20x2%3D%2256%22%20y1%3D%2217%22%20y2%3D%2217%22%20gradientTransform%3D%22matrix(.5%200%200%20.5%20-3%20-2)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23d70a0a%22%2F%3E%3Cstop%20offset%3D%22.728%22%20stop-color%3D%22%23a50000%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGdalRFbBc%22%20x1%3D%2248%22%20x2%3D%2241.37%22%20y1%3D%2248%22%20y2%3D%2251.04%22%20gradientTransform%3D%22matrix(.5%200%200%20.5%20-3%20-2)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23d7d4d4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23eae8e8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG7zfGEems%22%20x1%3D%2236%22%20x2%3D%2236%22%20y1%3D%2248%22%20y2%3D%2264%22%20gradientTransform%3D%22matrix(.5%200%200%20.5%20-3%20-2)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-opacity%3D%22.35%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-opacity%3D%22.3%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG2vJ0lezZ%22%20x1%3D%2214%22%20x2%3D%2258%22%20y1%3D%223.5%22%20y2%3D%2265%22%20gradientTransform%3D%22matrix(.5%200%200%20.5%20-3%20-2)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23a35cff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234931de%22%2F%3E%3C%2FlinearGradient%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/vscode-icons/file-type-polyglot.svg?color=%231a73e8&size=48

File Type Polyglot logo — VSCode Icons · IconsDB