Microsoft Authenticator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft 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/343764.svg" alt="Microsoft Authenticator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343764.svg" alt="Microsoft Authenticator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343764.svg" alt="Microsoft Authenticator icon" :width="24" :height="24" />
CSS background
.icon-microsoft-authenticator {
background-image: url('https://proicons.com/icon/343764.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="M24,43.5c12.7636-5.8855,14.8594-15.6709,14.8594-21.9818V16.9091S33.4309,14.2855,24,14.2855,9.1406,16.9091,9.1406,16.9091v4.6091C9.1406,27.8291,11.2364,37.6145,24,43.5Z"/><path class="a" d="M32.0127,14.9609V12.5127a8.0127,8.0127,0,0,0-16.0254,0v2.4482"/><path class="a" d="M25.824,27.0706a3.79,3.79,0,1,0-3.648,0,5.6712,5.6712,0,0,0-3.8487,5.3675H29.6727A5.6712,5.6712,0,0,0,25.824,27.0706Z"/></svg>
Copied!