plugs connected icon

plugs-connected-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
plugs-connected-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the plugs connected icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m185 127l-58 58a24 24 0 0 1-33.94 0L71 162.91A24 24 0 0 1 71 129l58-58a24 24 0 0 1 33.94 0L185 93.09a24 24 0 0 1 0 33.91" opacity=".2"/><path d="M237.66 18.34a8 8 0 0 0-11.32 0l-52.4 52.41l-5.37-5.38a32.05 32.05 0 0 0-45.26 0L100 88.69l-6.34-6.35a8 8 0 0 0-11.32 11.32l6.35 6.34l-23.32 23.31a32 32 0 0 0 0 45.26l5.38 5.37l-52.41 52.4a8 8 0 0 0 11.32 11.32l52.4-52.41l5.37 5.38a32.06 32.06 0 0 0 45.26 0L156 167.31l6.34 6.35a8 8 0 0 0 11.32-11.32l-6.35-6.34l23.32-23.31a32 32 0 0 0 0-45.26l-5.38-5.37l52.41-52.4a8 8 0 0 0 0-11.32m-116.29 161a16 16 0 0 1-22.62 0l-22.06-22.09a16 16 0 0 1 0-22.62L100 111.31L144.69 156Zm57.94-57.94L156 144.69L111.31 100l23.32-23.31a16 16 0 0 1 22.62 0l22.06 22a16 16 0 0 1 0 22.63ZM88.57 35a8 8 0 0 1 14.86-6l8 20a8 8 0 0 1-14.86 6Zm-64 58A8 8 0 0 1 35 88.57l20 8a8 8 0 0 1-6 14.86l-20-8A8 8 0 0 1 24.57 93m206.86 70a8 8 0 0 1-10.4 4.46l-20-8a8 8 0 1 1 5.97-14.89l20 8a8 8 0 0 1 4.43 10.43m-64 58.06a8 8 0 0 1-14.86 5.94l-8-20a8 8 0 0 1 14.86-6Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhPlugsConnectedDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m185 127l-58 58a24 24 0 0 1-33.94 0L71 162.91A24 24 0 0 1 71 129l58-58a24 24 0 0 1 33.94 0L185 93.09a24 24 0 0 1 0 33.91" opacity=".2"/><path d="M237.66 18.34a8 8 0 0 0-11.32 0l-52.4 52.41l-5.37-5.38a32.05 32.05 0 0 0-45.26 0L100 88.69l-6.34-6.35a8 8 0 0 0-11.32 11.32l6.35 6.34l-23.32 23.31a32 32 0 0 0 0 45.26l5.38 5.37l-52.41 52.4a8 8 0 0 0 11.32 11.32l52.4-52.41l5.37 5.38a32.06 32.06 0 0 0 45.26 0L156 167.31l6.34 6.35a8 8 0 0 0 11.32-11.32l-6.35-6.34l23.32-23.31a32 32 0 0 0 0-45.26l-5.38-5.37l52.41-52.4a8 8 0 0 0 0-11.32m-116.29 161a16 16 0 0 1-22.62 0l-22.06-22.09a16 16 0 0 1 0-22.62L100 111.31L144.69 156Zm57.94-57.94L156 144.69L111.31 100l23.32-23.31a16 16 0 0 1 22.62 0l22.06 22a16 16 0 0 1 0 22.63ZM88.57 35a8 8 0 0 1 14.86-6l8 20a8 8 0 0 1-14.86 6Zm-64 58A8 8 0 0 1 35 88.57l20 8a8 8 0 0 1-6 14.86l-20-8A8 8 0 0 1 24.57 93m206.86 70a8 8 0 0 1-10.4 4.46l-20-8a8 8 0 1 1 5.97-14.89l20 8a8 8 0 0 1 4.43 10.43m-64 58.06a8 8 0 0 1-14.86 5.94l-8-20a8 8 0 0 1 14.86-6Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m185 127l-58 58a24 24 0 0 1-33.94 0L71 162.91A24 24 0 0 1 71 129l58-58a24 24 0 0 1 33.94 0L185 93.09a24 24 0 0 1 0 33.91" opacity=".2"/><path d="M237.66 18.34a8 8 0 0 0-11.32 0l-52.4 52.41l-5.37-5.38a32.05 32.05 0 0 0-45.26 0L100 88.69l-6.34-6.35a8 8 0 0 0-11.32 11.32l6.35 6.34l-23.32 23.31a32 32 0 0 0 0 45.26l5.38 5.37l-52.41 52.4a8 8 0 0 0 11.32 11.32l52.4-52.41l5.37 5.38a32.06 32.06 0 0 0 45.26 0L156 167.31l6.34 6.35a8 8 0 0 0 11.32-11.32l-6.35-6.34l23.32-23.31a32 32 0 0 0 0-45.26l-5.38-5.37l52.41-52.4a8 8 0 0 0 0-11.32m-116.29 161a16 16 0 0 1-22.62 0l-22.06-22.09a16 16 0 0 1 0-22.62L100 111.31L144.69 156Zm57.94-57.94L156 144.69L111.31 100l23.32-23.31a16 16 0 0 1 22.62 0l22.06 22a16 16 0 0 1 0 22.63ZM88.57 35a8 8 0 0 1 14.86-6l8 20a8 8 0 0 1-14.86 6Zm-64 58A8 8 0 0 1 35 88.57l20 8a8 8 0 0 1-6 14.86l-20-8A8 8 0 0 1 24.57 93m206.86 70a8 8 0 0 1-10.4 4.46l-20-8a8 8 0 1 1 5.97-14.89l20 8a8 8 0 0 1 4.43 10.43m-64 58.06a8 8 0 0 1-14.86 5.94l-8-20a8 8 0 0 1 14.86-6Z"/></g></svg>
</template>

