plugs connected icon

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

Name
plugs-connected-light
Set
Phosphor
Style
Light
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"><path fill="currentColor" d="M236.24 19.76a6 6 0 0 0-8.48 0l-53.82 53.81l-6.79-6.78a30 30 0 0 0-42.42 0L100 91.51l-7.76-7.75a6 6 0 0 0-8.48 8.48l7.75 7.76l-24.72 24.73a30 30 0 0 0 0 42.42l6.78 6.79l-53.81 53.82a6 6 0 1 0 8.48 8.48l53.82-53.81l6.79 6.78a30 30 0 0 0 42.42 0L156 164.49l7.76 7.75a6 6 0 0 0 8.48-8.48l-7.75-7.76l24.72-24.73a30 30 0 0 0 0-42.42l-6.78-6.79l53.81-53.82a6 6 0 0 0 0-8.48m-113.45 161a18 18 0 0 1-25.46 0l-22.06-22.09a18 18 0 0 1 0-25.46L100 108.49L147.51 156Zm57.94-57.94L156 147.51L108.49 100l24.72-24.73a18 18 0 0 1 25.46 0l22.06 22.06a18 18 0 0 1 0 25.46Zm-90.3-88.59a6 6 0 0 1 11.14-4.46l8 20a6 6 0 1 1-11.14 4.46Zm-64 59.54a6 6 0 0 1 7.8-3.34l20 8a6 6 0 1 1-4.46 11.14l-20-8a6 6 0 0 1-3.34-7.8m203.14 68.46a6 6 0 0 1-7.8 3.34l-20-8a6 6 0 0 1 4.46-11.14l20 8a6 6 0 0 1 3.34 7.8m-64 59.54a6 6 0 1 1-11.14 4.46l-8-20a6 6 0 0 1 11.14-4.46Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPlugsConnectedLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236.24 19.76a6 6 0 0 0-8.48 0l-53.82 53.81l-6.79-6.78a30 30 0 0 0-42.42 0L100 91.51l-7.76-7.75a6 6 0 0 0-8.48 8.48l7.75 7.76l-24.72 24.73a30 30 0 0 0 0 42.42l6.78 6.79l-53.81 53.82a6 6 0 1 0 8.48 8.48l53.82-53.81l6.79 6.78a30 30 0 0 0 42.42 0L156 164.49l7.76 7.75a6 6 0 0 0 8.48-8.48l-7.75-7.76l24.72-24.73a30 30 0 0 0 0-42.42l-6.78-6.79l53.81-53.82a6 6 0 0 0 0-8.48m-113.45 161a18 18 0 0 1-25.46 0l-22.06-22.09a18 18 0 0 1 0-25.46L100 108.49L147.51 156Zm57.94-57.94L156 147.51L108.49 100l24.72-24.73a18 18 0 0 1 25.46 0l22.06 22.06a18 18 0 0 1 0 25.46Zm-90.3-88.59a6 6 0 0 1 11.14-4.46l8 20a6 6 0 1 1-11.14 4.46Zm-64 59.54a6 6 0 0 1 7.8-3.34l20 8a6 6 0 1 1-4.46 11.14l-20-8a6 6 0 0 1-3.34-7.8m203.14 68.46a6 6 0 0 1-7.8 3.34l-20-8a6 6 0 0 1 4.46-11.14l20 8a6 6 0 0 1 3.34 7.8m-64 59.54a6 6 0 1 1-11.14 4.46l-8-20a6 6 0 0 1 11.14-4.46Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236.24 19.76a6 6 0 0 0-8.48 0l-53.82 53.81l-6.79-6.78a30 30 0 0 0-42.42 0L100 91.51l-7.76-7.75a6 6 0 0 0-8.48 8.48l7.75 7.76l-24.72 24.73a30 30 0 0 0 0 42.42l6.78 6.79l-53.81 53.82a6 6 0 1 0 8.48 8.48l53.82-53.81l6.79 6.78a30 30 0 0 0 42.42 0L156 164.49l7.76 7.75a6 6 0 0 0 8.48-8.48l-7.75-7.76l24.72-24.73a30 30 0 0 0 0-42.42l-6.78-6.79l53.81-53.82a6 6 0 0 0 0-8.48m-113.45 161a18 18 0 0 1-25.46 0l-22.06-22.09a18 18 0 0 1 0-25.46L100 108.49L147.51 156Zm57.94-57.94L156 147.51L108.49 100l24.72-24.73a18 18 0 0 1 25.46 0l22.06 22.06a18 18 0 0 1 0 25.46Zm-90.3-88.59a6 6 0 0 1 11.14-4.46l8 20a6 6 0 1 1-11.14 4.46Zm-64 59.54a6 6 0 0 1 7.8-3.34l20 8a6 6 0 1 1-4.46 11.14l-20-8a6 6 0 0 1-3.34-7.8m203.14 68.46a6 6 0 0 1-7.8 3.34l-20-8a6 6 0 0 1 4.46-11.14l20 8a6 6 0 0 1 3.34 7.8m-64 59.54a6 6 0 1 1-11.14 4.46l-8-20a6 6 0 0 1 11.14-4.46Z"/></svg>
</template>

