Passwordkeeper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Passwordkeeper 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/331012.svg" alt="Passwordkeeper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331012.svg" alt="Passwordkeeper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331012.svg" alt="Passwordkeeper icon" :width="24" :height="24" />
CSS background
.icon-passwordkeeper {
background-image: url('https://proicons.com/icon/331012.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M24,8.28l1.65,1.79A14,14,0,0,1,24,38h0a14,14,0,0,1-1.64-28L24,8.28Zm0,9.54A6.18,6.18,0,0,1,30.18,24h0A6.18,6.18,0,0,1,24,30.18h0A6.18,6.18,0,0,1,17.82,24h0A6.18,6.18,0,0,1,24,17.82Z"/><line class="cls-1" x1="24" y1="6.18" x2="24" y2="3.5"/><line class="cls-1" x1="36.6" y1="11.4" x2="38.5" y2="9.5"/><line class="cls-1" x1="41.82" y1="24" x2="44.5" y2="24"/><line class="cls-1" x1="36.6" y1="36.6" x2="38.5" y2="38.5"/><line class="cls-1" x1="24" y1="41.82" x2="24" y2="44.5"/><line class="cls-1" x1="11.4" y1="36.6" x2="9.5" y2="38.5"/><line class="cls-1" x1="6.18" y1="24" x2="3.5" y2="24"/><line class="cls-1" x1="11.4" y1="11.4" x2="9.5" y2="9.5"/></svg>
Copied!