wifi full signal icon
wifi-full-signal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- wifi-full-signal
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
wifi-01wifi-02wifi-circlewifi-cogwifi-connected-01wifi-connected-02wifi-connected-03wifi-disconnected-01wifi-disconnected-02wifi-disconnected-03wifi-disconnected-04wifi-error-01wifi-error-02wifi-highwifi-locationwifi-lockwifi-lowwifi-low-signalwifi-medium-signalwifi-no-signalwifi-off-01wifi-off-02wifi-penwifi-square
Use the wifi full signal 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 d="m20.513 10.73l-5.337 7.279C13.714 20.003 12.983 21 12 21s-1.714-.997-3.176-2.991l-5.337-7.278c-1.079-1.473-1.619-2.209-1.46-3.154c.16-.946.79-1.36 2.053-2.19A14.36 14.36 0 0 1 12 3c2.904 0 5.617.873 7.92 2.387c1.262.83 1.893 1.244 2.053 2.19c.159.945-.381 1.681-1.46 3.154Z"/><path d="M19 14a13.25 13.25 0 0 0-14 0m16-3C15.455 7 8.545 7 3 11m13 6a8.5 8.5 0 0 0-8 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWifiFullSignal(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 d="m20.513 10.73l-5.337 7.279C13.714 20.003 12.983 21 12 21s-1.714-.997-3.176-2.991l-5.337-7.278c-1.079-1.473-1.619-2.209-1.46-3.154c.16-.946.79-1.36 2.053-2.19A14.36 14.36 0 0 1 12 3c2.904 0 5.617.873 7.92 2.387c1.262.83 1.893 1.244 2.053 2.19c.159.945-.381 1.681-1.46 3.154Z"/><path d="M19 14a13.25 13.25 0 0 0-14 0m16-3C15.455 7 8.545 7 3 11m13 6a8.5 8.5 0 0 0-8 0"/></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 d="m20.513 10.73l-5.337 7.279C13.714 20.003 12.983 21 12 21s-1.714-.997-3.176-2.991l-5.337-7.278c-1.079-1.473-1.619-2.209-1.46-3.154c.16-.946.79-1.36 2.053-2.19A14.36 14.36 0 0 1 12 3c2.904 0 5.617.873 7.92 2.387c1.262.83 1.893 1.244 2.053 2.19c.159.945-.381 1.681-1.46 3.154Z"/><path d="M19 14a13.25 13.25 0 0 0-14 0m16-3C15.455 7 8.545 7 3 11m13 6a8.5 8.5 0 0 0-8 0"/></g></svg> </template>
CSS
.icon-wifi-full-signal {
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%20d%3D%22m20.513%2010.73l-5.337%207.279C13.714%2020.003%2012.983%2021%2012%2021s-1.714-.997-3.176-2.991l-5.337-7.278c-1.079-1.473-1.619-2.209-1.46-3.154c.16-.946.79-1.36%202.053-2.19A14.36%2014.36%200%200%201%2012%203c2.904%200%205.617.873%207.92%202.387c1.262.83%201.893%201.244%202.053%202.19c.159.945-.381%201.681-1.46%203.154Z%22%2F%3E%3Cpath%20d%3D%22M19%2014a13.25%2013.25%200%200%200-14%200m16-3C15.455%207%208.545%207%203%2011m13%206a8.5%208.5%200%200%200-8%200%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%20d%3D%22m20.513%2010.73l-5.337%207.279C13.714%2020.003%2012.983%2021%2012%2021s-1.714-.997-3.176-2.991l-5.337-7.278c-1.079-1.473-1.619-2.209-1.46-3.154c.16-.946.79-1.36%202.053-2.19A14.36%2014.36%200%200%201%2012%203c2.904%200%205.617.873%207.92%202.387c1.262.83%201.893%201.244%202.053%202.19c.159.945-.381%201.681-1.46%203.154Z%22%2F%3E%3Cpath%20d%3D%22M19%2014a13.25%2013.25%200%200%200-14%200m16-3C15.455%207%208.545%207%203%2011m13%206a8.5%208.5%200%200%200-8%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/wifi-full-signal.svg?color=%231a73e8&size=48