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

Name
power-plug-rounded
Set
Material Symbols Light
Style
Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the power plug icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.27 19.192v-1.846l-2.791-2.79q-.218-.217-.348-.518T7 13.406V9.62q0-.668.475-1.144T8.615 8h1.231l-.5.5v-4q0-.213.144-.356Q9.634 4 9.847 4t.356.144t.143.356V8h3.308V4.5q0-.213.144-.356T14.155 4t.356.144t.143.356v4l-.5-.5h1.23q.667 0 1.142.476T17 9.619v3.786q0 .324-.13.629q-.132.305-.349.522l-2.79 2.79v1.846q0 .344-.232.576t-.576.232h-1.846q-.343 0-.575-.232t-.233-.576"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPowerPlugRounded(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="M10.27 19.192v-1.846l-2.791-2.79q-.218-.217-.348-.518T7 13.406V9.62q0-.668.475-1.144T8.615 8h1.231l-.5.5v-4q0-.213.144-.356Q9.634 4 9.847 4t.356.144t.143.356V8h3.308V4.5q0-.213.144-.356T14.155 4t.356.144t.143.356v4l-.5-.5h1.23q.667 0 1.142.476T17 9.619v3.786q0 .324-.13.629q-.132.305-.349.522l-2.79 2.79v1.846q0 .344-.232.576t-.576.232h-1.846q-.343 0-.575-.232t-.233-.576"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.27 19.192v-1.846l-2.791-2.79q-.218-.217-.348-.518T7 13.406V9.62q0-.668.475-1.144T8.615 8h1.231l-.5.5v-4q0-.213.144-.356Q9.634 4 9.847 4t.356.144t.143.356V8h3.308V4.5q0-.213.144-.356T14.155 4t.356.144t.143.356v4l-.5-.5h1.23q.667 0 1.142.476T17 9.619v3.786q0 .324-.13.629q-.132.305-.349.522l-2.79 2.79v1.846q0 .344-.232.576t-.576.232h-1.846q-.343 0-.575-.232t-.233-.576"/></svg>
</template>

CSS

.icon-power-plug-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%22M10.27%2019.192v-1.846l-2.791-2.79q-.218-.217-.348-.518T7%2013.406V9.62q0-.668.475-1.144T8.615%208h1.231l-.5.5v-4q0-.213.144-.356Q9.634%204%209.847%204t.356.144t.143.356V8h3.308V4.5q0-.213.144-.356T14.155%204t.356.144t.143.356v4l-.5-.5h1.23q.667%200%201.142.476T17%209.619v3.786q0%20.324-.13.629q-.132.305-.349.522l-2.79%202.79v1.846q0%20.344-.232.576t-.576.232h-1.846q-.343%200-.575-.232t-.233-.576%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%22M10.27%2019.192v-1.846l-2.791-2.79q-.218-.217-.348-.518T7%2013.406V9.62q0-.668.475-1.144T8.615%208h1.231l-.5.5v-4q0-.213.144-.356Q9.634%204%209.847%204t.356.144t.143.356V8h3.308V4.5q0-.213.144-.356T14.155%204t.356.144t.143.356v4l-.5-.5h1.23q.667%200%201.142.476T17%209.619v3.786q0%20.324-.13.629q-.132.305-.349.522l-2.79%202.79v1.846q0%20.344-.232.576t-.576.232h-1.846q-.343%200-.575-.232t-.233-.576%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Power Plug rounded icon — Material Symbols Light · IconsDB