file type typescriptdef logo

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

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

Related icons in VSCode Icons

Use the file type typescriptdef logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00a23c" d="M23.814 8.2a4.44 4.44 0 0 1 2.229 1.284a6 6 0 0 1 .857 1.146c.011.045-1.538 1.086-2.478 1.666c-.034.023-.17-.124-.323-.351a2.02 2.02 0 0 0-1.675-1.007c-1.08-.074-1.776.492-1.771 1.436a1.3 1.3 0 0 0 .153.668c.237.492.679.786 2.064 1.386c2.551 1.1 3.645 1.822 4.321 2.851a5.17 5.17 0 0 1 .417 4.344a4.78 4.78 0 0 1-3.942 2.823a11 11 0 0 1-2.715-.028a6.55 6.55 0 0 1-3.626-1.889a6.3 6.3 0 0 1-.928-1.375a3 3 0 0 1 .328-.208c.158-.091.758-.435 1.324-.763l1.024-.594l.215.312a4.8 4.8 0 0 0 1.354 1.3a3.31 3.31 0 0 0 3.467-.175a1.55 1.55 0 0 0 .2-1.979c-.277-.4-.843-.729-2.45-1.426a8.8 8.8 0 0 1-3.358-2.06a4.7 4.7 0 0 1-.979-1.782a7.1 7.1 0 0 1-.062-2.274a4.34 4.34 0 0 1 3.654-3.383a9 9 0 0 1 2.7.078m-8.366 1.488l.011 1.458h-4.642v13.181H7.54V11.148H2.9V9.717a14 14 0 0 1 .04-1.471c.017-.023 2.839-.034 6.262-.028l6.227.017Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeTypescriptdef(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00a23c" d="M23.814 8.2a4.44 4.44 0 0 1 2.229 1.284a6 6 0 0 1 .857 1.146c.011.045-1.538 1.086-2.478 1.666c-.034.023-.17-.124-.323-.351a2.02 2.02 0 0 0-1.675-1.007c-1.08-.074-1.776.492-1.771 1.436a1.3 1.3 0 0 0 .153.668c.237.492.679.786 2.064 1.386c2.551 1.1 3.645 1.822 4.321 2.851a5.17 5.17 0 0 1 .417 4.344a4.78 4.78 0 0 1-3.942 2.823a11 11 0 0 1-2.715-.028a6.55 6.55 0 0 1-3.626-1.889a6.3 6.3 0 0 1-.928-1.375a3 3 0 0 1 .328-.208c.158-.091.758-.435 1.324-.763l1.024-.594l.215.312a4.8 4.8 0 0 0 1.354 1.3a3.31 3.31 0 0 0 3.467-.175a1.55 1.55 0 0 0 .2-1.979c-.277-.4-.843-.729-2.45-1.426a8.8 8.8 0 0 1-3.358-2.06a4.7 4.7 0 0 1-.979-1.782a7.1 7.1 0 0 1-.062-2.274a4.34 4.34 0 0 1 3.654-3.383a9 9 0 0 1 2.7.078m-8.366 1.488l.011 1.458h-4.642v13.181H7.54V11.148H2.9V9.717a14 14 0 0 1 .04-1.471c.017-.023 2.839-.034 6.262-.028l6.227.017Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00a23c" d="M23.814 8.2a4.44 4.44 0 0 1 2.229 1.284a6 6 0 0 1 .857 1.146c.011.045-1.538 1.086-2.478 1.666c-.034.023-.17-.124-.323-.351a2.02 2.02 0 0 0-1.675-1.007c-1.08-.074-1.776.492-1.771 1.436a1.3 1.3 0 0 0 .153.668c.237.492.679.786 2.064 1.386c2.551 1.1 3.645 1.822 4.321 2.851a5.17 5.17 0 0 1 .417 4.344a4.78 4.78 0 0 1-3.942 2.823a11 11 0 0 1-2.715-.028a6.55 6.55 0 0 1-3.626-1.889a6.3 6.3 0 0 1-.928-1.375a3 3 0 0 1 .328-.208c.158-.091.758-.435 1.324-.763l1.024-.594l.215.312a4.8 4.8 0 0 0 1.354 1.3a3.31 3.31 0 0 0 3.467-.175a1.55 1.55 0 0 0 .2-1.979c-.277-.4-.843-.729-2.45-1.426a8.8 8.8 0 0 1-3.358-2.06a4.7 4.7 0 0 1-.979-1.782a7.1 7.1 0 0 1-.062-2.274a4.34 4.34 0 0 1 3.654-3.383a9 9 0 0 1 2.7.078m-8.366 1.488l.011 1.458h-4.642v13.181H7.54V11.148H2.9V9.717a14 14 0 0 1 .04-1.471c.017-.023 2.839-.034 6.262-.028l6.227.017Z"/></svg>
</template>

CSS

.icon-file-type-typescriptdef {
  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%2300a23c%22%20d%3D%22M23.814%208.2a4.44%204.44%200%200%201%202.229%201.284a6%206%200%200%201%20.857%201.146c.011.045-1.538%201.086-2.478%201.666c-.034.023-.17-.124-.323-.351a2.02%202.02%200%200%200-1.675-1.007c-1.08-.074-1.776.492-1.771%201.436a1.3%201.3%200%200%200%20.153.668c.237.492.679.786%202.064%201.386c2.551%201.1%203.645%201.822%204.321%202.851a5.17%205.17%200%200%201%20.417%204.344a4.78%204.78%200%200%201-3.942%202.823a11%2011%200%200%201-2.715-.028a6.55%206.55%200%200%201-3.626-1.889a6.3%206.3%200%200%201-.928-1.375a3%203%200%200%201%20.328-.208c.158-.091.758-.435%201.324-.763l1.024-.594l.215.312a4.8%204.8%200%200%200%201.354%201.3a3.31%203.31%200%200%200%203.467-.175a1.55%201.55%200%200%200%20.2-1.979c-.277-.4-.843-.729-2.45-1.426a8.8%208.8%200%200%201-3.358-2.06a4.7%204.7%200%200%201-.979-1.782a7.1%207.1%200%200%201-.062-2.274a4.34%204.34%200%200%201%203.654-3.383a9%209%200%200%201%202.7.078m-8.366%201.488l.011%201.458h-4.642v13.181H7.54V11.148H2.9V9.717a14%2014%200%200%201%20.04-1.471c.017-.023%202.839-.034%206.262-.028l6.227.017Z%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%2300a23c%22%20d%3D%22M23.814%208.2a4.44%204.44%200%200%201%202.229%201.284a6%206%200%200%201%20.857%201.146c.011.045-1.538%201.086-2.478%201.666c-.034.023-.17-.124-.323-.351a2.02%202.02%200%200%200-1.675-1.007c-1.08-.074-1.776.492-1.771%201.436a1.3%201.3%200%200%200%20.153.668c.237.492.679.786%202.064%201.386c2.551%201.1%203.645%201.822%204.321%202.851a5.17%205.17%200%200%201%20.417%204.344a4.78%204.78%200%200%201-3.942%202.823a11%2011%200%200%201-2.715-.028a6.55%206.55%200%200%201-3.626-1.889a6.3%206.3%200%200%201-.928-1.375a3%203%200%200%201%20.328-.208c.158-.091.758-.435%201.324-.763l1.024-.594l.215.312a4.8%204.8%200%200%200%201.354%201.3a3.31%203.31%200%200%200%203.467-.175a1.55%201.55%200%200%200%20.2-1.979c-.277-.4-.843-.729-2.45-1.426a8.8%208.8%200%200%201-3.358-2.06a4.7%204.7%200%200%201-.979-1.782a7.1%207.1%200%200%201-.062-2.274a4.34%204.34%200%200%201%203.654-3.383a9%209%200%200%201%202.7.078m-8.366%201.488l.011%201.458h-4.642v13.181H7.54V11.148H2.9V9.717a14%2014%200%200%201%20.04-1.471c.017-.023%202.839-.034%206.262-.028l6.227.017Z%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-typescriptdef.svg?color=%231a73e8&size=48