wireless charge icon
wireless-charge from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- wireless-charge
- Set
- Reicon
- Style
- Outline
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More devices icons from Reicon
Use the wireless charge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.93 2.75a7.096 7.096 0 0 0-7.18 7.18c.033 4.008 3.312 7.287 7.32 7.32c4 .032 7.212-3.18 7.18-7.18c-.033-4.008-3.312-7.287-7.32-7.32M3.25 9.942a8.596 8.596 0 0 1 8.692-8.692c4.827.04 8.769 3.98 8.808 8.809a8.594 8.594 0 0 1-6.5 8.431v1.032c0 .214 0 .41-.011.576c-.012.178-.04.373-.122.572a1.75 1.75 0 0 1-.947.947c-.144.06-.285.09-.42.107V22a.75.75 0 0 1-1.5 0v-.276a1.6 1.6 0 0 1-.42-.107a1.75 1.75 0 0 1-.947-.947a1.8 1.8 0 0 1-.122-.572c-.011-.165-.011-.362-.011-.576v-1.098c-3.716-1.041-6.467-4.453-6.5-8.482m8 8.764v.794c0 .243 0 .388.008.496c.004.067.01.095.012.103a.25.25 0 0 0 .131.13a1 1 0 0 0 .103.013c.108.008.253.008.496.008s.388 0 .496-.008a1 1 0 0 0 .103-.012a.25.25 0 0 0 .13-.131a1 1 0 0 0 .013-.103c.008-.108.008-.253.008-.496v-.772a9 9 0 0 1-1.5-.022m2.124-12.25a.75.75 0 0 1 .026 1.061L11.75 9.25H14a.75.75 0 0 1 .543 1.267l-2.857 3a.75.75 0 1 1-1.086-1.034l1.65-1.733H10a.75.75 0 0 1-.543-1.267l2.857-3a.75.75 0 0 1 1.06-.026" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconWirelessCharge(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" fillRule="evenodd" d="M11.93 2.75a7.096 7.096 0 0 0-7.18 7.18c.033 4.008 3.312 7.287 7.32 7.32c4 .032 7.212-3.18 7.18-7.18c-.033-4.008-3.312-7.287-7.32-7.32M3.25 9.942a8.596 8.596 0 0 1 8.692-8.692c4.827.04 8.769 3.98 8.808 8.809a8.594 8.594 0 0 1-6.5 8.431v1.032c0 .214 0 .41-.011.576c-.012.178-.04.373-.122.572a1.75 1.75 0 0 1-.947.947c-.144.06-.285.09-.42.107V22a.75.75 0 0 1-1.5 0v-.276a1.6 1.6 0 0 1-.42-.107a1.75 1.75 0 0 1-.947-.947a1.8 1.8 0 0 1-.122-.572c-.011-.165-.011-.362-.011-.576v-1.098c-3.716-1.041-6.467-4.453-6.5-8.482m8 8.764v.794c0 .243 0 .388.008.496c.004.067.01.095.012.103a.25.25 0 0 0 .131.13a1 1 0 0 0 .103.013c.108.008.253.008.496.008s.388 0 .496-.008a1 1 0 0 0 .103-.012a.25.25 0 0 0 .13-.131a1 1 0 0 0 .013-.103c.008-.108.008-.253.008-.496v-.772a9 9 0 0 1-1.5-.022m2.124-12.25a.75.75 0 0 1 .026 1.061L11.75 9.25H14a.75.75 0 0 1 .543 1.267l-2.857 3a.75.75 0 1 1-1.086-1.034l1.65-1.733H10a.75.75 0 0 1-.543-1.267l2.857-3a.75.75 0 0 1 1.06-.026" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.93 2.75a7.096 7.096 0 0 0-7.18 7.18c.033 4.008 3.312 7.287 7.32 7.32c4 .032 7.212-3.18 7.18-7.18c-.033-4.008-3.312-7.287-7.32-7.32M3.25 9.942a8.596 8.596 0 0 1 8.692-8.692c4.827.04 8.769 3.98 8.808 8.809a8.594 8.594 0 0 1-6.5 8.431v1.032c0 .214 0 .41-.011.576c-.012.178-.04.373-.122.572a1.75 1.75 0 0 1-.947.947c-.144.06-.285.09-.42.107V22a.75.75 0 0 1-1.5 0v-.276a1.6 1.6 0 0 1-.42-.107a1.75 1.75 0 0 1-.947-.947a1.8 1.8 0 0 1-.122-.572c-.011-.165-.011-.362-.011-.576v-1.098c-3.716-1.041-6.467-4.453-6.5-8.482m8 8.764v.794c0 .243 0 .388.008.496c.004.067.01.095.012.103a.25.25 0 0 0 .131.13a1 1 0 0 0 .103.013c.108.008.253.008.496.008s.388 0 .496-.008a1 1 0 0 0 .103-.012a.25.25 0 0 0 .13-.131a1 1 0 0 0 .013-.103c.008-.108.008-.253.008-.496v-.772a9 9 0 0 1-1.5-.022m2.124-12.25a.75.75 0 0 1 .026 1.061L11.75 9.25H14a.75.75 0 0 1 .543 1.267l-2.857 3a.75.75 0 1 1-1.086-1.034l1.65-1.733H10a.75.75 0 0 1-.543-1.267l2.857-3a.75.75 0 0 1 1.06-.026" clip-rule="evenodd"/></svg> </template>
CSS
.icon-wireless-charge {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.93%202.75a7.096%207.096%200%200%200-7.18%207.18c.033%204.008%203.312%207.287%207.32%207.32c4%20.032%207.212-3.18%207.18-7.18c-.033-4.008-3.312-7.287-7.32-7.32M3.25%209.942a8.596%208.596%200%200%201%208.692-8.692c4.827.04%208.769%203.98%208.808%208.809a8.594%208.594%200%200%201-6.5%208.431v1.032c0%20.214%200%20.41-.011.576c-.012.178-.04.373-.122.572a1.75%201.75%200%200%201-.947.947c-.144.06-.285.09-.42.107V22a.75.75%200%200%201-1.5%200v-.276a1.6%201.6%200%200%201-.42-.107a1.75%201.75%200%200%201-.947-.947a1.8%201.8%200%200%201-.122-.572c-.011-.165-.011-.362-.011-.576v-1.098c-3.716-1.041-6.467-4.453-6.5-8.482m8%208.764v.794c0%20.243%200%20.388.008.496c.004.067.01.095.012.103a.25.25%200%200%200%20.131.13a1%201%200%200%200%20.103.013c.108.008.253.008.496.008s.388%200%20.496-.008a1%201%200%200%200%20.103-.012a.25.25%200%200%200%20.13-.131a1%201%200%200%200%20.013-.103c.008-.108.008-.253.008-.496v-.772a9%209%200%200%201-1.5-.022m2.124-12.25a.75.75%200%200%201%20.026%201.061L11.75%209.25H14a.75.75%200%200%201%20.543%201.267l-2.857%203a.75.75%200%201%201-1.086-1.034l1.65-1.733H10a.75.75%200%200%201-.543-1.267l2.857-3a.75.75%200%200%201%201.06-.026%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.93%202.75a7.096%207.096%200%200%200-7.18%207.18c.033%204.008%203.312%207.287%207.32%207.32c4%20.032%207.212-3.18%207.18-7.18c-.033-4.008-3.312-7.287-7.32-7.32M3.25%209.942a8.596%208.596%200%200%201%208.692-8.692c4.827.04%208.769%203.98%208.808%208.809a8.594%208.594%200%200%201-6.5%208.431v1.032c0%20.214%200%20.41-.011.576c-.012.178-.04.373-.122.572a1.75%201.75%200%200%201-.947.947c-.144.06-.285.09-.42.107V22a.75.75%200%200%201-1.5%200v-.276a1.6%201.6%200%200%201-.42-.107a1.75%201.75%200%200%201-.947-.947a1.8%201.8%200%200%201-.122-.572c-.011-.165-.011-.362-.011-.576v-1.098c-3.716-1.041-6.467-4.453-6.5-8.482m8%208.764v.794c0%20.243%200%20.388.008.496c.004.067.01.095.012.103a.25.25%200%200%200%20.131.13a1%201%200%200%200%20.103.013c.108.008.253.008.496.008s.388%200%20.496-.008a1%201%200%200%200%20.103-.012a.25.25%200%200%200%20.13-.131a1%201%200%200%200%20.013-.103c.008-.108.008-.253.008-.496v-.772a9%209%200%200%201-1.5-.022m2.124-12.25a.75.75%200%200%201%20.026%201.061L11.75%209.25H14a.75.75%200%200%201%20.543%201.267l-2.857%203a.75.75%200%201%201-1.086-1.034l1.65-1.733H10a.75.75%200%200%201-.543-1.267l2.857-3a.75.75%200%200%201%201.06-.026%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/wireless-charge.svg?color=%231a73e8&size=48