wireless charging icon

wireless-charging-line from Remix Icon by Remix Design · Line · Device · Apache-2.0 Free for personal and commercial use.

Name
wireless-charging-line
Set
Remix Icon
Style
Line
Category
Device
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More device icons from Remix Icon

Use the wireless charging icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.929 4.929l1.414 1.414A7.98 7.98 0 0 0 3 12c0 2.21.895 4.21 2.343 5.657L3.93 19.07A9.97 9.97 0 0 1 1 12.001a9.97 9.97 0 0 1 2.929-7.072m16.142 0A9.97 9.97 0 0 1 23 12a9.97 9.97 0 0 1-2.929 7.071l-1.414-1.414A7.98 7.98 0 0 0 21 12a7.98 7.98 0 0 0-2.342-5.656zM13 5v6h3l-5 8v-6H8zM6.757 7.757l1.415 1.415A4 4 0 0 0 7 12c0 1.105.448 2.105 1.172 2.829l-1.415 1.414A5.98 5.98 0 0 1 5 12c0-1.657.672-3.157 1.757-4.243m10.487.001A5.98 5.98 0 0 1 19 12a5.98 5.98 0 0 1-1.757 4.243l-1.415-1.414A4 4 0 0 0 17 12a4 4 0 0 0-1.17-2.827z"/></svg>

React

import type { SVGProps } from "react";

export function RiWirelessChargingLine(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="m3.929 4.929l1.414 1.414A7.98 7.98 0 0 0 3 12c0 2.21.895 4.21 2.343 5.657L3.93 19.07A9.97 9.97 0 0 1 1 12.001a9.97 9.97 0 0 1 2.929-7.072m16.142 0A9.97 9.97 0 0 1 23 12a9.97 9.97 0 0 1-2.929 7.071l-1.414-1.414A7.98 7.98 0 0 0 21 12a7.98 7.98 0 0 0-2.342-5.656zM13 5v6h3l-5 8v-6H8zM6.757 7.757l1.415 1.415A4 4 0 0 0 7 12c0 1.105.448 2.105 1.172 2.829l-1.415 1.414A5.98 5.98 0 0 1 5 12c0-1.657.672-3.157 1.757-4.243m10.487.001A5.98 5.98 0 0 1 19 12a5.98 5.98 0 0 1-1.757 4.243l-1.415-1.414A4 4 0 0 0 17 12a4 4 0 0 0-1.17-2.827z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.929 4.929l1.414 1.414A7.98 7.98 0 0 0 3 12c0 2.21.895 4.21 2.343 5.657L3.93 19.07A9.97 9.97 0 0 1 1 12.001a9.97 9.97 0 0 1 2.929-7.072m16.142 0A9.97 9.97 0 0 1 23 12a9.97 9.97 0 0 1-2.929 7.071l-1.414-1.414A7.98 7.98 0 0 0 21 12a7.98 7.98 0 0 0-2.342-5.656zM13 5v6h3l-5 8v-6H8zM6.757 7.757l1.415 1.415A4 4 0 0 0 7 12c0 1.105.448 2.105 1.172 2.829l-1.415 1.414A5.98 5.98 0 0 1 5 12c0-1.657.672-3.157 1.757-4.243m10.487.001A5.98 5.98 0 0 1 19 12a5.98 5.98 0 0 1-1.757 4.243l-1.415-1.414A4 4 0 0 0 17 12a4 4 0 0 0-1.17-2.827z"/></svg>
</template>

CSS

.icon-wireless-charging-line {
  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%22m3.929%204.929l1.414%201.414A7.98%207.98%200%200%200%203%2012c0%202.21.895%204.21%202.343%205.657L3.93%2019.07A9.97%209.97%200%200%201%201%2012.001a9.97%209.97%200%200%201%202.929-7.072m16.142%200A9.97%209.97%200%200%201%2023%2012a9.97%209.97%200%200%201-2.929%207.071l-1.414-1.414A7.98%207.98%200%200%200%2021%2012a7.98%207.98%200%200%200-2.342-5.656zM13%205v6h3l-5%208v-6H8zM6.757%207.757l1.415%201.415A4%204%200%200%200%207%2012c0%201.105.448%202.105%201.172%202.829l-1.415%201.414A5.98%205.98%200%200%201%205%2012c0-1.657.672-3.157%201.757-4.243m10.487.001A5.98%205.98%200%200%201%2019%2012a5.98%205.98%200%200%201-1.757%204.243l-1.415-1.414A4%204%200%200%200%2017%2012a4%204%200%200%200-1.17-2.827z%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%22m3.929%204.929l1.414%201.414A7.98%207.98%200%200%200%203%2012c0%202.21.895%204.21%202.343%205.657L3.93%2019.07A9.97%209.97%200%200%201%201%2012.001a9.97%209.97%200%200%201%202.929-7.072m16.142%200A9.97%209.97%200%200%201%2023%2012a9.97%209.97%200%200%201-2.929%207.071l-1.414-1.414A7.98%207.98%200%200%200%2021%2012a7.98%207.98%200%200%200-2.342-5.656zM13%205v6h3l-5%208v-6H8zM6.757%207.757l1.415%201.415A4%204%200%200%200%207%2012c0%201.105.448%202.105%201.172%202.829l-1.415%201.414A5.98%205.98%200%200%201%205%2012c0-1.657.672-3.157%201.757-4.243m10.487.001A5.98%205.98%200%200%201%2019%2012a5.98%205.98%200%200%201-1.757%204.243l-1.415-1.414A4%204%200%200%200%2017%2012a4%204%200%200%200-1.17-2.827z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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