Google Fi Wireless Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Fi Wireless icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/341201.svg" alt="Google Fi Wireless icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341201.svg" alt="Google Fi Wireless icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341201.svg" alt="Google Fi Wireless icon" :width="24" :height="24" />
CSS background
.icon-google-fi-wireless {
background-image: url('https://proicons.com/icon/341201.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="10.3452" cy="39.1524" r="3.3476"/><path class="c" d="m27.0833,16.6H10.8738c-2.1143,0-3.8762,1.7619-3.8762,3.8762s1.7619,3.8762,3.8762,3.8762h16.0333c2.1143,0,3.8762-1.7619,3.8762-3.8762.1762-2.1143-1.5857-3.8762-3.7-3.8762Z"/><circle class="c" cx="10.8738" cy="20.4762" r="3.8762"/><path class="c" d="m18.2738,26.819h-7.5762c-1.9381,0-3.7,1.5857-3.7,3.5238s1.5857,3.7,3.7,3.7h7.5762c1.9381,0,3.7-1.5857,3.7-3.7-.1762-1.9381-1.7619-3.5238-3.7-3.5238Z"/><circle class="c" cx="18.0976" cy="30.3429" r="3.5453"/><path class="c" d="m36.7738,5.5H11.2262c-2.2905,0-4.2286,1.9381-4.2286,4.2286s1.9381,4.2286,4.2286,4.2286h25.5476c2.2905,0,4.2286-1.9381,4.2286-4.2286s-1.9381-4.2286-4.2286-4.2286Z"/><circle class="c" cx="36.7738" cy="9.7286" r="4.2286"/></svg>
Copied!