wi fi router icon
wi-fi-router-linear from Solar by 480 Design · Linear · IT · CC-BY-4.0 Attribution required.
- Name
- wi-fi-router-linear
- Set
- Solar
- Style
- Linear
- Category
- IT
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More it icons from Solar
braces-boldbrackets-boldbug-boldbug-minimalistic-boldcode-2-boldcode-boldcode-circle-boldcode-square-boldcommand-boldgit-branch-boldgit-commit-boldgit-diff-boldgit-fork-boldgit-graph-boldgit-pull-request-boldhashtag-boldhashtag-chat-boldhashtag-circle-boldhashtag-square-boldpanel-top-boldpanel-top-close-boldpanel-top-open-boldpanels-top-left-boldparentheses-bold
Use the wi fi router 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="M2 15C2 13.1144 2 12.1716 2.58579 11.5858C3.17157 11 4.11438 11 6 11H18C19.8856 11 20.8284 11 21.4142 11.5858C22 12.1716 22 13.1144 22 15C22 16.8856 22 17.8284 21.4142 18.4142C20.8284 19 19.8856 19 18 19H6C4.11438 19 3.17157 19 2.58579 18.4142C2 17.8284 2 16.8856 2 15Z"/><path stroke-linecap="round" d="M7 11L3 4"/><path stroke-linecap="round" d="M17 11L21 4"/><path stroke-linecap="round" d="M14 15L18 15"/><path stroke-linecap="round" d="M17.1673 5.39702C16.3414 3.40286 14.3763 2 12.0836 2C9.79092 2 7.82586 3.40286 7 5.39702"/><path stroke-linecap="round" d="M14.9646 6.65811C14.6007 5.41107 13.4489 4.5 12.0844 4.5C10.7198 4.5 9.568 5.41107 9.2041 6.65811"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 7H12.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 15H9.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 15H6.0001"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWiFiRouterLinear(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="M2 15C2 13.1144 2 12.1716 2.58579 11.5858C3.17157 11 4.11438 11 6 11H18C19.8856 11 20.8284 11 21.4142 11.5858C22 12.1716 22 13.1144 22 15C22 16.8856 22 17.8284 21.4142 18.4142C20.8284 19 19.8856 19 18 19H6C4.11438 19 3.17157 19 2.58579 18.4142C2 17.8284 2 16.8856 2 15Z"/><path strokeLinecap="round" d="M7 11L3 4"/><path strokeLinecap="round" d="M17 11L21 4"/><path strokeLinecap="round" d="M14 15L18 15"/><path strokeLinecap="round" d="M17.1673 5.39702C16.3414 3.40286 14.3763 2 12.0836 2C9.79092 2 7.82586 3.40286 7 5.39702"/><path strokeLinecap="round" d="M14.9646 6.65811C14.6007 5.41107 13.4489 4.5 12.0844 4.5C10.7198 4.5 9.568 5.41107 9.2041 6.65811"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 7H12.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M9 15H9.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 15H6.0001"/></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="M2 15C2 13.1144 2 12.1716 2.58579 11.5858C3.17157 11 4.11438 11 6 11H18C19.8856 11 20.8284 11 21.4142 11.5858C22 12.1716 22 13.1144 22 15C22 16.8856 22 17.8284 21.4142 18.4142C20.8284 19 19.8856 19 18 19H6C4.11438 19 3.17157 19 2.58579 18.4142C2 17.8284 2 16.8856 2 15Z"/><path stroke-linecap="round" d="M7 11L3 4"/><path stroke-linecap="round" d="M17 11L21 4"/><path stroke-linecap="round" d="M14 15L18 15"/><path stroke-linecap="round" d="M17.1673 5.39702C16.3414 3.40286 14.3763 2 12.0836 2C9.79092 2 7.82586 3.40286 7 5.39702"/><path stroke-linecap="round" d="M14.9646 6.65811C14.6007 5.41107 13.4489 4.5 12.0844 4.5C10.7198 4.5 9.568 5.41107 9.2041 6.65811"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 7H12.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 15H9.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 15H6.0001"/></g></svg> </template>
CSS
.icon-wi-fi-router-linear {
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%22M2%2015C2%2013.1144%202%2012.1716%202.58579%2011.5858C3.17157%2011%204.11438%2011%206%2011H18C19.8856%2011%2020.8284%2011%2021.4142%2011.5858C22%2012.1716%2022%2013.1144%2022%2015C22%2016.8856%2022%2017.8284%2021.4142%2018.4142C20.8284%2019%2019.8856%2019%2018%2019H6C4.11438%2019%203.17157%2019%202.58579%2018.4142C2%2017.8284%202%2016.8856%202%2015Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2011L3%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2011L21%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2015L18%2015%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.1673%205.39702C16.3414%203.40286%2014.3763%202%2012.0836%202C9.79092%202%207.82586%203.40286%207%205.39702%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.9646%206.65811C14.6007%205.41107%2013.4489%204.5%2012.0844%204.5C10.7198%204.5%209.568%205.41107%209.2041%206.65811%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%207H12.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2015H9.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2015H6.0001%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%22M2%2015C2%2013.1144%202%2012.1716%202.58579%2011.5858C3.17157%2011%204.11438%2011%206%2011H18C19.8856%2011%2020.8284%2011%2021.4142%2011.5858C22%2012.1716%2022%2013.1144%2022%2015C22%2016.8856%2022%2017.8284%2021.4142%2018.4142C20.8284%2019%2019.8856%2019%2018%2019H6C4.11438%2019%203.17157%2019%202.58579%2018.4142C2%2017.8284%202%2016.8856%202%2015Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2011L3%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2011L21%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2015L18%2015%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.1673%205.39702C16.3414%203.40286%2014.3763%202%2012.0836%202C9.79092%202%207.82586%203.40286%207%205.39702%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.9646%206.65811C14.6007%205.41107%2013.4489%204.5%2012.0844%204.5C10.7198%204.5%209.568%205.41107%209.2041%206.65811%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%207H12.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2015H9.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2015H6.0001%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/wi-fi-router-linear.svg?color=%231a73e8&size=48