plug from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
plug
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the plug icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237.66 66.34a8 8 0 0 0-11.32 0L192 100.69L155.31 64l34.35-34.34a8 8 0 1 0-11.32-11.32L144 52.69l-26.34-26.35a8 8 0 0 0-11.32 11.32l6.35 6.34l-53 53a40 40 0 0 0 0 56.57l15.71 15.71l-49.06 49.06a8 8 0 0 0 11.32 11.32l49.09-49.09l15.71 15.71a40 40 0 0 0 56.57 0l53-53l6.34 6.35a8 8 0 0 0 11.32-11.32L203.31 112l34.35-34.34a8 8 0 0 0 0-11.32M147.72 185a24 24 0 0 1-33.95 0L71 142.23a24 24 0 0 1 0-33.95l53-53L200.69 132Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPlug(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="M237.66 66.34a8 8 0 0 0-11.32 0L192 100.69L155.31 64l34.35-34.34a8 8 0 1 0-11.32-11.32L144 52.69l-26.34-26.35a8 8 0 0 0-11.32 11.32l6.35 6.34l-53 53a40 40 0 0 0 0 56.57l15.71 15.71l-49.06 49.06a8 8 0 0 0 11.32 11.32l49.09-49.09l15.71 15.71a40 40 0 0 0 56.57 0l53-53l6.34 6.35a8 8 0 0 0 11.32-11.32L203.31 112l34.35-34.34a8 8 0 0 0 0-11.32M147.72 185a24 24 0 0 1-33.95 0L71 142.23a24 24 0 0 1 0-33.95l53-53L200.69 132Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237.66 66.34a8 8 0 0 0-11.32 0L192 100.69L155.31 64l34.35-34.34a8 8 0 1 0-11.32-11.32L144 52.69l-26.34-26.35a8 8 0 0 0-11.32 11.32l6.35 6.34l-53 53a40 40 0 0 0 0 56.57l15.71 15.71l-49.06 49.06a8 8 0 0 0 11.32 11.32l49.09-49.09l15.71 15.71a40 40 0 0 0 56.57 0l53-53l6.34 6.35a8 8 0 0 0 11.32-11.32L203.31 112l34.35-34.34a8 8 0 0 0 0-11.32M147.72 185a24 24 0 0 1-33.95 0L71 142.23a24 24 0 0 1 0-33.95l53-53L200.69 132Z"/></svg>
</template>

CSS

.icon-plug {
  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%22M237.66%2066.34a8%208%200%200%200-11.32%200L192%20100.69L155.31%2064l34.35-34.34a8%208%200%201%200-11.32-11.32L144%2052.69l-26.34-26.35a8%208%200%200%200-11.32%2011.32l6.35%206.34l-53%2053a40%2040%200%200%200%200%2056.57l15.71%2015.71l-49.06%2049.06a8%208%200%200%200%2011.32%2011.32l49.09-49.09l15.71%2015.71a40%2040%200%200%200%2056.57%200l53-53l6.34%206.35a8%208%200%200%200%2011.32-11.32L203.31%20112l34.35-34.34a8%208%200%200%200%200-11.32M147.72%20185a24%2024%200%200%201-33.95%200L71%20142.23a24%2024%200%200%201%200-33.95l53-53L200.69%20132Z%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%22M237.66%2066.34a8%208%200%200%200-11.32%200L192%20100.69L155.31%2064l34.35-34.34a8%208%200%201%200-11.32-11.32L144%2052.69l-26.34-26.35a8%208%200%200%200-11.32%2011.32l6.35%206.34l-53%2053a40%2040%200%200%200%200%2056.57l15.71%2015.71l-49.06%2049.06a8%208%200%200%200%2011.32%2011.32l49.09-49.09l15.71%2015.71a40%2040%200%200%200%2056.57%200l53-53l6.34%206.35a8%208%200%200%200%2011.32-11.32L203.31%20112l34.35-34.34a8%208%200%200%200%200-11.32M147.72%20185a24%2024%200%200%201-33.95%200L71%20142.23a24%2024%200%200%201%200-33.95l53-53L200.69%20132Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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