file type script logo

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

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

Related icons in VSCode Icons

Use the file type script logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#333" d="M10.016 2h15.523a4.2 4.2 0 0 1 2.55 1.09a6.3 6.3 0 0 1 1.818 3.776c.04.282.063.567.093.851v.491a.93.93 0 0 1-.409.655a1.6 1.6 0 0 1-.9.138L26.5 9q-.011 8.092 0 16.184a4.77 4.77 0 0 1-.709 2.517a4.84 4.84 0 0 1-2.512 2.027a5.8 5.8 0 0 1-1.3.269H7.227a5.4 5.4 0 0 1-2.954-1.069a5.98 5.98 0 0 1-2.131-3.6c-.072-.345-.1-.7-.142-1.046v-.547a.97.97 0 0 1 .405-.6A1.5 1.5 0 0 1 3.258 23H5.5V6.814a4.8 4.8 0 0 1 1.492-3.486A4.87 4.87 0 0 1 10.016 2"/><path fill="gray" d="M7.456 5.7a6.1 6.1 0 0 0-.206 2.2v15.09c3.246.008 6.491 0 9.736 0a.87.87 0 0 1 .783.577a4 4 0 0 1 .068.762a4.56 4.56 0 0 0 1.384 3.038a3.55 3.55 0 0 0 2.408.87a3.06 3.06 0 0 0 3.117-3.061V7.184a2.6 2.6 0 0 1 .039-.622a6.1 6.1 0 0 1 .759-1.86a2.95 2.95 0 0 1 .9-.959q-8.068-.01-16.135 0A3.08 3.08 0 0 0 7.456 5.7"/><path fill="#333" d="M12.678 11.092a.93.93 0 0 1 .81-.343a.874.874 0 0 1 .764 1.039c-.06.342-.357.553-.583.788c-.85.854-1.724 1.686-2.565 2.549c.872.888 1.769 1.751 2.648 2.632a1.4 1.4 0 0 1 .5.706a.877.877 0 0 1-.622 1.014a.87.87 0 0 1-.838-.211c-1.18-1.154-2.342-2.326-3.52-3.482a.887.887 0 0 1-.051-1.26q1.725-1.724 3.457-3.432m5.071.476a.88.88 0 0 1 .766-.813a.9.9 0 0 1 .729.25l3.46 3.431a.9.9 0 0 1 .014 1.391q-1.677 1.659-3.349 3.322a1.02 1.02 0 0 1-.634.37a.874.874 0 0 1-.959-.639a.89.89 0 0 1 .242-.861c.965-.963 1.941-1.912 2.9-2.883c-.948-.951-1.907-1.89-2.861-2.834a.92.92 0 0 1-.308-.734"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeScript(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#333" d="M10.016 2h15.523a4.2 4.2 0 0 1 2.55 1.09a6.3 6.3 0 0 1 1.818 3.776c.04.282.063.567.093.851v.491a.93.93 0 0 1-.409.655a1.6 1.6 0 0 1-.9.138L26.5 9q-.011 8.092 0 16.184a4.77 4.77 0 0 1-.709 2.517a4.84 4.84 0 0 1-2.512 2.027a5.8 5.8 0 0 1-1.3.269H7.227a5.4 5.4 0 0 1-2.954-1.069a5.98 5.98 0 0 1-2.131-3.6c-.072-.345-.1-.7-.142-1.046v-.547a.97.97 0 0 1 .405-.6A1.5 1.5 0 0 1 3.258 23H5.5V6.814a4.8 4.8 0 0 1 1.492-3.486A4.87 4.87 0 0 1 10.016 2"/><path fill="gray" d="M7.456 5.7a6.1 6.1 0 0 0-.206 2.2v15.09c3.246.008 6.491 0 9.736 0a.87.87 0 0 1 .783.577a4 4 0 0 1 .068.762a4.56 4.56 0 0 0 1.384 3.038a3.55 3.55 0 0 0 2.408.87a3.06 3.06 0 0 0 3.117-3.061V7.184a2.6 2.6 0 0 1 .039-.622a6.1 6.1 0 0 1 .759-1.86a2.95 2.95 0 0 1 .9-.959q-8.068-.01-16.135 0A3.08 3.08 0 0 0 7.456 5.7"/><path fill="#333" d="M12.678 11.092a.93.93 0 0 1 .81-.343a.874.874 0 0 1 .764 1.039c-.06.342-.357.553-.583.788c-.85.854-1.724 1.686-2.565 2.549c.872.888 1.769 1.751 2.648 2.632a1.4 1.4 0 0 1 .5.706a.877.877 0 0 1-.622 1.014a.87.87 0 0 1-.838-.211c-1.18-1.154-2.342-2.326-3.52-3.482a.887.887 0 0 1-.051-1.26q1.725-1.724 3.457-3.432m5.071.476a.88.88 0 0 1 .766-.813a.9.9 0 0 1 .729.25l3.46 3.431a.9.9 0 0 1 .014 1.391q-1.677 1.659-3.349 3.322a1.02 1.02 0 0 1-.634.37a.874.874 0 0 1-.959-.639a.89.89 0 0 1 .242-.861c.965-.963 1.941-1.912 2.9-2.883c-.948-.951-1.907-1.89-2.861-2.834a.92.92 0 0 1-.308-.734"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#333" d="M10.016 2h15.523a4.2 4.2 0 0 1 2.55 1.09a6.3 6.3 0 0 1 1.818 3.776c.04.282.063.567.093.851v.491a.93.93 0 0 1-.409.655a1.6 1.6 0 0 1-.9.138L26.5 9q-.011 8.092 0 16.184a4.77 4.77 0 0 1-.709 2.517a4.84 4.84 0 0 1-2.512 2.027a5.8 5.8 0 0 1-1.3.269H7.227a5.4 5.4 0 0 1-2.954-1.069a5.98 5.98 0 0 1-2.131-3.6c-.072-.345-.1-.7-.142-1.046v-.547a.97.97 0 0 1 .405-.6A1.5 1.5 0 0 1 3.258 23H5.5V6.814a4.8 4.8 0 0 1 1.492-3.486A4.87 4.87 0 0 1 10.016 2"/><path fill="gray" d="M7.456 5.7a6.1 6.1 0 0 0-.206 2.2v15.09c3.246.008 6.491 0 9.736 0a.87.87 0 0 1 .783.577a4 4 0 0 1 .068.762a4.56 4.56 0 0 0 1.384 3.038a3.55 3.55 0 0 0 2.408.87a3.06 3.06 0 0 0 3.117-3.061V7.184a2.6 2.6 0 0 1 .039-.622a6.1 6.1 0 0 1 .759-1.86a2.95 2.95 0 0 1 .9-.959q-8.068-.01-16.135 0A3.08 3.08 0 0 0 7.456 5.7"/><path fill="#333" d="M12.678 11.092a.93.93 0 0 1 .81-.343a.874.874 0 0 1 .764 1.039c-.06.342-.357.553-.583.788c-.85.854-1.724 1.686-2.565 2.549c.872.888 1.769 1.751 2.648 2.632a1.4 1.4 0 0 1 .5.706a.877.877 0 0 1-.622 1.014a.87.87 0 0 1-.838-.211c-1.18-1.154-2.342-2.326-3.52-3.482a.887.887 0 0 1-.051-1.26q1.725-1.724 3.457-3.432m5.071.476a.88.88 0 0 1 .766-.813a.9.9 0 0 1 .729.25l3.46 3.431a.9.9 0 0 1 .014 1.391q-1.677 1.659-3.349 3.322a1.02 1.02 0 0 1-.634.37a.874.874 0 0 1-.959-.639a.89.89 0 0 1 .242-.861c.965-.963 1.941-1.912 2.9-2.883c-.948-.951-1.907-1.89-2.861-2.834a.92.92 0 0 1-.308-.734"/></svg>
</template>

