Microsoft Authenticator Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Authenticator 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/343765.svg" alt="Microsoft Authenticator Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343765.svg" alt="Microsoft Authenticator Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343765.svg" alt="Microsoft Authenticator Alt icon" :width="24" :height="24" />
CSS background
.icon-microsoft-authenticator-alt {
background-image: url('https://proicons.com/icon/343765.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.5c1.2752,0,11.5069-5.8879,11.5069-12.8366V15.5079C32.4887,15.5079,24,13.9924,24,13.9924s-8.4963,1.5155-11.5069,1.5155V30.6634C12.4931,37.6121,22.7248,43.5,24,43.5Z"/><path class="a" d="M32.014,12.8816q.01-.1778.012-.3557a8.026,8.026,0,0,0-16.0519,0q.002.1779.0119.3557"/><path class="a" d="M24,21.5344a3.1419,3.1419,0,0,0-1.4061,5.9514,3.9923,3.9923,0,0,0-2.583,3.736h7.9782a3.9923,3.9923,0,0,0-2.583-3.736A3.1419,3.1419,0,0,0,24,21.5344Z"/></svg>
Copied!