wifi icon
wifi-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- wifi-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
wifiAkar Iconswifi-outlinedAnt Design IconswifiBootstrap IconswifiBoxIcons v2wifiCarbonwifiFramework7 IconswifiFont Awesome 6 SolidwifiFont Awesome SolidwifiFeather Iconswifi-20Fluent UI System Color IconswifiHeroIconswifiHumbleiconswifiIconParkwifiIconPark OutlinewifiIconoirwifiIonIconswifiJam IconswifiLine AwesomewifiSVG LogoswifiLucidewifiMage IconswifiMajesticonswifiMaterial SymbolswifiMaterial Symbols Light
Related icons in Eva Icons
Use the wifi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="19" r="1" fill="currentColor"/><path fill="currentColor" d="M12 14a5 5 0 0 0-3.47 1.4a1 1 0 1 0 1.39 1.44a3.08 3.08 0 0 1 4.16 0a1 1 0 1 0 1.39-1.44A5 5 0 0 0 12 14m0-5a9 9 0 0 0-6.47 2.75A1 1 0 0 0 7 13.14a7 7 0 0 1 10.08 0a1 1 0 0 0 .71.3a1 1 0 0 0 .72-1.69A9 9 0 0 0 12 9"/><path fill="currentColor" d="M21.72 7.93a14 14 0 0 0-19.44 0a1 1 0 0 0 1.38 1.44a12 12 0 0 1 16.68 0a1 1 0 0 0 .69.28a1 1 0 0 0 .72-.31a1 1 0 0 0-.03-1.41"/></svg>
React
import type { SVGProps } from "react";
export function EvaWifiOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="19" r="1" fill="currentColor"/><path fill="currentColor" d="M12 14a5 5 0 0 0-3.47 1.4a1 1 0 1 0 1.39 1.44a3.08 3.08 0 0 1 4.16 0a1 1 0 1 0 1.39-1.44A5 5 0 0 0 12 14m0-5a9 9 0 0 0-6.47 2.75A1 1 0 0 0 7 13.14a7 7 0 0 1 10.08 0a1 1 0 0 0 .71.3a1 1 0 0 0 .72-1.69A9 9 0 0 0 12 9"/><path fill="currentColor" d="M21.72 7.93a14 14 0 0 0-19.44 0a1 1 0 0 0 1.38 1.44a12 12 0 0 1 16.68 0a1 1 0 0 0 .69.28a1 1 0 0 0 .72-.31a1 1 0 0 0-.03-1.41"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="19" r="1" fill="currentColor"/><path fill="currentColor" d="M12 14a5 5 0 0 0-3.47 1.4a1 1 0 1 0 1.39 1.44a3.08 3.08 0 0 1 4.16 0a1 1 0 1 0 1.39-1.44A5 5 0 0 0 12 14m0-5a9 9 0 0 0-6.47 2.75A1 1 0 0 0 7 13.14a7 7 0 0 1 10.08 0a1 1 0 0 0 .71.3a1 1 0 0 0 .72-1.69A9 9 0 0 0 12 9"/><path fill="currentColor" d="M21.72 7.93a14 14 0 0 0-19.44 0a1 1 0 0 0 1.38 1.44a12 12 0 0 1 16.68 0a1 1 0 0 0 .69.28a1 1 0 0 0 .72-.31a1 1 0 0 0-.03-1.41"/></svg> </template>
CSS
.icon-wifi-outline {
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%3Ccircle%20cx%3D%2212%22%20cy%3D%2219%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2014a5%205%200%200%200-3.47%201.4a1%201%200%201%200%201.39%201.44a3.08%203.08%200%200%201%204.16%200a1%201%200%201%200%201.39-1.44A5%205%200%200%200%2012%2014m0-5a9%209%200%200%200-6.47%202.75A1%201%200%200%200%207%2013.14a7%207%200%200%201%2010.08%200a1%201%200%200%200%20.71.3a1%201%200%200%200%20.72-1.69A9%209%200%200%200%2012%209%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.72%207.93a14%2014%200%200%200-19.44%200a1%201%200%200%200%201.38%201.44a12%2012%200%200%201%2016.68%200a1%201%200%200%200%20.69.28a1%201%200%200%200%20.72-.31a1%201%200%200%200-.03-1.41%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2219%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2014a5%205%200%200%200-3.47%201.4a1%201%200%201%200%201.39%201.44a3.08%203.08%200%200%201%204.16%200a1%201%200%201%200%201.39-1.44A5%205%200%200%200%2012%2014m0-5a9%209%200%200%200-6.47%202.75A1%201%200%200%200%207%2013.14a7%207%200%200%201%2010.08%200a1%201%200%200%200%20.71.3a1%201%200%200%200%20.72-1.69A9%209%200%200%200%2012%209%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.72%207.93a14%2014%200%200%200-19.44%200a1%201%200%200%200%201.38%201.44a12%2012%200%200%201%2016.68%200a1%201%200%200%200%20.69.28a1%201%200%200%200%20.72-.31a1%201%200%200%200-.03-1.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/wifi-outline.svg?color=%231a73e8&size=48