file type glyphs logo

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

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

Related icons in VSCode Icons

Use the file type glyphs logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGU6jlCUnn" x1="16" x2="16" y1="2.72" y2="29.28" gradientTransform="translate(-.583 -.563)scale(1.0352)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00bf52"/><stop offset="1" stop-color="#00c67e"/></linearGradient></defs><path fill="url(#SVGU6jlCUnn)" d="M23.289 15.265a6.646 6.646 0 0 0 6.667-6.946V2.252H16.623v6.119c0 5.29 4.275 6.894 6.666 6.894m6.667 14.482V16.321H16.623c0 7.909 5.424 13.426 13.333 13.426m-14.524 0V2.252c-7.816 0-13.426 5.932-13.426 13.789c0 7.774 5.517 13.706 13.426 13.706"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeGlyphs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGU6jlCUnn" x1="16" x2="16" y1="2.72" y2="29.28" gradientTransform="translate(-.583 -.563)scale(1.0352)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#00bf52"/><stop offset="1" stopColor="#00c67e"/></linearGradient></defs><path fill="url(#SVGU6jlCUnn)" d="M23.289 15.265a6.646 6.646 0 0 0 6.667-6.946V2.252H16.623v6.119c0 5.29 4.275 6.894 6.666 6.894m6.667 14.482V16.321H16.623c0 7.909 5.424 13.426 13.333 13.426m-14.524 0V2.252c-7.816 0-13.426 5.932-13.426 13.789c0 7.774 5.517 13.706 13.426 13.706"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGU6jlCUnn" x1="16" x2="16" y1="2.72" y2="29.28" gradientTransform="translate(-.583 -.563)scale(1.0352)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00bf52"/><stop offset="1" stop-color="#00c67e"/></linearGradient></defs><path fill="url(#SVGU6jlCUnn)" d="M23.289 15.265a6.646 6.646 0 0 0 6.667-6.946V2.252H16.623v6.119c0 5.29 4.275 6.894 6.666 6.894m6.667 14.482V16.321H16.623c0 7.909 5.424 13.426 13.333 13.426m-14.524 0V2.252c-7.816 0-13.426 5.932-13.426 13.789c0 7.774 5.517 13.706 13.426 13.706"/></svg>
</template>

CSS

.icon-file-type-glyphs {
  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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGU6jlCUnn%22%20x1%3D%2216%22%20x2%3D%2216%22%20y1%3D%222.72%22%20y2%3D%2229.28%22%20gradientTransform%3D%22translate(-.583%20-.563)scale(1.0352)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300bf52%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300c67e%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGU6jlCUnn)%22%20d%3D%22M23.289%2015.265a6.646%206.646%200%200%200%206.667-6.946V2.252H16.623v6.119c0%205.29%204.275%206.894%206.666%206.894m6.667%2014.482V16.321H16.623c0%207.909%205.424%2013.426%2013.333%2013.426m-14.524%200V2.252c-7.816%200-13.426%205.932-13.426%2013.789c0%207.774%205.517%2013.706%2013.426%2013.706%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGU6jlCUnn%22%20x1%3D%2216%22%20x2%3D%2216%22%20y1%3D%222.72%22%20y2%3D%2229.28%22%20gradientTransform%3D%22translate(-.583%20-.563)scale(1.0352)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300bf52%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300c67e%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGU6jlCUnn)%22%20d%3D%22M23.289%2015.265a6.646%206.646%200%200%200%206.667-6.946V2.252H16.623v6.119c0%205.29%204.275%206.894%206.666%206.894m6.667%2014.482V16.321H16.623c0%207.909%205.424%2013.426%2013.333%2013.426m-14.524%200V2.252c-7.816%200-13.426%205.932-13.426%2013.789c0%207.774%205.517%2013.706%2013.426%2013.706%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-glyphs.svg?color=%231a73e8&size=48