linked-services-outline from Material Symbols Light by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
linked-services-outline
Set
Material Symbols Light
Style
Outline
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
linked-services-outline-rounded, linked-services-outline-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the linked services icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.654 8.692q-1.262 0-2.192-.811q-.93-.812-1.106-2.035H8.619q-.16 1.089-.922 1.86q-.763.773-1.85.933v6.717q1.222.177 2.034 1.107t.811 2.19q0 1.4-.973 2.374Q6.746 22 5.346 22t-2.373-.973T2 18.654q0-1.262.812-2.192q.811-.93 2.034-1.106V8.639q-1.223-.177-2.034-1.102T2 5.347q0-1.4.977-2.374Q3.955 2 5.327 2q1.265 0 2.19.812T8.62 4.845h6.737q.177-1.223 1.107-2.034Q17.392 2 18.653 2q1.381 0 2.364.983T22 5.346q0 1.4-.983 2.373t-2.363.973M5.334 21.02q.991 0 1.675-.696q.683-.696.683-1.657q0-.991-.683-1.675q-.684-.683-1.675-.683q-.961 0-1.657.683q-.696.684-.696 1.675q0 .961.696 1.657t1.657.696m0-13.307q.991 0 1.675-.696q.683-.695.683-1.672t-.683-1.66T5.334 3q-.961 0-1.657.684q-.696.683-.696 1.66t.696 1.672t1.657.695M18.654 22q-1.4 0-2.373-.973t-.973-2.36t.973-2.372t2.373-.987t2.373.987t.973 2.373t-.973 2.359t-2.373.973m.002-.98q.977 0 1.66-.697q.684-.696.684-1.657q0-.991-.684-1.675q-.683-.683-1.66-.683t-1.672.683q-.696.684-.696 1.675q0 .961.696 1.657q.695.696 1.672.696m0-13.307q.977 0 1.66-.696Q21 6.321 21 5.344t-.684-1.66T18.656 3t-1.672.684q-.695.683-.695 1.66t.695 1.672t1.672.695m-.002-2.365"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLinkedServicesOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.654 8.692q-1.262 0-2.192-.811q-.93-.812-1.106-2.035H8.619q-.16 1.089-.922 1.86q-.763.773-1.85.933v6.717q1.222.177 2.034 1.107t.811 2.19q0 1.4-.973 2.374Q6.746 22 5.346 22t-2.373-.973T2 18.654q0-1.262.812-2.192q.811-.93 2.034-1.106V8.639q-1.223-.177-2.034-1.102T2 5.347q0-1.4.977-2.374Q3.955 2 5.327 2q1.265 0 2.19.812T8.62 4.845h6.737q.177-1.223 1.107-2.034Q17.392 2 18.653 2q1.381 0 2.364.983T22 5.346q0 1.4-.983 2.373t-2.363.973M5.334 21.02q.991 0 1.675-.696q.683-.696.683-1.657q0-.991-.683-1.675q-.684-.683-1.675-.683q-.961 0-1.657.683q-.696.684-.696 1.675q0 .961.696 1.657t1.657.696m0-13.307q.991 0 1.675-.696q.683-.695.683-1.672t-.683-1.66T5.334 3q-.961 0-1.657.684q-.696.683-.696 1.66t.696 1.672t1.657.695M18.654 22q-1.4 0-2.373-.973t-.973-2.36t.973-2.372t2.373-.987t2.373.987t.973 2.373t-.973 2.359t-2.373.973m.002-.98q.977 0 1.66-.697q.684-.696.684-1.657q0-.991-.684-1.675q-.683-.683-1.66-.683t-1.672.683q-.696.684-.696 1.675q0 .961.696 1.657q.695.696 1.672.696m0-13.307q.977 0 1.66-.696Q21 6.321 21 5.344t-.684-1.66T18.656 3t-1.672.684q-.695.683-.695 1.66t.695 1.672t1.672.695m-.002-2.365"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.654 8.692q-1.262 0-2.192-.811q-.93-.812-1.106-2.035H8.619q-.16 1.089-.922 1.86q-.763.773-1.85.933v6.717q1.222.177 2.034 1.107t.811 2.19q0 1.4-.973 2.374Q6.746 22 5.346 22t-2.373-.973T2 18.654q0-1.262.812-2.192q.811-.93 2.034-1.106V8.639q-1.223-.177-2.034-1.102T2 5.347q0-1.4.977-2.374Q3.955 2 5.327 2q1.265 0 2.19.812T8.62 4.845h6.737q.177-1.223 1.107-2.034Q17.392 2 18.653 2q1.381 0 2.364.983T22 5.346q0 1.4-.983 2.373t-2.363.973M5.334 21.02q.991 0 1.675-.696q.683-.696.683-1.657q0-.991-.683-1.675q-.684-.683-1.675-.683q-.961 0-1.657.683q-.696.684-.696 1.675q0 .961.696 1.657t1.657.696m0-13.307q.991 0 1.675-.696q.683-.695.683-1.672t-.683-1.66T5.334 3q-.961 0-1.657.684q-.696.683-.696 1.66t.696 1.672t1.657.695M18.654 22q-1.4 0-2.373-.973t-.973-2.36t.973-2.372t2.373-.987t2.373.987t.973 2.373t-.973 2.359t-2.373.973m.002-.98q.977 0 1.66-.697q.684-.696.684-1.657q0-.991-.684-1.675q-.683-.683-1.66-.683t-1.672.683q-.696.684-.696 1.675q0 .961.696 1.657q.695.696 1.672.696m0-13.307q.977 0 1.66-.696Q21 6.321 21 5.344t-.684-1.66T18.656 3t-1.672.684q-.695.683-.695 1.66t.695 1.672t1.672.695m-.002-2.365"/></svg>
</template>

