Key Attestation Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Key Attestation icon is commonly used in password managers, authentication screens and security panels. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/327893.svg" alt="Key Attestation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327893.svg" alt="Key Attestation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327893.svg" alt="Key Attestation icon" :width="24" :height="24" />
CSS background
.icon-key-attestation {
background-image: url('https://proicons.com/icon/327893.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="i" d="M22.68000033,15.45650005c0,4.74799252-3.84587288,8.59700108-8.5899992,8.59700108h-.00000095c-4.74412632,0-8.59000015-3.84900856-8.59000015-8.59700012h0c-.0005517-4.74799156,3.84487534-8.5974474,8.58900166-8.59799957h.0009985c4.74412537,0,8.59000015,3.84900761,8.59000015,8.59700012v.0009985Z"/><path id="f" class="i" d="M22.62999919,14.55550003l19.87000084-2.79699993"/><path id="g" class="i" d="M37.11800006,12.51749992l.81200027,5.77700043"/><path id="h" class="i" d="M17.01899913,34.70149994l6.43400002,6.43999863,11.56000137-11.56900024"/></svg>
Copied!