Kaspersky Password Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kaspersky Password Manager 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/327841.svg" alt="Kaspersky Password Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327841.svg" alt="Kaspersky Password Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327841.svg" alt="Kaspersky Password Manager icon" :width="24" :height="24" />
CSS background
.icon-kaspersky-password-manager {
background-image: url('https://proicons.com/icon/327841.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M22.5,2.9023L6.479,12.1523c-.928.5359-1.4998,1.5261-1.5,2.5977v18.5c.0002,1.0716.572,2.0618,1.5,2.5977l16.021,9.25c.9282.5358,2.0718.5358,3,0l16.021-9.25c.928-.5359,1.4998-1.5261,1.5-2.5977V14.75c-.0002-1.0716-.572-2.0618-1.5-2.5977L25.5,2.9023c-.9282-.5358-2.0718-.5358-3,0Z"/><circle class="b" cx="24" cy="18" r="6"/><circle class="b" cx="24" cy="15.696" r="1.5"/><path class="b" d="M22.034,23.669v3.4266l1.2607,1.173-1.2607,1.173,1.2607,1.173-1.2607,1.173v2.7456l1.9657,1.257,1.9657-1.257v-10.864"/></svg>
Copied!