CSS

.icon-plugs-connected-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m185%20127l-58%2058a24%2024%200%200%201-33.94%200L71%20162.91A24%2024%200%200%201%2071%20129l58-58a24%2024%200%200%201%2033.94%200L185%2093.09a24%2024%200%200%201%200%2033.91%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M237.66%2018.34a8%208%200%200%200-11.32%200l-52.4%2052.41l-5.37-5.38a32.05%2032.05%200%200%200-45.26%200L100%2088.69l-6.34-6.35a8%208%200%200%200-11.32%2011.32l6.35%206.34l-23.32%2023.31a32%2032%200%200%200%200%2045.26l5.38%205.37l-52.41%2052.4a8%208%200%200%200%2011.32%2011.32l52.4-52.41l5.37%205.38a32.06%2032.06%200%200%200%2045.26%200L156%20167.31l6.34%206.35a8%208%200%200%200%2011.32-11.32l-6.35-6.34l23.32-23.31a32%2032%200%200%200%200-45.26l-5.38-5.37l52.41-52.4a8%208%200%200%200%200-11.32m-116.29%20161a16%2016%200%200%201-22.62%200l-22.06-22.09a16%2016%200%200%201%200-22.62L100%20111.31L144.69%20156Zm57.94-57.94L156%20144.69L111.31%20100l23.32-23.31a16%2016%200%200%201%2022.62%200l22.06%2022a16%2016%200%200%201%200%2022.63ZM88.57%2035a8%208%200%200%201%2014.86-6l8%2020a8%208%200%200%201-14.86%206Zm-64%2058A8%208%200%200%201%2035%2088.57l20%208a8%208%200%200%201-6%2014.86l-20-8A8%208%200%200%201%2024.57%2093m206.86%2070a8%208%200%200%201-10.4%204.46l-20-8a8%208%200%201%201%205.97-14.89l20%208a8%208%200%200%201%204.43%2010.43m-64%2058.06a8%208%200%200%201-14.86%205.94l-8-20a8%208%200%200%201%2014.86-6Z%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m185%20127l-58%2058a24%2024%200%200%201-33.94%200L71%20162.91A24%2024%200%200%201%2071%20129l58-58a24%2024%200%200%201%2033.94%200L185%2093.09a24%2024%200%200%201%200%2033.91%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M237.66%2018.34a8%208%200%200%200-11.32%200l-52.4%2052.41l-5.37-5.38a32.05%2032.05%200%200%200-45.26%200L100%2088.69l-6.34-6.35a8%208%200%200%200-11.32%2011.32l6.35%206.34l-23.32%2023.31a32%2032%200%200%200%200%2045.26l5.38%205.37l-52.41%2052.4a8%208%200%200%200%2011.32%2011.32l52.4-52.41l5.37%205.38a32.06%2032.06%200%200%200%2045.26%200L156%20167.31l6.34%206.35a8%208%200%200%200%2011.32-11.32l-6.35-6.34l23.32-23.31a32%2032%200%200%200%200-45.26l-5.38-5.37l52.41-52.4a8%208%200%200%200%200-11.32m-116.29%20161a16%2016%200%200%201-22.62%200l-22.06-22.09a16%2016%200%200%201%200-22.62L100%20111.31L144.69%20156Zm57.94-57.94L156%20144.69L111.31%20100l23.32-23.31a16%2016%200%200%201%2022.62%200l22.06%2022a16%2016%200%200%201%200%2022.63ZM88.57%2035a8%208%200%200%201%2014.86-6l8%2020a8%208%200%200%201-14.86%206Zm-64%2058A8%208%200%200%201%2035%2088.57l20%208a8%208%200%200%201-6%2014.86l-20-8A8%208%200%200%201%2024.57%2093m206.86%2070a8%208%200%200%201-10.4%204.46l-20-8a8%208%200%201%201%205.97-14.89l20%208a8%208%200%200%201%204.43%2010.43m-64%2058.06a8%208%200%200%201-14.86%205.94l-8-20a8%208%200%200%201%2014.86-6Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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