Lastpass Authenticator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lastpass Authenticator 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/328186.svg" alt="Lastpass Authenticator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328186.svg" alt="Lastpass Authenticator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328186.svg" alt="Lastpass Authenticator icon" :width="24" :height="24" />
CSS background
.icon-lastpass-authenticator {
background-image: url('https://proicons.com/icon/328186.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M24,4.5a.75.75,0,0,1,.26,0L40.34,9.32a.93.93,0,0,1,.66.88V26a15,15,0,0,1-4.87,11.2c-3,2.84-7.17,4.83-11.87,6.22a.86.86,0,0,1-.52,0c-4.7-1.39-8.85-3.38-11.87-6.22A15,15,0,0,1,7,26V10.2a.93.93,0,0,1,.66-.88L23.74,4.54a.75.75,0,0,1,.26,0ZM15.09,19.7a2.87,2.87,0,1,1-2.87,2.87A2.87,2.87,0,0,1,15.09,19.7Zm7.3,0a2.87,2.87,0,1,1-2.87,2.87A2.88,2.88,0,0,1,22.39,19.7Zm7.29,0a2.87,2.87,0,1,1-2.87,2.87A2.87,2.87,0,0,1,29.68,19.7Zm5.44-4.6v15"/></svg>
Copied!