Authpass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Authpass 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/322204.svg" alt="Authpass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322204.svg" alt="Authpass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322204.svg" alt="Authpass icon" :width="24" :height="24" />
CSS background
.icon-authpass {
background-image: url('https://proicons.com/icon/322204.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="M9.51,10.2h9l3.6,7.52c1.69,3.36,3.88,3.48,6.17,3.48H42.25a1.25,1.25,0,0,1,1.25,1.26v3.05a1.25,1.25,0,0,1-1.25,1.26H40.48v5.37h-2.7V29.55H35.12v5.52H32.26v-8.3H28.38c-2.32,0-4.53.11-6.23,3.51l-3.6,7.52h-9c-1.49,0-2-.93-2.35-2.35l-1.85-8L4.5,24l.8-3.48,1.85-8c.33-1.42.86-2.35,2.36-2.35Zm0,0"/></svg>
Copied!