Avast Passwords Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Avast Passwords 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/336806.svg" alt="Avast Passwords icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336806.svg" alt="Avast Passwords icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336806.svg" alt="Avast Passwords icon" :width="24" :height="24" />
CSS background
.icon-avast-passwords {
background-image: url('https://proicons.com/icon/336806.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M23,27.226l2.1256,2.0565h2.6353V32.11h2.791v2.7514H34.74v-3.96l-7.5206-7.9743.0563-.1056a7.323,7.323,0,0,0-3.0171-8.5948,7.1527,7.1527,0,0,0-8.9562,1.1165,7.3434,7.3434,0,0,0-.86,9.0781,7.1683,7.1683,0,0,0,8.5841,2.8131Z"/><ellipse class="a" cx="17.9125" cy="17.7904" rx="1.747" ry="1.7598"/></svg>
Copied!