Password Safe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Password Safe 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/331010.svg" alt="Password Safe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331010.svg" alt="Password Safe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331010.svg" alt="Password Safe icon" :width="24" :height="24" />
CSS background
.icon-password-safe {
background-image: url('https://proicons.com/icon/331010.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="24" cy="24" r="15.09212156"/><path class="e" d="M28.94739809,20.45864532c0-2.73235896-2.21503913-4.94739809-4.94739809-4.94739809s-4.94739809,2.21503913-4.94739809,4.94739809c0,1.82202396.98782361,3.40970735,2.45432689,4.26827912l-2.16587969,7.76182832h9.31701648l-2.16572346-7.76135964c1.46691988-.85841554,2.45505595-2.44641139,2.45505595-4.2687478Z"/><line class="e" x1="42.5" y1="5.5" x2="34.67080943" y2="13.32919057"/><line class="e" x1="13.32919057" y1="34.67080943" x2="5.5" y2="42.5"/><line class="e" x1="42.5" y1="42.5" x2="34.67080943" y2="34.67080943"/><line class="e" x1="13.32919057" y1="13.32919057" x2="5.5" y2="5.5"/></svg>
Copied!