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

Name
power-socket-us
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
plug-socket-us, power-socket-ca, power-socket-canada, power-socket-japan, power-socket-mexico, power-socket-mx, power-socket-type-b, power-socket-united-states

More home automation icons from Material Design Icons

Use the power socket us icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 7h2v5H8zM4.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-8m2 3.5h2v4h-2zm-3.5 8.75a1.5 1.5 0 0 1 1.5-1.5a1.5 1.5 0 0 1 1.5 1.5V17h-3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPowerSocketUs(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 7h2v5H8zM4.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-8m2 3.5h2v4h-2zm-3.5 8.75a1.5 1.5 0 0 1 1.5-1.5a1.5 1.5 0 0 1 1.5 1.5V17h-3z"/></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 7h2v5H8zM4.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-8m2 3.5h2v4h-2zm-3.5 8.75a1.5 1.5 0 0 1 1.5-1.5a1.5 1.5 0 0 1 1.5 1.5V17h-3z"/></svg>
</template>

CSS

.icon-power-socket-us {
  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%207h2v5H8zM4.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-8m2%203.5h2v4h-2zm-3.5%208.75a1.5%201.5%200%200%201%201.5-1.5a1.5%201.5%200%200%201%201.5%201.5V17h-3z%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%207h2v5H8zM4.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-8m2%203.5h2v4h-2zm-3.5%208.75a1.5%201.5%200%200%201%201.5-1.5a1.5%201.5%200%200%201%201.5%201.5V17h-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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