Masterpassword Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Masterpassword 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/328902.svg" alt="Masterpassword icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328902.svg" alt="Masterpassword icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328902.svg" alt="Masterpassword icon" :width="24" :height="24" />
CSS background
.icon-masterpassword {
background-image: url('https://proicons.com/icon/328902.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="M8.94,19.56A4.44,4.44,0,1,1,4.5,24,4.44,4.44,0,0,1,8.94,19.56Zm12.37,0A4.44,4.44,0,1,1,16.87,24,4.44,4.44,0,0,1,21.31,19.56Zm12.37,0A4.44,4.44,0,1,1,29.24,24,4.44,4.44,0,0,1,33.68,19.56Z"/><line class="a" x1="43.5" y1="12.47" x2="43.5" y2="35.53"/></svg>
Copied!