plug-connect-outline-rounded from Material Symbols by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
plug-connect-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the plug connect icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 16v-3H2q-.425 0-.712-.288T1 12t.288-.712T2 11h1V8q0-1.25.875-2.125T6 5h1q0-.425.288-.712T8 4t.713.288T9 5v14q0 .425-.288.713T8 20t-.712-.288T7 19H6q-1.25 0-2.125-.875T3 16m3 1h1V7H6q-.425 0-.712.288T5 8v8q0 .425.288.713T6 17m15-1q0 1.25-.875 2.125T18 19h-1q0 .425-.288.713T16 20t-.712-.288T15 19v-3h-3q-.425 0-.712-.288T11 15t.288-.712T12 14h3v-4h-3q-.425 0-.712-.288T11 9t.288-.712T12 8h3V5q0-.425.288-.712T16 4t.713.288T17 5h1q1.25 0 2.125.875T21 8v3h1q.425 0 .713.288T23 12t-.288.713T22 13h-1zm-4 1h1q.425 0 .713-.288T19 16V8q0-.425-.288-.712T18 7h-1zm0-5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPlugConnectOutlineRounded(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="M3 16v-3H2q-.425 0-.712-.288T1 12t.288-.712T2 11h1V8q0-1.25.875-2.125T6 5h1q0-.425.288-.712T8 4t.713.288T9 5v14q0 .425-.288.713T8 20t-.712-.288T7 19H6q-1.25 0-2.125-.875T3 16m3 1h1V7H6q-.425 0-.712.288T5 8v8q0 .425.288.713T6 17m15-1q0 1.25-.875 2.125T18 19h-1q0 .425-.288.713T16 20t-.712-.288T15 19v-3h-3q-.425 0-.712-.288T11 15t.288-.712T12 14h3v-4h-3q-.425 0-.712-.288T11 9t.288-.712T12 8h3V5q0-.425.288-.712T16 4t.713.288T17 5h1q1.25 0 2.125.875T21 8v3h1q.425 0 .713.288T23 12t-.288.713T22 13h-1zm-4 1h1q.425 0 .713-.288T19 16V8q0-.425-.288-.712T18 7h-1zm0-5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 16v-3H2q-.425 0-.712-.288T1 12t.288-.712T2 11h1V8q0-1.25.875-2.125T6 5h1q0-.425.288-.712T8 4t.713.288T9 5v14q0 .425-.288.713T8 20t-.712-.288T7 19H6q-1.25 0-2.125-.875T3 16m3 1h1V7H6q-.425 0-.712.288T5 8v8q0 .425.288.713T6 17m15-1q0 1.25-.875 2.125T18 19h-1q0 .425-.288.713T16 20t-.712-.288T15 19v-3h-3q-.425 0-.712-.288T11 15t.288-.712T12 14h3v-4h-3q-.425 0-.712-.288T11 9t.288-.712T12 8h3V5q0-.425.288-.712T16 4t.713.288T17 5h1q1.25 0 2.125.875T21 8v3h1q.425 0 .713.288T23 12t-.288.713T22 13h-1zm-4 1h1q.425 0 .713-.288T19 16V8q0-.425-.288-.712T18 7h-1zm0-5"/></svg>
</template>

CSS

.icon-plug-connect-outline-rounded {
  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%22M3%2016v-3H2q-.425%200-.712-.288T1%2012t.288-.712T2%2011h1V8q0-1.25.875-2.125T6%205h1q0-.425.288-.712T8%204t.713.288T9%205v14q0%20.425-.288.713T8%2020t-.712-.288T7%2019H6q-1.25%200-2.125-.875T3%2016m3%201h1V7H6q-.425%200-.712.288T5%208v8q0%20.425.288.713T6%2017m15-1q0%201.25-.875%202.125T18%2019h-1q0%20.425-.288.713T16%2020t-.712-.288T15%2019v-3h-3q-.425%200-.712-.288T11%2015t.288-.712T12%2014h3v-4h-3q-.425%200-.712-.288T11%209t.288-.712T12%208h3V5q0-.425.288-.712T16%204t.713.288T17%205h1q1.25%200%202.125.875T21%208v3h1q.425%200%20.713.288T23%2012t-.288.713T22%2013h-1zm-4%201h1q.425%200%20.713-.288T19%2016V8q0-.425-.288-.712T18%207h-1zm0-5%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%22M3%2016v-3H2q-.425%200-.712-.288T1%2012t.288-.712T2%2011h1V8q0-1.25.875-2.125T6%205h1q0-.425.288-.712T8%204t.713.288T9%205v14q0%20.425-.288.713T8%2020t-.712-.288T7%2019H6q-1.25%200-2.125-.875T3%2016m3%201h1V7H6q-.425%200-.712.288T5%208v8q0%20.425.288.713T6%2017m15-1q0%201.25-.875%202.125T18%2019h-1q0%20.425-.288.713T16%2020t-.712-.288T15%2019v-3h-3q-.425%200-.712-.288T11%2015t.288-.712T12%2014h3v-4h-3q-.425%200-.712-.288T11%209t.288-.712T12%208h3V5q0-.425.288-.712T16%204t.713.288T17%205h1q1.25%200%202.125.875T21%208v3h1q.425%200%20.713.288T23%2012t-.288.713T22%2013h-1zm-4%201h1q.425%200%20.713-.288T19%2016V8q0-.425-.288-.712T18%207h-1zm0-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/plug-connect-outline-rounded.svg?color=%231a73e8&size=48