2fas Auth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 2fas Auth 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/321180.svg" alt="2fas Auth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321180.svg" alt="2fas Auth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321180.svg" alt="2fas Auth icon" :width="24" :height="24" />
CSS background
.icon-2fas-auth {
background-image: url('https://proicons.com/icon/321180.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="M25.5591,42.9452l9.9263-8.0881a9.0285,9.0285,0,0,0,3.3255-6.9993V9.7074a2.657,2.657,0,0,0-1.9753-2.568l-7.15-1.8977a22.1657,22.1657,0,0,0-11.3718,0l-7.15,1.8977a2.657,2.657,0,0,0-1.9753,2.568v18.15a9.0285,9.0285,0,0,0,3.3255,6.9993l9.9263,8.0881A2.4682,2.4682,0,0,0,25.5591,42.9452Z"/><line class="a" x1="15.0489" y1="14.7967" x2="32.9511" y2="14.7967"/><line class="a" x1="15.0489" y1="20.7764" x2="24" y2="20.7764"/><line class="a" x1="15.0489" y1="26.7561" x2="17.1305" y2="26.7561"/></svg>
Copied!