vscode from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
vscode
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

The same logo in other sets

Use the vscode logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#2196f3" d="M11.5 11.19V4.8L7.3 7.99M1.17 6.07a.6.6 0 0 1-.01-.81L2 4.48c.14-.13.48-.18.73 0l2.39 1.83l5.55-5.09c.22-.22.61-.32 1.05-.08l2.8 1.34c.25.15.49.38.49.81v9.49c0 .28-.2.58-.42.7l-3.08 1.48c-.22.09-.64 0-.79-.14L5.11 9.69l-2.38 1.83c-.27.18-.6.13-.74 0l-.84-.77c-.22-.23-.2-.61.04-.84l2.1-1.9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeVscode(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#2196f3" d="M11.5 11.19V4.8L7.3 7.99M1.17 6.07a.6.6 0 0 1-.01-.81L2 4.48c.14-.13.48-.18.73 0l2.39 1.83l5.55-5.09c.22-.22.61-.32 1.05-.08l2.8 1.34c.25.15.49.38.49.81v9.49c0 .28-.2.58-.42.7l-3.08 1.48c-.22.09-.64 0-.79-.14L5.11 9.69l-2.38 1.83c-.27.18-.6.13-.74 0l-.84-.77c-.22-.23-.2-.61.04-.84l2.1-1.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#2196f3" d="M11.5 11.19V4.8L7.3 7.99M1.17 6.07a.6.6 0 0 1-.01-.81L2 4.48c.14-.13.48-.18.73 0l2.39 1.83l5.55-5.09c.22-.22.61-.32 1.05-.08l2.8 1.34c.25.15.49.38.49.81v9.49c0 .28-.2.58-.42.7l-3.08 1.48c-.22.09-.64 0-.79-.14L5.11 9.69l-2.38 1.83c-.27.18-.6.13-.74 0l-.84-.77c-.22-.23-.2-.61.04-.84l2.1-1.9"/></svg>
</template>

CSS

.icon-vscode {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22%232196f3%22%20d%3D%22M11.5%2011.19V4.8L7.3%207.99M1.17%206.07a.6.6%200%200%201-.01-.81L2%204.48c.14-.13.48-.18.73%200l2.39%201.83l5.55-5.09c.22-.22.61-.32%201.05-.08l2.8%201.34c.25.15.49.38.49.81v9.49c0%20.28-.2.58-.42.7l-3.08%201.48c-.22.09-.64%200-.79-.14L5.11%209.69l-2.38%201.83c-.27.18-.6.13-.74%200l-.84-.77c-.22-.23-.2-.61.04-.84l2.1-1.9%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%2016%2016%22%3E%3Cpath%20fill%3D%22%232196f3%22%20d%3D%22M11.5%2011.19V4.8L7.3%207.99M1.17%206.07a.6.6%200%200%201-.01-.81L2%204.48c.14-.13.48-.18.73%200l2.39%201.83l5.55-5.09c.22-.22.61-.32%201.05-.08l2.8%201.34c.25.15.49.38.49.81v9.49c0%20.28-.2.58-.42.7l-3.08%201.48c-.22.09-.64%200-.79-.14L5.11%209.69l-2.38%201.83c-.27.18-.6.13-.74%200l-.84-.77c-.22-.23-.2-.61.04-.84l2.1-1.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/vscode.svg?color=%231a73e8&size=48