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

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

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the plug connected icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13.37 8.623a1.25 1.25 0 0 1 0-1.768l.745-.744a5.5 5.5 0 0 1 7.778 7.778l-.745.744a1.25 1.25 0 0 1-1.767 0zm-1.06-2.829a2.75 2.75 0 0 0 0 3.89l6.01 6.01a2.75 2.75 0 0 0 3.89 0l.743-.744a7 7 0 0 0 .502-9.342l2.326-2.328a.75.75 0 1 0-1.062-1.06l-2.324 2.328a7 7 0 0 0-9.341.502zm2.324 13.583a1.25 1.25 0 0 1 0 1.767l-.745.745a5.5 5.5 0 1 1-7.778-7.779l.744-.744a1.25 1.25 0 0 1 1.768 0zm1.06 2.828a2.75 2.75 0 0 0 0-3.89l-6.01-6.01a2.75 2.75 0 0 0-3.89 0l-.743.745a7 7 0 0 0-.502 9.341L2.223 24.72a.75.75 0 0 0 1.062 1.06l2.324-2.327a7 7 0 0 0 9.341-.503z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPlugConnected28Regular(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="M13.37 8.623a1.25 1.25 0 0 1 0-1.768l.745-.744a5.5 5.5 0 0 1 7.778 7.778l-.745.744a1.25 1.25 0 0 1-1.767 0zm-1.06-2.829a2.75 2.75 0 0 0 0 3.89l6.01 6.01a2.75 2.75 0 0 0 3.89 0l.743-.744a7 7 0 0 0 .502-9.342l2.326-2.328a.75.75 0 1 0-1.062-1.06l-2.324 2.328a7 7 0 0 0-9.341.502zm2.324 13.583a1.25 1.25 0 0 1 0 1.767l-.745.745a5.5 5.5 0 1 1-7.778-7.779l.744-.744a1.25 1.25 0 0 1 1.768 0zm1.06 2.828a2.75 2.75 0 0 0 0-3.89l-6.01-6.01a2.75 2.75 0 0 0-3.89 0l-.743.745a7 7 0 0 0-.502 9.341L2.223 24.72a.75.75 0 0 0 1.062 1.06l2.324-2.327a7 7 0 0 0 9.341-.503z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13.37 8.623a1.25 1.25 0 0 1 0-1.768l.745-.744a5.5 5.5 0 0 1 7.778 7.778l-.745.744a1.25 1.25 0 0 1-1.767 0zm-1.06-2.829a2.75 2.75 0 0 0 0 3.89l6.01 6.01a2.75 2.75 0 0 0 3.89 0l.743-.744a7 7 0 0 0 .502-9.342l2.326-2.328a.75.75 0 1 0-1.062-1.06l-2.324 2.328a7 7 0 0 0-9.341.502zm2.324 13.583a1.25 1.25 0 0 1 0 1.767l-.745.745a5.5 5.5 0 1 1-7.778-7.779l.744-.744a1.25 1.25 0 0 1 1.768 0zm1.06 2.828a2.75 2.75 0 0 0 0-3.89l-6.01-6.01a2.75 2.75 0 0 0-3.89 0l-.743.745a7 7 0 0 0-.502 9.341L2.223 24.72a.75.75 0 0 0 1.062 1.06l2.324-2.327a7 7 0 0 0 9.341-.503z"/></svg>
</template>

CSS

.icon-plug-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%22M13.37%208.623a1.25%201.25%200%200%201%200-1.768l.745-.744a5.5%205.5%200%200%201%207.778%207.778l-.745.744a1.25%201.25%200%200%201-1.767%200zm-1.06-2.829a2.75%202.75%200%200%200%200%203.89l6.01%206.01a2.75%202.75%200%200%200%203.89%200l.743-.744a7%207%200%200%200%20.502-9.342l2.326-2.328a.75.75%200%201%200-1.062-1.06l-2.324%202.328a7%207%200%200%200-9.341.502zm2.324%2013.583a1.25%201.25%200%200%201%200%201.767l-.745.745a5.5%205.5%200%201%201-7.778-7.779l.744-.744a1.25%201.25%200%200%201%201.768%200zm1.06%202.828a2.75%202.75%200%200%200%200-3.89l-6.01-6.01a2.75%202.75%200%200%200-3.89%200l-.743.745a7%207%200%200%200-.502%209.341L2.223%2024.72a.75.75%200%200%200%201.062%201.06l2.324-2.327a7%207%200%200%200%209.341-.503z%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%22M13.37%208.623a1.25%201.25%200%200%201%200-1.768l.745-.744a5.5%205.5%200%200%201%207.778%207.778l-.745.744a1.25%201.25%200%200%201-1.767%200zm-1.06-2.829a2.75%202.75%200%200%200%200%203.89l6.01%206.01a2.75%202.75%200%200%200%203.89%200l.743-.744a7%207%200%200%200%20.502-9.342l2.326-2.328a.75.75%200%201%200-1.062-1.06l-2.324%202.328a7%207%200%200%200-9.341.502zm2.324%2013.583a1.25%201.25%200%200%201%200%201.767l-.745.745a5.5%205.5%200%201%201-7.778-7.779l.744-.744a1.25%201.25%200%200%201%201.768%200zm1.06%202.828a2.75%202.75%200%200%200%200-3.89l-6.01-6.01a2.75%202.75%200%200%200-3.89%200l-.743.745a7%207%200%200%200-.502%209.341L2.223%2024.72a.75.75%200%200%200%201.062%201.06l2.324-2.327a7%207%200%200%200%209.341-.503z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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