key icon
key-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- key-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
keyAkar Iconskey-outlinedAnt Design IconskeyBootstrap IconskeyBoxIcons v2keyBoxIcons v2 SolidkeyCarbonkeyCatppuccin IconskeyCodiconskeyEmoji One (Colored)keyElement PluskeyFont Awesome 6 SolidkeyFont Awesome SolidkeyFeather IconskeyFluent EmojikeyFluent Emoji FlatkeyFluent Emoji High ContrastkeyFirefox OS Emojikeycss.ggkeyHeroIconskeyHumbleiconskeyIconParkkeyIconPark OutlinekeyIconPark SolidkeyIconPark TwoTone
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 24 24"><path fill="currentColor" d="M18.25 7a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M15.5 2.05A6.554 6.554 0 0 0 8.95 8.6c0 .387.05.76.11 1.104a.28.28 0 0 1-.07.244l-6.235 6.236a2.75 2.75 0 0 0-.806 1.944V20.3c0 .966.784 1.75 1.75 1.75h2.5a1.75 1.75 0 0 0 1.75-1.75v-1.25H9.7c.69 0 1.25-.56 1.25-1.25v-1.75h1.75a1.25 1.25 0 0 0 1.25-1.204c.496.128 1.02.204 1.55.204a6.554 6.554 0 0 0 6.55-6.55c0-3.631-2.953-6.45-6.55-6.45M10.45 8.6a5.054 5.054 0 0 1 5.05-5.05c2.802 0 5.05 2.181 5.05 4.95a5.054 5.054 0 0 1-5.05 5.05c-.68 0-1.38-.171-2.005-.44a.75.75 0 0 0-1.046.69v.75H10.7c-.69 0-1.25.56-1.25 1.25v1.75H7.7c-.69 0-1.25.56-1.25 1.25v1.5a.25.25 0 0 1-.25.25H3.7a.25.25 0 0 1-.25-.25v-2.172c0-.331.132-.65.366-.884l6.236-6.235a1.77 1.77 0 0 0 .486-1.564a5 5 0 0 1-.088-.845"/></svg>
React
import type { SVGProps } from "react";
export function FluentKey24Regular(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="M18.25 7a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M15.5 2.05A6.554 6.554 0 0 0 8.95 8.6c0 .387.05.76.11 1.104a.28.28 0 0 1-.07.244l-6.235 6.236a2.75 2.75 0 0 0-.806 1.944V20.3c0 .966.784 1.75 1.75 1.75h2.5a1.75 1.75 0 0 0 1.75-1.75v-1.25H9.7c.69 0 1.25-.56 1.25-1.25v-1.75h1.75a1.25 1.25 0 0 0 1.25-1.204c.496.128 1.02.204 1.55.204a6.554 6.554 0 0 0 6.55-6.55c0-3.631-2.953-6.45-6.55-6.45M10.45 8.6a5.054 5.054 0 0 1 5.05-5.05c2.802 0 5.05 2.181 5.05 4.95a5.054 5.054 0 0 1-5.05 5.05c-.68 0-1.38-.171-2.005-.44a.75.75 0 0 0-1.046.69v.75H10.7c-.69 0-1.25.56-1.25 1.25v1.75H7.7c-.69 0-1.25.56-1.25 1.25v1.5a.25.25 0 0 1-.25.25H3.7a.25.25 0 0 1-.25-.25v-2.172c0-.331.132-.65.366-.884l6.236-6.235a1.77 1.77 0 0 0 .486-1.564a5 5 0 0 1-.088-.845"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.25 7a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M15.5 2.05A6.554 6.554 0 0 0 8.95 8.6c0 .387.05.76.11 1.104a.28.28 0 0 1-.07.244l-6.235 6.236a2.75 2.75 0 0 0-.806 1.944V20.3c0 .966.784 1.75 1.75 1.75h2.5a1.75 1.75 0 0 0 1.75-1.75v-1.25H9.7c.69 0 1.25-.56 1.25-1.25v-1.75h1.75a1.25 1.25 0 0 0 1.25-1.204c.496.128 1.02.204 1.55.204a6.554 6.554 0 0 0 6.55-6.55c0-3.631-2.953-6.45-6.55-6.45M10.45 8.6a5.054 5.054 0 0 1 5.05-5.05c2.802 0 5.05 2.181 5.05 4.95a5.054 5.054 0 0 1-5.05 5.05c-.68 0-1.38-.171-2.005-.44a.75.75 0 0 0-1.046.69v.75H10.7c-.69 0-1.25.56-1.25 1.25v1.75H7.7c-.69 0-1.25.56-1.25 1.25v1.5a.25.25 0 0 1-.25.25H3.7a.25.25 0 0 1-.25-.25v-2.172c0-.331.132-.65.366-.884l6.236-6.235a1.77 1.77 0 0 0 .486-1.564a5 5 0 0 1-.088-.845"/></svg> </template>
CSS
.icon-key-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.25%207a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M15.5%202.05A6.554%206.554%200%200%200%208.95%208.6c0%20.387.05.76.11%201.104a.28.28%200%200%201-.07.244l-6.235%206.236a2.75%202.75%200%200%200-.806%201.944V20.3c0%20.966.784%201.75%201.75%201.75h2.5a1.75%201.75%200%200%200%201.75-1.75v-1.25H9.7c.69%200%201.25-.56%201.25-1.25v-1.75h1.75a1.25%201.25%200%200%200%201.25-1.204c.496.128%201.02.204%201.55.204a6.554%206.554%200%200%200%206.55-6.55c0-3.631-2.953-6.45-6.55-6.45M10.45%208.6a5.054%205.054%200%200%201%205.05-5.05c2.802%200%205.05%202.181%205.05%204.95a5.054%205.054%200%200%201-5.05%205.05c-.68%200-1.38-.171-2.005-.44a.75.75%200%200%200-1.046.69v.75H10.7c-.69%200-1.25.56-1.25%201.25v1.75H7.7c-.69%200-1.25.56-1.25%201.25v1.5a.25.25%200%200%201-.25.25H3.7a.25.25%200%200%201-.25-.25v-2.172c0-.331.132-.65.366-.884l6.236-6.235a1.77%201.77%200%200%200%20.486-1.564a5%205%200%200%201-.088-.845%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%22M18.25%207a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M15.5%202.05A6.554%206.554%200%200%200%208.95%208.6c0%20.387.05.76.11%201.104a.28.28%200%200%201-.07.244l-6.235%206.236a2.75%202.75%200%200%200-.806%201.944V20.3c0%20.966.784%201.75%201.75%201.75h2.5a1.75%201.75%200%200%200%201.75-1.75v-1.25H9.7c.69%200%201.25-.56%201.25-1.25v-1.75h1.75a1.25%201.25%200%200%200%201.25-1.204c.496.128%201.02.204%201.55.204a6.554%206.554%200%200%200%206.55-6.55c0-3.631-2.953-6.45-6.55-6.45M10.45%208.6a5.054%205.054%200%200%201%205.05-5.05c2.802%200%205.05%202.181%205.05%204.95a5.054%205.054%200%200%201-5.05%205.05c-.68%200-1.38-.171-2.005-.44a.75.75%200%200%200-1.046.69v.75H10.7c-.69%200-1.25.56-1.25%201.25v1.75H7.7c-.69%200-1.25.56-1.25%201.25v1.5a.25.25%200%200%201-.25.25H3.7a.25.25%200%200%201-.25-.25v-2.172c0-.331.132-.65.366-.884l6.236-6.235a1.77%201.77%200%200%200%20.486-1.564a5%205%200%200%201-.088-.845%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/key-24-regular.svg?color=%231a73e8&size=48