wireless icon
wireless from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- wireless
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the wireless icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.5 11h-5c-1.866 0-2.799 0-3.519.347a3.5 3.5 0 0 0-1.634 1.634C4 13.701 4 14.634 4 16.5s0 2.799.347 3.519a3.5 3.5 0 0 0 1.634 1.634C6.701 22 7.634 22 9.5 22h5c1.866 0 2.799 0 3.519-.347a3.5 3.5 0 0 0 1.634-1.634C20 19.299 20 18.366 20 16.5s0-2.799-.347-3.519a3.5 3.5 0 0 0-1.634-1.634C17.299 11 16.366 11 14.5 11M13 15h3M9.5 6.99a4.005 4.005 0 0 1 5 .01M7 3.752a8.01 8.01 0 0 1 10 0"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWireless(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M14.5 11h-5c-1.866 0-2.799 0-3.519.347a3.5 3.5 0 0 0-1.634 1.634C4 13.701 4 14.634 4 16.5s0 2.799.347 3.519a3.5 3.5 0 0 0 1.634 1.634C6.701 22 7.634 22 9.5 22h5c1.866 0 2.799 0 3.519-.347a3.5 3.5 0 0 0 1.634-1.634C20 19.299 20 18.366 20 16.5s0-2.799-.347-3.519a3.5 3.5 0 0 0-1.634-1.634C17.299 11 16.366 11 14.5 11M13 15h3M9.5 6.99a4.005 4.005 0 0 1 5 .01M7 3.752a8.01 8.01 0 0 1 10 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.5 11h-5c-1.866 0-2.799 0-3.519.347a3.5 3.5 0 0 0-1.634 1.634C4 13.701 4 14.634 4 16.5s0 2.799.347 3.519a3.5 3.5 0 0 0 1.634 1.634C6.701 22 7.634 22 9.5 22h5c1.866 0 2.799 0 3.519-.347a3.5 3.5 0 0 0 1.634-1.634C20 19.299 20 18.366 20 16.5s0-2.799-.347-3.519a3.5 3.5 0 0 0-1.634-1.634C17.299 11 16.366 11 14.5 11M13 15h3M9.5 6.99a4.005 4.005 0 0 1 5 .01M7 3.752a8.01 8.01 0 0 1 10 0"/></svg> </template>
CSS
.icon-wireless {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.5%2011h-5c-1.866%200-2.799%200-3.519.347a3.5%203.5%200%200%200-1.634%201.634C4%2013.701%204%2014.634%204%2016.5s0%202.799.347%203.519a3.5%203.5%200%200%200%201.634%201.634C6.701%2022%207.634%2022%209.5%2022h5c1.866%200%202.799%200%203.519-.347a3.5%203.5%200%200%200%201.634-1.634C20%2019.299%2020%2018.366%2020%2016.5s0-2.799-.347-3.519a3.5%203.5%200%200%200-1.634-1.634C17.299%2011%2016.366%2011%2014.5%2011M13%2015h3M9.5%206.99a4.005%204.005%200%200%201%205%20.01M7%203.752a8.01%208.01%200%200%201%2010%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.5%2011h-5c-1.866%200-2.799%200-3.519.347a3.5%203.5%200%200%200-1.634%201.634C4%2013.701%204%2014.634%204%2016.5s0%202.799.347%203.519a3.5%203.5%200%200%200%201.634%201.634C6.701%2022%207.634%2022%209.5%2022h5c1.866%200%202.799%200%203.519-.347a3.5%203.5%200%200%200%201.634-1.634C20%2019.299%2020%2018.366%2020%2016.5s0-2.799-.347-3.519a3.5%203.5%200%200%200-1.634-1.634C17.299%2011%2016.366%2011%2014.5%2011M13%2015h3M9.5%206.99a4.005%204.005%200%200%201%205%20.01M7%203.752a8.01%208.01%200%200%201%2010%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/wireless.svg?color=%231a73e8&size=48