wireless charge icon
wireless-charge-linear from Solar by 480 Design · Linear · Devices · CC-BY-4.0 Attribution required.
- Name
- wireless-charge-linear
- Set
- Solar
- Style
- Linear
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
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.0646 17.9997C16.4827 18.0354 20.0354 14.4827 19.9997 10.0646C19.9641 5.64642 16.3536 2.03592 11.9354 2.00027C7.51731 1.96461 3.96461 5.51731 4.00027 9.93545C4.03592 14.3536 7.64642 17.9641 12.0646 17.9997Z"/><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"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWirelessChargeLinear(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.0646 17.9997C16.4827 18.0354 20.0354 14.4827 19.9997 10.0646C19.9641 5.64642 16.3536 2.03592 11.9354 2.00027C7.51731 1.96461 3.96461 5.51731 4.00027 9.93545C4.03592 14.3536 7.64642 17.9641 12.0646 17.9997Z"/><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"/></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.0646 17.9997C16.4827 18.0354 20.0354 14.4827 19.9997 10.0646C19.9641 5.64642 16.3536 2.03592 11.9354 2.00027C7.51731 1.96461 3.96461 5.51731 4.00027 9.93545C4.03592 14.3536 7.64642 17.9641 12.0646 17.9997Z"/><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"/></g></svg> </template>
CSS
.icon-wireless-charge-linear {
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.0646%2017.9997C16.4827%2018.0354%2020.0354%2014.4827%2019.9997%2010.0646C19.9641%205.64642%2016.3536%202.03592%2011.9354%202.00027C7.51731%201.96461%203.96461%205.51731%204.00027%209.93545C4.03592%2014.3536%207.64642%2017.9641%2012.0646%2017.9997Z%22%2F%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%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.0646%2017.9997C16.4827%2018.0354%2020.0354%2014.4827%2019.9997%2010.0646C19.9641%205.64642%2016.3536%202.03592%2011.9354%202.00027C7.51731%201.96461%203.96461%205.51731%204.00027%209.93545C4.03592%2014.3536%207.64642%2017.9641%2012.0646%2017.9997Z%22%2F%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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/wireless-charge-linear.svg?color=%231a73e8&size=48