vscode insiders outline icon
vscode-insiders-outline from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- vscode-insiders-outline
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the vscode insiders outline icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m5.93 5.77l1.81 1.38c.09.07.2.1.3.1s.21-.03.3-.1l2.46-1.86c.12-.09.2-.24.2-.4V1.48c0-.2-.12-.38-.3-.46a.49.49 0 0 0-.54.09L5.89 5a.48.48 0 0 0-.16.39c.01.15.08.29.2.38M10 2.61v2.03L8.04 6.12l-1.03-.78zm.8 8.12L1.94 4a.69.69 0 0 0-.85.04l-.88.8c-.14.13-.22.31-.22.49s.08.37.22.49l9.95 9.07c.09.09.21.13.34.13c.07 0 .14-.01.2-.04c.18-.08.3-.26.3-.46v-3.41c0-.16-.07-.3-.2-.4zM10 13.4L1.16 5.34l.41-.37l8.43 6.4zm5.43-11.67L12.72.43a.46.46 0 0 0-.48.03c-.15.09-.23.25-.23.42v14.25a.504.504 0 0 0 .5.5c.07 0 .15-.02.22-.05l2.72-1.31c.34-.17.56-.52.56-.9V2.63c0-.38-.22-.74-.57-.9zM13 14.34V1.67l2 .96v10.74l-2 .96zM2.19 8.99a.504.504 0 0 0-.67 0L.21 10.18a.65.65 0 0 0-.21.49c0 .19.08.37.22.49l.88.8a.68.68 0 0 0 .85.04l1.46-1.11c.12-.09.19-.23.2-.38a.48.48 0 0 0-.16-.39L2.2 8.98zm-.62 2.05l-.41-.37l.7-.63l.47.43l-.76.58z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconVscodeInsidersOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m5.93 5.77l1.81 1.38c.09.07.2.1.3.1s.21-.03.3-.1l2.46-1.86c.12-.09.2-.24.2-.4V1.48c0-.2-.12-.38-.3-.46a.49.49 0 0 0-.54.09L5.89 5a.48.48 0 0 0-.16.39c.01.15.08.29.2.38M10 2.61v2.03L8.04 6.12l-1.03-.78zm.8 8.12L1.94 4a.69.69 0 0 0-.85.04l-.88.8c-.14.13-.22.31-.22.49s.08.37.22.49l9.95 9.07c.09.09.21.13.34.13c.07 0 .14-.01.2-.04c.18-.08.3-.26.3-.46v-3.41c0-.16-.07-.3-.2-.4zM10 13.4L1.16 5.34l.41-.37l8.43 6.4zm5.43-11.67L12.72.43a.46.46 0 0 0-.48.03c-.15.09-.23.25-.23.42v14.25a.504.504 0 0 0 .5.5c.07 0 .15-.02.22-.05l2.72-1.31c.34-.17.56-.52.56-.9V2.63c0-.38-.22-.74-.57-.9zM13 14.34V1.67l2 .96v10.74l-2 .96zM2.19 8.99a.504.504 0 0 0-.67 0L.21 10.18a.65.65 0 0 0-.21.49c0 .19.08.37.22.49l.88.8a.68.68 0 0 0 .85.04l1.46-1.11c.12-.09.19-.23.2-.38a.48.48 0 0 0-.16-.39L2.2 8.98zm-.62 2.05l-.41-.37l.7-.63l.47.43l-.76.58z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m5.93 5.77l1.81 1.38c.09.07.2.1.3.1s.21-.03.3-.1l2.46-1.86c.12-.09.2-.24.2-.4V1.48c0-.2-.12-.38-.3-.46a.49.49 0 0 0-.54.09L5.89 5a.48.48 0 0 0-.16.39c.01.15.08.29.2.38M10 2.61v2.03L8.04 6.12l-1.03-.78zm.8 8.12L1.94 4a.69.69 0 0 0-.85.04l-.88.8c-.14.13-.22.31-.22.49s.08.37.22.49l9.95 9.07c.09.09.21.13.34.13c.07 0 .14-.01.2-.04c.18-.08.3-.26.3-.46v-3.41c0-.16-.07-.3-.2-.4zM10 13.4L1.16 5.34l.41-.37l8.43 6.4zm5.43-11.67L12.72.43a.46.46 0 0 0-.48.03c-.15.09-.23.25-.23.42v14.25a.504.504 0 0 0 .5.5c.07 0 .15-.02.22-.05l2.72-1.31c.34-.17.56-.52.56-.9V2.63c0-.38-.22-.74-.57-.9zM13 14.34V1.67l2 .96v10.74l-2 .96zM2.19 8.99a.504.504 0 0 0-.67 0L.21 10.18a.65.65 0 0 0-.21.49c0 .19.08.37.22.49l.88.8a.68.68 0 0 0 .85.04l1.46-1.11c.12-.09.19-.23.2-.38a.48.48 0 0 0-.16-.39L2.2 8.98zm-.62 2.05l-.41-.37l.7-.63l.47.43l-.76.58z"/></svg> </template>
CSS
.icon-vscode-insiders-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.93%205.77l1.81%201.38c.09.07.2.1.3.1s.21-.03.3-.1l2.46-1.86c.12-.09.2-.24.2-.4V1.48c0-.2-.12-.38-.3-.46a.49.49%200%200%200-.54.09L5.89%205a.48.48%200%200%200-.16.39c.01.15.08.29.2.38M10%202.61v2.03L8.04%206.12l-1.03-.78zm.8%208.12L1.94%204a.69.69%200%200%200-.85.04l-.88.8c-.14.13-.22.31-.22.49s.08.37.22.49l9.95%209.07c.09.09.21.13.34.13c.07%200%20.14-.01.2-.04c.18-.08.3-.26.3-.46v-3.41c0-.16-.07-.3-.2-.4zM10%2013.4L1.16%205.34l.41-.37l8.43%206.4zm5.43-11.67L12.72.43a.46.46%200%200%200-.48.03c-.15.09-.23.25-.23.42v14.25a.504.504%200%200%200%20.5.5c.07%200%20.15-.02.22-.05l2.72-1.31c.34-.17.56-.52.56-.9V2.63c0-.38-.22-.74-.57-.9zM13%2014.34V1.67l2%20.96v10.74l-2%20.96zM2.19%208.99a.504.504%200%200%200-.67%200L.21%2010.18a.65.65%200%200%200-.21.49c0%20.19.08.37.22.49l.88.8a.68.68%200%200%200%20.85.04l1.46-1.11c.12-.09.19-.23.2-.38a.48.48%200%200%200-.16-.39L2.2%208.98zm-.62%202.05l-.41-.37l.7-.63l.47.43l-.76.58z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.93%205.77l1.81%201.38c.09.07.2.1.3.1s.21-.03.3-.1l2.46-1.86c.12-.09.2-.24.2-.4V1.48c0-.2-.12-.38-.3-.46a.49.49%200%200%200-.54.09L5.89%205a.48.48%200%200%200-.16.39c.01.15.08.29.2.38M10%202.61v2.03L8.04%206.12l-1.03-.78zm.8%208.12L1.94%204a.69.69%200%200%200-.85.04l-.88.8c-.14.13-.22.31-.22.49s.08.37.22.49l9.95%209.07c.09.09.21.13.34.13c.07%200%20.14-.01.2-.04c.18-.08.3-.26.3-.46v-3.41c0-.16-.07-.3-.2-.4zM10%2013.4L1.16%205.34l.41-.37l8.43%206.4zm5.43-11.67L12.72.43a.46.46%200%200%200-.48.03c-.15.09-.23.25-.23.42v14.25a.504.504%200%200%200%20.5.5c.07%200%20.15-.02.22-.05l2.72-1.31c.34-.17.56-.52.56-.9V2.63c0-.38-.22-.74-.57-.9zM13%2014.34V1.67l2%20.96v10.74l-2%20.96zM2.19%208.99a.504.504%200%200%200-.67%200L.21%2010.18a.65.65%200%200%200-.21.49c0%20.19.08.37.22.49l.88.8a.68.68%200%200%200%20.85.04l1.46-1.11c.12-.09.19-.23.2-.38a.48.48%200%200%200-.16-.39L2.2%208.98zm-.62%202.05l-.41-.37l.7-.63l.47.43l-.76.58z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/vscode-insiders-outline.svg?color=%231a73e8&size=48