Better Internet Tiles Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Better Internet Tiles 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/322552.svg" alt="Better Internet Tiles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322552.svg" alt="Better Internet Tiles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322552.svg" alt="Better Internet Tiles icon" :width="24" :height="24" />
CSS background
.icon-better-internet-tiles {
background-image: url('https://proicons.com/icon/322552.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="c" class="g" d="m25.5337,34.5802h17.9663V14.3641l-17.9663,20.216Z"/><path id="d" class="g" d="m38.7425,19.7174v14.8628"/><path id="e" class="g" d="m17.1453,34.5802l12.8957-15.5556c-7.8839-6.2935-16.1625-8.6159-25.5409.126l12.6453,15.4297Z"/><path id="f" class="g" d="m8.5,24.0313c5.8225-5.249,11.5472-4.5946,17.2029.226"/></svg>
Copied!