Linked Services icon

Linked Services is a Google Material Symbol from the UI actions category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

linked_services_outlined_fill0_wght400.svg

Linked Services icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=linked_services" />

<span class="material-symbols-outlined">linked_services</span>

Linked Services icon in React

// With the font from the HTML tab:
export function LinkedServicesIcon() {
  return (
    <span className="material-symbols-outlined">
      linked_services
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import LinkedServicesIcon from "@material-symbols/svg-400/outlined/linked_services.svg?react";

Linked Services icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">linked_services</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import LinkedServicesIcon from "@material-symbols/svg-400/outlined/linked_services.svg?component"; -->

Linked Services icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">linked_services</mat-icon>

Linked Services icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.linked_services, fill: 0, weight: 400)

Linked Services icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/linked_services.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M19.165 8.65q-1.39 0-2.427-.875T15.425 5.575H8.55q-.225 1.125-1.037 1.938T5.575 8.55v6.875q1.325 .275 2.2 1.31 .875 1.035 .875 2.44 0 1.6-1.123 2.713Q6.403 23 4.825 23q-1.6 0-2.712-1.112T1 19.165Q1 17.775 1.875 16.738t2.2-1.313v-6.875q-1.325-.275-2.2-1.3t-.875-2.45q0-1.568 1.116-2.684Q3.233 1 4.8 1q1.425 0 2.45 .875t1.3 2.2h6.875q.275-1.325 1.31-2.2 1.035-.875 2.44-.875 1.6 0 2.713 1.113t1.112 2.7q0 1.587-1.112 2.712t-2.723 1.125Zm-14.372 12.85q.972 0 1.665-.675 .692-.675 .692-1.618 0-.972-.692-1.664-.693-.693-1.665-.693Q3.85 16.85 3.175 17.543q-.675 .692-.675 1.664Q2.5 20.15 3.175 20.825q.675 .675 1.618 .675Zm0-14.35q.972 0 1.665-.69Q7.15 5.77 7.15 4.8q0-.949-.692-1.624Q5.765 2.5 4.793 2.5 3.85 2.5 3.175 3.176q-.675 .675-.675 1.624 0 .97 .675 1.66T4.793 7.15ZM19.2 23q-1.588 0-2.719-1.116Q15.35 20.768 15.35 19.2q0-1.588 1.128-2.719T19.191 15.35q1.584 0 2.697 1.128 1.112 1.129 1.112 2.713T21.884 21.888Q20.768 23 19.2 23Zm0-1.5q.949 0 1.624-.675Q21.5 20.15 21.5 19.207q0-.972-.676-1.664Q20.149 16.85 19.2 16.85q-.969 0-1.66 .693Q16.85 18.235 16.85 19.207 16.85 20.15 17.54 20.825q.691 .675 1.66 .675Zm0-14.35q.949 0 1.624-.69Q21.5 5.77 21.5 4.8q0-.949-.676-1.624Q20.149 2.5 19.2 2.5q-.969 0-1.66 .676Q16.85 3.851 16.85 4.8q0 .97 .69 1.66T19.2 7.15ZM4.825 19.175Zm0-14.35Zm14.35 14.35Zm0-14.35Z" />
</vector>

Linked Services icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/linked_services.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/linked_services.svg" width="24" height="24" alt="Linked Services">

Linked Services icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameLinked Services
Ligaturelinked_services
Code pointU+F535
CategoryUI actions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/linked_services.svg, linked_services-fill.svg
FlutterSymbols.linked_services
LicenseApache License 2.0 (© Google LLC)

Keywords

ui actionsnetworkconnectionaccesschartlinkconnectgroupcollaborationjoinnodeschainexternal

Related icons