wifi 3 icon
wifi-3 from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- wifi-3
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the wifi 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160c-90.9 0-173.2 36-233.7 94.6c-12.7 12.3-33 12-45.2-.7s-12-33 .7-45.2C113.7 138.9 211.9 96 320 96s206.3 42.9 278.3 112.7c12.7 12.3 13 32.6.7 45.2s-32.6 13-45.2.7C493.2 196 410.9 160 320 160m-48 336c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m-72-105.8c-11.7 13.3-31.9 14.5-45.2 2.8s-14.5-31.9-2.8-45.2c41-46.4 101.1-75.8 168-75.8s127 29.4 168 75.8c11.7 13.3 10.4 33.5-2.8 45.2s-33.5 10.4-45.2-2.8c-29.4-33.3-72.2-54.2-120-54.2s-90.6 20.9-120 54.2"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidWifi3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160c-90.9 0-173.2 36-233.7 94.6c-12.7 12.3-33 12-45.2-.7s-12-33 .7-45.2C113.7 138.9 211.9 96 320 96s206.3 42.9 278.3 112.7c12.7 12.3 13 32.6.7 45.2s-32.6 13-45.2.7C493.2 196 410.9 160 320 160m-48 336c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m-72-105.8c-11.7 13.3-31.9 14.5-45.2 2.8s-14.5-31.9-2.8-45.2c41-46.4 101.1-75.8 168-75.8s127 29.4 168 75.8c11.7 13.3 10.4 33.5-2.8 45.2s-33.5 10.4-45.2-2.8c-29.4-33.3-72.2-54.2-120-54.2s-90.6 20.9-120 54.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160c-90.9 0-173.2 36-233.7 94.6c-12.7 12.3-33 12-45.2-.7s-12-33 .7-45.2C113.7 138.9 211.9 96 320 96s206.3 42.9 278.3 112.7c12.7 12.3 13 32.6.7 45.2s-32.6 13-45.2.7C493.2 196 410.9 160 320 160m-48 336c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m-72-105.8c-11.7 13.3-31.9 14.5-45.2 2.8s-14.5-31.9-2.8-45.2c41-46.4 101.1-75.8 168-75.8s127 29.4 168 75.8c11.7 13.3 10.4 33.5-2.8 45.2s-33.5 10.4-45.2-2.8c-29.4-33.3-72.2-54.2-120-54.2s-90.6 20.9-120 54.2"/></svg> </template>
CSS
.icon-wifi-3 {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20160c-90.9%200-173.2%2036-233.7%2094.6c-12.7%2012.3-33%2012-45.2-.7s-12-33%20.7-45.2C113.7%20138.9%20211.9%2096%20320%2096s206.3%2042.9%20278.3%20112.7c12.7%2012.3%2013%2032.6.7%2045.2s-32.6%2013-45.2.7C493.2%20196%20410.9%20160%20320%20160m-48%20336c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48m-72-105.8c-11.7%2013.3-31.9%2014.5-45.2%202.8s-14.5-31.9-2.8-45.2c41-46.4%20101.1-75.8%20168-75.8s127%2029.4%20168%2075.8c11.7%2013.3%2010.4%2033.5-2.8%2045.2s-33.5%2010.4-45.2-2.8c-29.4-33.3-72.2-54.2-120-54.2s-90.6%2020.9-120%2054.2%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20160c-90.9%200-173.2%2036-233.7%2094.6c-12.7%2012.3-33%2012-45.2-.7s-12-33%20.7-45.2C113.7%20138.9%20211.9%2096%20320%2096s206.3%2042.9%20278.3%20112.7c12.7%2012.3%2013%2032.6.7%2045.2s-32.6%2013-45.2.7C493.2%20196%20410.9%20160%20320%20160m-48%20336c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48m-72-105.8c-11.7%2013.3-31.9%2014.5-45.2%202.8s-14.5-31.9-2.8-45.2c41-46.4%20101.1-75.8%20168-75.8s127%2029.4%20168%2075.8c11.7%2013.3%2010.4%2033.5-2.8%2045.2s-33.5%2010.4-45.2-2.8c-29.4-33.3-72.2-54.2-120-54.2s-90.6%2020.9-120%2054.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/wifi-3.svg?color=%231a73e8&size=48