plug from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
plug
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Use the plug icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.723 4H10V1.5a.5.5 0 0 0-1 0V4H7V1.5a.5.5 0 0 0-1 0V4h-.723C4.573 4 4 4.573 4 5.278V8a4.006 4.006 0 0 0 3.5 3.969V14.5a.5.5 0 0 0 1 0v-2.531A4.005 4.005 0 0 0 12 8V5.278C12 4.573 11.427 4 10.723 4M11 8c0 1.654-1.346 3-3 3S5 9.654 5 8V5.278C5 5.125 5.124 5 5.277 5h5.445c.153 0 .277.125.277.278z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconPlug(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.723 4H10V1.5a.5.5 0 0 0-1 0V4H7V1.5a.5.5 0 0 0-1 0V4h-.723C4.573 4 4 4.573 4 5.278V8a4.006 4.006 0 0 0 3.5 3.969V14.5a.5.5 0 0 0 1 0v-2.531A4.005 4.005 0 0 0 12 8V5.278C12 4.573 11.427 4 10.723 4M11 8c0 1.654-1.346 3-3 3S5 9.654 5 8V5.278C5 5.125 5.124 5 5.277 5h5.445c.153 0 .277.125.277.278z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.723 4H10V1.5a.5.5 0 0 0-1 0V4H7V1.5a.5.5 0 0 0-1 0V4h-.723C4.573 4 4 4.573 4 5.278V8a4.006 4.006 0 0 0 3.5 3.969V14.5a.5.5 0 0 0 1 0v-2.531A4.005 4.005 0 0 0 12 8V5.278C12 4.573 11.427 4 10.723 4M11 8c0 1.654-1.346 3-3 3S5 9.654 5 8V5.278C5 5.125 5.124 5 5.277 5h5.445c.153 0 .277.125.277.278z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.723%204H10V1.5a.5.5%200%200%200-1%200V4H7V1.5a.5.5%200%200%200-1%200V4h-.723C4.573%204%204%204.573%204%205.278V8a4.006%204.006%200%200%200%203.5%203.969V14.5a.5.5%200%200%200%201%200v-2.531A4.005%204.005%200%200%200%2012%208V5.278C12%204.573%2011.427%204%2010.723%204M11%208c0%201.654-1.346%203-3%203S5%209.654%205%208V5.278C5%205.125%205.124%205%205.277%205h5.445c.153%200%20.277.125.277.278z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.723%204H10V1.5a.5.5%200%200%200-1%200V4H7V1.5a.5.5%200%200%200-1%200V4h-.723C4.573%204%204%204.573%204%205.278V8a4.006%204.006%200%200%200%203.5%203.969V14.5a.5.5%200%200%200%201%200v-2.531A4.005%204.005%200%200%200%2012%208V5.278C12%204.573%2011.427%204%2010.723%204M11%208c0%201.654-1.346%203-3%203S5%209.654%205%208V5.278C5%205.125%205.124%205%205.277%205h5.445c.153%200%20.277.125.277.278z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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