file type ng smart component ts logo

file-type-ng-smart-component-ts from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-ng-smart-component-ts
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type ng smart component ts logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGfCpNCryg"><stop offset="0" stop-color="#93000e"/><stop offset="1" stop-color="#4a0007"/></linearGradient><linearGradient id="SVGEdYj2cjf"><stop offset="0" stop-color="#93000e"/><stop offset="1" stop-color="#93000e" stop-opacity="0"/></linearGradient><clipPath id="SVGqpIVPcCN2"><path fill="#fff" d="M0 0h223v236H0z"/></clipPath></defs><g clip-path="url(#SVGqpIVPcCN2)" transform="translate(2.76 1.986)scale(.11923)"><path fill="url(#SVGfCpNCryg)" d="m222.08 39.192l-8.019 125.92L137.39-.008zm-53.105 162.82l-57.933 33.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357 73.803H80.684zm-103.1 102.44L.005 39.192L84.695 0z"/><path fill="url(#SVGEdYj2cjf)" d="m222.08 39.192l-8.019 125.92L137.39-.008zm-53.105 162.82l-57.933 33.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357 73.803H80.684zm-103.1 102.44L.005 39.192L84.695 0z"/></g><path fill="#007acc" d="M27.039 19.647a2.8 2.8 0 0 1 1.414.815a3.7 3.7 0 0 1 .542.725c.007.029-.976.689-1.572 1.059c-.022.014-.108-.079-.2-.222a1.28 1.28 0 0 0-1.062-.639c-.685-.047-1.127.312-1.123.912a.83.83 0 0 0 .1.423c.151.312.431.5 1.31.879c1.618.7 2.311 1.156 2.742 1.809a3.28 3.28 0 0 1 .262 2.756a3.03 3.03 0 0 1-2.5 1.791a7 7 0 0 1-1.723-.018a4.15 4.15 0 0 1-2.3-1.2a4 4 0 0 1-.589-.872a2 2 0 0 1 .208-.133l.84-.484l.65-.377l.136.2a3 3 0 0 0 .858.822a2.1 2.1 0 0 0 2.2-.111a.98.98 0 0 0 .126-1.252c-.176-.251-.535-.463-1.554-.9a5.6 5.6 0 0 1-2.128-1.31a3 3 0 0 1-.621-1.13a4.5 4.5 0 0 1-.039-1.443a2.76 2.76 0 0 1 2.308-2.147a5.7 5.7 0 0 1 1.715.047m-5.308.944l.007.926H18.8v8.362h-2.086v-8.362h-2.942v-.908a9 9 0 0 1 .025-.933c.011-.014 1.8-.022 3.973-.018l3.951.011Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeNgSmartComponentTs(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="SVGfCpNCryg"><stop offset="0" stopColor="#93000e"/><stop offset="1" stopColor="#4a0007"/></linearGradient><linearGradient id="SVGEdYj2cjf"><stop offset="0" stopColor="#93000e"/><stop offset="1" stopColor="#93000e" stopOpacity="0"/></linearGradient><clipPath id="SVGqpIVPcCN2"><path fill="#fff" d="M0 0h223v236H0z"/></clipPath></defs><g clipPath="url(#SVGqpIVPcCN2)" transform="translate(2.76 1.986)scale(.11923)"><path fill="url(#SVGfCpNCryg)" d="m222.08 39.192l-8.019 125.92L137.39-.008zm-53.105 162.82l-57.933 33.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357 73.803H80.684zm-103.1 102.44L.005 39.192L84.695 0z"/><path fill="url(#SVGEdYj2cjf)" d="m222.08 39.192l-8.019 125.92L137.39-.008zm-53.105 162.82l-57.933 33.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357 73.803H80.684zm-103.1 102.44L.005 39.192L84.695 0z"/></g><path fill="#007acc" d="M27.039 19.647a2.8 2.8 0 0 1 1.414.815a3.7 3.7 0 0 1 .542.725c.007.029-.976.689-1.572 1.059c-.022.014-.108-.079-.2-.222a1.28 1.28 0 0 0-1.062-.639c-.685-.047-1.127.312-1.123.912a.83.83 0 0 0 .1.423c.151.312.431.5 1.31.879c1.618.7 2.311 1.156 2.742 1.809a3.28 3.28 0 0 1 .262 2.756a3.03 3.03 0 0 1-2.5 1.791a7 7 0 0 1-1.723-.018a4.15 4.15 0 0 1-2.3-1.2a4 4 0 0 1-.589-.872a2 2 0 0 1 .208-.133l.84-.484l.65-.377l.136.2a3 3 0 0 0 .858.822a2.1 2.1 0 0 0 2.2-.111a.98.98 0 0 0 .126-1.252c-.176-.251-.535-.463-1.554-.9a5.6 5.6 0 0 1-2.128-1.31a3 3 0 0 1-.621-1.13a4.5 4.5 0 0 1-.039-1.443a2.76 2.76 0 0 1 2.308-2.147a5.7 5.7 0 0 1 1.715.047m-5.308.944l.007.926H18.8v8.362h-2.086v-8.362h-2.942v-.908a9 9 0 0 1 .025-.933c.011-.014 1.8-.022 3.973-.018l3.951.011Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGfCpNCryg"><stop offset="0" stop-color="#93000e"/><stop offset="1" stop-color="#4a0007"/></linearGradient><linearGradient id="SVGEdYj2cjf"><stop offset="0" stop-color="#93000e"/><stop offset="1" stop-color="#93000e" stop-opacity="0"/></linearGradient><clipPath id="SVGqpIVPcCN2"><path fill="#fff" d="M0 0h223v236H0z"/></clipPath></defs><g clip-path="url(#SVGqpIVPcCN2)" transform="translate(2.76 1.986)scale(.11923)"><path fill="url(#SVGfCpNCryg)" d="m222.08 39.192l-8.019 125.92L137.39-.008zm-53.105 162.82l-57.933 33.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357 73.803H80.684zm-103.1 102.44L.005 39.192L84.695 0z"/><path fill="url(#SVGEdYj2cjf)" d="m222.08 39.192l-8.019 125.92L137.39-.008zm-53.105 162.82l-57.933 33.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357 73.803H80.684zm-103.1 102.44L.005 39.192L84.695 0z"/></g><path fill="#007acc" d="M27.039 19.647a2.8 2.8 0 0 1 1.414.815a3.7 3.7 0 0 1 .542.725c.007.029-.976.689-1.572 1.059c-.022.014-.108-.079-.2-.222a1.28 1.28 0 0 0-1.062-.639c-.685-.047-1.127.312-1.123.912a.83.83 0 0 0 .1.423c.151.312.431.5 1.31.879c1.618.7 2.311 1.156 2.742 1.809a3.28 3.28 0 0 1 .262 2.756a3.03 3.03 0 0 1-2.5 1.791a7 7 0 0 1-1.723-.018a4.15 4.15 0 0 1-2.3-1.2a4 4 0 0 1-.589-.872a2 2 0 0 1 .208-.133l.84-.484l.65-.377l.136.2a3 3 0 0 0 .858.822a2.1 2.1 0 0 0 2.2-.111a.98.98 0 0 0 .126-1.252c-.176-.251-.535-.463-1.554-.9a5.6 5.6 0 0 1-2.128-1.31a3 3 0 0 1-.621-1.13a4.5 4.5 0 0 1-.039-1.443a2.76 2.76 0 0 1 2.308-2.147a5.7 5.7 0 0 1 1.715.047m-5.308.944l.007.926H18.8v8.362h-2.086v-8.362h-2.942v-.908a9 9 0 0 1 .025-.933c.011-.014 1.8-.022 3.973-.018l3.951.011Z"/></svg>
</template>

