workspace unknown icon

workspace-unknown from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
workspace-unknown
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the workspace unknown icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.75 10.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-2.5-4a.5.5 0 0 0 1 0a.75.75 0 0 1 1.5 0c0 .265-.144.437-.478.77l-.031.031C7.947 7.843 7.5 8.288 7.5 9a.5.5 0 0 0 1 0c0-.266.145-.44.478-.772l.032-.032c.293-.292.74-.736.74-1.446a1.75 1.75 0 1 0-3.5 0M14 3.6v3.602c0 3.862-1.97 6.487-5.81 7.768a.6.6 0 0 1-.38 0C3.969 13.69 2 11.064 2 7.202V3.6a.6.6 0 0 1 .6-.6c1.835 0 3.485-.333 4.977-1.824a.6.6 0 0 1 .848 0C9.913 2.667 11.562 3 13.399 3c.331 0 .601.269.601.6m-1 .395c-1.58-.04-3.354-.349-4.999-1.843C6.353 3.645 4.579 3.955 3 3.995v3.206c0 3.396 1.636 5.614 5 6.776c3.364-1.162 5-3.38 5-6.776z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconWorkspaceUnknown(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="M8.75 10.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-2.5-4a.5.5 0 0 0 1 0a.75.75 0 0 1 1.5 0c0 .265-.144.437-.478.77l-.031.031C7.947 7.843 7.5 8.288 7.5 9a.5.5 0 0 0 1 0c0-.266.145-.44.478-.772l.032-.032c.293-.292.74-.736.74-1.446a1.75 1.75 0 1 0-3.5 0M14 3.6v3.602c0 3.862-1.97 6.487-5.81 7.768a.6.6 0 0 1-.38 0C3.969 13.69 2 11.064 2 7.202V3.6a.6.6 0 0 1 .6-.6c1.835 0 3.485-.333 4.977-1.824a.6.6 0 0 1 .848 0C9.913 2.667 11.562 3 13.399 3c.331 0 .601.269.601.6m-1 .395c-1.58-.04-3.354-.349-4.999-1.843C6.353 3.645 4.579 3.955 3 3.995v3.206c0 3.396 1.636 5.614 5 6.776c3.364-1.162 5-3.38 5-6.776z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.75 10.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-2.5-4a.5.5 0 0 0 1 0a.75.75 0 0 1 1.5 0c0 .265-.144.437-.478.77l-.031.031C7.947 7.843 7.5 8.288 7.5 9a.5.5 0 0 0 1 0c0-.266.145-.44.478-.772l.032-.032c.293-.292.74-.736.74-1.446a1.75 1.75 0 1 0-3.5 0M14 3.6v3.602c0 3.862-1.97 6.487-5.81 7.768a.6.6 0 0 1-.38 0C3.969 13.69 2 11.064 2 7.202V3.6a.6.6 0 0 1 .6-.6c1.835 0 3.485-.333 4.977-1.824a.6.6 0 0 1 .848 0C9.913 2.667 11.562 3 13.399 3c.331 0 .601.269.601.6m-1 .395c-1.58-.04-3.354-.349-4.999-1.843C6.353 3.645 4.579 3.955 3 3.995v3.206c0 3.396 1.636 5.614 5 6.776c3.364-1.162 5-3.38 5-6.776z"/></svg>
</template>

CSS

.icon-workspace-unknown {
  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%22M8.75%2010.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-2.5-4a.5.5%200%200%200%201%200a.75.75%200%200%201%201.5%200c0%20.265-.144.437-.478.77l-.031.031C7.947%207.843%207.5%208.288%207.5%209a.5.5%200%200%200%201%200c0-.266.145-.44.478-.772l.032-.032c.293-.292.74-.736.74-1.446a1.75%201.75%200%201%200-3.5%200M14%203.6v3.602c0%203.862-1.97%206.487-5.81%207.768a.6.6%200%200%201-.38%200C3.969%2013.69%202%2011.064%202%207.202V3.6a.6.6%200%200%201%20.6-.6c1.835%200%203.485-.333%204.977-1.824a.6.6%200%200%201%20.848%200C9.913%202.667%2011.562%203%2013.399%203c.331%200%20.601.269.601.6m-1%20.395c-1.58-.04-3.354-.349-4.999-1.843C6.353%203.645%204.579%203.955%203%203.995v3.206c0%203.396%201.636%205.614%205%206.776c3.364-1.162%205-3.38%205-6.776z%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%22M8.75%2010.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-2.5-4a.5.5%200%200%200%201%200a.75.75%200%200%201%201.5%200c0%20.265-.144.437-.478.77l-.031.031C7.947%207.843%207.5%208.288%207.5%209a.5.5%200%200%200%201%200c0-.266.145-.44.478-.772l.032-.032c.293-.292.74-.736.74-1.446a1.75%201.75%200%201%200-3.5%200M14%203.6v3.602c0%203.862-1.97%206.487-5.81%207.768a.6.6%200%200%201-.38%200C3.969%2013.69%202%2011.064%202%207.202V3.6a.6.6%200%200%201%20.6-.6c1.835%200%203.485-.333%204.977-1.824a.6.6%200%200%201%20.848%200C9.913%202.667%2011.562%203%2013.399%203c.331%200%20.601.269.601.6m-1%20.395c-1.58-.04-3.354-.349-4.999-1.843C6.353%203.645%204.579%203.955%203%203.995v3.206c0%203.396%201.636%205.614%205%206.776c3.364-1.162%205-3.38%205-6.776z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/workspace-unknown.svg?color=%231a73e8&size=48