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

Name
power-socket-au
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
plug-socket-au, power-socket-ar, power-socket-argentina, power-socket-australia, power-socket-china, power-socket-cn, power-socket-new-zealand, power-socket-nz, power-socket-papua-new-guinea, power-socket-pg, power-socket-type-i

More home automation icons from Material Design Icons

Use the power socket au icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.22 2A2.22 2.22 0 0 0 2 4.22v15.56C2 21 3 22 4.22 22h15.56A2.22 2.22 0 0 0 22 19.78V4.22C22 3 21 2 19.78 2zM12 4a8 8 0 0 1 8 8a8 8 0 0 1-8 8a8 8 0 0 1-8-8a8 8 0 0 1 8-8M8.27 7.54l-2 3.46L8 12l2-3.46zm7.46 0l-1.73 1L16 12l1.73-1zM11 14v4h2v-4z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPowerSocketAu(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="M4.22 2A2.22 2.22 0 0 0 2 4.22v15.56C2 21 3 22 4.22 22h15.56A2.22 2.22 0 0 0 22 19.78V4.22C22 3 21 2 19.78 2zM12 4a8 8 0 0 1 8 8a8 8 0 0 1-8 8a8 8 0 0 1-8-8a8 8 0 0 1 8-8M8.27 7.54l-2 3.46L8 12l2-3.46zm7.46 0l-1.73 1L16 12l1.73-1zM11 14v4h2v-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.22 2A2.22 2.22 0 0 0 2 4.22v15.56C2 21 3 22 4.22 22h15.56A2.22 2.22 0 0 0 22 19.78V4.22C22 3 21 2 19.78 2zM12 4a8 8 0 0 1 8 8a8 8 0 0 1-8 8a8 8 0 0 1-8-8a8 8 0 0 1 8-8M8.27 7.54l-2 3.46L8 12l2-3.46zm7.46 0l-1.73 1L16 12l1.73-1zM11 14v4h2v-4z"/></svg>
</template>

CSS

.icon-power-socket-au {
  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%22M4.22%202A2.22%202.22%200%200%200%202%204.22v15.56C2%2021%203%2022%204.22%2022h15.56A2.22%202.22%200%200%200%2022%2019.78V4.22C22%203%2021%202%2019.78%202zM12%204a8%208%200%200%201%208%208a8%208%200%200%201-8%208a8%208%200%200%201-8-8a8%208%200%200%201%208-8M8.27%207.54l-2%203.46L8%2012l2-3.46zm7.46%200l-1.73%201L16%2012l1.73-1zM11%2014v4h2v-4z%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%22M4.22%202A2.22%202.22%200%200%200%202%204.22v15.56C2%2021%203%2022%204.22%2022h15.56A2.22%202.22%200%200%200%2022%2019.78V4.22C22%203%2021%202%2019.78%202zM12%204a8%208%200%200%201%208%208a8%208%200%200%201-8%208a8%208%200%200%201-8-8a8%208%200%200%201%208-8M8.27%207.54l-2%203.46L8%2012l2-3.46zm7.46%200l-1.73%201L16%2012l1.73-1zM11%2014v4h2v-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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