Proton Authenticator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Proton 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/331657.svg" alt="Proton Authenticator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331657.svg" alt="Proton Authenticator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331657.svg" alt="Proton Authenticator icon" :width="24" :height="24" />
CSS background
.icon-proton-authenticator {
background-image: url('https://proicons.com/icon/331657.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M27.0582,22.2034c0-1.689-1.3692-3.0582-3.0582-3.0582s-3.0582,1.3692-3.0582,3.0582c0,1.2178.7172,2.2606,1.7475,2.7526v2.759c0,.7239.5869,1.3107,1.3107,1.3107s1.3108-.5869,1.3108-1.3107v-2.759c1.0303-.4919,1.7474-1.5347,1.7474-2.7526Z"/><path class="c" d="M24,5.3481c2.4853,0,4.5,2.0147,4.5,4.5s-2.0147,4.5-4.5,4.5c-5.3306,0-9.6519,4.3213-9.6519,9.6519s4.3213,9.6519,9.6519,9.6519,9.6519-4.3213,9.6519-9.6519c0-2.4853,2.0147-4.5,4.5-4.5s4.5,2.0147,4.5,4.5c0,10.3011-8.3507,18.6519-18.6519,18.6519S5.3481,34.3011,5.3481,24,13.6989,5.3481,24,5.3481Z"/></svg>
Copied!