key-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
key-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Octicons

The same icon in other sets

Related icons in Octicons

Use the key icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.75 8.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/><path fill="currentColor" d="M15.75 0a8.25 8.25 0 1 1-2.541 16.101l-1.636 1.636a1.74 1.74 0 0 1-1.237.513H9.25a.25.25 0 0 0-.25.25v1.448a.88.88 0 0 1-.256.619l-.214.213a.75.75 0 0 1-.545.22H5.25a.25.25 0 0 0-.25.25v1A1.75 1.75 0 0 1 3.25 24h-1.5A1.75 1.75 0 0 1 0 22.25v-2.836c0-.464.185-.908.513-1.236l7.386-7.388A8.25 8.25 0 0 1 15.75 0M9 8.25a6.7 6.7 0 0 0 .463 2.462a.75.75 0 0 1-.168.804l-7.722 7.721a.25.25 0 0 0-.073.177v2.836c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1c0-.966.784-1.75 1.75-1.75H7.5v-1c0-.966.784-1.75 1.75-1.75h1.086a.25.25 0 0 0 .177-.073l1.971-1.972a.75.75 0 0 1 .804-.168A6.75 6.75 0 1 0 9 8.25"/></svg>

React

import type { SVGProps } from "react";

export function OcticonKey24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.75 8.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/><path fill="currentColor" d="M15.75 0a8.25 8.25 0 1 1-2.541 16.101l-1.636 1.636a1.74 1.74 0 0 1-1.237.513H9.25a.25.25 0 0 0-.25.25v1.448a.88.88 0 0 1-.256.619l-.214.213a.75.75 0 0 1-.545.22H5.25a.25.25 0 0 0-.25.25v1A1.75 1.75 0 0 1 3.25 24h-1.5A1.75 1.75 0 0 1 0 22.25v-2.836c0-.464.185-.908.513-1.236l7.386-7.388A8.25 8.25 0 0 1 15.75 0M9 8.25a6.7 6.7 0 0 0 .463 2.462a.75.75 0 0 1-.168.804l-7.722 7.721a.25.25 0 0 0-.073.177v2.836c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1c0-.966.784-1.75 1.75-1.75H7.5v-1c0-.966.784-1.75 1.75-1.75h1.086a.25.25 0 0 0 .177-.073l1.971-1.972a.75.75 0 0 1 .804-.168A6.75 6.75 0 1 0 9 8.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.75 8.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/><path fill="currentColor" d="M15.75 0a8.25 8.25 0 1 1-2.541 16.101l-1.636 1.636a1.74 1.74 0 0 1-1.237.513H9.25a.25.25 0 0 0-.25.25v1.448a.88.88 0 0 1-.256.619l-.214.213a.75.75 0 0 1-.545.22H5.25a.25.25 0 0 0-.25.25v1A1.75 1.75 0 0 1 3.25 24h-1.5A1.75 1.75 0 0 1 0 22.25v-2.836c0-.464.185-.908.513-1.236l7.386-7.388A8.25 8.25 0 0 1 15.75 0M9 8.25a6.7 6.7 0 0 0 .463 2.462a.75.75 0 0 1-.168.804l-7.722 7.721a.25.25 0 0 0-.073.177v2.836c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1c0-.966.784-1.75 1.75-1.75H7.5v-1c0-.966.784-1.75 1.75-1.75h1.086a.25.25 0 0 0 .177-.073l1.971-1.972a.75.75 0 0 1 .804-.168A6.75 6.75 0 1 0 9 8.25"/></svg>
</template>

CSS

.icon-key-24 {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.75%208.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.75%200a8.25%208.25%200%201%201-2.541%2016.101l-1.636%201.636a1.74%201.74%200%200%201-1.237.513H9.25a.25.25%200%200%200-.25.25v1.448a.88.88%200%200%201-.256.619l-.214.213a.75.75%200%200%201-.545.22H5.25a.25.25%200%200%200-.25.25v1A1.75%201.75%200%200%201%203.25%2024h-1.5A1.75%201.75%200%200%201%200%2022.25v-2.836c0-.464.185-.908.513-1.236l7.386-7.388A8.25%208.25%200%200%201%2015.75%200M9%208.25a6.7%206.7%200%200%200%20.463%202.462a.75.75%200%200%201-.168.804l-7.722%207.721a.25.25%200%200%200-.073.177v2.836c0%20.138.112.25.25.25h1.5a.25.25%200%200%200%20.25-.25v-1c0-.966.784-1.75%201.75-1.75H7.5v-1c0-.966.784-1.75%201.75-1.75h1.086a.25.25%200%200%200%20.177-.073l1.971-1.972a.75.75%200%200%201%20.804-.168A6.75%206.75%200%201%200%209%208.25%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.75%208.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.75%200a8.25%208.25%200%201%201-2.541%2016.101l-1.636%201.636a1.74%201.74%200%200%201-1.237.513H9.25a.25.25%200%200%200-.25.25v1.448a.88.88%200%200%201-.256.619l-.214.213a.75.75%200%200%201-.545.22H5.25a.25.25%200%200%200-.25.25v1A1.75%201.75%200%200%201%203.25%2024h-1.5A1.75%201.75%200%200%201%200%2022.25v-2.836c0-.464.185-.908.513-1.236l7.386-7.388A8.25%208.25%200%200%201%2015.75%200M9%208.25a6.7%206.7%200%200%200%20.463%202.462a.75.75%200%200%201-.168.804l-7.722%207.721a.25.25%200%200%200-.073.177v2.836c0%20.138.112.25.25.25h1.5a.25.25%200%200%200%20.25-.25v-1c0-.966.784-1.75%201.75-1.75H7.5v-1c0-.966.784-1.75%201.75-1.75h1.086a.25.25%200%200%200%20.177-.073l1.971-1.972a.75.75%200%200%201%20.804-.168A6.75%206.75%200%201%200%209%208.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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