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

Name
connected-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M22.5 2a3.5 3.5 0 1 1-1.887 6.446l-3.666 3.667c.35.545.553 1.192.553 1.887s-.204 1.341-.554 1.886l3.667 3.667a3.5 3.5 0 1 1-1.06 1.06l-3.667-3.667A3.5 3.5 0 0 1 14 17.5a3.5 3.5 0 0 1-1.887-.553l-3.667 3.666a3.5 3.5 0 1 1-1.06-1.06l3.667-3.667A3.5 3.5 0 0 1 10.5 14c0-.695.203-1.342.553-1.887L7.386 8.446a3.5 3.5 0 1 1 1.06-1.06l3.667 3.667A3.5 3.5 0 0 1 14 10.5c.695 0 1.341.204 1.886.553l3.667-3.667A3.5 3.5 0 0 1 22.5 2m-17 18.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4m17 0a2 2 0 1 0 0 4a2 2 0 0 0 0-4M14 12a2 2 0 1 0 0 4a2 2 0 0 0 0-4M5.5 3.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4m17 0a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>

React

import type { SVGProps } from "react";

export function FluentConnected28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.5 2a3.5 3.5 0 1 1-1.887 6.446l-3.666 3.667c.35.545.553 1.192.553 1.887s-.204 1.341-.554 1.886l3.667 3.667a3.5 3.5 0 1 1-1.06 1.06l-3.667-3.667A3.5 3.5 0 0 1 14 17.5a3.5 3.5 0 0 1-1.887-.553l-3.667 3.666a3.5 3.5 0 1 1-1.06-1.06l3.667-3.667A3.5 3.5 0 0 1 10.5 14c0-.695.203-1.342.553-1.887L7.386 8.446a3.5 3.5 0 1 1 1.06-1.06l3.667 3.667A3.5 3.5 0 0 1 14 10.5c.695 0 1.341.204 1.886.553l3.667-3.667A3.5 3.5 0 0 1 22.5 2m-17 18.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4m17 0a2 2 0 1 0 0 4a2 2 0 0 0 0-4M14 12a2 2 0 1 0 0 4a2 2 0 0 0 0-4M5.5 3.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4m17 0a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.5 2a3.5 3.5 0 1 1-1.887 6.446l-3.666 3.667c.35.545.553 1.192.553 1.887s-.204 1.341-.554 1.886l3.667 3.667a3.5 3.5 0 1 1-1.06 1.06l-3.667-3.667A3.5 3.5 0 0 1 14 17.5a3.5 3.5 0 0 1-1.887-.553l-3.667 3.666a3.5 3.5 0 1 1-1.06-1.06l3.667-3.667A3.5 3.5 0 0 1 10.5 14c0-.695.203-1.342.553-1.887L7.386 8.446a3.5 3.5 0 1 1 1.06-1.06l3.667 3.667A3.5 3.5 0 0 1 14 10.5c.695 0 1.341.204 1.886.553l3.667-3.667A3.5 3.5 0 0 1 22.5 2m-17 18.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4m17 0a2 2 0 1 0 0 4a2 2 0 0 0 0-4M14 12a2 2 0 1 0 0 4a2 2 0 0 0 0-4M5.5 3.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4m17 0a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
</template>

CSS

.icon-connected-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%202a3.5%203.5%200%201%201-1.887%206.446l-3.666%203.667c.35.545.553%201.192.553%201.887s-.204%201.341-.554%201.886l3.667%203.667a3.5%203.5%200%201%201-1.06%201.06l-3.667-3.667A3.5%203.5%200%200%201%2014%2017.5a3.5%203.5%200%200%201-1.887-.553l-3.667%203.666a3.5%203.5%200%201%201-1.06-1.06l3.667-3.667A3.5%203.5%200%200%201%2010.5%2014c0-.695.203-1.342.553-1.887L7.386%208.446a3.5%203.5%200%201%201%201.06-1.06l3.667%203.667A3.5%203.5%200%200%201%2014%2010.5c.695%200%201.341.204%201.886.553l3.667-3.667A3.5%203.5%200%200%201%2022.5%202m-17%2018.5a2%202%200%201%200%200%204a2%202%200%200%200%200-4m17%200a2%202%200%201%200%200%204a2%202%200%200%200%200-4M14%2012a2%202%200%201%200%200%204a2%202%200%200%200%200-4M5.5%203.5a2%202%200%201%200%200%204a2%202%200%200%200%200-4m17%200a2%202%200%201%200%200%204a2%202%200%200%200%200-4%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%202a3.5%203.5%200%201%201-1.887%206.446l-3.666%203.667c.35.545.553%201.192.553%201.887s-.204%201.341-.554%201.886l3.667%203.667a3.5%203.5%200%201%201-1.06%201.06l-3.667-3.667A3.5%203.5%200%200%201%2014%2017.5a3.5%203.5%200%200%201-1.887-.553l-3.667%203.666a3.5%203.5%200%201%201-1.06-1.06l3.667-3.667A3.5%203.5%200%200%201%2010.5%2014c0-.695.203-1.342.553-1.887L7.386%208.446a3.5%203.5%200%201%201%201.06-1.06l3.667%203.667A3.5%203.5%200%200%201%2014%2010.5c.695%200%201.341.204%201.886.553l3.667-3.667A3.5%203.5%200%200%201%2022.5%202m-17%2018.5a2%202%200%201%200%200%204a2%202%200%200%200%200-4m17%200a2%202%200%201%200%200%204a2%202%200%200%200%200-4M14%2012a2%202%200%201%200%200%204a2%202%200%200%200%200-4M5.5%203.5a2%202%200%201%200%200%204a2%202%200%200%200%200-4m17%200a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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