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

Name
shield-lock-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT
Aliases
shield-video-48-regular

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the shield lock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.135 4.348a1.25 1.25 0 0 1 1.73 0c2.758 2.643 6.684 4.077 10.037 4.84c1.659.376 3.139.58 4.202.69a29 29 0 0 0 1.654.122h.021A1.25 1.25 0 0 1 42 11.25V21q0 1.474-.165 2.938a7 7 0 0 0-2.378-1.495q.043-.72.043-1.443v-8.575a38 38 0 0 1-5.152-.8c-3.219-.731-7.21-2.102-10.348-4.702c-3.138 2.6-7.13 3.97-10.348 4.702a38 38 0 0 1-5.152.8v8.325c0 4.413 1.132 8.717 3.652 12.35c2.459 3.545 6.288 6.524 11.848 8.338q1.04-.339 2-.732V43q0 .194.014.383q-.799.296-1.641.56a1.25 1.25 0 0 1-.746 0c-6.238-1.95-10.668-5.292-13.53-9.418C7.244 30.408 6 25.587 6 20.75v-9.5A1.25 1.25 0 0 1 7.22 10h.022l.08-.003q.11-.004.328-.017c.29-.017.715-.048 1.246-.102a36 36 0 0 0 4.202-.69c3.352-.763 7.278-2.197 10.037-4.84M32 30v-1a5 5 0 0 1 10 0v1h1a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H31a3 3 0 0 1-3-3V33a3 3 0 0 1 3-3zm2.5-1v1h5v-1a2.5 2.5 0 0 0-5 0m5.5 9a3 3 0 1 0-6 0a3 3 0 0 0 6 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentShieldLock48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.135 4.348a1.25 1.25 0 0 1 1.73 0c2.758 2.643 6.684 4.077 10.037 4.84c1.659.376 3.139.58 4.202.69a29 29 0 0 0 1.654.122h.021A1.25 1.25 0 0 1 42 11.25V21q0 1.474-.165 2.938a7 7 0 0 0-2.378-1.495q.043-.72.043-1.443v-8.575a38 38 0 0 1-5.152-.8c-3.219-.731-7.21-2.102-10.348-4.702c-3.138 2.6-7.13 3.97-10.348 4.702a38 38 0 0 1-5.152.8v8.325c0 4.413 1.132 8.717 3.652 12.35c2.459 3.545 6.288 6.524 11.848 8.338q1.04-.339 2-.732V43q0 .194.014.383q-.799.296-1.641.56a1.25 1.25 0 0 1-.746 0c-6.238-1.95-10.668-5.292-13.53-9.418C7.244 30.408 6 25.587 6 20.75v-9.5A1.25 1.25 0 0 1 7.22 10h.022l.08-.003q.11-.004.328-.017c.29-.017.715-.048 1.246-.102a36 36 0 0 0 4.202-.69c3.352-.763 7.278-2.197 10.037-4.84M32 30v-1a5 5 0 0 1 10 0v1h1a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H31a3 3 0 0 1-3-3V33a3 3 0 0 1 3-3zm2.5-1v1h5v-1a2.5 2.5 0 0 0-5 0m5.5 9a3 3 0 1 0-6 0a3 3 0 0 0 6 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.135 4.348a1.25 1.25 0 0 1 1.73 0c2.758 2.643 6.684 4.077 10.037 4.84c1.659.376 3.139.58 4.202.69a29 29 0 0 0 1.654.122h.021A1.25 1.25 0 0 1 42 11.25V21q0 1.474-.165 2.938a7 7 0 0 0-2.378-1.495q.043-.72.043-1.443v-8.575a38 38 0 0 1-5.152-.8c-3.219-.731-7.21-2.102-10.348-4.702c-3.138 2.6-7.13 3.97-10.348 4.702a38 38 0 0 1-5.152.8v8.325c0 4.413 1.132 8.717 3.652 12.35c2.459 3.545 6.288 6.524 11.848 8.338q1.04-.339 2-.732V43q0 .194.014.383q-.799.296-1.641.56a1.25 1.25 0 0 1-.746 0c-6.238-1.95-10.668-5.292-13.53-9.418C7.244 30.408 6 25.587 6 20.75v-9.5A1.25 1.25 0 0 1 7.22 10h.022l.08-.003q.11-.004.328-.017c.29-.017.715-.048 1.246-.102a36 36 0 0 0 4.202-.69c3.352-.763 7.278-2.197 10.037-4.84M32 30v-1a5 5 0 0 1 10 0v1h1a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H31a3 3 0 0 1-3-3V33a3 3 0 0 1 3-3zm2.5-1v1h5v-1a2.5 2.5 0 0 0-5 0m5.5 9a3 3 0 1 0-6 0a3 3 0 0 0 6 0"/></svg>
</template>

