Wifikeyview Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wifikeyview 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/335166.svg" alt="Wifikeyview icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335166.svg" alt="Wifikeyview icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335166.svg" alt="Wifikeyview icon" :width="24" :height="24" />
CSS background
.icon-wifikeyview {
background-image: url('https://proicons.com/icon/335166.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M42.1,29.72h-.64V27.64a3.76,3.76,0,1,0-7.52,0v2.08H33.3a1.41,1.41,0,0,0-1.4,1.41v7.32a1.4,1.4,0,0,0,1.4,1.4h8.78a1.41,1.41,0,0,0,1.42-1.4h0V31.13A1.42,1.42,0,0,0,42.1,29.72Zm-8.16,0h7.52"/><path class="a" d="M39.1,20.24l4.27-5.57a31.41,31.41,0,0,0-38.87.44L24.22,39.6l5.21-6.77"/></svg>
Copied!