shield lock icon
shield-lock-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- shield-lock-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- 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="M7.647 2.146a.5.5 0 0 1 .708 0C9.595 3.39 10.969 4 12.5 4a.5.5 0 0 1 .5.5v.901a3 3 0 0 0-1-.36v-.06c-1.48-.112-2.815-.726-4-1.792c-1.186 1.066-2.52 1.68-4 1.792v2.52c0 1.434.363 2.565 1.021 3.444c.47.628 1.12 1.168 1.979 1.603v1.104c-2.646-1.155-4-3.228-4-6.15V4.5a.5.5 0 0 1 .5-.5c1.53 0 2.904-.611 4.147-1.854M9.5 8v1H9a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-.5V8a2 2 0 1 0-4 0m1 1V8a1 1 0 1 1 2 0v1zm1 2.25a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentShieldLock16Regular(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.647 2.146a.5.5 0 0 1 .708 0C9.595 3.39 10.969 4 12.5 4a.5.5 0 0 1 .5.5v.901a3 3 0 0 0-1-.36v-.06c-1.48-.112-2.815-.726-4-1.792c-1.186 1.066-2.52 1.68-4 1.792v2.52c0 1.434.363 2.565 1.021 3.444c.47.628 1.12 1.168 1.979 1.603v1.104c-2.646-1.155-4-3.228-4-6.15V4.5a.5.5 0 0 1 .5-.5c1.53 0 2.904-.611 4.147-1.854M9.5 8v1H9a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-.5V8a2 2 0 1 0-4 0m1 1V8a1 1 0 1 1 2 0v1zm1 2.25a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></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.647 2.146a.5.5 0 0 1 .708 0C9.595 3.39 10.969 4 12.5 4a.5.5 0 0 1 .5.5v.901a3 3 0 0 0-1-.36v-.06c-1.48-.112-2.815-.726-4-1.792c-1.186 1.066-2.52 1.68-4 1.792v2.52c0 1.434.363 2.565 1.021 3.444c.47.628 1.12 1.168 1.979 1.603v1.104c-2.646-1.155-4-3.228-4-6.15V4.5a.5.5 0 0 1 .5-.5c1.53 0 2.904-.611 4.147-1.854M9.5 8v1H9a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-.5V8a2 2 0 1 0-4 0m1 1V8a1 1 0 1 1 2 0v1zm1 2.25a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></svg> </template>
CSS
.icon-shield-lock-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.647%202.146a.5.5%200%200%201%20.708%200C9.595%203.39%2010.969%204%2012.5%204a.5.5%200%200%201%20.5.5v.901a3%203%200%200%200-1-.36v-.06c-1.48-.112-2.815-.726-4-1.792c-1.186%201.066-2.52%201.68-4%201.792v2.52c0%201.434.363%202.565%201.021%203.444c.47.628%201.12%201.168%201.979%201.603v1.104c-2.646-1.155-4-3.228-4-6.15V4.5a.5.5%200%200%201%20.5-.5c1.53%200%202.904-.611%204.147-1.854M9.5%208v1H9a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h5a1%201%200%200%200%201-1v-4a1%201%200%200%200-1-1h-.5V8a2%202%200%201%200-4%200m1%201V8a1%201%200%201%201%202%200v1zm1%202.25a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5%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.647%202.146a.5.5%200%200%201%20.708%200C9.595%203.39%2010.969%204%2012.5%204a.5.5%200%200%201%20.5.5v.901a3%203%200%200%200-1-.36v-.06c-1.48-.112-2.815-.726-4-1.792c-1.186%201.066-2.52%201.68-4%201.792v2.52c0%201.434.363%202.565%201.021%203.444c.47.628%201.12%201.168%201.979%201.603v1.104c-2.646-1.155-4-3.228-4-6.15V4.5a.5.5%200%200%201%20.5-.5c1.53%200%202.904-.611%204.147-1.854M9.5%208v1H9a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h5a1%201%200%200%200%201-1v-4a1%201%200%200%200-1-1h-.5V8a2%202%200%201%200-4%200m1%201V8a1%201%200%201%201%202%200v1zm1%202.25a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5%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-regular.svg?color=%231a73e8&size=48