Microsoft Lens Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Lens 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/343784.svg" alt="Microsoft Lens icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343784.svg" alt="Microsoft Lens icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343784.svg" alt="Microsoft Lens icon" :width="24" :height="24" />
CSS background
.icon-microsoft-lens {
background-image: url('https://proicons.com/icon/343784.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M4.5,16V32a2,2,0,0,0,2,2h16a2,2,0,0,0,2-2V16a2,2,0,0,0-2-2H6.5A2,2,0,0,0,4.5,16Z"/><path class="a" d="M9.43,34a18.5,18.5,0,1,0,0-20"/><line class="a" x1="41.89" y1="16.44" x2="24.5" y2="16.4"/><line class="a" x1="22.04" y1="13.93" x2="26.85" y2="5.59"/><line class="a" x1="24.5" y1="31.59" x2="29.37" y2="31.6"/><line class="a" x1="23.1" y1="42.4" x2="33.77" y2="24.02"/><line class="a" x1="39.99" y1="34.85" x2="29.39" y2="16.4"/><polyline class="a" points="11.75 18.01 11.75 29.01 17.25 29.01"/></svg>
Copied!