Session In Progress Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Session In Progress 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/307403.svg" alt="Session In Progress icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307403.svg" alt="Session In Progress icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307403.svg" alt="Session In Progress icon" :width="24" :height="24" />
CSS background
.icon-session-in-progress {
background-image: url('https://proicons.com/icon/307403.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="M15 8C15 8.454 14.956 8.906 14.87 9.345C14.824 9.583 14.614 9.749 14.381 9.749C14.349 9.749 14.317 9.746 14.284 9.74C14.013 9.687 13.836 9.424 13.889 9.153C13.962 8.778 13.999 8.389 13.999 8C13.999 7.611 13.962 7.224 13.889 6.849C13.835 6.578 14.012 6.315 14.284 6.262C14.549 6.21 14.817 6.385 14.87 6.657C14.956 7.095 15 7.548 15 8.001V8ZM11.223 2.938C11.949 3.401 12.579 4.029 13.046 4.752C13.142 4.9 13.302 4.981 13.466 4.981C13.56 4.981 13.654 4.955 13.737 4.901C13.968 4.752 14.036 4.442 13.885 4.21C13.341 3.366 12.606 2.635 11.759 2.095C11.53 1.948 11.218 2.013 11.069 2.247C10.921 2.48 10.989 2.789 11.222 2.937L11.223 2.938ZM7.99998 2C8.46898 2 8.93498 2.054 9.38498 2.161C9.65498 2.223 9.92398 2.058 9.98698 1.789C10.05 1.52 9.88398 1.251 9.61598 1.187C9.08998 1.063 8.54698 1 8.00098 1C4.14198 1 1.00098 4.14 1.00098 8C1.00098 11.86 4.14198 15 8.00098 15C8.54698 15 9.08998 14.937 9.61598 14.813C9.88498 14.749 10.051 14.48 9.98698 14.211C9.92498 13.942 9.65498 13.779 9.38498 13.839C8.93498 13.945 8.46898 14 7.99998 14C4.69098 14 1.99998 11.309 1.99998 8C1.99998 4.691 4.69098 2 7.99998 2ZM13.747 11.08C13.517 10.931 13.204 10.998 13.057 11.231C12.591 11.959 11.959 12.59 11.231 13.057C10.999 13.206 10.93 13.515 11.08 13.747C11.176 13.896 11.337 13.977 11.501 13.977C11.594 13.977 11.688 13.952 11.771 13.898C12.621 13.355 13.357 12.618 13.9 11.769C14.049 11.537 13.981 11.227 13.749 11.079L13.747 11.08Z"/></svg>
Copied!