lock-shield-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
lock-shield-28-regular
Set
Fluent UI System Icons
Style
28 Regular
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.88 1.88 0 0 0-1.285-.386a2.25 2.25 0 0 0-2.12-1.505H8.75a2.25 2.25 0 0 0-2.25 2.25v8.5a2.25 2.25 0 0 0 2.25 2.25h7.457a7.8 7.8 0 0 0 1.35 1.5H8.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 14.5c.396 0 .755.154 1.023.404a2 2 0 0 0-.023.266v1.945a1.5 1.5 0 1 1-1-2.615m0-13a4 4 0 0 0-4 4V10h8V7.5a4 4 0 0 0-4-4"/></svg>

React

import type { SVGProps } from "react";

export function FluentLockShield28Regular(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.88 1.88 0 0 0-1.285-.386a2.25 2.25 0 0 0-2.12-1.505H8.75a2.25 2.25 0 0 0-2.25 2.25v8.5a2.25 2.25 0 0 0 2.25 2.25h7.457a7.8 7.8 0 0 0 1.35 1.5H8.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 14.5c.396 0 .755.154 1.023.404a2 2 0 0 0-.023.266v1.945a1.5 1.5 0 1 1-1-2.615m0-13a4 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.88 1.88 0 0 0-1.285-.386a2.25 2.25 0 0 0-2.12-1.505H8.75a2.25 2.25 0 0 0-2.25 2.25v8.5a2.25 2.25 0 0 0 2.25 2.25h7.457a7.8 7.8 0 0 0 1.35 1.5H8.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 14.5c.396 0 .755.154 1.023.404a2 2 0 0 0-.023.266v1.945a1.5 1.5 0 1 1-1-2.615m0-13a4 4 0 0 0-4 4V10h8V7.5a4 4 0 0 0-4-4"/></svg>
</template>

CSS

.icon-lock-shield-28-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%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.88%201.88%200%200%200-1.285-.386a2.25%202.25%200%200%200-2.12-1.505H8.75a2.25%202.25%200%200%200-2.25%202.25v8.5a2.25%202.25%200%200%200%202.25%202.25h7.457a7.8%207.8%200%200%200%201.35%201.5H8.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%2014.5c.396%200%20.755.154%201.023.404a2%202%200%200%200-.023.266v1.945a1.5%201.5%200%201%201-1-2.615m0-13a4%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.88%201.88%200%200%200-1.285-.386a2.25%202.25%200%200%200-2.12-1.505H8.75a2.25%202.25%200%200%200-2.25%202.25v8.5a2.25%202.25%200%200%200%202.25%202.25h7.457a7.8%207.8%200%200%200%201.35%201.5H8.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%2014.5c.396%200%20.755.154%201.023.404a2%202%200%200%200-.023.266v1.945a1.5%201.5%200%201%201-1-2.615m0-13a4%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-regular.svg?color=%231a73e8&size=48