Google Lens Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Lens Alt 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/341217.svg" alt="Google Lens Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341217.svg" alt="Google Lens Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341217.svg" alt="Google Lens Alt icon" :width="24" :height="24" />
CSS background
.icon-google-lens-alt {
background-image: url('https://proicons.com/icon/341217.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M15,5.5A9.49,9.49,0,0,0,5.5,15v4.15a4.21,4.21,0,0,1,.5,0h4V15.05A5.08,5.08,0,0,1,15.05,10h4.08V6a4.21,4.21,0,0,1,0-.5Zm13.81,0a4.21,4.21,0,0,1,0,.5v4H33A5.07,5.07,0,0,1,38,15.05v4.08h4a4.21,4.21,0,0,1,.5,0V15A9.49,9.49,0,0,0,33,5.5ZM24,16.3a7.68,7.68,0,1,0,5.45,2.25A7.7,7.7,0,0,0,24,16.3ZM5.5,28.83V33A9.49,9.49,0,0,0,15,42.5h4.15a4.21,4.21,0,0,1,0-.5V38H15.05A5.07,5.07,0,0,1,10,33V28.87H6a4.21,4.21,0,0,1-.5,0Zm30.94,3.5a4.11,4.11,0,1,0,4.11,4.11,4.11,4.11,0,0,0-4.11-4.11Zm0,0"/></svg>
Copied!