workspace untrusted icon
workspace-untrusted from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- workspace-untrusted
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the workspace untrusted icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m6.855 6.146l1.146 1.146l1.147-1.147a.5.5 0 0 1 .638-.058l.069.058a.5.5 0 0 1 .058.638l-.058.069l-1.148 1.145l1.147 1.148a.5.5 0 0 1 .058.638l-.058.069a.5.5 0 0 1-.638.058l-.069-.058l-1.146-1.146l-1.147 1.147a.5.5 0 0 1-.638.058l-.069-.058a.5.5 0 0 1-.058-.638l.058-.069L7.293 8L6.148 6.853a.5.5 0 0 1-.058-.638l.058-.069a.5.5 0 0 1 .638-.058zM14 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 CodiconWorkspaceUntrusted(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="m6.855 6.146l1.146 1.146l1.147-1.147a.5.5 0 0 1 .638-.058l.069.058a.5.5 0 0 1 .058.638l-.058.069l-1.148 1.145l1.147 1.148a.5.5 0 0 1 .058.638l-.058.069a.5.5 0 0 1-.638.058l-.069-.058l-1.146-1.146l-1.147 1.147a.5.5 0 0 1-.638.058l-.069-.058a.5.5 0 0 1-.058-.638l.058-.069L7.293 8L6.148 6.853a.5.5 0 0 1-.058-.638l.058-.069a.5.5 0 0 1 .638-.058zM14 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="m6.855 6.146l1.146 1.146l1.147-1.147a.5.5 0 0 1 .638-.058l.069.058a.5.5 0 0 1 .058.638l-.058.069l-1.148 1.145l1.147 1.148a.5.5 0 0 1 .058.638l-.058.069a.5.5 0 0 1-.638.058l-.069-.058l-1.146-1.146l-1.147 1.147a.5.5 0 0 1-.638.058l-.069-.058a.5.5 0 0 1-.058-.638l.058-.069L7.293 8L6.148 6.853a.5.5 0 0 1-.058-.638l.058-.069a.5.5 0 0 1 .638-.058zM14 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-untrusted {
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%22m6.855%206.146l1.146%201.146l1.147-1.147a.5.5%200%200%201%20.638-.058l.069.058a.5.5%200%200%201%20.058.638l-.058.069l-1.148%201.145l1.147%201.148a.5.5%200%200%201%20.058.638l-.058.069a.5.5%200%200%201-.638.058l-.069-.058l-1.146-1.146l-1.147%201.147a.5.5%200%200%201-.638.058l-.069-.058a.5.5%200%200%201-.058-.638l.058-.069L7.293%208L6.148%206.853a.5.5%200%200%201-.058-.638l.058-.069a.5.5%200%200%201%20.638-.058zM14%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%22m6.855%206.146l1.146%201.146l1.147-1.147a.5.5%200%200%201%20.638-.058l.069.058a.5.5%200%200%201%20.058.638l-.058.069l-1.148%201.145l1.147%201.148a.5.5%200%200%201%20.058.638l-.058.069a.5.5%200%200%201-.638.058l-.069-.058l-1.146-1.146l-1.147%201.147a.5.5%200%200%201-.638.058l-.069-.058a.5.5%200%200%201-.058-.638l.058-.069L7.293%208L6.148%206.853a.5.5%200%200%201-.058-.638l.058-.069a.5.5%200%200%201%20.638-.058zM14%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-untrusted.svg?color=%231a73e8&size=48