vscode from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
vscode
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the vscode icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15.434 1.729L12.14.145a1 1 0 0 0-.431-.098c-.356 0-.529.165-.554.182a.7.7 0 0 0-.151.11l-6.306 5.75l-2.747-2.084a.664.664 0 0 0-.851.038l-.881.8a.665.665 0 0 0-.001.986L2.6 8L.217 10.17a.665.665 0 0 0 .001.985l.881.802a.665.665 0 0 0 .851.038l2.747-2.084l6.306 5.75s.069.068.152.11c.024.017.198.18.554.18a1 1 0 0 0 .432-.097l3.294-1.584a1 1 0 0 0 .566-.901V2.629a1 1 0 0 0-.566-.901zm-8.217 6.27l4.785-3.63v7.26z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconVscode(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15.434 1.729L12.14.145a1 1 0 0 0-.431-.098c-.356 0-.529.165-.554.182a.7.7 0 0 0-.151.11l-6.306 5.75l-2.747-2.084a.664.664 0 0 0-.851.038l-.881.8a.665.665 0 0 0-.001.986L2.6 8L.217 10.17a.665.665 0 0 0 .001.985l.881.802a.665.665 0 0 0 .851.038l2.747-2.084l6.306 5.75s.069.068.152.11c.024.017.198.18.554.18a1 1 0 0 0 .432-.097l3.294-1.584a1 1 0 0 0 .566-.901V2.629a1 1 0 0 0-.566-.901zm-8.217 6.27l4.785-3.63v7.26z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15.434 1.729L12.14.145a1 1 0 0 0-.431-.098c-.356 0-.529.165-.554.182a.7.7 0 0 0-.151.11l-6.306 5.75l-2.747-2.084a.664.664 0 0 0-.851.038l-.881.8a.665.665 0 0 0-.001.986L2.6 8L.217 10.17a.665.665 0 0 0 .001.985l.881.802a.665.665 0 0 0 .851.038l2.747-2.084l6.306 5.75s.069.068.152.11c.024.017.198.18.554.18a1 1 0 0 0 .432-.097l3.294-1.584a1 1 0 0 0 .566-.901V2.629a1 1 0 0 0-.566-.901zm-8.217 6.27l4.785-3.63v7.26z"/></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%22currentColor%22%20d%3D%22M15.434%201.729L12.14.145a1%201%200%200%200-.431-.098c-.356%200-.529.165-.554.182a.7.7%200%200%200-.151.11l-6.306%205.75l-2.747-2.084a.664.664%200%200%200-.851.038l-.881.8a.665.665%200%200%200-.001.986L2.6%208L.217%2010.17a.665.665%200%200%200%20.001.985l.881.802a.665.665%200%200%200%20.851.038l2.747-2.084l6.306%205.75s.069.068.152.11c.024.017.198.18.554.18a1%201%200%200%200%20.432-.097l3.294-1.584a1%201%200%200%200%20.566-.901V2.629a1%201%200%200%200-.566-.901zm-8.217%206.27l4.785-3.63v7.26z%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%22currentColor%22%20d%3D%22M15.434%201.729L12.14.145a1%201%200%200%200-.431-.098c-.356%200-.529.165-.554.182a.7.7%200%200%200-.151.11l-6.306%205.75l-2.747-2.084a.664.664%200%200%200-.851.038l-.881.8a.665.665%200%200%200-.001.986L2.6%208L.217%2010.17a.665.665%200%200%200%20.001.985l.881.802a.665.665%200%200%200%20.851.038l2.747-2.084l6.306%205.75s.069.068.152.11c.024.017.198.18.554.18a1%201%200%200%200%20.432-.097l3.294-1.584a1%201%200%200%200%20.566-.901V2.629a1%201%200%200%200-.566-.901zm-8.217%206.27l4.785-3.63v7.26z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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