shared wifi icon
shared-wifi from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- shared-wifi
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the shared wifi 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M6.483 3.658a2 2 0 1 0-2.966 2.684a2 2 0 0 0 2.966-2.684m0 0A9.95 9.95 0 0 1 12 2q1.03.002 2 .2m6.353 4.3A9.95 9.95 0 0 1 22 12q-.002 1.03-.2 2m-4.283 6.342A9.95 9.95 0 0 1 12 22q-1.03-.002-2-.2m7.517-1.458a2 2 0 1 0 2.966-2.684a2 2 0 0 0-2.966 2.684M3.658 17.517A9.95 9.95 0 0 1 2 12q.002-1.03.2-2m1.458 7.517a2 2 0 1 0 2.684 2.966a2 2 0 0 0-2.684-2.966M21 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M8 10.478C9.149 9.543 10.52 9 11.995 9c1.478 0 2.854.547 4.005 1.487M14.174 13a4.1 4.1 0 0 0-2.18-.64a4.1 4.1 0 0 0-2.17.634"/><path stroke-linejoin="round" d="M12 16h.006"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSharedWifi(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M6.483 3.658a2 2 0 1 0-2.966 2.684a2 2 0 0 0 2.966-2.684m0 0A9.95 9.95 0 0 1 12 2q1.03.002 2 .2m6.353 4.3A9.95 9.95 0 0 1 22 12q-.002 1.03-.2 2m-4.283 6.342A9.95 9.95 0 0 1 12 22q-1.03-.002-2-.2m7.517-1.458a2 2 0 1 0 2.966-2.684a2 2 0 0 0-2.966 2.684M3.658 17.517A9.95 9.95 0 0 1 2 12q.002-1.03.2-2m1.458 7.517a2 2 0 1 0 2.684 2.966a2 2 0 0 0-2.684-2.966M21 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M8 10.478C9.149 9.543 10.52 9 11.995 9c1.478 0 2.854.547 4.005 1.487M14.174 13a4.1 4.1 0 0 0-2.18-.64a4.1 4.1 0 0 0-2.17.634"/><path strokeLinejoin="round" d="M12 16h.006"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M6.483 3.658a2 2 0 1 0-2.966 2.684a2 2 0 0 0 2.966-2.684m0 0A9.95 9.95 0 0 1 12 2q1.03.002 2 .2m6.353 4.3A9.95 9.95 0 0 1 22 12q-.002 1.03-.2 2m-4.283 6.342A9.95 9.95 0 0 1 12 22q-1.03-.002-2-.2m7.517-1.458a2 2 0 1 0 2.966-2.684a2 2 0 0 0-2.966 2.684M3.658 17.517A9.95 9.95 0 0 1 2 12q.002-1.03.2-2m1.458 7.517a2 2 0 1 0 2.684 2.966a2 2 0 0 0-2.684-2.966M21 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M8 10.478C9.149 9.543 10.52 9 11.995 9c1.478 0 2.854.547 4.005 1.487M14.174 13a4.1 4.1 0 0 0-2.18-.64a4.1 4.1 0 0 0-2.17.634"/><path stroke-linejoin="round" d="M12 16h.006"/></g></svg> </template>
CSS
.icon-shared-wifi {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.483%203.658a2%202%200%201%200-2.966%202.684a2%202%200%200%200%202.966-2.684m0%200A9.95%209.95%200%200%201%2012%202q1.03.002%202%20.2m6.353%204.3A9.95%209.95%200%200%201%2022%2012q-.002%201.03-.2%202m-4.283%206.342A9.95%209.95%200%200%201%2012%2022q-1.03-.002-2-.2m7.517-1.458a2%202%200%201%200%202.966-2.684a2%202%200%200%200-2.966%202.684M3.658%2017.517A9.95%209.95%200%200%201%202%2012q.002-1.03.2-2m1.458%207.517a2%202%200%201%200%202.684%202.966a2%202%200%200%200-2.684-2.966M21%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22M8%2010.478C9.149%209.543%2010.52%209%2011.995%209c1.478%200%202.854.547%204.005%201.487M14.174%2013a4.1%204.1%200%200%200-2.18-.64a4.1%204.1%200%200%200-2.17.634%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016h.006%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.483%203.658a2%202%200%201%200-2.966%202.684a2%202%200%200%200%202.966-2.684m0%200A9.95%209.95%200%200%201%2012%202q1.03.002%202%20.2m6.353%204.3A9.95%209.95%200%200%201%2022%2012q-.002%201.03-.2%202m-4.283%206.342A9.95%209.95%200%200%201%2012%2022q-1.03-.002-2-.2m7.517-1.458a2%202%200%201%200%202.966-2.684a2%202%200%200%200-2.966%202.684M3.658%2017.517A9.95%209.95%200%200%201%202%2012q.002-1.03.2-2m1.458%207.517a2%202%200%201%200%202.684%202.966a2%202%200%200%200-2.684-2.966M21%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22M8%2010.478C9.149%209.543%2010.52%209%2011.995%209c1.478%200%202.854.547%204.005%201.487M14.174%2013a4.1%204.1%200%200%200-2.18-.64a4.1%204.1%200%200%200-2.17.634%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016h.006%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/shared-wifi.svg?color=%231a73e8&size=48