Key Icon
Free SVG icon from the IcoFont 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/305939.svg" alt="Key icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305939.svg" alt="Key icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305939.svg" alt="Key icon" :width="24" :height="24" />
CSS background
.icon-key {
background-image: url('https://proicons.com/icon/305939.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M67 742c17 1 31 2 46 3 14 0 29 1 43 2 1-31 1-60 2-90 32 2 61 3 91 5 1-32 1-61 2-91 32 2 61 3 92 4 0-16 0-32 1-47 0-20 1-40 2-60 1-6 4-13 8-17 19-20 40-39 61-58 6-5 7-10 6-19-18-103 14-189 96-255 84-67 211-70 301-9 126 84 158 250 69 372-63 88-168 124-274 98-9-3-14-2-21 5-121 114-242 227-363 341-7 6-13 8-22 8-37-2-74-3-111-4-27-2-34-9-33-37 1-49 3-99 4-151zm643-445c26 28 70 30 98 5 28-27 29-70 2-98s-71-30-98-4c-27 25-28 70-2 97z"/></svg>
Copied!