lock shield icon
lock-shield-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- lock-shield-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the lock shield icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.901 14.23a.895.895 0 0 1 1.198 0c.797.769 2.33 1.993 4.215 2.244c.376.05.686.336.686.695v3.355c0 4.51-4.374 6.146-5.32 6.448a.6.6 0 0 1-.359 0c-.946-.302-5.32-1.938-5.321-6.448V17.17c0-.359.31-.645.686-.695c1.884-.251 3.418-1.475 4.215-2.245M14 2a5.5 5.5 0 0 1 5.5 5.5v2.509a3.75 3.75 0 0 1 3.498 3.69l-.206-.19l-.137-.118a1.904 1.904 0 0 0-2.31 0l-.138.119c-.704.679-1.926 1.635-3.363 1.924l-.29.048c-.671.09-1.4.596-1.531 1.422a1.5 1.5 0 1 0-.023 2.21v1.41l.016.483c.142 2.299 1.294 3.917 2.542 4.993H8.75A3.75 3.75 0 0 1 5 22.25v-8.5a3.75 3.75 0 0 1 3.5-3.741V7.5A5.5 5.5 0 0 1 14 2m0 1.5a4 4 0 0 0-4 4V10h8V7.5a4 4 0 0 0-4-4"/></svg>
React
import type { SVGProps } from "react";
export function FluentLockShield28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.901 14.23a.895.895 0 0 1 1.198 0c.797.769 2.33 1.993 4.215 2.244c.376.05.686.336.686.695v3.355c0 4.51-4.374 6.146-5.32 6.448a.6.6 0 0 1-.359 0c-.946-.302-5.32-1.938-5.321-6.448V17.17c0-.359.31-.645.686-.695c1.884-.251 3.418-1.475 4.215-2.245M14 2a5.5 5.5 0 0 1 5.5 5.5v2.509a3.75 3.75 0 0 1 3.498 3.69l-.206-.19l-.137-.118a1.904 1.904 0 0 0-2.31 0l-.138.119c-.704.679-1.926 1.635-3.363 1.924l-.29.048c-.671.09-1.4.596-1.531 1.422a1.5 1.5 0 1 0-.023 2.21v1.41l.016.483c.142 2.299 1.294 3.917 2.542 4.993H8.75A3.75 3.75 0 0 1 5 22.25v-8.5a3.75 3.75 0 0 1 3.5-3.741V7.5A5.5 5.5 0 0 1 14 2m0 1.5a4 4 0 0 0-4 4V10h8V7.5a4 4 0 0 0-4-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.901 14.23a.895.895 0 0 1 1.198 0c.797.769 2.33 1.993 4.215 2.244c.376.05.686.336.686.695v3.355c0 4.51-4.374 6.146-5.32 6.448a.6.6 0 0 1-.359 0c-.946-.302-5.32-1.938-5.321-6.448V17.17c0-.359.31-.645.686-.695c1.884-.251 3.418-1.475 4.215-2.245M14 2a5.5 5.5 0 0 1 5.5 5.5v2.509a3.75 3.75 0 0 1 3.498 3.69l-.206-.19l-.137-.118a1.904 1.904 0 0 0-2.31 0l-.138.119c-.704.679-1.926 1.635-3.363 1.924l-.29.048c-.671.09-1.4.596-1.531 1.422a1.5 1.5 0 1 0-.023 2.21v1.41l.016.483c.142 2.299 1.294 3.917 2.542 4.993H8.75A3.75 3.75 0 0 1 5 22.25v-8.5a3.75 3.75 0 0 1 3.5-3.741V7.5A5.5 5.5 0 0 1 14 2m0 1.5a4 4 0 0 0-4 4V10h8V7.5a4 4 0 0 0-4-4"/></svg> </template>
CSS
.icon-lock-shield-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.901%2014.23a.895.895%200%200%201%201.198%200c.797.769%202.33%201.993%204.215%202.244c.376.05.686.336.686.695v3.355c0%204.51-4.374%206.146-5.32%206.448a.6.6%200%200%201-.359%200c-.946-.302-5.32-1.938-5.321-6.448V17.17c0-.359.31-.645.686-.695c1.884-.251%203.418-1.475%204.215-2.245M14%202a5.5%205.5%200%200%201%205.5%205.5v2.509a3.75%203.75%200%200%201%203.498%203.69l-.206-.19l-.137-.118a1.904%201.904%200%200%200-2.31%200l-.138.119c-.704.679-1.926%201.635-3.363%201.924l-.29.048c-.671.09-1.4.596-1.531%201.422a1.5%201.5%200%201%200-.023%202.21v1.41l.016.483c.142%202.299%201.294%203.917%202.542%204.993H8.75A3.75%203.75%200%200%201%205%2022.25v-8.5a3.75%203.75%200%200%201%203.5-3.741V7.5A5.5%205.5%200%200%201%2014%202m0%201.5a4%204%200%200%200-4%204V10h8V7.5a4%204%200%200%200-4-4%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.901%2014.23a.895.895%200%200%201%201.198%200c.797.769%202.33%201.993%204.215%202.244c.376.05.686.336.686.695v3.355c0%204.51-4.374%206.146-5.32%206.448a.6.6%200%200%201-.359%200c-.946-.302-5.32-1.938-5.321-6.448V17.17c0-.359.31-.645.686-.695c1.884-.251%203.418-1.475%204.215-2.245M14%202a5.5%205.5%200%200%201%205.5%205.5v2.509a3.75%203.75%200%200%201%203.498%203.69l-.206-.19l-.137-.118a1.904%201.904%200%200%200-2.31%200l-.138.119c-.704.679-1.926%201.635-3.363%201.924l-.29.048c-.671.09-1.4.596-1.531%201.422a1.5%201.5%200%201%200-.023%202.21v1.41l.016.483c.142%202.299%201.294%203.917%202.542%204.993H8.75A3.75%203.75%200%200%201%205%2022.25v-8.5a3.75%203.75%200%200%201%203.5-3.741V7.5A5.5%205.5%200%200%201%2014%202m0%201.5a4%204%200%200%200-4%204V10h8V7.5a4%204%200%200%200-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lock-shield-28-filled.svg?color=%231a73e8&size=48