wi fi router round icon
wi-fi-router-round-broken from Solar by 480 Design · Broken · IT · CC-BY-4.0 Attribution required.
- Name
- wi-fi-router-round-broken
- Set
- Solar
- Style
- Broken
- 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 round 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 stroke-linecap="round" d="M17 10H7C4.23858 10 2 12.2386 2 15C2 17.7614 4.23858 20 7 20H17C19.7614 20 22 17.7614 22 15C22 13.8742 21.6279 12.8353 21 11.9995"/><path stroke-linecap="round" d="M18 20L19 22"/><path stroke-linecap="round" d="M6 20L5 22"/><path d="M8.5 15C8.5 15.8284 7.82843 16.5 7 16.5C6.17157 16.5 5.5 15.8284 5.5 15C5.5 14.1716 6.17157 13.5 7 13.5C7.82843 13.5 8.5 14.1716 8.5 15Z"/><path stroke-linecap="round" d="M12 15H18.5"/><path stroke-linecap="round" d="M21.5833 5.39702C20.7574 3.40286 18.7924 2 16.4996 2C14.2069 2 12.2419 3.40286 11.416 5.39702"/><path stroke-linecap="round" d="M19.3806 6.65811C19.0167 5.41107 17.865 4.5 16.5004 4.5C15.1358 4.5 13.984 5.41107 13.6201 6.65811"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.5 7H16.5001"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWiFiRouterRoundBroken(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 strokeLinecap="round" d="M17 10H7C4.23858 10 2 12.2386 2 15C2 17.7614 4.23858 20 7 20H17C19.7614 20 22 17.7614 22 15C22 13.8742 21.6279 12.8353 21 11.9995"/><path strokeLinecap="round" d="M18 20L19 22"/><path strokeLinecap="round" d="M6 20L5 22"/><path d="M8.5 15C8.5 15.8284 7.82843 16.5 7 16.5C6.17157 16.5 5.5 15.8284 5.5 15C5.5 14.1716 6.17157 13.5 7 13.5C7.82843 13.5 8.5 14.1716 8.5 15Z"/><path strokeLinecap="round" d="M12 15H18.5"/><path strokeLinecap="round" d="M21.5833 5.39702C20.7574 3.40286 18.7924 2 16.4996 2C14.2069 2 12.2419 3.40286 11.416 5.39702"/><path strokeLinecap="round" d="M19.3806 6.65811C19.0167 5.41107 17.865 4.5 16.5004 4.5C15.1358 4.5 13.984 5.41107 13.6201 6.65811"/><path strokeLinecap="round" strokeLinejoin="round" d="M16.5 7H16.5001"/></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 stroke-linecap="round" d="M17 10H7C4.23858 10 2 12.2386 2 15C2 17.7614 4.23858 20 7 20H17C19.7614 20 22 17.7614 22 15C22 13.8742 21.6279 12.8353 21 11.9995"/><path stroke-linecap="round" d="M18 20L19 22"/><path stroke-linecap="round" d="M6 20L5 22"/><path d="M8.5 15C8.5 15.8284 7.82843 16.5 7 16.5C6.17157 16.5 5.5 15.8284 5.5 15C5.5 14.1716 6.17157 13.5 7 13.5C7.82843 13.5 8.5 14.1716 8.5 15Z"/><path stroke-linecap="round" d="M12 15H18.5"/><path stroke-linecap="round" d="M21.5833 5.39702C20.7574 3.40286 18.7924 2 16.4996 2C14.2069 2 12.2419 3.40286 11.416 5.39702"/><path stroke-linecap="round" d="M19.3806 6.65811C19.0167 5.41107 17.865 4.5 16.5004 4.5C15.1358 4.5 13.984 5.41107 13.6201 6.65811"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.5 7H16.5001"/></g></svg> </template>
CSS
.icon-wi-fi-router-round-broken {
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%20stroke-linecap%3D%22round%22%20d%3D%22M17%2010H7C4.23858%2010%202%2012.2386%202%2015C2%2017.7614%204.23858%2020%207%2020H17C19.7614%2020%2022%2017.7614%2022%2015C22%2013.8742%2021.6279%2012.8353%2021%2011.9995%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2020L19%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2020L5%2022%22%2F%3E%3Cpath%20d%3D%22M8.5%2015C8.5%2015.8284%207.82843%2016.5%207%2016.5C6.17157%2016.5%205.5%2015.8284%205.5%2015C5.5%2014.1716%206.17157%2013.5%207%2013.5C7.82843%2013.5%208.5%2014.1716%208.5%2015Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2015H18.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.5833%205.39702C20.7574%203.40286%2018.7924%202%2016.4996%202C14.2069%202%2012.2419%203.40286%2011.416%205.39702%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.3806%206.65811C19.0167%205.41107%2017.865%204.5%2016.5004%204.5C15.1358%204.5%2013.984%205.41107%2013.6201%206.65811%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.5%207H16.5001%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%20stroke-linecap%3D%22round%22%20d%3D%22M17%2010H7C4.23858%2010%202%2012.2386%202%2015C2%2017.7614%204.23858%2020%207%2020H17C19.7614%2020%2022%2017.7614%2022%2015C22%2013.8742%2021.6279%2012.8353%2021%2011.9995%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2020L19%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2020L5%2022%22%2F%3E%3Cpath%20d%3D%22M8.5%2015C8.5%2015.8284%207.82843%2016.5%207%2016.5C6.17157%2016.5%205.5%2015.8284%205.5%2015C5.5%2014.1716%206.17157%2013.5%207%2013.5C7.82843%2013.5%208.5%2014.1716%208.5%2015Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2015H18.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.5833%205.39702C20.7574%203.40286%2018.7924%202%2016.4996%202C14.2069%202%2012.2419%203.40286%2011.416%205.39702%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.3806%206.65811C19.0167%205.41107%2017.865%204.5%2016.5004%204.5C15.1358%204.5%2013.984%205.41107%2013.6201%206.65811%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.5%207H16.5001%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-round-broken.svg?color=%231a73e8&size=48