shield keyhole icon
shield-keyhole-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- shield-keyhole-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
shield-add-16-filledshield-arrow-right-16-filledshield-badge-20-filledshield-checkmark-16-filledshield-dismiss-16-filledshield-dismiss-shield-20-filledshield-error-16-filledshield-globe-16-filledshield-lock-16-filledshield-person-20-filledshield-person-add-20-filledshield-prohibited-20-filledshield-question-16-filledshield-settings-16-filledshield-task-16-filled
Use the shield keyhole icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.143 2.042c.181-.124.312-.227.394-.297l.11-.097a.5.5 0 0 1 .705-.005q.055.052.112.098c.084.07.216.173.4.297c.365.246.933.574 1.723.88a9 9 0 0 0 2.687.576q.111.005.168.006h.05A.5.5 0 0 1 14 4v2.756a7.5 7.5 0 0 1-3.684 6.457l-2.06 1.217a.5.5 0 0 1-.509 0l-2.062-1.218A7.5 7.5 0 0 1 2 6.755V4a.5.5 0 0 1 .505-.5h.051l.17-.007a9.3 9.3 0 0 0 2.7-.577a8.3 8.3 0 0 0 1.717-.874M9.25 7.25A1.25 1.25 0 1 0 7.5 8.396v1.108a.5.5 0 1 0 1 0V8.396a1.25 1.25 0 0 0 .75-1.146"/></svg>
React
import type { SVGProps } from "react";
export function FluentShieldKeyhole16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.143 2.042c.181-.124.312-.227.394-.297l.11-.097a.5.5 0 0 1 .705-.005q.055.052.112.098c.084.07.216.173.4.297c.365.246.933.574 1.723.88a9 9 0 0 0 2.687.576q.111.005.168.006h.05A.5.5 0 0 1 14 4v2.756a7.5 7.5 0 0 1-3.684 6.457l-2.06 1.217a.5.5 0 0 1-.509 0l-2.062-1.218A7.5 7.5 0 0 1 2 6.755V4a.5.5 0 0 1 .505-.5h.051l.17-.007a9.3 9.3 0 0 0 2.7-.577a8.3 8.3 0 0 0 1.717-.874M9.25 7.25A1.25 1.25 0 1 0 7.5 8.396v1.108a.5.5 0 1 0 1 0V8.396a1.25 1.25 0 0 0 .75-1.146"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.143 2.042c.181-.124.312-.227.394-.297l.11-.097a.5.5 0 0 1 .705-.005q.055.052.112.098c.084.07.216.173.4.297c.365.246.933.574 1.723.88a9 9 0 0 0 2.687.576q.111.005.168.006h.05A.5.5 0 0 1 14 4v2.756a7.5 7.5 0 0 1-3.684 6.457l-2.06 1.217a.5.5 0 0 1-.509 0l-2.062-1.218A7.5 7.5 0 0 1 2 6.755V4a.5.5 0 0 1 .505-.5h.051l.17-.007a9.3 9.3 0 0 0 2.7-.577a8.3 8.3 0 0 0 1.717-.874M9.25 7.25A1.25 1.25 0 1 0 7.5 8.396v1.108a.5.5 0 1 0 1 0V8.396a1.25 1.25 0 0 0 .75-1.146"/></svg> </template>
CSS
.icon-shield-keyhole-16-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.143%202.042c.181-.124.312-.227.394-.297l.11-.097a.5.5%200%200%201%20.705-.005q.055.052.112.098c.084.07.216.173.4.297c.365.246.933.574%201.723.88a9%209%200%200%200%202.687.576q.111.005.168.006h.05A.5.5%200%200%201%2014%204v2.756a7.5%207.5%200%200%201-3.684%206.457l-2.06%201.217a.5.5%200%200%201-.509%200l-2.062-1.218A7.5%207.5%200%200%201%202%206.755V4a.5.5%200%200%201%20.505-.5h.051l.17-.007a9.3%209.3%200%200%200%202.7-.577a8.3%208.3%200%200%200%201.717-.874M9.25%207.25A1.25%201.25%200%201%200%207.5%208.396v1.108a.5.5%200%201%200%201%200V8.396a1.25%201.25%200%200%200%20.75-1.146%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.143%202.042c.181-.124.312-.227.394-.297l.11-.097a.5.5%200%200%201%20.705-.005q.055.052.112.098c.084.07.216.173.4.297c.365.246.933.574%201.723.88a9%209%200%200%200%202.687.576q.111.005.168.006h.05A.5.5%200%200%201%2014%204v2.756a7.5%207.5%200%200%201-3.684%206.457l-2.06%201.217a.5.5%200%200%201-.509%200l-2.062-1.218A7.5%207.5%200%200%201%202%206.755V4a.5.5%200%200%201%20.505-.5h.051l.17-.007a9.3%209.3%200%200%200%202.7-.577a8.3%208.3%200%200%200%201.717-.874M9.25%207.25A1.25%201.25%200%201%200%207.5%208.396v1.108a.5.5%200%201%200%201%200V8.396a1.25%201.25%200%200%200%20.75-1.146%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shield-keyhole-16-filled.svg?color=%231a73e8&size=48