Netmirror Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Netmirror 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/344663.svg" alt="Netmirror icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344663.svg" alt="Netmirror icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344663.svg" alt="Netmirror icon" :width="24" :height="24" />
CSS background
.icon-netmirror {
background-image: url('https://proicons.com/icon/344663.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="g" d="M41.86057105,28.85665556c-2.14996961,4.91992705-5.41191842,5.02192672-8.28587631,2.81495875-2.64296042-2.02997055-4.95692715-6.01590954-5.77591524-10.00385122-1.52597833-7.4398901-4.8159285-15.92376342-11.36683186-15.57776884-13.05980657.68998982-12.60881305,27.25159725-7.86688381,34.01649241l2.78295868-2.06697066c1.73597429-1.28998177,2.72895958-3.80094227,2.56996155-5.95891118-.40699355-5.54691855-1.12998334-9.69185748,1.11698305-14.09779031"/><path id="f" class="g" d="M6.15810093,18.82380354c2.3709651-7.49188937,10.96583779-2.03697042,12.78281025,6.94489661,1.61797601,8.00488034,5.16492234,17.19974737,12.2768182,16.71275127,7.48288873-.51399231,10.96583492-10.1138521,11.23783406-19.28971459.18399538-6.23290728-.75498986-12.80181002-2.89395805-17.69173683l-2.70195956,1.01998675c-3.54694824,1.33698005-3.85994332,5.05592518-3.5619474,6.91989784,1.61797601,10.15984904,1.47397714,13.1938044.30299691,18.17973045"/></svg>
Copied!