CSS

.icon-file-type-ng-smart-component-ts {
  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%22SVGfCpNCryg%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2393000e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234a0007%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGEdYj2cjf%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2393000e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2393000e%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGqpIVPcCN2%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h223v236H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23SVGqpIVPcCN2)%22%20transform%3D%22translate(2.76%201.986)scale(.11923)%22%3E%3Cpath%20fill%3D%22url(%23SVGfCpNCryg)%22%20d%3D%22m222.08%2039.192l-8.019%20125.92L137.39-.008zm-53.105%20162.82l-57.933%2033.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357%2073.803H80.684zm-103.1%20102.44L.005%2039.192L84.695%200z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGEdYj2cjf)%22%20d%3D%22m222.08%2039.192l-8.019%20125.92L137.39-.008zm-53.105%20162.82l-57.933%2033.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357%2073.803H80.684zm-103.1%20102.44L.005%2039.192L84.695%200z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23007acc%22%20d%3D%22M27.039%2019.647a2.8%202.8%200%200%201%201.414.815a3.7%203.7%200%200%201%20.542.725c.007.029-.976.689-1.572%201.059c-.022.014-.108-.079-.2-.222a1.28%201.28%200%200%200-1.062-.639c-.685-.047-1.127.312-1.123.912a.83.83%200%200%200%20.1.423c.151.312.431.5%201.31.879c1.618.7%202.311%201.156%202.742%201.809a3.28%203.28%200%200%201%20.262%202.756a3.03%203.03%200%200%201-2.5%201.791a7%207%200%200%201-1.723-.018a4.15%204.15%200%200%201-2.3-1.2a4%204%200%200%201-.589-.872a2%202%200%200%201%20.208-.133l.84-.484l.65-.377l.136.2a3%203%200%200%200%20.858.822a2.1%202.1%200%200%200%202.2-.111a.98.98%200%200%200%20.126-1.252c-.176-.251-.535-.463-1.554-.9a5.6%205.6%200%200%201-2.128-1.31a3%203%200%200%201-.621-1.13a4.5%204.5%200%200%201-.039-1.443a2.76%202.76%200%200%201%202.308-2.147a5.7%205.7%200%200%201%201.715.047m-5.308.944l.007.926H18.8v8.362h-2.086v-8.362h-2.942v-.908a9%209%200%200%201%20.025-.933c.011-.014%201.8-.022%203.973-.018l3.951.011Z%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%22SVGfCpNCryg%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2393000e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234a0007%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGEdYj2cjf%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2393000e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2393000e%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGqpIVPcCN2%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h223v236H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23SVGqpIVPcCN2)%22%20transform%3D%22translate(2.76%201.986)scale(.11923)%22%3E%3Cpath%20fill%3D%22url(%23SVGfCpNCryg)%22%20d%3D%22m222.08%2039.192l-8.019%20125.92L137.39-.008zm-53.105%20162.82l-57.933%2033.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357%2073.803H80.684zm-103.1%20102.44L.005%2039.192L84.695%200z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGEdYj2cjf)%22%20d%3D%22m222.08%2039.192l-8.019%20125.92L137.39-.008zm-53.105%20162.82l-57.933%2033.056l-57.934-33.056l11.783-28.556h92.301zm-57.933-139.34l30.357%2073.803H80.684zm-103.1%20102.44L.005%2039.192L84.695%200z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23007acc%22%20d%3D%22M27.039%2019.647a2.8%202.8%200%200%201%201.414.815a3.7%203.7%200%200%201%20.542.725c.007.029-.976.689-1.572%201.059c-.022.014-.108-.079-.2-.222a1.28%201.28%200%200%200-1.062-.639c-.685-.047-1.127.312-1.123.912a.83.83%200%200%200%20.1.423c.151.312.431.5%201.31.879c1.618.7%202.311%201.156%202.742%201.809a3.28%203.28%200%200%201%20.262%202.756a3.03%203.03%200%200%201-2.5%201.791a7%207%200%200%201-1.723-.018a4.15%204.15%200%200%201-2.3-1.2a4%204%200%200%201-.589-.872a2%202%200%200%201%20.208-.133l.84-.484l.65-.377l.136.2a3%203%200%200%200%20.858.822a2.1%202.1%200%200%200%202.2-.111a.98.98%200%200%200%20.126-1.252c-.176-.251-.535-.463-1.554-.9a5.6%205.6%200%200%201-2.128-1.31a3%203%200%200%201-.621-1.13a4.5%204.5%200%200%201-.039-1.443a2.76%202.76%200%200%201%202.308-2.147a5.7%205.7%200%200%201%201.715.047m-5.308.944l.007.926H18.8v8.362h-2.086v-8.362h-2.942v-.908a9%209%200%200%201%20.025-.933c.011-.014%201.8-.022%203.973-.018l3.951.011Z%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-ng-smart-component-ts.svg?color=%231a73e8&size=48