CSS

.icon-linked-services-outline {
  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%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.654%208.692q-1.262%200-2.192-.811q-.93-.812-1.106-2.035H8.619q-.16%201.089-.922%201.86q-.763.773-1.85.933v6.717q1.222.177%202.034%201.107t.811%202.19q0%201.4-.973%202.374Q6.746%2022%205.346%2022t-2.373-.973T2%2018.654q0-1.262.812-2.192q.811-.93%202.034-1.106V8.639q-1.223-.177-2.034-1.102T2%205.347q0-1.4.977-2.374Q3.955%202%205.327%202q1.265%200%202.19.812T8.62%204.845h6.737q.177-1.223%201.107-2.034Q17.392%202%2018.653%202q1.381%200%202.364.983T22%205.346q0%201.4-.983%202.373t-2.363.973M5.334%2021.02q.991%200%201.675-.696q.683-.696.683-1.657q0-.991-.683-1.675q-.684-.683-1.675-.683q-.961%200-1.657.683q-.696.684-.696%201.675q0%20.961.696%201.657t1.657.696m0-13.307q.991%200%201.675-.696q.683-.695.683-1.672t-.683-1.66T5.334%203q-.961%200-1.657.684q-.696.683-.696%201.66t.696%201.672t1.657.695M18.654%2022q-1.4%200-2.373-.973t-.973-2.36t.973-2.372t2.373-.987t2.373.987t.973%202.373t-.973%202.359t-2.373.973m.002-.98q.977%200%201.66-.697q.684-.696.684-1.657q0-.991-.684-1.675q-.683-.683-1.66-.683t-1.672.683q-.696.684-.696%201.675q0%20.961.696%201.657q.695.696%201.672.696m0-13.307q.977%200%201.66-.696Q21%206.321%2021%205.344t-.684-1.66T18.656%203t-1.672.684q-.695.683-.695%201.66t.695%201.672t1.672.695m-.002-2.365%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%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.654%208.692q-1.262%200-2.192-.811q-.93-.812-1.106-2.035H8.619q-.16%201.089-.922%201.86q-.763.773-1.85.933v6.717q1.222.177%202.034%201.107t.811%202.19q0%201.4-.973%202.374Q6.746%2022%205.346%2022t-2.373-.973T2%2018.654q0-1.262.812-2.192q.811-.93%202.034-1.106V8.639q-1.223-.177-2.034-1.102T2%205.347q0-1.4.977-2.374Q3.955%202%205.327%202q1.265%200%202.19.812T8.62%204.845h6.737q.177-1.223%201.107-2.034Q17.392%202%2018.653%202q1.381%200%202.364.983T22%205.346q0%201.4-.983%202.373t-2.363.973M5.334%2021.02q.991%200%201.675-.696q.683-.696.683-1.657q0-.991-.683-1.675q-.684-.683-1.675-.683q-.961%200-1.657.683q-.696.684-.696%201.675q0%20.961.696%201.657t1.657.696m0-13.307q.991%200%201.675-.696q.683-.695.683-1.672t-.683-1.66T5.334%203q-.961%200-1.657.684q-.696.683-.696%201.66t.696%201.672t1.657.695M18.654%2022q-1.4%200-2.373-.973t-.973-2.36t.973-2.372t2.373-.987t2.373.987t.973%202.373t-.973%202.359t-2.373.973m.002-.98q.977%200%201.66-.697q.684-.696.684-1.657q0-.991-.684-1.675q-.683-.683-1.66-.683t-1.672.683q-.696.684-.696%201.675q0%20.961.696%201.657q.695.696%201.672.696m0-13.307q.977%200%201.66-.696Q21%206.321%2021%205.344t-.684-1.66T18.656%203t-1.672.684q-.695.683-.695%201.66t.695%201.672t1.672.695m-.002-2.365%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/linked-services-outline.svg?color=%231a73e8&size=48