keyhole icon

keyhole-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
keyhole-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the keyhole icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m0 192a92 92 0 1 1 92-92a92.1 92.1 0 0 1-92 92m36-108a36 36 0 1 0-57 29.22l-14.66 33.17A4 4 0 0 0 96 180h64a4 4 0 0 0 3.66-5.61L149 141.22A36.15 36.15 0 0 0 164 112m-23.66 29.33L153.86 172h-51.72l13.52-30.67a4 4 0 0 0-1.66-5.07a28 28 0 1 1 28 0a4 4 0 0 0-1.66 5.07"/></svg>

React

import type { SVGProps } from "react";

export function PhKeyholeThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m0 192a92 92 0 1 1 92-92a92.1 92.1 0 0 1-92 92m36-108a36 36 0 1 0-57 29.22l-14.66 33.17A4 4 0 0 0 96 180h64a4 4 0 0 0 3.66-5.61L149 141.22A36.15 36.15 0 0 0 164 112m-23.66 29.33L153.86 172h-51.72l13.52-30.67a4 4 0 0 0-1.66-5.07a28 28 0 1 1 28 0a4 4 0 0 0-1.66 5.07"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m0 192a92 92 0 1 1 92-92a92.1 92.1 0 0 1-92 92m36-108a36 36 0 1 0-57 29.22l-14.66 33.17A4 4 0 0 0 96 180h64a4 4 0 0 0 3.66-5.61L149 141.22A36.15 36.15 0 0 0 164 112m-23.66 29.33L153.86 172h-51.72l13.52-30.67a4 4 0 0 0-1.66-5.07a28 28 0 1 1 28 0a4 4 0 0 0-1.66 5.07"/></svg>
</template>

CSS

.icon-keyhole-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m0%20192a92%2092%200%201%201%2092-92a92.1%2092.1%200%200%201-92%2092m36-108a36%2036%200%201%200-57%2029.22l-14.66%2033.17A4%204%200%200%200%2096%20180h64a4%204%200%200%200%203.66-5.61L149%20141.22A36.15%2036.15%200%200%200%20164%20112m-23.66%2029.33L153.86%20172h-51.72l13.52-30.67a4%204%200%200%200-1.66-5.07a28%2028%200%201%201%2028%200a4%204%200%200%200-1.66%205.07%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m0%20192a92%2092%200%201%201%2092-92a92.1%2092.1%200%200%201-92%2092m36-108a36%2036%200%201%200-57%2029.22l-14.66%2033.17A4%204%200%200%200%2096%20180h64a4%204%200%200%200%203.66-5.61L149%20141.22A36.15%2036.15%200%200%200%20164%20112m-23.66%2029.33L153.86%20172h-51.72l13.52-30.67a4%204%200%200%200-1.66-5.07a28%2028%200%201%201%2028%200a4%204%200%200%200-1.66%205.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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