Passwordgenerator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Passwordgenerator 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/331011.svg" alt="Passwordgenerator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331011.svg" alt="Passwordgenerator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331011.svg" alt="Passwordgenerator icon" :width="24" :height="24" />
CSS background
.icon-passwordgenerator {
background-image: url('https://proicons.com/icon/331011.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,.b{fill:none;stroke:#000;}.a{stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="33.4" cy="14.8" r="3.9"/><path class="a" d="M20.4,20.4A11.47,11.47,0,0,1,25.6,7.1,11.31,11.31,0,0,1,39.7,9.4a11.32,11.32,0,0,1-13,17.9"/><path class="b" d="M20.4,20.4,5.5,37v5.4h6.1l.7-4.2,6.5-.4.5-5.5,5.5-.1,1.8-4.8"/></svg>
Copied!