Airlock 2fa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Airlock 2fa 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/336068.svg" alt="Airlock 2fa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336068.svg" alt="Airlock 2fa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336068.svg" alt="Airlock 2fa icon" :width="24" :height="24" />
CSS background
.icon-airlock-2fa {
background-image: url('https://proicons.com/icon/336068.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m29.9959,15.6812c2.8961,1.9172,4.628,5.0953,4.628,8.4923h0c0,5.6814-4.7563,10.2872-10.6236,10.2872-.5577,0-1.1146-.0425-1.6655-.1272"/><path class="c" d="m17.9375,32.6207c-2.8574-1.9227-4.5614-5.0785-4.5614-8.4479,0-5.6814,4.7563-10.2872,10.6236-10.2872.5729,0,1.1449.0449,1.7104.1342"/><path class="c" d="m29.874,9.3855l2.6048-5.8855"/><path class="c" d="m15.3178,44.5l2.6048-5.8855"/></svg>
Copied!