power-socket-eu from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
power-socket-eu
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
plug-socket-eu, power-socket-europe

More home automation icons from Material Design Icons

Use the power socket eu icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 10.5A1.5 1.5 0 0 1 9 12a1.5 1.5 0 0 1-1.5 1.5c-.84 0-1.5-.67-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5m9 0A1.5 1.5 0 0 1 18 12a1.5 1.5 0 0 1-1.5 1.5A1.5 1.5 0 0 1 15 12a1.5 1.5 0 0 1 1.5-1.5M4.22 2h15.56C21 2 22 3 22 4.22v15.56A2.22 2.22 0 0 1 19.78 22H4.22C3 22 2 21 2 19.78V4.22A2.22 2.22 0 0 1 4.22 2M12 4a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8a8 8 0 0 0-8-8"/></svg>

React

import type { SVGProps } from "react";

export function MdiPowerSocketEu(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="M7.5 10.5A1.5 1.5 0 0 1 9 12a1.5 1.5 0 0 1-1.5 1.5c-.84 0-1.5-.67-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5m9 0A1.5 1.5 0 0 1 18 12a1.5 1.5 0 0 1-1.5 1.5A1.5 1.5 0 0 1 15 12a1.5 1.5 0 0 1 1.5-1.5M4.22 2h15.56C21 2 22 3 22 4.22v15.56A2.22 2.22 0 0 1 19.78 22H4.22C3 22 2 21 2 19.78V4.22A2.22 2.22 0 0 1 4.22 2M12 4a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8a8 8 0 0 0-8-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 10.5A1.5 1.5 0 0 1 9 12a1.5 1.5 0 0 1-1.5 1.5c-.84 0-1.5-.67-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5m9 0A1.5 1.5 0 0 1 18 12a1.5 1.5 0 0 1-1.5 1.5A1.5 1.5 0 0 1 15 12a1.5 1.5 0 0 1 1.5-1.5M4.22 2h15.56C21 2 22 3 22 4.22v15.56A2.22 2.22 0 0 1 19.78 22H4.22C3 22 2 21 2 19.78V4.22A2.22 2.22 0 0 1 4.22 2M12 4a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8a8 8 0 0 0-8-8"/></svg>
</template>

CSS

.icon-power-socket-eu {
  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%22M7.5%2010.5A1.5%201.5%200%200%201%209%2012a1.5%201.5%200%200%201-1.5%201.5c-.84%200-1.5-.67-1.5-1.5a1.5%201.5%200%200%201%201.5-1.5m9%200A1.5%201.5%200%200%201%2018%2012a1.5%201.5%200%200%201-1.5%201.5A1.5%201.5%200%200%201%2015%2012a1.5%201.5%200%200%201%201.5-1.5M4.22%202h15.56C21%202%2022%203%2022%204.22v15.56A2.22%202.22%200%200%201%2019.78%2022H4.22C3%2022%202%2021%202%2019.78V4.22A2.22%202.22%200%200%201%204.22%202M12%204a8%208%200%200%200-8%208a8%208%200%200%200%208%208a8%208%200%200%200%208-8a8%208%200%200%200-8-8%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%22M7.5%2010.5A1.5%201.5%200%200%201%209%2012a1.5%201.5%200%200%201-1.5%201.5c-.84%200-1.5-.67-1.5-1.5a1.5%201.5%200%200%201%201.5-1.5m9%200A1.5%201.5%200%200%201%2018%2012a1.5%201.5%200%200%201-1.5%201.5A1.5%201.5%200%200%201%2015%2012a1.5%201.5%200%200%201%201.5-1.5M4.22%202h15.56C21%202%2022%203%2022%204.22v15.56A2.22%202.22%200%200%201%2019.78%2022H4.22C3%2022%202%2021%202%2019.78V4.22A2.22%202.22%200%200%201%204.22%202M12%204a8%208%200%200%200-8%208a8%208%200%200%200%208%208a8%208%200%200%200%208-8a8%208%200%200%200-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/power-socket-eu.svg?color=%231a73e8&size=48