vscode icon
vscode-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- vscode-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the vscode icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M9.004 10.276L16 3l4 3v12l-4 3l-6.996-7.276M16 3v18m0-18v5l-4.889 4m-2.107-1.724L11.11 12L16 16v5M9.004 10.276L5 7L3.5 8l3.846 4m0 0L3.5 16L5 17l4.004-3.276M7.346 12l1.658 1.724"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteVscodeLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M9.004 10.276L16 3l4 3v12l-4 3l-6.996-7.276M16 3v18m0-18v5l-4.889 4m-2.107-1.724L11.11 12L16 16v5M9.004 10.276L5 7L3.5 8l3.846 4m0 0L3.5 16L5 17l4.004-3.276M7.346 12l1.658 1.724"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M9.004 10.276L16 3l4 3v12l-4 3l-6.996-7.276M16 3v18m0-18v5l-4.889 4m-2.107-1.724L11.11 12L16 16v5M9.004 10.276L5 7L3.5 8l3.846 4m0 0L3.5 16L5 17l4.004-3.276M7.346 12l1.658 1.724"/></svg> </template>
CSS
.icon-vscode-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.004%2010.276L16%203l4%203v12l-4%203l-6.996-7.276M16%203v18m0-18v5l-4.889%204m-2.107-1.724L11.11%2012L16%2016v5M9.004%2010.276L5%207L3.5%208l3.846%204m0%200L3.5%2016L5%2017l4.004-3.276M7.346%2012l1.658%201.724%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.004%2010.276L16%203l4%203v12l-4%203l-6.996-7.276M16%203v18m0-18v5l-4.889%204m-2.107-1.724L11.11%2012L16%2016v5M9.004%2010.276L5%207L3.5%208l3.846%204m0%200L3.5%2016L5%2017l4.004-3.276M7.346%2012l1.658%201.724%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/vscode-line.svg?color=%231a73e8&size=48