vscode outline icon
vscode-outline from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- vscode-outline
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the vscode outline icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.2 2.97c.14-.12.35-.14.52-.05s.28.26.28.45v9.26a.5.5 0 0 1-.8.4L6.09 8.4c-.13-.1-.2-.24-.2-.4s.08-.31.2-.4zM7.22 8L12 11.62V4.38z"/><path d="M11 .35c.32-.32.88-.38 1.2-.16l.42.2c.038 0 .095.028.1.03l2.01.97c.01.01.02.01.02.01l.68.33h.01c.35.16.57.51.57.9v10.74c0 .38-.22.74-.57.9l-3.29 1.59a1.01 1.01 0 0 1-1.13-.2L4.71 9.92L1.96 12c-.26.19-.65.16-.87-.06l-.87-.78c-.16-.19-.22-.34-.22-.5c0-.06.02-.29.2-.47L2.59 8L.21 5.83C.01 5.63 0 5.4 0 5.34c0-.15.06-.31.16-.44l.95-.86c.18-.19.59-.23.84-.04L4.7 6.09zM5.06 7.09c-.18.16-.45.17-.64.03L1.56 4.96l-.41.37l2.52 2.29a.507.507 0 0 1 0 .74l-2.52 2.3l.42.37l2.86-2.16c.09-.07.19-.1.3-.1c.12 0 .24.04.34.13l6.63 6.04l.58-.26L15 13.37V2.63l-2.72-1.3a.1.1 0 0 1-.04-.02l-.54-.26z"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconVscodeOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M12.2 2.97c.14-.12.35-.14.52-.05s.28.26.28.45v9.26a.5.5 0 0 1-.8.4L6.09 8.4c-.13-.1-.2-.24-.2-.4s.08-.31.2-.4zM7.22 8L12 11.62V4.38z"/><path d="M11 .35c.32-.32.88-.38 1.2-.16l.42.2c.038 0 .095.028.1.03l2.01.97c.01.01.02.01.02.01l.68.33h.01c.35.16.57.51.57.9v10.74c0 .38-.22.74-.57.9l-3.29 1.59a1.01 1.01 0 0 1-1.13-.2L4.71 9.92L1.96 12c-.26.19-.65.16-.87-.06l-.87-.78c-.16-.19-.22-.34-.22-.5c0-.06.02-.29.2-.47L2.59 8L.21 5.83C.01 5.63 0 5.4 0 5.34c0-.15.06-.31.16-.44l.95-.86c.18-.19.59-.23.84-.04L4.7 6.09zM5.06 7.09c-.18.16-.45.17-.64.03L1.56 4.96l-.41.37l2.52 2.29a.507.507 0 0 1 0 .74l-2.52 2.3l.42.37l2.86-2.16c.09-.07.19-.1.3-.1c.12 0 .24.04.34.13l6.63 6.04l.58-.26L15 13.37V2.63l-2.72-1.3a.1.1 0 0 1-.04-.02l-.54-.26z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.2 2.97c.14-.12.35-.14.52-.05s.28.26.28.45v9.26a.5.5 0 0 1-.8.4L6.09 8.4c-.13-.1-.2-.24-.2-.4s.08-.31.2-.4zM7.22 8L12 11.62V4.38z"/><path d="M11 .35c.32-.32.88-.38 1.2-.16l.42.2c.038 0 .095.028.1.03l2.01.97c.01.01.02.01.02.01l.68.33h.01c.35.16.57.51.57.9v10.74c0 .38-.22.74-.57.9l-3.29 1.59a1.01 1.01 0 0 1-1.13-.2L4.71 9.92L1.96 12c-.26.19-.65.16-.87-.06l-.87-.78c-.16-.19-.22-.34-.22-.5c0-.06.02-.29.2-.47L2.59 8L.21 5.83C.01 5.63 0 5.4 0 5.34c0-.15.06-.31.16-.44l.95-.86c.18-.19.59-.23.84-.04L4.7 6.09zM5.06 7.09c-.18.16-.45.17-.64.03L1.56 4.96l-.41.37l2.52 2.29a.507.507 0 0 1 0 .74l-2.52 2.3l.42.37l2.86-2.16c.09-.07.19-.1.3-.1c.12 0 .24.04.34.13l6.63 6.04l.58-.26L15 13.37V2.63l-2.72-1.3a.1.1 0 0 1-.04-.02l-.54-.26z"/></g></svg> </template>
CSS
.icon-vscode-outline {
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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.2%202.97c.14-.12.35-.14.52-.05s.28.26.28.45v9.26a.5.5%200%200%201-.8.4L6.09%208.4c-.13-.1-.2-.24-.2-.4s.08-.31.2-.4zM7.22%208L12%2011.62V4.38z%22%2F%3E%3Cpath%20d%3D%22M11%20.35c.32-.32.88-.38%201.2-.16l.42.2c.038%200%20.095.028.1.03l2.01.97c.01.01.02.01.02.01l.68.33h.01c.35.16.57.51.57.9v10.74c0%20.38-.22.74-.57.9l-3.29%201.59a1.01%201.01%200%200%201-1.13-.2L4.71%209.92L1.96%2012c-.26.19-.65.16-.87-.06l-.87-.78c-.16-.19-.22-.34-.22-.5c0-.06.02-.29.2-.47L2.59%208L.21%205.83C.01%205.63%200%205.4%200%205.34c0-.15.06-.31.16-.44l.95-.86c.18-.19.59-.23.84-.04L4.7%206.09zM5.06%207.09c-.18.16-.45.17-.64.03L1.56%204.96l-.41.37l2.52%202.29a.507.507%200%200%201%200%20.74l-2.52%202.3l.42.37l2.86-2.16c.09-.07.19-.1.3-.1c.12%200%20.24.04.34.13l6.63%206.04l.58-.26L15%2013.37V2.63l-2.72-1.3a.1.1%200%200%201-.04-.02l-.54-.26z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.2%202.97c.14-.12.35-.14.52-.05s.28.26.28.45v9.26a.5.5%200%200%201-.8.4L6.09%208.4c-.13-.1-.2-.24-.2-.4s.08-.31.2-.4zM7.22%208L12%2011.62V4.38z%22%2F%3E%3Cpath%20d%3D%22M11%20.35c.32-.32.88-.38%201.2-.16l.42.2c.038%200%20.095.028.1.03l2.01.97c.01.01.02.01.02.01l.68.33h.01c.35.16.57.51.57.9v10.74c0%20.38-.22.74-.57.9l-3.29%201.59a1.01%201.01%200%200%201-1.13-.2L4.71%209.92L1.96%2012c-.26.19-.65.16-.87-.06l-.87-.78c-.16-.19-.22-.34-.22-.5c0-.06.02-.29.2-.47L2.59%208L.21%205.83C.01%205.63%200%205.4%200%205.34c0-.15.06-.31.16-.44l.95-.86c.18-.19.59-.23.84-.04L4.7%206.09zM5.06%207.09c-.18.16-.45.17-.64.03L1.56%204.96l-.41.37l2.52%202.29a.507.507%200%200%201%200%20.74l-2.52%202.3l.42.37l2.86-2.16c.09-.07.19-.1.3-.1c.12%200%20.24.04.34.13l6.63%206.04l.58-.26L15%2013.37V2.63l-2.72-1.3a.1.1%200%200%201-.04-.02l-.54-.26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/vscode-outline.svg?color=%231a73e8&size=48