Passwordstore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Passwordstore 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/331014.svg" alt="Passwordstore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331014.svg" alt="Passwordstore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331014.svg" alt="Passwordstore icon" :width="24" :height="24" />
CSS background
.icon-passwordstore {
background-image: url('https://proicons.com/icon/331014.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M35,25.677a3,3,0,1,1-3-3.002A3.0134,3.0134,0,0,1,35,25.677Z"/><path class="a" d="M26.6459,33.1748a3,3,0,1,1-3-3.002A3.0134,3.0134,0,0,1,26.6459,33.1748Z"/><path class="a" d="M35,37.0771a3,3,0,1,1-3-3.0021A3.0133,3.0133,0,0,1,35,37.0771Z"/><path class="a" d="M32,22.675V12.2864A7.7864,7.7864,0,0,0,24.2136,4.5h-.4272A7.7864,7.7864,0,0,0,16,12.2864V17.5"/><line class="a" x1="32" y1="34.075" x2="32" y2="28.675"/><path class="a" d="M34.5211,17.5h3.3165a4,4,0,0,1,3.9534,4.6082l-2.7692,18A4,4,0,0,1,35.0683,43.5H12.9317a4,4,0,0,1-3.9535-3.3918l-2.7692-18A4,4,0,0,1,10.1624,17.5H29.5211"/><line class="a" x1="25.8723" y1="31.1746" x2="29.7753" y2="27.6717"/></svg>
Copied!