Key Lifecycle Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Key Lifecycle 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/320263.svg" alt="Key Lifecycle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320263.svg" alt="Key Lifecycle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320263.svg" alt="Key Lifecycle icon" :width="24" :height="24" />
CSS background
.icon-key-lifecycle {
background-image: url('https://proicons.com/icon/320263.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="key--lifecycle_00000145022487757973251240000007294866773685705092_" d="M13.083,28.298l-0.166,0.701 C6.866,27.569,2.64,22.223,2.64,15.997c0-7.086,5.552-12.884,12.533-13.315l-1.427-1.428l0.509-0.509L16.509,3l-2.255,2.254 l-0.509-0.509l1.339-1.339C8.542,3.878,3.36,9.338,3.36,15.997C3.36,21.887,7.358,26.945,13.083,28.298z M29.36,16 c0-6.226-4.227-11.573-10.277-13.003l-0.166,0.701C24.642,5.05,28.64,10.109,28.64,16c0,6.66-5.181,12.121-11.724,12.593 l1.339-1.338l-0.51-0.51L15.491,29l2.254,2.255l0.51-0.51l-1.427-1.427C23.809,28.887,29.36,23.088,29.36,16z M18.64,12 c0-0.75,0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36s-0.61,1.36-1.36,1.36S18.64,12.75,18.64,12z M19.36,12 c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64s-0.287-0.64-0.64-0.64S19.36,11.647,19.36,12z M8.746,19.917l6.09-6.09 c-0.13-0.439-0.196-0.884-0.196-1.327c0-2.68,2.18-4.86,4.86-4.86s4.86,2.18,4.86,4.86s-2.181,4.86-4.86,4.86 c-0.441,0-0.887-0.066-1.326-0.196l-6.091,6.091c-0.067,0.067-0.159,0.105-0.254,0.105H9c-0.199,0-0.36-0.161-0.36-0.36v-2.828 C8.64,20.076,8.678,19.984,8.746,19.917z M9.36,22.64h2.32l0.768-0.768l-1.159-1.159l0.509-0.51l1.16,1.16l0.905-0.905l-1.159-1.159 l0.509-0.51l1.16,1.16l3.448-3.448c0.098-0.098,0.242-0.132,0.372-0.086c0.435,0.15,0.875,0.226,1.309,0.226 c2.283,0,4.14-1.857,4.14-4.14s-1.856-4.14-4.14-4.14s-4.14,1.857-4.14,4.14c0,0.435,0.076,0.875,0.227,1.308 c0.045,0.13,0.012,0.275-0.086,0.373L9.36,20.321V22.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!