CSS

.icon-file-type-script {
  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%23333%22%20d%3D%22M10.016%202h15.523a4.2%204.2%200%200%201%202.55%201.09a6.3%206.3%200%200%201%201.818%203.776c.04.282.063.567.093.851v.491a.93.93%200%200%201-.409.655a1.6%201.6%200%200%201-.9.138L26.5%209q-.011%208.092%200%2016.184a4.77%204.77%200%200%201-.709%202.517a4.84%204.84%200%200%201-2.512%202.027a5.8%205.8%200%200%201-1.3.269H7.227a5.4%205.4%200%200%201-2.954-1.069a5.98%205.98%200%200%201-2.131-3.6c-.072-.345-.1-.7-.142-1.046v-.547a.97.97%200%200%201%20.405-.6A1.5%201.5%200%200%201%203.258%2023H5.5V6.814a4.8%204.8%200%200%201%201.492-3.486A4.87%204.87%200%200%201%2010.016%202%22%2F%3E%3Cpath%20fill%3D%22gray%22%20d%3D%22M7.456%205.7a6.1%206.1%200%200%200-.206%202.2v15.09c3.246.008%206.491%200%209.736%200a.87.87%200%200%201%20.783.577a4%204%200%200%201%20.068.762a4.56%204.56%200%200%200%201.384%203.038a3.55%203.55%200%200%200%202.408.87a3.06%203.06%200%200%200%203.117-3.061V7.184a2.6%202.6%200%200%201%20.039-.622a6.1%206.1%200%200%201%20.759-1.86a2.95%202.95%200%200%201%20.9-.959q-8.068-.01-16.135%200A3.08%203.08%200%200%200%207.456%205.7%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M12.678%2011.092a.93.93%200%200%201%20.81-.343a.874.874%200%200%201%20.764%201.039c-.06.342-.357.553-.583.788c-.85.854-1.724%201.686-2.565%202.549c.872.888%201.769%201.751%202.648%202.632a1.4%201.4%200%200%201%20.5.706a.877.877%200%200%201-.622%201.014a.87.87%200%200%201-.838-.211c-1.18-1.154-2.342-2.326-3.52-3.482a.887.887%200%200%201-.051-1.26q1.725-1.724%203.457-3.432m5.071.476a.88.88%200%200%201%20.766-.813a.9.9%200%200%201%20.729.25l3.46%203.431a.9.9%200%200%201%20.014%201.391q-1.677%201.659-3.349%203.322a1.02%201.02%200%200%201-.634.37a.874.874%200%200%201-.959-.639a.89.89%200%200%201%20.242-.861c.965-.963%201.941-1.912%202.9-2.883c-.948-.951-1.907-1.89-2.861-2.834a.92.92%200%200%201-.308-.734%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%23333%22%20d%3D%22M10.016%202h15.523a4.2%204.2%200%200%201%202.55%201.09a6.3%206.3%200%200%201%201.818%203.776c.04.282.063.567.093.851v.491a.93.93%200%200%201-.409.655a1.6%201.6%200%200%201-.9.138L26.5%209q-.011%208.092%200%2016.184a4.77%204.77%200%200%201-.709%202.517a4.84%204.84%200%200%201-2.512%202.027a5.8%205.8%200%200%201-1.3.269H7.227a5.4%205.4%200%200%201-2.954-1.069a5.98%205.98%200%200%201-2.131-3.6c-.072-.345-.1-.7-.142-1.046v-.547a.97.97%200%200%201%20.405-.6A1.5%201.5%200%200%201%203.258%2023H5.5V6.814a4.8%204.8%200%200%201%201.492-3.486A4.87%204.87%200%200%201%2010.016%202%22%2F%3E%3Cpath%20fill%3D%22gray%22%20d%3D%22M7.456%205.7a6.1%206.1%200%200%200-.206%202.2v15.09c3.246.008%206.491%200%209.736%200a.87.87%200%200%201%20.783.577a4%204%200%200%201%20.068.762a4.56%204.56%200%200%200%201.384%203.038a3.55%203.55%200%200%200%202.408.87a3.06%203.06%200%200%200%203.117-3.061V7.184a2.6%202.6%200%200%201%20.039-.622a6.1%206.1%200%200%201%20.759-1.86a2.95%202.95%200%200%201%20.9-.959q-8.068-.01-16.135%200A3.08%203.08%200%200%200%207.456%205.7%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M12.678%2011.092a.93.93%200%200%201%20.81-.343a.874.874%200%200%201%20.764%201.039c-.06.342-.357.553-.583.788c-.85.854-1.724%201.686-2.565%202.549c.872.888%201.769%201.751%202.648%202.632a1.4%201.4%200%200%201%20.5.706a.877.877%200%200%201-.622%201.014a.87.87%200%200%201-.838-.211c-1.18-1.154-2.342-2.326-3.52-3.482a.887.887%200%200%201-.051-1.26q1.725-1.724%203.457-3.432m5.071.476a.88.88%200%200%201%20.766-.813a.9.9%200%200%201%20.729.25l3.46%203.431a.9.9%200%200%201%20.014%201.391q-1.677%201.659-3.349%203.322a1.02%201.02%200%200%201-.634.37a.874.874%200%200%201-.959-.639a.89.89%200%200%201%20.242-.861c.965-.963%201.941-1.912%202.9-2.883c-.948-.951-1.907-1.89-2.861-2.834a.92.92%200%200%201-.308-.734%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-script.svg?color=%231a73e8&size=48