wi fi low icon
wi-fi-low-outline from Solar by 480 Design · Outline · IT · CC-BY-4.0 Attribution required.
- Name
- wi-fi-low-outline
- Set
- Solar
- Style
- Outline
- 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 low icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.1174 15.3832C10.2552 13.0761 13.7463 13.076 15.884 15.3832C16.1654 15.687 16.1474 16.1613 15.844 16.4428C15.5401 16.7243 15.0649 16.7066 14.7834 16.4028C13.2393 14.7362 10.7611 14.7362 9.21701 16.4028C8.93548 16.7065 8.46123 16.7243 8.15744 16.4428C7.85381 16.1613 7.83596 15.687 8.1174 15.3832Z"/><path d="M12.0176 18.7144C12.4318 18.7144 12.7676 19.0501 12.7676 19.4644C12.7676 19.8786 12.4318 20.2144 12.0176 20.2144C11.6034 20.2144 11.2676 19.8786 11.2676 19.4644C11.2676 19.0501 11.6034 18.7144 12.0176 18.7144Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWiFiLowOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.1174 15.3832C10.2552 13.0761 13.7463 13.076 15.884 15.3832C16.1654 15.687 16.1474 16.1613 15.844 16.4428C15.5401 16.7243 15.0649 16.7066 14.7834 16.4028C13.2393 14.7362 10.7611 14.7362 9.21701 16.4028C8.93548 16.7065 8.46123 16.7243 8.15744 16.4428C7.85381 16.1613 7.83596 15.687 8.1174 15.3832Z"/><path d="M12.0176 18.7144C12.4318 18.7144 12.7676 19.0501 12.7676 19.4644C12.7676 19.8786 12.4318 20.2144 12.0176 20.2144C11.6034 20.2144 11.2676 19.8786 11.2676 19.4644C11.2676 19.0501 11.6034 18.7144 12.0176 18.7144Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.1174 15.3832C10.2552 13.0761 13.7463 13.076 15.884 15.3832C16.1654 15.687 16.1474 16.1613 15.844 16.4428C15.5401 16.7243 15.0649 16.7066 14.7834 16.4028C13.2393 14.7362 10.7611 14.7362 9.21701 16.4028C8.93548 16.7065 8.46123 16.7243 8.15744 16.4428C7.85381 16.1613 7.83596 15.687 8.1174 15.3832Z"/><path d="M12.0176 18.7144C12.4318 18.7144 12.7676 19.0501 12.7676 19.4644C12.7676 19.8786 12.4318 20.2144 12.0176 20.2144C11.6034 20.2144 11.2676 19.8786 11.2676 19.4644C11.2676 19.0501 11.6034 18.7144 12.0176 18.7144Z"/></g></svg> </template>
CSS
.icon-wi-fi-low-outline {
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%22currentColor%22%3E%3Cpath%20d%3D%22M8.1174%2015.3832C10.2552%2013.0761%2013.7463%2013.076%2015.884%2015.3832C16.1654%2015.687%2016.1474%2016.1613%2015.844%2016.4428C15.5401%2016.7243%2015.0649%2016.7066%2014.7834%2016.4028C13.2393%2014.7362%2010.7611%2014.7362%209.21701%2016.4028C8.93548%2016.7065%208.46123%2016.7243%208.15744%2016.4428C7.85381%2016.1613%207.83596%2015.687%208.1174%2015.3832Z%22%2F%3E%3Cpath%20d%3D%22M12.0176%2018.7144C12.4318%2018.7144%2012.7676%2019.0501%2012.7676%2019.4644C12.7676%2019.8786%2012.4318%2020.2144%2012.0176%2020.2144C11.6034%2020.2144%2011.2676%2019.8786%2011.2676%2019.4644C11.2676%2019.0501%2011.6034%2018.7144%2012.0176%2018.7144Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M8.1174%2015.3832C10.2552%2013.0761%2013.7463%2013.076%2015.884%2015.3832C16.1654%2015.687%2016.1474%2016.1613%2015.844%2016.4428C15.5401%2016.7243%2015.0649%2016.7066%2014.7834%2016.4028C13.2393%2014.7362%2010.7611%2014.7362%209.21701%2016.4028C8.93548%2016.7065%208.46123%2016.7243%208.15744%2016.4428C7.85381%2016.1613%207.83596%2015.687%208.1174%2015.3832Z%22%2F%3E%3Cpath%20d%3D%22M12.0176%2018.7144C12.4318%2018.7144%2012.7676%2019.0501%2012.7676%2019.4644C12.7676%2019.8786%2012.4318%2020.2144%2012.0176%2020.2144C11.6034%2020.2144%2011.2676%2019.8786%2011.2676%2019.4644C11.2676%2019.0501%2011.6034%2018.7144%2012.0176%2018.7144Z%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-low-outline.svg?color=%231a73e8&size=48