Nc Passwords Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nc 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/344576.svg" alt="Nc Passwords icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344576.svg" alt="Nc Passwords icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344576.svg" alt="Nc Passwords icon" :width="24" :height="24" />
CSS background
.icon-nc-passwords {
background-image: url('https://proicons.com/icon/344576.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><path class="a" d="M34.5,21.5234V15a10.5,10.5,0,0,0-21,0v6.5234a13.5,13.5,0,1,0,21,0Z"/><path class="a" d="M24,16.5a13.4224,13.4224,0,0,1,6,1.42V15a6,6,0,0,0-12,0v2.92A13.4211,13.4211,0,0,1,24,16.5Z"/><path class="a" d="M27.5,28a3.5,3.5,0,1,0-5,3.15V36h3V31.15A3.4911,3.4911,0,0,0,27.5,28Z"/></svg>
Copied!