Nearby Sharing Windows Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nearby Sharing Windows 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/330028.svg" alt="Nearby Sharing Windows icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330028.svg" alt="Nearby Sharing Windows icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330028.svg" alt="Nearby Sharing Windows icon" :width="24" :height="24" />
CSS background
.icon-nearby-sharing-windows {
background-image: url('https://proicons.com/icon/330028.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m18.9753,15.4923H6.9846c-.7994,0-1.4846.6852-1.4846,1.4846v23.7531c0,.7994.6852,1.4846,1.4846,1.4846h23.7531c.7994,0,1.4846-.6852,1.4846-1.4846v-4.3395"/><path class="b" d="m25.3704,20.1744v-6.1667l9.7068,9.7068-9.7068,9.7068v-6.0525c-4.9105-.1142-9.5926,2.284-14.1605,6.0525,1.5988-8.3364,5.8241-13.5895,14.1605-13.2469Z"/><path class="b" d="m27.4259,10.696c5.3673,0,9.7068,4.3395,9.7068,9.7068"/><path class="b" d="m27.8827,5.7855c8.108,0,14.6173,6.5093,14.6173,14.6173"/></svg>
Copied!