wireless charge icon

wireless-charge-broken from Solar by 480 Design · Broken · Devices · CC-BY-4.0 Attribution required.

Name
wireless-charge-broken
Set
Solar
Style
Broken
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

Use the wireless charge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M12 21V22"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.8571 7L10 10H14L11.1429 13"/><path d="M13.5 18V19.5C13.5 19.9659 13.5 20.1989 13.4239 20.3827C13.3224 20.6277 13.1277 20.8224 12.8827 20.9239C12.6989 21 12.4659 21 12 21C11.5341 21 11.3011 21 11.1173 20.9239C10.8723 20.8224 10.6776 20.6277 10.5761 20.3827C10.5 20.1989 10.5 19.9659 10.5 19.5V18"/><path stroke-linecap="round" d="M4.58152 7C4.20651 7.92643 4 8.9391 4 10C4 14.4183 7.58172 18 12 18C16.4183 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C10.9391 2 9.92643 2.20651 9 2.58152"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWirelessChargeBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M12 21V22"/><path strokeLinecap="round" strokeLinejoin="round" d="M12.8571 7L10 10H14L11.1429 13"/><path d="M13.5 18V19.5C13.5 19.9659 13.5 20.1989 13.4239 20.3827C13.3224 20.6277 13.1277 20.8224 12.8827 20.9239C12.6989 21 12.4659 21 12 21C11.5341 21 11.3011 21 11.1173 20.9239C10.8723 20.8224 10.6776 20.6277 10.5761 20.3827C10.5 20.1989 10.5 19.9659 10.5 19.5V18"/><path strokeLinecap="round" d="M4.58152 7C4.20651 7.92643 4 8.9391 4 10C4 14.4183 7.58172 18 12 18C16.4183 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C10.9391 2 9.92643 2.20651 9 2.58152"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M12 21V22"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.8571 7L10 10H14L11.1429 13"/><path d="M13.5 18V19.5C13.5 19.9659 13.5 20.1989 13.4239 20.3827C13.3224 20.6277 13.1277 20.8224 12.8827 20.9239C12.6989 21 12.4659 21 12 21C11.5341 21 11.3011 21 11.1173 20.9239C10.8723 20.8224 10.6776 20.6277 10.5761 20.3827C10.5 20.1989 10.5 19.9659 10.5 19.5V18"/><path stroke-linecap="round" d="M4.58152 7C4.20651 7.92643 4 8.9391 4 10C4 14.4183 7.58172 18 12 18C16.4183 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C10.9391 2 9.92643 2.20651 9 2.58152"/></g></svg>
</template>

CSS

.icon-wireless-charge-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2021V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.8571%207L10%2010H14L11.1429%2013%22%2F%3E%3Cpath%20d%3D%22M13.5%2018V19.5C13.5%2019.9659%2013.5%2020.1989%2013.4239%2020.3827C13.3224%2020.6277%2013.1277%2020.8224%2012.8827%2020.9239C12.6989%2021%2012.4659%2021%2012%2021C11.5341%2021%2011.3011%2021%2011.1173%2020.9239C10.8723%2020.8224%2010.6776%2020.6277%2010.5761%2020.3827C10.5%2020.1989%2010.5%2019.9659%2010.5%2019.5V18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.58152%207C4.20651%207.92643%204%208.9391%204%2010C4%2014.4183%207.58172%2018%2012%2018C16.4183%2018%2020%2014.4183%2020%2010C20%205.58172%2016.4183%202%2012%202C10.9391%202%209.92643%202.20651%209%202.58152%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2021V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.8571%207L10%2010H14L11.1429%2013%22%2F%3E%3Cpath%20d%3D%22M13.5%2018V19.5C13.5%2019.9659%2013.5%2020.1989%2013.4239%2020.3827C13.3224%2020.6277%2013.1277%2020.8224%2012.8827%2020.9239C12.6989%2021%2012.4659%2021%2012%2021C11.5341%2021%2011.3011%2021%2011.1173%2020.9239C10.8723%2020.8224%2010.6776%2020.6277%2010.5761%2020.3827C10.5%2020.1989%2010.5%2019.9659%2010.5%2019.5V18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.58152%207C4.20651%207.92643%204%208.9391%204%2010C4%2014.4183%207.58172%2018%2012%2018C16.4183%2018%2020%2014.4183%2020%2010C20%205.58172%2016.4183%202%2012%202C10.9391%202%209.92643%202.20651%209%202.58152%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/wireless-charge-broken.svg?color=%231a73e8&size=48