Key Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Key icon is commonly used in password managers, authentication screens and security panels. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/312179.svg" alt="Key icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312179.svg" alt="Key icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312179.svg" alt="Key icon" :width="24" :height="24" />
CSS background
.icon-key {
background-image: url('https://proicons.com/icon/312179.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" id="memory-key" viewBox="0 0 22 22"><path d="M9 15H5V14H4V13H3V9H4V8H5V7H9V8H10V9H11V10H19V12H17V14H15V12H11V13H10V14H9M8 13V12H9V10H8V9H6V10H5V12H6V13Z" /></svg>
Copied!