key from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
key
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Use the key icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3 .5c0 2.481-2.019 4.5-4.5 4.5H9.186l-.797.775a.5.5 0 0 1-.138.095l-.179.083a.5.5 0 0 1-.211.046H7v1.293c0 .133-.053.26-.146.354l-.207.207a.5.5 0 0 1-.354.146H5v1.293a.5.5 0 0 1-.146.353l-.206.207a.5.5 0 0 1-.354.147H2c-.552-.002-1-.451-1-1.001v-1.593c0-.263.106-.521.293-.707L6.19 6.801A4.505 4.505 0 0 1 10.5 1C12.981 1 15 3.019 15 5.5m-1 0C14 3.57 12.43 2 10.5 2a3.504 3.504 0 0 0-3.269 4.755a.5.5 0 0 1-.113.533L2 12.406v1.593h2V12.5a.5.5 0 0 1 .5-.5H6v-1.5a.5.5 0 0 1 .5-.5h1.252l.882-.858A.5.5 0 0 1 8.983 9h1.518c1.93 0 3.5-1.57 3.5-3.5z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconKey(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3 .5c0 2.481-2.019 4.5-4.5 4.5H9.186l-.797.775a.5.5 0 0 1-.138.095l-.179.083a.5.5 0 0 1-.211.046H7v1.293c0 .133-.053.26-.146.354l-.207.207a.5.5 0 0 1-.354.146H5v1.293a.5.5 0 0 1-.146.353l-.206.207a.5.5 0 0 1-.354.147H2c-.552-.002-1-.451-1-1.001v-1.593c0-.263.106-.521.293-.707L6.19 6.801A4.505 4.505 0 0 1 10.5 1C12.981 1 15 3.019 15 5.5m-1 0C14 3.57 12.43 2 10.5 2a3.504 3.504 0 0 0-3.269 4.755a.5.5 0 0 1-.113.533L2 12.406v1.593h2V12.5a.5.5 0 0 1 .5-.5H6v-1.5a.5.5 0 0 1 .5-.5h1.252l.882-.858A.5.5 0 0 1 8.983 9h1.518c1.93 0 3.5-1.57 3.5-3.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3 .5c0 2.481-2.019 4.5-4.5 4.5H9.186l-.797.775a.5.5 0 0 1-.138.095l-.179.083a.5.5 0 0 1-.211.046H7v1.293c0 .133-.053.26-.146.354l-.207.207a.5.5 0 0 1-.354.146H5v1.293a.5.5 0 0 1-.146.353l-.206.207a.5.5 0 0 1-.354.147H2c-.552-.002-1-.451-1-1.001v-1.593c0-.263.106-.521.293-.707L6.19 6.801A4.505 4.505 0 0 1 10.5 1C12.981 1 15 3.019 15 5.5m-1 0C14 3.57 12.43 2 10.5 2a3.504 3.504 0 0 0-3.269 4.755a.5.5 0 0 1-.113.533L2 12.406v1.593h2V12.5a.5.5 0 0 1 .5-.5H6v-1.5a.5.5 0 0 1 .5-.5h1.252l.882-.858A.5.5 0 0 1 8.983 9h1.518c1.93 0 3.5-1.57 3.5-3.5z"/></svg>
</template>

CSS

.icon-key {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%205a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3%20.5c0%202.481-2.019%204.5-4.5%204.5H9.186l-.797.775a.5.5%200%200%201-.138.095l-.179.083a.5.5%200%200%201-.211.046H7v1.293c0%20.133-.053.26-.146.354l-.207.207a.5.5%200%200%201-.354.146H5v1.293a.5.5%200%200%201-.146.353l-.206.207a.5.5%200%200%201-.354.147H2c-.552-.002-1-.451-1-1.001v-1.593c0-.263.106-.521.293-.707L6.19%206.801A4.505%204.505%200%200%201%2010.5%201C12.981%201%2015%203.019%2015%205.5m-1%200C14%203.57%2012.43%202%2010.5%202a3.504%203.504%200%200%200-3.269%204.755a.5.5%200%200%201-.113.533L2%2012.406v1.593h2V12.5a.5.5%200%200%201%20.5-.5H6v-1.5a.5.5%200%200%201%20.5-.5h1.252l.882-.858A.5.5%200%200%201%208.983%209h1.518c1.93%200%203.5-1.57%203.5-3.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%205a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3%20.5c0%202.481-2.019%204.5-4.5%204.5H9.186l-.797.775a.5.5%200%200%201-.138.095l-.179.083a.5.5%200%200%201-.211.046H7v1.293c0%20.133-.053.26-.146.354l-.207.207a.5.5%200%200%201-.354.146H5v1.293a.5.5%200%200%201-.146.353l-.206.207a.5.5%200%200%201-.354.147H2c-.552-.002-1-.451-1-1.001v-1.593c0-.263.106-.521.293-.707L6.19%206.801A4.505%204.505%200%200%201%2010.5%201C12.981%201%2015%203.019%2015%205.5m-1%200C14%203.57%2012.43%202%2010.5%202a3.504%203.504%200%200%200-3.269%204.755a.5.5%200%200%201-.113.533L2%2012.406v1.593h2V12.5a.5.5%200%200%201%20.5-.5H6v-1.5a.5.5%200%200%201%20.5-.5h1.252l.882-.858A.5.5%200%200%201%208.983%209h1.518c1.93%200%203.5-1.57%203.5-3.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/key.svg?color=%231a73e8&size=48