remote explorer icon
remote-explorer from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- remote-explorer
- Set
- Codicons
- Style
- Regular
- Viewbox
- 24×25
- License
- CC BY 4.0
Related icons in Codicons
Use the remote explorer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 25"><path fill="currentColor" fill-rule="evenodd" d="M9.32 20.068q.224.785.591 1.5H3.759a.75.75 0 0 1 0-1.5h2.249v-1.516H3a3 3 0 0 1-3-3V5.068a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v4.82a8 8 0 0 0-1.5-.282V5.068a1.5 1.5 0 0 0-1.5-1.5H3a1.5 1.5 0 0 0-1.5 1.5v10.484a1.5 1.5 0 0 0 1.5 1.5h6.039a8 8 0 0 0-.039.766c0 .248.016.492.037.734h-1.53v1.516zM24 17.818a6.75 6.75 0 1 1-13.5 0a6.75 6.75 0 0 1 13.5 0m-6.749 1.5a.76.76 0 0 0-.22-.531l-2.25-2.25a.75.75 0 1 0-1.062 1.062l1.721 1.719l-1.721 1.719a.75.75 0 1 0 1.062 1.062l2.25-2.25a.75.75 0 0 0 .22-.531m1.809-3l1.72-1.72a.75.75 0 1 0-1.062-1.061l-2.25 2.25a.75.75 0 0 0-.163.819a.7.7 0 0 0 .163.243l2.25 2.25a.75.75 0 1 0 1.062-1.062z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function CodiconRemoteExplorer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 25"><path fill="currentColor" fillRule="evenodd" d="M9.32 20.068q.224.785.591 1.5H3.759a.75.75 0 0 1 0-1.5h2.249v-1.516H3a3 3 0 0 1-3-3V5.068a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v4.82a8 8 0 0 0-1.5-.282V5.068a1.5 1.5 0 0 0-1.5-1.5H3a1.5 1.5 0 0 0-1.5 1.5v10.484a1.5 1.5 0 0 0 1.5 1.5h6.039a8 8 0 0 0-.039.766c0 .248.016.492.037.734h-1.53v1.516zM24 17.818a6.75 6.75 0 1 1-13.5 0a6.75 6.75 0 0 1 13.5 0m-6.749 1.5a.76.76 0 0 0-.22-.531l-2.25-2.25a.75.75 0 1 0-1.062 1.062l1.721 1.719l-1.721 1.719a.75.75 0 1 0 1.062 1.062l2.25-2.25a.75.75 0 0 0 .22-.531m1.809-3l1.72-1.72a.75.75 0 1 0-1.062-1.061l-2.25 2.25a.75.75 0 0 0-.163.819a.7.7 0 0 0 .163.243l2.25 2.25a.75.75 0 1 0 1.062-1.062z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 25"><path fill="currentColor" fill-rule="evenodd" d="M9.32 20.068q.224.785.591 1.5H3.759a.75.75 0 0 1 0-1.5h2.249v-1.516H3a3 3 0 0 1-3-3V5.068a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v4.82a8 8 0 0 0-1.5-.282V5.068a1.5 1.5 0 0 0-1.5-1.5H3a1.5 1.5 0 0 0-1.5 1.5v10.484a1.5 1.5 0 0 0 1.5 1.5h6.039a8 8 0 0 0-.039.766c0 .248.016.492.037.734h-1.53v1.516zM24 17.818a6.75 6.75 0 1 1-13.5 0a6.75 6.75 0 0 1 13.5 0m-6.749 1.5a.76.76 0 0 0-.22-.531l-2.25-2.25a.75.75 0 1 0-1.062 1.062l1.721 1.719l-1.721 1.719a.75.75 0 1 0 1.062 1.062l2.25-2.25a.75.75 0 0 0 .22-.531m1.809-3l1.72-1.72a.75.75 0 1 0-1.062-1.061l-2.25 2.25a.75.75 0 0 0-.163.819a.7.7 0 0 0 .163.243l2.25 2.25a.75.75 0 1 0 1.062-1.062z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-remote-explorer {
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%2024%2025%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.32%2020.068q.224.785.591%201.5H3.759a.75.75%200%200%201%200-1.5h2.249v-1.516H3a3%203%200%200%201-3-3V5.068a3%203%200%200%201%203-3h13.5a3%203%200%200%201%203%203v4.82a8%208%200%200%200-1.5-.282V5.068a1.5%201.5%200%200%200-1.5-1.5H3a1.5%201.5%200%200%200-1.5%201.5v10.484a1.5%201.5%200%200%200%201.5%201.5h6.039a8%208%200%200%200-.039.766c0%20.248.016.492.037.734h-1.53v1.516zM24%2017.818a6.75%206.75%200%201%201-13.5%200a6.75%206.75%200%200%201%2013.5%200m-6.749%201.5a.76.76%200%200%200-.22-.531l-2.25-2.25a.75.75%200%201%200-1.062%201.062l1.721%201.719l-1.721%201.719a.75.75%200%201%200%201.062%201.062l2.25-2.25a.75.75%200%200%200%20.22-.531m1.809-3l1.72-1.72a.75.75%200%201%200-1.062-1.061l-2.25%202.25a.75.75%200%200%200-.163.819a.7.7%200%200%200%20.163.243l2.25%202.25a.75.75%200%201%200%201.062-1.062z%22%20clip-rule%3D%22evenodd%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%2024%2025%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.32%2020.068q.224.785.591%201.5H3.759a.75.75%200%200%201%200-1.5h2.249v-1.516H3a3%203%200%200%201-3-3V5.068a3%203%200%200%201%203-3h13.5a3%203%200%200%201%203%203v4.82a8%208%200%200%200-1.5-.282V5.068a1.5%201.5%200%200%200-1.5-1.5H3a1.5%201.5%200%200%200-1.5%201.5v10.484a1.5%201.5%200%200%200%201.5%201.5h6.039a8%208%200%200%200-.039.766c0%20.248.016.492.037.734h-1.53v1.516zM24%2017.818a6.75%206.75%200%201%201-13.5%200a6.75%206.75%200%200%201%2013.5%200m-6.749%201.5a.76.76%200%200%200-.22-.531l-2.25-2.25a.75.75%200%201%200-1.062%201.062l1.721%201.719l-1.721%201.719a.75.75%200%201%200%201.062%201.062l2.25-2.25a.75.75%200%200%200%20.22-.531m1.809-3l1.72-1.72a.75.75%200%201%200-1.062-1.061l-2.25%202.25a.75.75%200%200%200-.163.819a.7.7%200%200%200%20.163.243l2.25%202.25a.75.75%200%201%200%201.062-1.062z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/remote-explorer.svg?color=%231a73e8&size=48