Go To Editing Session Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Go To Editing Session icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307209.svg" alt="Go To Editing Session icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307209.svg" alt="Go To Editing Session icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307209.svg" alt="Go To Editing Session icon" :width="24" :height="24" />
CSS background
.icon-go-to-editing-session {
background-image: url('https://proicons.com/icon/307209.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13 6.5V13C13 14.103 12.103 15 11 15H4C2.897 15 2 14.103 2 13V3C2 1.897 2.897 1 4 1H7.5C7.776 1 8 1.224 8 1.5C8 1.776 7.776 2 7.5 2H4C3.448 2 3 2.449 3 3V13C3 13.551 3.448 14 4 14H11C11.552 14 12 13.551 12 13V6.5C12 6.224 12.224 6 12.5 6C12.776 6 13 6.224 13 6.5ZM8 4.499C8 4.223 7.776 3.999 7.5 3.999C7.224 3.999 7 4.223 7 4.499V5.999H5.5C5.224 5.999 5 6.223 5 6.499C5 6.775 5.224 6.999 5.5 6.999H7V8.499C7 8.775 7.224 8.999 7.5 8.999C7.776 8.999 8 8.775 8 8.499V6.999H9.5C9.776 6.999 10 6.775 10 6.499C10 6.223 9.776 5.999 9.5 5.999H8V4.499ZM9.5 10.999H5.5C5.224 10.999 5 11.223 5 11.499C5 11.775 5.224 11.999 5.5 11.999H9.5C9.776 11.999 10 11.775 10 11.499C10 11.223 9.776 10.999 9.5 10.999ZM13.5 0H10.5C10.224 0 10 0.224 10 0.5C10 0.776 10.224 1 10.5 1H12.293L10.147 3.146C9.952 3.341 9.952 3.658 10.147 3.853C10.245 3.951 10.373 3.999 10.501 3.999C10.629 3.999 10.757 3.95 10.855 3.853L13.001 1.707V3.5C13.001 3.776 13.225 4 13.501 4C13.777 4 14.001 3.776 14.001 3.5V0.5C14.001 0.224 13.777 0 13.501 0H13.5Z"/></svg>
Copied!