CSS

.icon-shield-lock-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.135%204.348a1.25%201.25%200%200%201%201.73%200c2.758%202.643%206.684%204.077%2010.037%204.84c1.659.376%203.139.58%204.202.69a29%2029%200%200%200%201.654.122h.021A1.25%201.25%200%200%201%2042%2011.25V21q0%201.474-.165%202.938a7%207%200%200%200-2.378-1.495q.043-.72.043-1.443v-8.575a38%2038%200%200%201-5.152-.8c-3.219-.731-7.21-2.102-10.348-4.702c-3.138%202.6-7.13%203.97-10.348%204.702a38%2038%200%200%201-5.152.8v8.325c0%204.413%201.132%208.717%203.652%2012.35c2.459%203.545%206.288%206.524%2011.848%208.338q1.04-.339%202-.732V43q0%20.194.014.383q-.799.296-1.641.56a1.25%201.25%200%200%201-.746%200c-6.238-1.95-10.668-5.292-13.53-9.418C7.244%2030.408%206%2025.587%206%2020.75v-9.5A1.25%201.25%200%200%201%207.22%2010h.022l.08-.003q.11-.004.328-.017c.29-.017.715-.048%201.246-.102a36%2036%200%200%200%204.202-.69c3.352-.763%207.278-2.197%2010.037-4.84M32%2030v-1a5%205%200%200%201%2010%200v1h1a3%203%200%200%201%203%203v10a3%203%200%200%201-3%203H31a3%203%200%200%201-3-3V33a3%203%200%200%201%203-3zm2.5-1v1h5v-1a2.5%202.5%200%200%200-5%200m5.5%209a3%203%200%201%200-6%200a3%203%200%200%200%206%200%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.135%204.348a1.25%201.25%200%200%201%201.73%200c2.758%202.643%206.684%204.077%2010.037%204.84c1.659.376%203.139.58%204.202.69a29%2029%200%200%200%201.654.122h.021A1.25%201.25%200%200%201%2042%2011.25V21q0%201.474-.165%202.938a7%207%200%200%200-2.378-1.495q.043-.72.043-1.443v-8.575a38%2038%200%200%201-5.152-.8c-3.219-.731-7.21-2.102-10.348-4.702c-3.138%202.6-7.13%203.97-10.348%204.702a38%2038%200%200%201-5.152.8v8.325c0%204.413%201.132%208.717%203.652%2012.35c2.459%203.545%206.288%206.524%2011.848%208.338q1.04-.339%202-.732V43q0%20.194.014.383q-.799.296-1.641.56a1.25%201.25%200%200%201-.746%200c-6.238-1.95-10.668-5.292-13.53-9.418C7.244%2030.408%206%2025.587%206%2020.75v-9.5A1.25%201.25%200%200%201%207.22%2010h.022l.08-.003q.11-.004.328-.017c.29-.017.715-.048%201.246-.102a36%2036%200%200%200%204.202-.69c3.352-.763%207.278-2.197%2010.037-4.84M32%2030v-1a5%205%200%200%201%2010%200v1h1a3%203%200%200%201%203%203v10a3%203%200%200%201-3%203H31a3%203%200%200%201-3-3V33a3%203%200%200%201%203-3zm2.5-1v1h5v-1a2.5%202.5%200%200%200-5%200m5.5%209a3%203%200%201%200-6%200a3%203%200%200%200%206%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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