CSS

.icon-plugs-connected-light {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236.24%2019.76a6%206%200%200%200-8.48%200l-53.82%2053.81l-6.79-6.78a30%2030%200%200%200-42.42%200L100%2091.51l-7.76-7.75a6%206%200%200%200-8.48%208.48l7.75%207.76l-24.72%2024.73a30%2030%200%200%200%200%2042.42l6.78%206.79l-53.81%2053.82a6%206%200%201%200%208.48%208.48l53.82-53.81l6.79%206.78a30%2030%200%200%200%2042.42%200L156%20164.49l7.76%207.75a6%206%200%200%200%208.48-8.48l-7.75-7.76l24.72-24.73a30%2030%200%200%200%200-42.42l-6.78-6.79l53.81-53.82a6%206%200%200%200%200-8.48m-113.45%20161a18%2018%200%200%201-25.46%200l-22.06-22.09a18%2018%200%200%201%200-25.46L100%20108.49L147.51%20156Zm57.94-57.94L156%20147.51L108.49%20100l24.72-24.73a18%2018%200%200%201%2025.46%200l22.06%2022.06a18%2018%200%200%201%200%2025.46Zm-90.3-88.59a6%206%200%200%201%2011.14-4.46l8%2020a6%206%200%201%201-11.14%204.46Zm-64%2059.54a6%206%200%200%201%207.8-3.34l20%208a6%206%200%201%201-4.46%2011.14l-20-8a6%206%200%200%201-3.34-7.8m203.14%2068.46a6%206%200%200%201-7.8%203.34l-20-8a6%206%200%200%201%204.46-11.14l20%208a6%206%200%200%201%203.34%207.8m-64%2059.54a6%206%200%201%201-11.14%204.46l-8-20a6%206%200%200%201%2011.14-4.46Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236.24%2019.76a6%206%200%200%200-8.48%200l-53.82%2053.81l-6.79-6.78a30%2030%200%200%200-42.42%200L100%2091.51l-7.76-7.75a6%206%200%200%200-8.48%208.48l7.75%207.76l-24.72%2024.73a30%2030%200%200%200%200%2042.42l6.78%206.79l-53.81%2053.82a6%206%200%201%200%208.48%208.48l53.82-53.81l6.79%206.78a30%2030%200%200%200%2042.42%200L156%20164.49l7.76%207.75a6%206%200%200%200%208.48-8.48l-7.75-7.76l24.72-24.73a30%2030%200%200%200%200-42.42l-6.78-6.79l53.81-53.82a6%206%200%200%200%200-8.48m-113.45%20161a18%2018%200%200%201-25.46%200l-22.06-22.09a18%2018%200%200%201%200-25.46L100%20108.49L147.51%20156Zm57.94-57.94L156%20147.51L108.49%20100l24.72-24.73a18%2018%200%200%201%2025.46%200l22.06%2022.06a18%2018%200%200%201%200%2025.46Zm-90.3-88.59a6%206%200%200%201%2011.14-4.46l8%2020a6%206%200%201%201-11.14%204.46Zm-64%2059.54a6%206%200%200%201%207.8-3.34l20%208a6%206%200%201%201-4.46%2011.14l-20-8a6%206%200%200%201-3.34-7.8m203.14%2068.46a6%206%200%200%201-7.8%203.34l-20-8a6%206%200%200%201%204.46-11.14l20%208a6%206%200%200%201%203.34%207.8m-64%2059.54a6%206%200%201%201-11.14%204.46l-8-20a6%206%200%200%201%2011.14-4.46Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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