plug-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
plug-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All plug icons →

More ui icons from Reicon

Use the plug icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 1.25A.75.75 0 0 1 9.5 2v3.75H8V2a.75.75 0 0 1 .75-.75m6.5 0A.75.75 0 0 1 16 2v3.75h-1.5V2a.75.75 0 0 1 .75-.75m-4 17.71V22a.75.75 0 0 0 1.5 0v-3.04A7 7 0 0 0 19 12V8.25h1a.75.75 0 0 0 0-1.5H4a.75.75 0 1 0 0 1.5h1V12a7 7 0 0 0 6.25 6.96"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPlugFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 1.25A.75.75 0 0 1 9.5 2v3.75H8V2a.75.75 0 0 1 .75-.75m6.5 0A.75.75 0 0 1 16 2v3.75h-1.5V2a.75.75 0 0 1 .75-.75m-4 17.71V22a.75.75 0 0 0 1.5 0v-3.04A7 7 0 0 0 19 12V8.25h1a.75.75 0 0 0 0-1.5H4a.75.75 0 1 0 0 1.5h1V12a7 7 0 0 0 6.25 6.96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 1.25A.75.75 0 0 1 9.5 2v3.75H8V2a.75.75 0 0 1 .75-.75m6.5 0A.75.75 0 0 1 16 2v3.75h-1.5V2a.75.75 0 0 1 .75-.75m-4 17.71V22a.75.75 0 0 0 1.5 0v-3.04A7 7 0 0 0 19 12V8.25h1a.75.75 0 0 0 0-1.5H4a.75.75 0 1 0 0 1.5h1V12a7 7 0 0 0 6.25 6.96"/></svg>
</template>

CSS

.icon-plug-filled {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.75%201.25A.75.75%200%200%201%209.5%202v3.75H8V2a.75.75%200%200%201%20.75-.75m6.5%200A.75.75%200%200%201%2016%202v3.75h-1.5V2a.75.75%200%200%201%20.75-.75m-4%2017.71V22a.75.75%200%200%200%201.5%200v-3.04A7%207%200%200%200%2019%2012V8.25h1a.75.75%200%200%200%200-1.5H4a.75.75%200%201%200%200%201.5h1V12a7%207%200%200%200%206.25%206.96%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.75%201.25A.75.75%200%200%201%209.5%202v3.75H8V2a.75.75%200%200%201%20.75-.75m6.5%200A.75.75%200%200%201%2016%202v3.75h-1.5V2a.75.75%200%200%201%20.75-.75m-4%2017.71V22a.75.75%200%200%200%201.5%200v-3.04A7%207%200%200%200%2019%2012V8.25h1a.75.75%200%200%200%200-1.5H4a.75.75%200%201%200%200%201.5h1V12a7%207%200%200%200%206.25%206.96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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