vscode logo
vscode-dark from Skill Icons by tandpfun · Dark · MIT Free for personal and commercial use.
- Name
- vscode-dark
- Set
- Skill Icons
- Style
- Dark
- Viewbox
- 256×256
- License
- MIT
1 other variant in Skill Icons
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 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="#2489ca" d="M33.716 100.208s-4.735-3.413.947-7.97l13.236-11.836s3.788-3.985 7.792-.513l122.149 92.479v44.346s-.059 6.964-8.996 6.194z"/><path fill="#1070b3" d="m65.2 128.792l-31.484 28.623s-3.236 2.407 0 6.708l14.617 13.295s3.472 3.729 8.601-.513l33.378-25.309z"/><path fill="#0877b9" d="m120.474 129.029l57.741-44.09l-.375-44.109s-2.466-9.627-10.692-4.616l-76.836 69.931z"/><path fill="#3c99d4" d="M168.844 222.968c3.354 3.432 7.418 2.308 7.418 2.308l44.997-22.173c5.76-3.926 4.951-8.798 4.951-8.798V61.898c0-5.82-5.958-7.831-5.958-7.831l-38.999-18.8c-8.522-5.267-14.105.947-14.105.947s7.18-5.168 10.692 4.616v175.075a8 8 0 0 1-.769 3.453c-1.026 2.071-3.255 4.004-8.601 3.195z"/></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsVscodeDark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="#2489ca" d="M33.716 100.208s-4.735-3.413.947-7.97l13.236-11.836s3.788-3.985 7.792-.513l122.149 92.479v44.346s-.059 6.964-8.996 6.194z"/><path fill="#1070b3" d="m65.2 128.792l-31.484 28.623s-3.236 2.407 0 6.708l14.617 13.295s3.472 3.729 8.601-.513l33.378-25.309z"/><path fill="#0877b9" d="m120.474 129.029l57.741-44.09l-.375-44.109s-2.466-9.627-10.692-4.616l-76.836 69.931z"/><path fill="#3c99d4" d="M168.844 222.968c3.354 3.432 7.418 2.308 7.418 2.308l44.997-22.173c5.76-3.926 4.951-8.798 4.951-8.798V61.898c0-5.82-5.958-7.831-5.958-7.831l-38.999-18.8c-8.522-5.267-14.105.947-14.105.947s7.18-5.168 10.692 4.616v175.075a8 8 0 0 1-.769 3.453c-1.026 2.071-3.255 4.004-8.601 3.195z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="#2489ca" d="M33.716 100.208s-4.735-3.413.947-7.97l13.236-11.836s3.788-3.985 7.792-.513l122.149 92.479v44.346s-.059 6.964-8.996 6.194z"/><path fill="#1070b3" d="m65.2 128.792l-31.484 28.623s-3.236 2.407 0 6.708l14.617 13.295s3.472 3.729 8.601-.513l33.378-25.309z"/><path fill="#0877b9" d="m120.474 129.029l57.741-44.09l-.375-44.109s-2.466-9.627-10.692-4.616l-76.836 69.931z"/><path fill="#3c99d4" d="M168.844 222.968c3.354 3.432 7.418 2.308 7.418 2.308l44.997-22.173c5.76-3.926 4.951-8.798 4.951-8.798V61.898c0-5.82-5.958-7.831-5.958-7.831l-38.999-18.8c-8.522-5.267-14.105.947-14.105.947s7.18-5.168 10.692 4.616v175.075a8 8 0 0 1-.769 3.453c-1.026 2.071-3.255 4.004-8.601 3.195z"/></g></svg> </template>
CSS
.icon-vscode-dark {
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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%232489ca%22%20d%3D%22M33.716%20100.208s-4.735-3.413.947-7.97l13.236-11.836s3.788-3.985%207.792-.513l122.149%2092.479v44.346s-.059%206.964-8.996%206.194z%22%2F%3E%3Cpath%20fill%3D%22%231070b3%22%20d%3D%22m65.2%20128.792l-31.484%2028.623s-3.236%202.407%200%206.708l14.617%2013.295s3.472%203.729%208.601-.513l33.378-25.309z%22%2F%3E%3Cpath%20fill%3D%22%230877b9%22%20d%3D%22m120.474%20129.029l57.741-44.09l-.375-44.109s-2.466-9.627-10.692-4.616l-76.836%2069.931z%22%2F%3E%3Cpath%20fill%3D%22%233c99d4%22%20d%3D%22M168.844%20222.968c3.354%203.432%207.418%202.308%207.418%202.308l44.997-22.173c5.76-3.926%204.951-8.798%204.951-8.798V61.898c0-5.82-5.958-7.831-5.958-7.831l-38.999-18.8c-8.522-5.267-14.105.947-14.105.947s7.18-5.168%2010.692%204.616v175.075a8%208%200%200%201-.769%203.453c-1.026%202.071-3.255%204.004-8.601%203.195z%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%232489ca%22%20d%3D%22M33.716%20100.208s-4.735-3.413.947-7.97l13.236-11.836s3.788-3.985%207.792-.513l122.149%2092.479v44.346s-.059%206.964-8.996%206.194z%22%2F%3E%3Cpath%20fill%3D%22%231070b3%22%20d%3D%22m65.2%20128.792l-31.484%2028.623s-3.236%202.407%200%206.708l14.617%2013.295s3.472%203.729%208.601-.513l33.378-25.309z%22%2F%3E%3Cpath%20fill%3D%22%230877b9%22%20d%3D%22m120.474%20129.029l57.741-44.09l-.375-44.109s-2.466-9.627-10.692-4.616l-76.836%2069.931z%22%2F%3E%3Cpath%20fill%3D%22%233c99d4%22%20d%3D%22M168.844%20222.968c3.354%203.432%207.418%202.308%207.418%202.308l44.997-22.173c5.76-3.926%204.951-8.798%204.951-8.798V61.898c0-5.82-5.958-7.831-5.958-7.831l-38.999-18.8c-8.522-5.267-14.105.947-14.105.947s7.18-5.168%2010.692%204.616v175.075a8%208%200%200%201-.769%203.453c-1.026%202.071-3.255%204.004-8.601%203.195z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/vscode-dark.svg?color=%231a73e8&size=48