Workspace Unknown Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Workspace Unknown 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/307514.svg" alt="Workspace Unknown icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307514.svg" alt="Workspace Unknown icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307514.svg" alt="Workspace Unknown icon" :width="24" :height="24" />
CSS background
.icon-workspace-unknown {
background-image: url('https://proicons.com/icon/307514.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="M8.75 10.75C8.75 11.164 8.414 11.5 8 11.5C7.586 11.5 7.25 11.164 7.25 10.75C7.25 10.336 7.586 10 8 10C8.414 10 8.75 10.336 8.75 10.75ZM6.25 6.75C6.25 7.026 6.474 7.25 6.75 7.25C7.026 7.25 7.25 7.026 7.25 6.75C7.25 6.336 7.586 6 8 6C8.414 6 8.75 6.336 8.75 6.75C8.75 7.015 8.606 7.187 8.272 7.52L8.241 7.551C7.947 7.843 7.5 8.288 7.5 9C7.5 9.276 7.724 9.5 8 9.5C8.276 9.5 8.5 9.276 8.5 9C8.5 8.734 8.645 8.56 8.978 8.228L9.01 8.196C9.303 7.904 9.75 7.46 9.75 6.75C9.75 5.783 8.966 5 8 5C7.034 5 6.25 5.783 6.25 6.75ZM14 3.6V7.202C14 11.064 12.03 13.689 8.19 14.97C8.128 14.991 8.064 15.001 8 15.001C7.936 15.001 7.872 14.991 7.81 14.97C3.969 13.69 2 11.064 2 7.202V3.6C2 3.269 2.269 3 2.6 3C4.435 3 6.085 2.667 7.577 1.176C7.694 1.059 7.847 1.001 8 1C8.154 1 8.307 1.059 8.425 1.176C9.913 2.667 11.562 3 13.399 3C13.73 3 14 3.269 14 3.6ZM13 3.995C11.42 3.955 9.646 3.646 8.001 2.152C6.353 3.645 4.579 3.955 3 3.995V7.201C3 10.597 4.636 12.815 8 13.977C11.364 12.815 13 10.597 13 7.201V3.995Z"/></svg>
Copied!