file type tsconfig official logo

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

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

Related icons in VSCode Icons

Use the file type tsconfig official logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="28" height="28" x="2" y="2" fill="#3178c6" rx="1.312"/><path fill="#fff" d="m25.158 25.589l.391-.383c1.809.058 1.837 0 1.917-.188l.5-1.193l.034-.114l-.041-.1c-.021-.052-.087-.212-1.217-1.273v-.558c1.3-1.238 1.276-1.3 1.2-1.486l-.5-1.206c-.075-.18-.108-.252-1.9-.2l-.392-.389a8.5 8.5 0 0 0-.061-1.759l-.051-.113l-1.292-.557c-.19-.086-.257-.117-1.477 1.193l-.548-.008c-1.257-1.322-1.316-1.3-1.508-1.223l-1.2.479c-.188.076-.254.107-.182 1.9l-.387.381c-1.809-.059-1.831 0-1.915.188l-.5 1.19l-.029.112l.041.1c.021.051.084.206 1.217 1.274v.557c-1.3 1.238-1.275 1.3-1.2 1.486l.494 1.207c.076.185.108.251 1.9.2l.391.4a8.5 8.5 0 0 0 .059 1.756l.05.114l1.3.56c.19.078.254.106 1.471-1.2l.548.006c1.258 1.324 1.323 1.3 1.508 1.225l1.2-.478c.187-.074.253-.103.179-1.9M20 22.8a2.11 2.11 0 0 1 1.214-2.73l.028-.011a2.164 2.164 0 0 1 2.781 1.225a2.113 2.113 0 0 1-1.2 2.726A2.19 2.19 0 0 1 20 22.8"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeTsconfigOfficial(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="28" height="28" x="2" y="2" fill="#3178c6" rx="1.312"/><path fill="#fff" d="m25.158 25.589l.391-.383c1.809.058 1.837 0 1.917-.188l.5-1.193l.034-.114l-.041-.1c-.021-.052-.087-.212-1.217-1.273v-.558c1.3-1.238 1.276-1.3 1.2-1.486l-.5-1.206c-.075-.18-.108-.252-1.9-.2l-.392-.389a8.5 8.5 0 0 0-.061-1.759l-.051-.113l-1.292-.557c-.19-.086-.257-.117-1.477 1.193l-.548-.008c-1.257-1.322-1.316-1.3-1.508-1.223l-1.2.479c-.188.076-.254.107-.182 1.9l-.387.381c-1.809-.059-1.831 0-1.915.188l-.5 1.19l-.029.112l.041.1c.021.051.084.206 1.217 1.274v.557c-1.3 1.238-1.275 1.3-1.2 1.486l.494 1.207c.076.185.108.251 1.9.2l.391.4a8.5 8.5 0 0 0 .059 1.756l.05.114l1.3.56c.19.078.254.106 1.471-1.2l.548.006c1.258 1.324 1.323 1.3 1.508 1.225l1.2-.478c.187-.074.253-.103.179-1.9M20 22.8a2.11 2.11 0 0 1 1.214-2.73l.028-.011a2.164 2.164 0 0 1 2.781 1.225a2.113 2.113 0 0 1-1.2 2.726A2.19 2.19 0 0 1 20 22.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="28" height="28" x="2" y="2" fill="#3178c6" rx="1.312"/><path fill="#fff" d="m25.158 25.589l.391-.383c1.809.058 1.837 0 1.917-.188l.5-1.193l.034-.114l-.041-.1c-.021-.052-.087-.212-1.217-1.273v-.558c1.3-1.238 1.276-1.3 1.2-1.486l-.5-1.206c-.075-.18-.108-.252-1.9-.2l-.392-.389a8.5 8.5 0 0 0-.061-1.759l-.051-.113l-1.292-.557c-.19-.086-.257-.117-1.477 1.193l-.548-.008c-1.257-1.322-1.316-1.3-1.508-1.223l-1.2.479c-.188.076-.254.107-.182 1.9l-.387.381c-1.809-.059-1.831 0-1.915.188l-.5 1.19l-.029.112l.041.1c.021.051.084.206 1.217 1.274v.557c-1.3 1.238-1.275 1.3-1.2 1.486l.494 1.207c.076.185.108.251 1.9.2l.391.4a8.5 8.5 0 0 0 .059 1.756l.05.114l1.3.56c.19.078.254.106 1.471-1.2l.548.006c1.258 1.324 1.323 1.3 1.508 1.225l1.2-.478c.187-.074.253-.103.179-1.9M20 22.8a2.11 2.11 0 0 1 1.214-2.73l.028-.011a2.164 2.164 0 0 1 2.781 1.225a2.113 2.113 0 0 1-1.2 2.726A2.19 2.19 0 0 1 20 22.8"/></svg>
</template>

CSS

.icon-file-type-tsconfig-official {
  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%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22%233178c6%22%20rx%3D%221.312%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m25.158%2025.589l.391-.383c1.809.058%201.837%200%201.917-.188l.5-1.193l.034-.114l-.041-.1c-.021-.052-.087-.212-1.217-1.273v-.558c1.3-1.238%201.276-1.3%201.2-1.486l-.5-1.206c-.075-.18-.108-.252-1.9-.2l-.392-.389a8.5%208.5%200%200%200-.061-1.759l-.051-.113l-1.292-.557c-.19-.086-.257-.117-1.477%201.193l-.548-.008c-1.257-1.322-1.316-1.3-1.508-1.223l-1.2.479c-.188.076-.254.107-.182%201.9l-.387.381c-1.809-.059-1.831%200-1.915.188l-.5%201.19l-.029.112l.041.1c.021.051.084.206%201.217%201.274v.557c-1.3%201.238-1.275%201.3-1.2%201.486l.494%201.207c.076.185.108.251%201.9.2l.391.4a8.5%208.5%200%200%200%20.059%201.756l.05.114l1.3.56c.19.078.254.106%201.471-1.2l.548.006c1.258%201.324%201.323%201.3%201.508%201.225l1.2-.478c.187-.074.253-.103.179-1.9M20%2022.8a2.11%202.11%200%200%201%201.214-2.73l.028-.011a2.164%202.164%200%200%201%202.781%201.225a2.113%202.113%200%200%201-1.2%202.726A2.19%202.19%200%200%201%2020%2022.8%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%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22%233178c6%22%20rx%3D%221.312%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m25.158%2025.589l.391-.383c1.809.058%201.837%200%201.917-.188l.5-1.193l.034-.114l-.041-.1c-.021-.052-.087-.212-1.217-1.273v-.558c1.3-1.238%201.276-1.3%201.2-1.486l-.5-1.206c-.075-.18-.108-.252-1.9-.2l-.392-.389a8.5%208.5%200%200%200-.061-1.759l-.051-.113l-1.292-.557c-.19-.086-.257-.117-1.477%201.193l-.548-.008c-1.257-1.322-1.316-1.3-1.508-1.223l-1.2.479c-.188.076-.254.107-.182%201.9l-.387.381c-1.809-.059-1.831%200-1.915.188l-.5%201.19l-.029.112l.041.1c.021.051.084.206%201.217%201.274v.557c-1.3%201.238-1.275%201.3-1.2%201.486l.494%201.207c.076.185.108.251%201.9.2l.391.4a8.5%208.5%200%200%200%20.059%201.756l.05.114l1.3.56c.19.078.254.106%201.471-1.2l.548.006c1.258%201.324%201.323%201.3%201.508%201.225l1.2-.478c.187-.074.253-.103.179-1.9M20%2022.8a2.11%202.11%200%200%201%201.214-2.73l.028-.011a2.164%202.164%200%200%201%202.781%201.225a2.113%202.113%200%200%201-1.2%202.726A2.19%202.19%200%200%201%2020%2022.8%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-tsconfig-official.svg?color=%231a73e8&size=48