connected-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
connected-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

11 other variants in Fluent UI System Icons

Use the connected icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.879 6.586a2.5 2.5 0 1 1 .707-.707L8.62 7.914A2.5 2.5 0 0 1 9.999 7.5c.51 0 .983.152 1.379.414l2.035-2.035a2.5 2.5 0 1 1 .707.707L12.086 8.62c.262.396.414.87.414 1.379c0 .51-.152.983-.414 1.379l2.035 2.035a2.5 2.5 0 1 1-.707.707l-2.035-2.035a2.5 2.5 0 0 1-1.379.414c-.51 0-.983-.152-1.379-.414L6.586 14.12a2.5 2.5 0 1 1-.707-.707l2.035-2.035A2.5 2.5 0 0 1 7.5 10c0-.51.152-.983.414-1.379zM6 4.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m11 0a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0M4.5 17a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M17 15.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0M11.5 10a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentConnected20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.879 6.586a2.5 2.5 0 1 1 .707-.707L8.62 7.914A2.5 2.5 0 0 1 9.999 7.5c.51 0 .983.152 1.379.414l2.035-2.035a2.5 2.5 0 1 1 .707.707L12.086 8.62c.262.396.414.87.414 1.379c0 .51-.152.983-.414 1.379l2.035 2.035a2.5 2.5 0 1 1-.707.707l-2.035-2.035a2.5 2.5 0 0 1-1.379.414c-.51 0-.983-.152-1.379-.414L6.586 14.12a2.5 2.5 0 1 1-.707-.707l2.035-2.035A2.5 2.5 0 0 1 7.5 10c0-.51.152-.983.414-1.379zM6 4.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m11 0a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0M4.5 17a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M17 15.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0M11.5 10a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.879 6.586a2.5 2.5 0 1 1 .707-.707L8.62 7.914A2.5 2.5 0 0 1 9.999 7.5c.51 0 .983.152 1.379.414l2.035-2.035a2.5 2.5 0 1 1 .707.707L12.086 8.62c.262.396.414.87.414 1.379c0 .51-.152.983-.414 1.379l2.035 2.035a2.5 2.5 0 1 1-.707.707l-2.035-2.035a2.5 2.5 0 0 1-1.379.414c-.51 0-.983-.152-1.379-.414L6.586 14.12a2.5 2.5 0 1 1-.707-.707l2.035-2.035A2.5 2.5 0 0 1 7.5 10c0-.51.152-.983.414-1.379zM6 4.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m11 0a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0M4.5 17a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M17 15.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0M11.5 10a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0"/></svg>
</template>

CSS

.icon-connected-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.879%206.586a2.5%202.5%200%201%201%20.707-.707L8.62%207.914A2.5%202.5%200%200%201%209.999%207.5c.51%200%20.983.152%201.379.414l2.035-2.035a2.5%202.5%200%201%201%20.707.707L12.086%208.62c.262.396.414.87.414%201.379c0%20.51-.152.983-.414%201.379l2.035%202.035a2.5%202.5%200%201%201-.707.707l-2.035-2.035a2.5%202.5%200%200%201-1.379.414c-.51%200-.983-.152-1.379-.414L6.586%2014.12a2.5%202.5%200%201%201-.707-.707l2.035-2.035A2.5%202.5%200%200%201%207.5%2010c0-.51.152-.983.414-1.379zM6%204.5a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200m11%200a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200M4.5%2017a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M17%2015.5a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200M11.5%2010a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.879%206.586a2.5%202.5%200%201%201%20.707-.707L8.62%207.914A2.5%202.5%200%200%201%209.999%207.5c.51%200%20.983.152%201.379.414l2.035-2.035a2.5%202.5%200%201%201%20.707.707L12.086%208.62c.262.396.414.87.414%201.379c0%20.51-.152.983-.414%201.379l2.035%202.035a2.5%202.5%200%201%201-.707.707l-2.035-2.035a2.5%202.5%200%200%201-1.379.414c-.51%200-.983-.152-1.379-.414L6.586%2014.12a2.5%202.5%200%201%201-.707-.707l2.035-2.035A2.5%202.5%200%200%201%207.5%2010c0-.51.152-.983.414-1.379zM6%204.5a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200m11%200a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200M4.5%2017a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M17%2015.5a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200M11.5%2010a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/connected-20-regular.svg?color=%231a73e8&size=48