session in progress compact icon
session-in-progress-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- session-in-progress-compact
- Set
- Codicons
- Style
- Regular
- Viewbox
- 12×12
- License
- CC BY 4.0
Related icons in Codicons
Use the session in progress compact icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 0c.46 0 .89.05 1.3.14a.503.503 0 0 1-.22.98Q6.57 1 6 1C3.24 1 1 3.24 1 6a5.002 5.002 0 0 0 6.08 4.88a.503.503 0 0 1 .22.98c-.42.1-.84.14-1.3.14c-3.31 0-6-2.69-6-6s2.69-6 6-6m4.13 8.83c.16-.23.47-.28.7-.12s.28.47.12.7c-.45.64-1 1.19-1.64 1.61a.46.46 0 0 1-.28.08v-.01c-.16 0-.32-.08-.42-.22a.5.5 0 0 1 .14-.69q.81-.54 1.38-1.35M11.3 4.4c.27-.05.53.12.59.4c.08.41.12.82.12 1.22c0 .48-.06.95-.17 1.4c-.06.23-.26.38-.49.38v-.02a1 1 0 0 1-.12-.01a.506.506 0 0 1-.37-.6a5 5 0 0 0 .04-2.18c-.05-.27.12-.53.4-.59M8.62 1.14c.15-.23.46-.3.69-.14c.69.46 1.3 1.07 1.75 1.77a.501.501 0 0 1-.42.77l-.01-.01c-.16 0-.33-.08-.42-.23c-.37-.58-.88-1.09-1.45-1.47a.5.5 0 0 1-.14-.69"/></svg>
React
import type { SVGProps } from "react";
export function CodiconSessionInProgressCompact(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 0c.46 0 .89.05 1.3.14a.503.503 0 0 1-.22.98Q6.57 1 6 1C3.24 1 1 3.24 1 6a5.002 5.002 0 0 0 6.08 4.88a.503.503 0 0 1 .22.98c-.42.1-.84.14-1.3.14c-3.31 0-6-2.69-6-6s2.69-6 6-6m4.13 8.83c.16-.23.47-.28.7-.12s.28.47.12.7c-.45.64-1 1.19-1.64 1.61a.46.46 0 0 1-.28.08v-.01c-.16 0-.32-.08-.42-.22a.5.5 0 0 1 .14-.69q.81-.54 1.38-1.35M11.3 4.4c.27-.05.53.12.59.4c.08.41.12.82.12 1.22c0 .48-.06.95-.17 1.4c-.06.23-.26.38-.49.38v-.02a1 1 0 0 1-.12-.01a.506.506 0 0 1-.37-.6a5 5 0 0 0 .04-2.18c-.05-.27.12-.53.4-.59M8.62 1.14c.15-.23.46-.3.69-.14c.69.46 1.3 1.07 1.75 1.77a.501.501 0 0 1-.42.77l-.01-.01c-.16 0-.33-.08-.42-.23c-.37-.58-.88-1.09-1.45-1.47a.5.5 0 0 1-.14-.69"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 0c.46 0 .89.05 1.3.14a.503.503 0 0 1-.22.98Q6.57 1 6 1C3.24 1 1 3.24 1 6a5.002 5.002 0 0 0 6.08 4.88a.503.503 0 0 1 .22.98c-.42.1-.84.14-1.3.14c-3.31 0-6-2.69-6-6s2.69-6 6-6m4.13 8.83c.16-.23.47-.28.7-.12s.28.47.12.7c-.45.64-1 1.19-1.64 1.61a.46.46 0 0 1-.28.08v-.01c-.16 0-.32-.08-.42-.22a.5.5 0 0 1 .14-.69q.81-.54 1.38-1.35M11.3 4.4c.27-.05.53.12.59.4c.08.41.12.82.12 1.22c0 .48-.06.95-.17 1.4c-.06.23-.26.38-.49.38v-.02a1 1 0 0 1-.12-.01a.506.506 0 0 1-.37-.6a5 5 0 0 0 .04-2.18c-.05-.27.12-.53.4-.59M8.62 1.14c.15-.23.46-.3.69-.14c.69.46 1.3 1.07 1.75 1.77a.501.501 0 0 1-.42.77l-.01-.01c-.16 0-.33-.08-.42-.23c-.37-.58-.88-1.09-1.45-1.47a.5.5 0 0 1-.14-.69"/></svg> </template>
CSS
.icon-session-in-progress-compact {
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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%200c.46%200%20.89.05%201.3.14a.503.503%200%200%201-.22.98Q6.57%201%206%201C3.24%201%201%203.24%201%206a5.002%205.002%200%200%200%206.08%204.88a.503.503%200%200%201%20.22.98c-.42.1-.84.14-1.3.14c-3.31%200-6-2.69-6-6s2.69-6%206-6m4.13%208.83c.16-.23.47-.28.7-.12s.28.47.12.7c-.45.64-1%201.19-1.64%201.61a.46.46%200%200%201-.28.08v-.01c-.16%200-.32-.08-.42-.22a.5.5%200%200%201%20.14-.69q.81-.54%201.38-1.35M11.3%204.4c.27-.05.53.12.59.4c.08.41.12.82.12%201.22c0%20.48-.06.95-.17%201.4c-.06.23-.26.38-.49.38v-.02a1%201%200%200%201-.12-.01a.506.506%200%200%201-.37-.6a5%205%200%200%200%20.04-2.18c-.05-.27.12-.53.4-.59M8.62%201.14c.15-.23.46-.3.69-.14c.69.46%201.3%201.07%201.75%201.77a.501.501%200%200%201-.42.77l-.01-.01c-.16%200-.33-.08-.42-.23c-.37-.58-.88-1.09-1.45-1.47a.5.5%200%200%201-.14-.69%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%200c.46%200%20.89.05%201.3.14a.503.503%200%200%201-.22.98Q6.57%201%206%201C3.24%201%201%203.24%201%206a5.002%205.002%200%200%200%206.08%204.88a.503.503%200%200%201%20.22.98c-.42.1-.84.14-1.3.14c-3.31%200-6-2.69-6-6s2.69-6%206-6m4.13%208.83c.16-.23.47-.28.7-.12s.28.47.12.7c-.45.64-1%201.19-1.64%201.61a.46.46%200%200%201-.28.08v-.01c-.16%200-.32-.08-.42-.22a.5.5%200%200%201%20.14-.69q.81-.54%201.38-1.35M11.3%204.4c.27-.05.53.12.59.4c.08.41.12.82.12%201.22c0%20.48-.06.95-.17%201.4c-.06.23-.26.38-.49.38v-.02a1%201%200%200%201-.12-.01a.506.506%200%200%201-.37-.6a5%205%200%200%200%20.04-2.18c-.05-.27.12-.53.4-.59M8.62%201.14c.15-.23.46-.3.69-.14c.69.46%201.3%201.07%201.75%201.77a.501.501%200%200%201-.42.77l-.01-.01c-.16%200-.33-.08-.42-.23c-.37-.58-.88-1.09-1.45-1.47a.5.5%200%200%201-.14-.69%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/session-in-progress-compact.svg?color=%231a73e8&size=48