Blizzard Authenticator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blizzard 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/322734.svg" alt="Blizzard Authenticator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322734.svg" alt="Blizzard Authenticator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322734.svg" alt="Blizzard Authenticator icon" :width="24" :height="24" />
CSS background
.icon-blizzard-authenticator {
background-image: url('https://proicons.com/icon/322734.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,43.5c1.69,0,15.25-7.77,15.25-16.94v-20c-4,0-15.25-2-15.25-2s-11.26,2-15.25,2v20C8.75,35.73,22.31,43.5,24,43.5Z"/><path class="a" d="M27.39,18.9a3.39,3.39,0,1,0-6.78,0A3.33,3.33,0,0,0,22.68,22v3.13a1.32,1.32,0,0,0,2.64,0V22A3.39,3.39,0,0,0,27.39,18.9Z"/></svg>
Copied!