key-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
key-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the key icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11 6a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path d="M7.5 12v-.5h1A.5.5 0 0 0 9 11v-1h1a4 4 0 1 0-3.838-2.87L2.292 11a1 1 0 0 0-.292.707V13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-.5h1a.5.5 0 0 0 .5-.5M7 6a3 3 0 1 1 3 3H8.5a.5.5 0 0 0-.5.5v1H7a.5.5 0 0 0-.5.5v.5h-1a.5.5 0 0 0-.5.5v1H3v-1.293l4.089-4.089a.5.5 0 0 0 .113-.534C7.072 6.748 7 6.384 7 6"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentKey16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11 6a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path d="M7.5 12v-.5h1A.5.5 0 0 0 9 11v-1h1a4 4 0 1 0-3.838-2.87L2.292 11a1 1 0 0 0-.292.707V13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-.5h1a.5.5 0 0 0 .5-.5M7 6a3 3 0 1 1 3 3H8.5a.5.5 0 0 0-.5.5v1H7a.5.5 0 0 0-.5.5v.5h-1a.5.5 0 0 0-.5.5v1H3v-1.293l4.089-4.089a.5.5 0 0 0 .113-.534C7.072 6.748 7 6.384 7 6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11 6a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path d="M7.5 12v-.5h1A.5.5 0 0 0 9 11v-1h1a4 4 0 1 0-3.838-2.87L2.292 11a1 1 0 0 0-.292.707V13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-.5h1a.5.5 0 0 0 .5-.5M7 6a3 3 0 1 1 3 3H8.5a.5.5 0 0 0-.5.5v1H7a.5.5 0 0 0-.5.5v.5h-1a.5.5 0 0 0-.5.5v1H3v-1.293l4.089-4.089a.5.5 0 0 0 .113-.534C7.072 6.748 7 6.384 7 6"/></g></svg>
</template>

CSS

.icon-key-16-regular {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11%206a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20d%3D%22M7.5%2012v-.5h1A.5.5%200%200%200%209%2011v-1h1a4%204%200%201%200-3.838-2.87L2.292%2011a1%201%200%200%200-.292.707V13a1%201%200%200%200%201%201h2a1%201%200%200%200%201-1v-.5h1a.5.5%200%200%200%20.5-.5M7%206a3%203%200%201%201%203%203H8.5a.5.5%200%200%200-.5.5v1H7a.5.5%200%200%200-.5.5v.5h-1a.5.5%200%200%200-.5.5v1H3v-1.293l4.089-4.089a.5.5%200%200%200%20.113-.534C7.072%206.748%207%206.384%207%206%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11%206a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20d%3D%22M7.5%2012v-.5h1A.5.5%200%200%200%209%2011v-1h1a4%204%200%201%200-3.838-2.87L2.292%2011a1%201%200%200%200-.292.707V13a1%201%200%200%200%201%201h2a1%201%200%200%200%201-1v-.5h1a.5.5%200%200%200%20.5-.5M7%206a3%203%200%201%201%203%203H8.5a.5.5%200%200%200-.5.5v1H7a.5.5%200%200%200-.5.5v.5h-1a.5.5%200%200%200-.5.5v1H3v-1.293l4.089-4.089a.5.5%200%200%200%20.113-.534C7.072%206.748%207%206.384%207%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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