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

Name
lock-shield-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.71 1.71 0 0 0-2.39 0c-.53.53-1.61 1.44-2.88 1.62c-.59.085-1.208.52-1.375 1.208A1.248 1.248 0 0 0 10.75 15a1.25 1.25 0 0 0 2.25.747v1.776c0 1.72.64 3.257 1.857 4.477H7.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 1.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 FluentLockShield24Filled(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.71 1.71 0 0 0-2.39 0c-.53.53-1.61 1.44-2.88 1.62c-.59.085-1.208.52-1.375 1.208A1.248 1.248 0 0 0 10.75 15a1.25 1.25 0 0 0 2.25.747v1.776c0 1.72.64 3.257 1.857 4.477H7.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 1.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.71 1.71 0 0 0-2.39 0c-.53.53-1.61 1.44-2.88 1.62c-.59.085-1.208.52-1.375 1.208A1.248 1.248 0 0 0 10.75 15a1.25 1.25 0 0 0 2.25.747v1.776c0 1.72.64 3.257 1.857 4.477H7.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 1.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-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%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.71%201.71%200%200%200-2.39%200c-.53.53-1.61%201.44-2.88%201.62c-.59.085-1.208.52-1.375%201.208A1.248%201.248%200%200%200%2010.75%2015a1.25%201.25%200%200%200%202.25.747v1.776c0%201.72.64%203.257%201.857%204.477H7.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%201.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.71%201.71%200%200%200-2.39%200c-.53.53-1.61%201.44-2.88%201.62c-.59.085-1.208.52-1.375%201.208A1.248%201.248%200%200%200%2010.75%2015a1.25%201.25%200%200%200%202.25.747v1.776c0%201.72.64%203.257%201.857%204.477H7.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%201.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-filled.svg?color=%231a73e8&size=48