vscode-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
vscode-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Octicons

The same icon in other sets

Related icons in Octicons

Use the vscode icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.868 1.02c.28-.048.568-.009.824.115l4.53 2.191c.475.23.778.715.778 1.247v14.855c0 .53-.303 1.014-.778 1.245l-4.53 2.19a1.35 1.35 0 0 1-1.562-.268l-8.672-7.95l-3.777 2.882a.915.915 0 0 1-1.17-.053L1.3 16.366a.93.93 0 0 1 0-1.362L4.574 12L1.3 8.995a.924.924 0 0 1 0-1.36l1.213-1.11a.916.916 0 0 1 1.169-.053l3.777 2.883l8.672-7.95c.2-.202.458-.337.738-.385M10.924 12l6.58 5.018v-.303H17.5V8.857h.003V6.98z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function OcticonVscode24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M16.868 1.02c.28-.048.568-.009.824.115l4.53 2.191c.475.23.778.715.778 1.247v14.855c0 .53-.303 1.014-.778 1.245l-4.53 2.19a1.35 1.35 0 0 1-1.562-.268l-8.672-7.95l-3.777 2.882a.915.915 0 0 1-1.17-.053L1.3 16.366a.93.93 0 0 1 0-1.362L4.574 12L1.3 8.995a.924.924 0 0 1 0-1.36l1.213-1.11a.916.916 0 0 1 1.169-.053l3.777 2.883l8.672-7.95c.2-.202.458-.337.738-.385M10.924 12l6.58 5.018v-.303H17.5V8.857h.003V6.98z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.868 1.02c.28-.048.568-.009.824.115l4.53 2.191c.475.23.778.715.778 1.247v14.855c0 .53-.303 1.014-.778 1.245l-4.53 2.19a1.35 1.35 0 0 1-1.562-.268l-8.672-7.95l-3.777 2.882a.915.915 0 0 1-1.17-.053L1.3 16.366a.93.93 0 0 1 0-1.362L4.574 12L1.3 8.995a.924.924 0 0 1 0-1.36l1.213-1.11a.916.916 0 0 1 1.169-.053l3.777 2.883l8.672-7.95c.2-.202.458-.337.738-.385M10.924 12l6.58 5.018v-.303H17.5V8.857h.003V6.98z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-vscode-24 {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.868%201.02c.28-.048.568-.009.824.115l4.53%202.191c.475.23.778.715.778%201.247v14.855c0%20.53-.303%201.014-.778%201.245l-4.53%202.19a1.35%201.35%200%200%201-1.562-.268l-8.672-7.95l-3.777%202.882a.915.915%200%200%201-1.17-.053L1.3%2016.366a.93.93%200%200%201%200-1.362L4.574%2012L1.3%208.995a.924.924%200%200%201%200-1.36l1.213-1.11a.916.916%200%200%201%201.169-.053l3.777%202.883l8.672-7.95c.2-.202.458-.337.738-.385M10.924%2012l6.58%205.018v-.303H17.5V8.857h.003V6.98z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.868%201.02c.28-.048.568-.009.824.115l4.53%202.191c.475.23.778.715.778%201.247v14.855c0%20.53-.303%201.014-.778%201.245l-4.53%202.19a1.35%201.35%200%200%201-1.562-.268l-8.672-7.95l-3.777%202.882a.915.915%200%200%201-1.17-.053L1.3%2016.366a.93.93%200%200%201%200-1.362L4.574%2012L1.3%208.995a.924.924%200%200%201%200-1.36l1.213-1.11a.916.916%200%200%201%201.169-.053l3.777%202.883l8.672-7.95c.2-.202.458-.337.738-.385M10.924%2012l6.58%205.018v-.303H17.5V8.857h.003V6.98z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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