remote connection icon

remote-connection from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
remote-connection
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the remote connection icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.5 12c-5.2 0-9.5 4.3-9.5 9.5v.5H4V6h24v6h2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h8.3c.4 1.5 1.2 2.9 2.2 4H7.9v2h9.3c1.3.6 2.7 1 4.2 1c5.2 0 9.5-4.3 9.5-9.5S26.6 12 21.4 12Zm0 17c-4.1 0-7.5-3.4-7.5-7.5s3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5s-3.4 7.5-7.5 7.5m-2.8-4.3l-1.4-1.4l2.3-2.3l-2.3-2.3l1.4-1.4l3.7 3.7zm7.3.3h-4v-2h4z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonRemoteConnection(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.5 12c-5.2 0-9.5 4.3-9.5 9.5v.5H4V6h24v6h2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h8.3c.4 1.5 1.2 2.9 2.2 4H7.9v2h9.3c1.3.6 2.7 1 4.2 1c5.2 0 9.5-4.3 9.5-9.5S26.6 12 21.4 12Zm0 17c-4.1 0-7.5-3.4-7.5-7.5s3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5s-3.4 7.5-7.5 7.5m-2.8-4.3l-1.4-1.4l2.3-2.3l-2.3-2.3l1.4-1.4l3.7 3.7zm7.3.3h-4v-2h4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.5 12c-5.2 0-9.5 4.3-9.5 9.5v.5H4V6h24v6h2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h8.3c.4 1.5 1.2 2.9 2.2 4H7.9v2h9.3c1.3.6 2.7 1 4.2 1c5.2 0 9.5-4.3 9.5-9.5S26.6 12 21.4 12Zm0 17c-4.1 0-7.5-3.4-7.5-7.5s3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5s-3.4 7.5-7.5 7.5m-2.8-4.3l-1.4-1.4l2.3-2.3l-2.3-2.3l1.4-1.4l3.7 3.7zm7.3.3h-4v-2h4z"/></svg>
</template>

CSS

.icon-remote-connection {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.5%2012c-5.2%200-9.5%204.3-9.5%209.5v.5H4V6h24v6h2V6c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v16c0%201.1.9%202%202%202h8.3c.4%201.5%201.2%202.9%202.2%204H7.9v2h9.3c1.3.6%202.7%201%204.2%201c5.2%200%209.5-4.3%209.5-9.5S26.6%2012%2021.4%2012Zm0%2017c-4.1%200-7.5-3.4-7.5-7.5s3.4-7.5%207.5-7.5s7.5%203.4%207.5%207.5s-3.4%207.5-7.5%207.5m-2.8-4.3l-1.4-1.4l2.3-2.3l-2.3-2.3l1.4-1.4l3.7%203.7zm7.3.3h-4v-2h4z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.5%2012c-5.2%200-9.5%204.3-9.5%209.5v.5H4V6h24v6h2V6c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v16c0%201.1.9%202%202%202h8.3c.4%201.5%201.2%202.9%202.2%204H7.9v2h9.3c1.3.6%202.7%201%204.2%201c5.2%200%209.5-4.3%209.5-9.5S26.6%2012%2021.4%2012Zm0%2017c-4.1%200-7.5-3.4-7.5-7.5s3.4-7.5%207.5-7.5s7.5%203.4%207.5%207.5s-3.4%207.5-7.5%207.5m-2.8-4.3l-1.4-1.4l2.3-2.3l-2.3-2.3l1.4-1.4l3.7%203.7zm7.3.3h-4v-2h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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