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

Name
lock-shield-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M18.01 12.194a.713.713 0 0 1 .98 0c.652.651 1.907 1.686 3.45 1.899c.307.042.56.285.56.589v2.838c0 3.816-3.58 5.2-4.353 5.456a.46.46 0 0 1-.293 0C17.578 22.72 14 21.336 14 17.52v-2.838c0-.304.253-.547.56-.59c1.543-.212 2.798-1.247 3.45-1.898M12 1a5 5 0 0 1 5 5v2.01a3.25 3.25 0 0 1 3 3.24v.526a8 8 0 0 1-.31-.289A1.7 1.7 0 0 0 18.48 11a1.75 1.75 0 0 0-1.73-1.5h-9.5a1.75 1.75 0 0 0-1.75 1.75v7.5c0 .966.784 1.75 1.75 1.75h6.483q.438.812 1.124 1.5H7.25A3.25 3.25 0 0 1 4 18.75v-7.5a3.25 3.25 0 0 1 3-3.24V6a5 5 0 0 1 5-5m0 12.75c.437 0 .822.225 1.045.565q-.043.174-.045.37v1.062a1.25 1.25 0 1 1-1-1.997M12 2.5A3.5 3.5 0 0 0 8.5 6v2h7V6A3.5 3.5 0 0 0 12 2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentLockShield24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.01 12.194a.713.713 0 0 1 .98 0c.652.651 1.907 1.686 3.45 1.899c.307.042.56.285.56.589v2.838c0 3.816-3.58 5.2-4.353 5.456a.46.46 0 0 1-.293 0C17.578 22.72 14 21.336 14 17.52v-2.838c0-.304.253-.547.56-.59c1.543-.212 2.798-1.247 3.45-1.898M12 1a5 5 0 0 1 5 5v2.01a3.25 3.25 0 0 1 3 3.24v.526a8 8 0 0 1-.31-.289A1.7 1.7 0 0 0 18.48 11a1.75 1.75 0 0 0-1.73-1.5h-9.5a1.75 1.75 0 0 0-1.75 1.75v7.5c0 .966.784 1.75 1.75 1.75h6.483q.438.812 1.124 1.5H7.25A3.25 3.25 0 0 1 4 18.75v-7.5a3.25 3.25 0 0 1 3-3.24V6a5 5 0 0 1 5-5m0 12.75c.437 0 .822.225 1.045.565q-.043.174-.045.37v1.062a1.25 1.25 0 1 1-1-1.997M12 2.5A3.5 3.5 0 0 0 8.5 6v2h7V6A3.5 3.5 0 0 0 12 2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.01 12.194a.713.713 0 0 1 .98 0c.652.651 1.907 1.686 3.45 1.899c.307.042.56.285.56.589v2.838c0 3.816-3.58 5.2-4.353 5.456a.46.46 0 0 1-.293 0C17.578 22.72 14 21.336 14 17.52v-2.838c0-.304.253-.547.56-.59c1.543-.212 2.798-1.247 3.45-1.898M12 1a5 5 0 0 1 5 5v2.01a3.25 3.25 0 0 1 3 3.24v.526a8 8 0 0 1-.31-.289A1.7 1.7 0 0 0 18.48 11a1.75 1.75 0 0 0-1.73-1.5h-9.5a1.75 1.75 0 0 0-1.75 1.75v7.5c0 .966.784 1.75 1.75 1.75h6.483q.438.812 1.124 1.5H7.25A3.25 3.25 0 0 1 4 18.75v-7.5a3.25 3.25 0 0 1 3-3.24V6a5 5 0 0 1 5-5m0 12.75c.437 0 .822.225 1.045.565q-.043.174-.045.37v1.062a1.25 1.25 0 1 1-1-1.997M12 2.5A3.5 3.5 0 0 0 8.5 6v2h7V6A3.5 3.5 0 0 0 12 2.5"/></svg>
</template>

CSS

.icon-lock-shield-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.01%2012.194a.713.713%200%200%201%20.98%200c.652.651%201.907%201.686%203.45%201.899c.307.042.56.285.56.589v2.838c0%203.816-3.58%205.2-4.353%205.456a.46.46%200%200%201-.293%200C17.578%2022.72%2014%2021.336%2014%2017.52v-2.838c0-.304.253-.547.56-.59c1.543-.212%202.798-1.247%203.45-1.898M12%201a5%205%200%200%201%205%205v2.01a3.25%203.25%200%200%201%203%203.24v.526a8%208%200%200%201-.31-.289A1.7%201.7%200%200%200%2018.48%2011a1.75%201.75%200%200%200-1.73-1.5h-9.5a1.75%201.75%200%200%200-1.75%201.75v7.5c0%20.966.784%201.75%201.75%201.75h6.483q.438.812%201.124%201.5H7.25A3.25%203.25%200%200%201%204%2018.75v-7.5a3.25%203.25%200%200%201%203-3.24V6a5%205%200%200%201%205-5m0%2012.75c.437%200%20.822.225%201.045.565q-.043.174-.045.37v1.062a1.25%201.25%200%201%201-1-1.997M12%202.5A3.5%203.5%200%200%200%208.5%206v2h7V6A3.5%203.5%200%200%200%2012%202.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.01%2012.194a.713.713%200%200%201%20.98%200c.652.651%201.907%201.686%203.45%201.899c.307.042.56.285.56.589v2.838c0%203.816-3.58%205.2-4.353%205.456a.46.46%200%200%201-.293%200C17.578%2022.72%2014%2021.336%2014%2017.52v-2.838c0-.304.253-.547.56-.59c1.543-.212%202.798-1.247%203.45-1.898M12%201a5%205%200%200%201%205%205v2.01a3.25%203.25%200%200%201%203%203.24v.526a8%208%200%200%201-.31-.289A1.7%201.7%200%200%200%2018.48%2011a1.75%201.75%200%200%200-1.73-1.5h-9.5a1.75%201.75%200%200%200-1.75%201.75v7.5c0%20.966.784%201.75%201.75%201.75h6.483q.438.812%201.124%201.5H7.25A3.25%203.25%200%200%201%204%2018.75v-7.5a3.25%203.25%200%200%201%203-3.24V6a5%205%200%200%201%205-5m0%2012.75c.437%200%20.822.225%201.045.565q-.043.174-.045.37v1.062a1.25%201.25%200%201%201-1-1.997M12%202.5A3.5%203.5%200%200%200%208.5%206v2h7V6A3.5%203.5%200%200%200%2012%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lock-shield-24-regular.svg?color=%231a73e8&size=48