person key icon
person-key-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- person-key-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
person-5-20-filledperson-6-20-filledperson-account-16-filledperson-accounts-20-filledperson-add-16-filledperson-alert-16-filledperson-alert-off-16-filledperson-arrow-back-16-filledperson-arrow-left-16-filledperson-arrow-right-16-filledperson-available-16-filledperson-board-12-filledperson-board-add-16-filledperson-briefcase-16-filledperson-call-16-filledperson-chat-16-filledperson-circle-12-filledperson-circle-off-12-filledperson-clock-16-filledperson-delete-16-filledperson-desktop-20-filledperson-edit-16-filledperson-error-16-filledperson-feedback-16-filled
Use the person key icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a4 4 0 1 0 0 8a4 4 0 0 0 0-8M7 6a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-1.991 5A2 2 0 0 0 3 13c0 1.691.833 2.966 2.135 3.797C6.183 17.465 7.53 17.845 9 17.96v-1.003c-1.318-.114-2.468-.457-3.327-1.005C4.623 15.283 4 14.31 4 13c0-.553.448-1 1.009-1h7.106q.08-.316.217-.618q.09-.197.199-.382zm5.14 7.852A.48.48 0 0 0 10.5 19h2a.6.6 0 0 0 .273-.07a.37.37 0 0 0 .149-.172a1 1 0 0 0 .062-.235q.016-.125.016-.257V18q.36-.008.563-.023a.47.47 0 0 0 .304-.118a.46.46 0 0 0 .117-.297Q14 17.368 14 17h.5q.165 0 .266-.07a.5.5 0 0 0 .156-.172a.7.7 0 0 0 .07-.235q.015-.133.016-.273a3 3 0 0 1-.008-.227v-.195q.258.094.523.133q.266.039.54.039a2.87 2.87 0 0 0 2.078-.898q.405-.423.632-.961Q19 13.6 19 13q0-.625-.234-1.172a3 3 0 0 0-.641-.953a3 3 0 0 0-.953-.64A2.9 2.9 0 0 0 16 10q-.61.015-1.148.234a2.9 2.9 0 0 0-.954.625q-.414.407-.656.938a2.7 2.7 0 0 0-.242 1.14q0 .367.086.774l-2.938 2.937A.48.48 0 0 0 10 17v1.5q0 .203.148.352m7.132-7.133a.72.72 0 0 1 .219.531a.72.72 0 0 1-.219.531a.72.72 0 0 1-.531.219a.72.72 0 0 1-.531-.219a.72.72 0 0 1-.219-.531q0-.312.219-.531a.72.72 0 0 1 .531-.219q.312 0 .531.219"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonKey20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a4 4 0 1 0 0 8a4 4 0 0 0 0-8M7 6a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-1.991 5A2 2 0 0 0 3 13c0 1.691.833 2.966 2.135 3.797C6.183 17.465 7.53 17.845 9 17.96v-1.003c-1.318-.114-2.468-.457-3.327-1.005C4.623 15.283 4 14.31 4 13c0-.553.448-1 1.009-1h7.106q.08-.316.217-.618q.09-.197.199-.382zm5.14 7.852A.48.48 0 0 0 10.5 19h2a.6.6 0 0 0 .273-.07a.37.37 0 0 0 .149-.172a1 1 0 0 0 .062-.235q.016-.125.016-.257V18q.36-.008.563-.023a.47.47 0 0 0 .304-.118a.46.46 0 0 0 .117-.297Q14 17.368 14 17h.5q.165 0 .266-.07a.5.5 0 0 0 .156-.172a.7.7 0 0 0 .07-.235q.015-.133.016-.273a3 3 0 0 1-.008-.227v-.195q.258.094.523.133q.266.039.54.039a2.87 2.87 0 0 0 2.078-.898q.405-.423.632-.961Q19 13.6 19 13q0-.625-.234-1.172a3 3 0 0 0-.641-.953a3 3 0 0 0-.953-.64A2.9 2.9 0 0 0 16 10q-.61.015-1.148.234a2.9 2.9 0 0 0-.954.625q-.414.407-.656.938a2.7 2.7 0 0 0-.242 1.14q0 .367.086.774l-2.938 2.937A.48.48 0 0 0 10 17v1.5q0 .203.148.352m7.132-7.133a.72.72 0 0 1 .219.531a.72.72 0 0 1-.219.531a.72.72 0 0 1-.531.219a.72.72 0 0 1-.531-.219a.72.72 0 0 1-.219-.531q0-.312.219-.531a.72.72 0 0 1 .531-.219q.312 0 .531.219"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a4 4 0 1 0 0 8a4 4 0 0 0 0-8M7 6a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-1.991 5A2 2 0 0 0 3 13c0 1.691.833 2.966 2.135 3.797C6.183 17.465 7.53 17.845 9 17.96v-1.003c-1.318-.114-2.468-.457-3.327-1.005C4.623 15.283 4 14.31 4 13c0-.553.448-1 1.009-1h7.106q.08-.316.217-.618q.09-.197.199-.382zm5.14 7.852A.48.48 0 0 0 10.5 19h2a.6.6 0 0 0 .273-.07a.37.37 0 0 0 .149-.172a1 1 0 0 0 .062-.235q.016-.125.016-.257V18q.36-.008.563-.023a.47.47 0 0 0 .304-.118a.46.46 0 0 0 .117-.297Q14 17.368 14 17h.5q.165 0 .266-.07a.5.5 0 0 0 .156-.172a.7.7 0 0 0 .07-.235q.015-.133.016-.273a3 3 0 0 1-.008-.227v-.195q.258.094.523.133q.266.039.54.039a2.87 2.87 0 0 0 2.078-.898q.405-.423.632-.961Q19 13.6 19 13q0-.625-.234-1.172a3 3 0 0 0-.641-.953a3 3 0 0 0-.953-.64A2.9 2.9 0 0 0 16 10q-.61.015-1.148.234a2.9 2.9 0 0 0-.954.625q-.414.407-.656.938a2.7 2.7 0 0 0-.242 1.14q0 .367.086.774l-2.938 2.937A.48.48 0 0 0 10 17v1.5q0 .203.148.352m7.132-7.133a.72.72 0 0 1 .219.531a.72.72 0 0 1-.219.531a.72.72 0 0 1-.531.219a.72.72 0 0 1-.531-.219a.72.72 0 0 1-.219-.531q0-.312.219-.531a.72.72 0 0 1 .531-.219q.312 0 .531.219"/></svg> </template>
CSS
.icon-person-key-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a4%204%200%201%200%200%208a4%204%200%200%200%200-8M7%206a3%203%200%201%201%206%200a3%203%200%200%201-6%200m-1.991%205A2%202%200%200%200%203%2013c0%201.691.833%202.966%202.135%203.797C6.183%2017.465%207.53%2017.845%209%2017.96v-1.003c-1.318-.114-2.468-.457-3.327-1.005C4.623%2015.283%204%2014.31%204%2013c0-.553.448-1%201.009-1h7.106q.08-.316.217-.618q.09-.197.199-.382zm5.14%207.852A.48.48%200%200%200%2010.5%2019h2a.6.6%200%200%200%20.273-.07a.37.37%200%200%200%20.149-.172a1%201%200%200%200%20.062-.235q.016-.125.016-.257V18q.36-.008.563-.023a.47.47%200%200%200%20.304-.118a.46.46%200%200%200%20.117-.297Q14%2017.368%2014%2017h.5q.165%200%20.266-.07a.5.5%200%200%200%20.156-.172a.7.7%200%200%200%20.07-.235q.015-.133.016-.273a3%203%200%200%201-.008-.227v-.195q.258.094.523.133q.266.039.54.039a2.87%202.87%200%200%200%202.078-.898q.405-.423.632-.961Q19%2013.6%2019%2013q0-.625-.234-1.172a3%203%200%200%200-.641-.953a3%203%200%200%200-.953-.64A2.9%202.9%200%200%200%2016%2010q-.61.015-1.148.234a2.9%202.9%200%200%200-.954.625q-.414.407-.656.938a2.7%202.7%200%200%200-.242%201.14q0%20.367.086.774l-2.938%202.937A.48.48%200%200%200%2010%2017v1.5q0%20.203.148.352m7.132-7.133a.72.72%200%200%201%20.219.531a.72.72%200%200%201-.219.531a.72.72%200%200%201-.531.219a.72.72%200%200%201-.531-.219a.72.72%200%200%201-.219-.531q0-.312.219-.531a.72.72%200%200%201%20.531-.219q.312%200%20.531.219%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a4%204%200%201%200%200%208a4%204%200%200%200%200-8M7%206a3%203%200%201%201%206%200a3%203%200%200%201-6%200m-1.991%205A2%202%200%200%200%203%2013c0%201.691.833%202.966%202.135%203.797C6.183%2017.465%207.53%2017.845%209%2017.96v-1.003c-1.318-.114-2.468-.457-3.327-1.005C4.623%2015.283%204%2014.31%204%2013c0-.553.448-1%201.009-1h7.106q.08-.316.217-.618q.09-.197.199-.382zm5.14%207.852A.48.48%200%200%200%2010.5%2019h2a.6.6%200%200%200%20.273-.07a.37.37%200%200%200%20.149-.172a1%201%200%200%200%20.062-.235q.016-.125.016-.257V18q.36-.008.563-.023a.47.47%200%200%200%20.304-.118a.46.46%200%200%200%20.117-.297Q14%2017.368%2014%2017h.5q.165%200%20.266-.07a.5.5%200%200%200%20.156-.172a.7.7%200%200%200%20.07-.235q.015-.133.016-.273a3%203%200%200%201-.008-.227v-.195q.258.094.523.133q.266.039.54.039a2.87%202.87%200%200%200%202.078-.898q.405-.423.632-.961Q19%2013.6%2019%2013q0-.625-.234-1.172a3%203%200%200%200-.641-.953a3%203%200%200%200-.953-.64A2.9%202.9%200%200%200%2016%2010q-.61.015-1.148.234a2.9%202.9%200%200%200-.954.625q-.414.407-.656.938a2.7%202.7%200%200%200-.242%201.14q0%20.367.086.774l-2.938%202.937A.48.48%200%200%200%2010%2017v1.5q0%20.203.148.352m7.132-7.133a.72.72%200%200%201%20.219.531a.72.72%200%200%201-.219.531a.72.72%200%200%201-.531.219a.72.72%200%200%201-.531-.219a.72.72%200%200%201-.219-.531q0-.312.219-.531a.72.72%200%200%201%20.531-.219q.312%200%20.531.219%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-key-20-regular.svg?color=%231a73e8&size=48