Privacyidea Authenticator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Privacyidea 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/346168.svg" alt="Privacyidea Authenticator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346168.svg" alt="Privacyidea Authenticator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346168.svg" alt="Privacyidea Authenticator icon" :width="24" :height="24" />
CSS background
.icon-privacyidea-authenticator {
background-image: url('https://proicons.com/icon/346168.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M6.7363,5.9767s13.2971,3.039,16.9934,3.1141c3.9212.0797,17.5339-3.5908,17.5339-3.5908"/><path id="c" class="d" d="M6.7363,17.6706h34.5273l-.3815,14.9987c-.6889,13.8759-33.4145,12.206-33.7325.3495l-.4133-15.3482Z"/></svg>
Copied!