current-ac from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
current-ac
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
alternating-current

Related icons in Material Design Icons

Use the current ac icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.43 11C12.28 10.84 10 7 7 7s-4.68 3.18-5 4v2h9.57c.15.16 2.43 4 5.43 4s4.68-3.18 5-4v-2zM7 9c1.17 0 2.18.85 3 2H4.31c.47-.83 1.23-2 2.69-2m10 6c-1.17 0-2.18-.85-3-2h5.69c-.47.83-1.23 2-2.69 2"/></svg>

React

import type { SVGProps } from "react";

export function MdiCurrentAc(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="M12.43 11C12.28 10.84 10 7 7 7s-4.68 3.18-5 4v2h9.57c.15.16 2.43 4 5.43 4s4.68-3.18 5-4v-2zM7 9c1.17 0 2.18.85 3 2H4.31c.47-.83 1.23-2 2.69-2m10 6c-1.17 0-2.18-.85-3-2h5.69c-.47.83-1.23 2-2.69 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.43 11C12.28 10.84 10 7 7 7s-4.68 3.18-5 4v2h9.57c.15.16 2.43 4 5.43 4s4.68-3.18 5-4v-2zM7 9c1.17 0 2.18.85 3 2H4.31c.47-.83 1.23-2 2.69-2m10 6c-1.17 0-2.18-.85-3-2h5.69c-.47.83-1.23 2-2.69 2"/></svg>
</template>

CSS

.icon-current-ac {
  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%22M12.43%2011C12.28%2010.84%2010%207%207%207s-4.68%203.18-5%204v2h9.57c.15.16%202.43%204%205.43%204s4.68-3.18%205-4v-2zM7%209c1.17%200%202.18.85%203%202H4.31c.47-.83%201.23-2%202.69-2m10%206c-1.17%200-2.18-.85-3-2h5.69c-.47.83-1.23%202-2.69%202%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%22M12.43%2011C12.28%2010.84%2010%207%207%207s-4.68%203.18-5%204v2h9.57c.15.16%202.43%204%205.43%204s4.68-3.18%205-4v-2zM7%209c1.17%200%202.18.85%203%202H4.31c.47-.83%201.23-2%202.69-2m10%206c-1.17%200-2.18-.85-3-2h5.69c-.47.83-1.23%202-2.69%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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