go to editing session icon
go-to-editing-session from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- go-to-editing-session
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the go to editing session icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 6.5V13c0 1.103-.897 2-2 2H4c-1.103 0-2-.897-2-2V3c0-1.103.897-2 2-2h3.5a.5.5 0 0 1 0 1H4c-.552 0-1 .449-1 1v10c0 .551.448 1 1 1h7c.552 0 1-.449 1-1V6.5a.5.5 0 0 1 1 0M8 4.499a.5.5 0 0 0-1 0v1.5H5.5a.5.5 0 0 0 0 1H7v1.5a.5.5 0 0 0 1 0v-1.5h1.5a.5.5 0 0 0 0-1H8zm1.5 6.5h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1M13.5 0h-3a.5.5 0 0 0 0 1h1.793l-2.146 2.146a.5.5 0 0 0 .708.707l2.146-2.146V3.5a.5.5 0 0 0 1 0v-3a.5.5 0 0 0-.5-.5z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconGoToEditingSession(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="M13 6.5V13c0 1.103-.897 2-2 2H4c-1.103 0-2-.897-2-2V3c0-1.103.897-2 2-2h3.5a.5.5 0 0 1 0 1H4c-.552 0-1 .449-1 1v10c0 .551.448 1 1 1h7c.552 0 1-.449 1-1V6.5a.5.5 0 0 1 1 0M8 4.499a.5.5 0 0 0-1 0v1.5H5.5a.5.5 0 0 0 0 1H7v1.5a.5.5 0 0 0 1 0v-1.5h1.5a.5.5 0 0 0 0-1H8zm1.5 6.5h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1M13.5 0h-3a.5.5 0 0 0 0 1h1.793l-2.146 2.146a.5.5 0 0 0 .708.707l2.146-2.146V3.5a.5.5 0 0 0 1 0v-3a.5.5 0 0 0-.5-.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 6.5V13c0 1.103-.897 2-2 2H4c-1.103 0-2-.897-2-2V3c0-1.103.897-2 2-2h3.5a.5.5 0 0 1 0 1H4c-.552 0-1 .449-1 1v10c0 .551.448 1 1 1h7c.552 0 1-.449 1-1V6.5a.5.5 0 0 1 1 0M8 4.499a.5.5 0 0 0-1 0v1.5H5.5a.5.5 0 0 0 0 1H7v1.5a.5.5 0 0 0 1 0v-1.5h1.5a.5.5 0 0 0 0-1H8zm1.5 6.5h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1M13.5 0h-3a.5.5 0 0 0 0 1h1.793l-2.146 2.146a.5.5 0 0 0 .708.707l2.146-2.146V3.5a.5.5 0 0 0 1 0v-3a.5.5 0 0 0-.5-.5z"/></svg> </template>
CSS
.icon-go-to-editing-session {
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%22M13%206.5V13c0%201.103-.897%202-2%202H4c-1.103%200-2-.897-2-2V3c0-1.103.897-2%202-2h3.5a.5.5%200%200%201%200%201H4c-.552%200-1%20.449-1%201v10c0%20.551.448%201%201%201h7c.552%200%201-.449%201-1V6.5a.5.5%200%200%201%201%200M8%204.499a.5.5%200%200%200-1%200v1.5H5.5a.5.5%200%200%200%200%201H7v1.5a.5.5%200%200%200%201%200v-1.5h1.5a.5.5%200%200%200%200-1H8zm1.5%206.5h-4a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1M13.5%200h-3a.5.5%200%200%200%200%201h1.793l-2.146%202.146a.5.5%200%200%200%20.708.707l2.146-2.146V3.5a.5.5%200%200%200%201%200v-3a.5.5%200%200%200-.5-.5z%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%22M13%206.5V13c0%201.103-.897%202-2%202H4c-1.103%200-2-.897-2-2V3c0-1.103.897-2%202-2h3.5a.5.5%200%200%201%200%201H4c-.552%200-1%20.449-1%201v10c0%20.551.448%201%201%201h7c.552%200%201-.449%201-1V6.5a.5.5%200%200%201%201%200M8%204.499a.5.5%200%200%200-1%200v1.5H5.5a.5.5%200%200%200%200%201H7v1.5a.5.5%200%200%200%201%200v-1.5h1.5a.5.5%200%200%200%200-1H8zm1.5%206.5h-4a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1M13.5%200h-3a.5.5%200%200%200%200%201h1.793l-2.146%202.146a.5.5%200%200%200%20.708.707l2.146-2.146V3.5a.5.5%200%200%200%201%200v-3a.5.5%200%200%200-.5-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/go-to-editing-session.svg?color=%231a73e8&size=48