vscode icon
vscode-48 from Octicons by GitHub · 48 · MIT Free for personal and commercial use.
- Name
- vscode-48
- Set
- Octicons
- Style
- 48
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M32.59 41.758a2.41 2.41 0 0 1-2.77-.474L14.448 27.188l-6.695 5.109a1.62 1.62 0 0 1-2.074-.093l-2.147-1.963a1.64 1.64 0 0 1-.002-2.416L9.336 22.5L3.53 17.175a1.64 1.64 0 0 1 .002-2.416l2.147-1.963a1.62 1.62 0 0 1 2.074-.093l6.695 5.109L29.82 3.716a2.42 2.42 0 0 1 2.77-.475l8.03 3.884A2.45 2.45 0 0 1 42 9.333V24h-9.744V13.601L20.593 22.5l11.663 8.899V24H42v11.667c0 .941-.537 1.8-1.38 2.208z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonVscode48(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M32.59 41.758a2.41 2.41 0 0 1-2.77-.474L14.448 27.188l-6.695 5.109a1.62 1.62 0 0 1-2.074-.093l-2.147-1.963a1.64 1.64 0 0 1-.002-2.416L9.336 22.5L3.53 17.175a1.64 1.64 0 0 1 .002-2.416l2.147-1.963a1.62 1.62 0 0 1 2.074-.093l6.695 5.109L29.82 3.716a2.42 2.42 0 0 1 2.77-.475l8.03 3.884A2.45 2.45 0 0 1 42 9.333V24h-9.744V13.601L20.593 22.5l11.663 8.899V24H42v11.667c0 .941-.537 1.8-1.38 2.208z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M32.59 41.758a2.41 2.41 0 0 1-2.77-.474L14.448 27.188l-6.695 5.109a1.62 1.62 0 0 1-2.074-.093l-2.147-1.963a1.64 1.64 0 0 1-.002-2.416L9.336 22.5L3.53 17.175a1.64 1.64 0 0 1 .002-2.416l2.147-1.963a1.62 1.62 0 0 1 2.074-.093l6.695 5.109L29.82 3.716a2.42 2.42 0 0 1 2.77-.475l8.03 3.884A2.45 2.45 0 0 1 42 9.333V24h-9.744V13.601L20.593 22.5l11.663 8.899V24H42v11.667c0 .941-.537 1.8-1.38 2.208z"/></svg> </template>
CSS
.icon-vscode-48 {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32.59%2041.758a2.41%202.41%200%200%201-2.77-.474L14.448%2027.188l-6.695%205.109a1.62%201.62%200%200%201-2.074-.093l-2.147-1.963a1.64%201.64%200%200%201-.002-2.416L9.336%2022.5L3.53%2017.175a1.64%201.64%200%200%201%20.002-2.416l2.147-1.963a1.62%201.62%200%200%201%202.074-.093l6.695%205.109L29.82%203.716a2.42%202.42%200%200%201%202.77-.475l8.03%203.884A2.45%202.45%200%200%201%2042%209.333V24h-9.744V13.601L20.593%2022.5l11.663%208.899V24H42v11.667c0%20.941-.537%201.8-1.38%202.208z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32.59%2041.758a2.41%202.41%200%200%201-2.77-.474L14.448%2027.188l-6.695%205.109a1.62%201.62%200%200%201-2.074-.093l-2.147-1.963a1.64%201.64%200%200%201-.002-2.416L9.336%2022.5L3.53%2017.175a1.64%201.64%200%200%201%20.002-2.416l2.147-1.963a1.62%201.62%200%200%201%202.074-.093l6.695%205.109L29.82%203.716a2.42%202.42%200%200%201%202.77-.475l8.03%203.884A2.45%202.45%200%200%201%2042%209.333V24h-9.744V13.601L20.593%2022.5l11.663%208.899V24H42v11.667c0%20.941-.537%201.8-1.38%202.208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/vscode-48.svg?color=%231a73e8&size=48