shield lock icon
shield-lock-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- shield-lock-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
9 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-keyhole-16-filledshield-person-20-filledshield-person-add-20-filledshield-prohibited-20-filledshield-question-16-filledshield-settings-16-filledshield-task-16-filled
Use the shield lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.355 2.147a.5.5 0 0 0-.708 0C6.404 3.388 5.03 4 3.5 4a.5.5 0 0 0-.5.5v3.001c0 2.923 1.354 4.996 4 6.151V10a2 2 0 0 1 1.5-1.937V8A3 3 0 0 1 13 5.401V4.5a.5.5 0 0 0-.5-.5c-1.531 0-2.905-.61-4.145-1.853M9.5 9V8a2 2 0 1 1 4 0v1h.5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1zm1-1v1h2V8a1 1 0 1 0-2 0m1.75 4a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentShieldLock16Filled(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="M8.355 2.147a.5.5 0 0 0-.708 0C6.404 3.388 5.03 4 3.5 4a.5.5 0 0 0-.5.5v3.001c0 2.923 1.354 4.996 4 6.151V10a2 2 0 0 1 1.5-1.937V8A3 3 0 0 1 13 5.401V4.5a.5.5 0 0 0-.5-.5c-1.531 0-2.905-.61-4.145-1.853M9.5 9V8a2 2 0 1 1 4 0v1h.5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1zm1-1v1h2V8a1 1 0 1 0-2 0m1.75 4a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.355 2.147a.5.5 0 0 0-.708 0C6.404 3.388 5.03 4 3.5 4a.5.5 0 0 0-.5.5v3.001c0 2.923 1.354 4.996 4 6.151V10a2 2 0 0 1 1.5-1.937V8A3 3 0 0 1 13 5.401V4.5a.5.5 0 0 0-.5-.5c-1.531 0-2.905-.61-4.145-1.853M9.5 9V8a2 2 0 1 1 4 0v1h.5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1zm1-1v1h2V8a1 1 0 1 0-2 0m1.75 4a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/></svg> </template>
CSS
.icon-shield-lock-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%22M8.355%202.147a.5.5%200%200%200-.708%200C6.404%203.388%205.03%204%203.5%204a.5.5%200%200%200-.5.5v3.001c0%202.923%201.354%204.996%204%206.151V10a2%202%200%200%201%201.5-1.937V8A3%203%200%200%201%2013%205.401V4.5a.5.5%200%200%200-.5-.5c-1.531%200-2.905-.61-4.145-1.853M9.5%209V8a2%202%200%201%201%204%200v1h.5a1%201%200%200%201%201%201v4a1%201%200%200%201-1%201H9a1%201%200%200%201-1-1v-4a1%201%200%200%201%201-1zm1-1v1h2V8a1%201%200%201%200-2%200m1.75%204a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%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%22M8.355%202.147a.5.5%200%200%200-.708%200C6.404%203.388%205.03%204%203.5%204a.5.5%200%200%200-.5.5v3.001c0%202.923%201.354%204.996%204%206.151V10a2%202%200%200%201%201.5-1.937V8A3%203%200%200%201%2013%205.401V4.5a.5.5%200%200%200-.5-.5c-1.531%200-2.905-.61-4.145-1.853M9.5%209V8a2%202%200%201%201%204%200v1h.5a1%201%200%200%201%201%201v4a1%201%200%200%201-1%201H9a1%201%200%200%201-1-1v-4a1%201%200%200%201%201-1zm1-1v1h2V8a1%201%200%201%200-2%200m1.75%204a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shield-lock-16-filled.svg?color=%231a73e8&size=48