shield lock2 icon

shield-lock2-duotone from Reicon by REICON · Duotone · Security · MIT Free for personal and commercial use.

Name
shield-lock2-duotone
Set
Reicon
Style
Duotone
Category
Security
Viewbox
24×24
License
MIT

2 other variants in Reicon

More security icons from Reicon

Use the shield lock2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.378 5.082C3 5.62 3 7.22 3 10.417v1.574c0 5.638 4.239 8.375 6.899 9.536c.721.315 1.082.473 2.101.473c1.02 0 1.38-.158 2.101-.473C16.761 20.365 21 17.63 21 11.991v-1.574c0-3.198 0-4.797-.378-5.335c-.377-.537-1.88-1.052-4.887-2.081l-.573-.196C13.595 2.268 12.812 2 12 2s-1.595.268-3.162.805L8.265 3c-3.007 1.03-4.51 1.545-4.887 2.082" opacity=".5"/><path fill-rule="evenodd" d="M10.125 7.253a3.745 3.745 0 0 1 5.122 1.372a3.745 3.745 0 0 1-1.372 5.122a3.8 3.8 0 0 1-1.125.428V16.5a.75.75 0 0 1-1.5 0v-2.326a3.75 3.75 0 0 1-1.125-6.921m.75 1.299a2.245 2.245 0 0 1 3.073.823a2.245 2.245 0 0 1-.823 3.073a2.25 2.25 0 1 1-2.25-3.896" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconShieldLock2Duotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.378 5.082C3 5.62 3 7.22 3 10.417v1.574c0 5.638 4.239 8.375 6.899 9.536c.721.315 1.082.473 2.101.473c1.02 0 1.38-.158 2.101-.473C16.761 20.365 21 17.63 21 11.991v-1.574c0-3.198 0-4.797-.378-5.335c-.377-.537-1.88-1.052-4.887-2.081l-.573-.196C13.595 2.268 12.812 2 12 2s-1.595.268-3.162.805L8.265 3c-3.007 1.03-4.51 1.545-4.887 2.082" opacity=".5"/><path fillRule="evenodd" d="M10.125 7.253a3.745 3.745 0 0 1 5.122 1.372a3.745 3.745 0 0 1-1.372 5.122a3.8 3.8 0 0 1-1.125.428V16.5a.75.75 0 0 1-1.5 0v-2.326a3.75 3.75 0 0 1-1.125-6.921m.75 1.299a2.245 2.245 0 0 1 3.073.823a2.245 2.245 0 0 1-.823 3.073a2.25 2.25 0 1 1-2.25-3.896" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.378 5.082C3 5.62 3 7.22 3 10.417v1.574c0 5.638 4.239 8.375 6.899 9.536c.721.315 1.082.473 2.101.473c1.02 0 1.38-.158 2.101-.473C16.761 20.365 21 17.63 21 11.991v-1.574c0-3.198 0-4.797-.378-5.335c-.377-.537-1.88-1.052-4.887-2.081l-.573-.196C13.595 2.268 12.812 2 12 2s-1.595.268-3.162.805L8.265 3c-3.007 1.03-4.51 1.545-4.887 2.082" opacity=".5"/><path fill-rule="evenodd" d="M10.125 7.253a3.745 3.745 0 0 1 5.122 1.372a3.745 3.745 0 0 1-1.372 5.122a3.8 3.8 0 0 1-1.125.428V16.5a.75.75 0 0 1-1.5 0v-2.326a3.75 3.75 0 0 1-1.125-6.921m.75 1.299a2.245 2.245 0 0 1 3.073.823a2.245 2.245 0 0 1-.823 3.073a2.25 2.25 0 1 1-2.25-3.896" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-shield-lock2-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.378%205.082C3%205.62%203%207.22%203%2010.417v1.574c0%205.638%204.239%208.375%206.899%209.536c.721.315%201.082.473%202.101.473c1.02%200%201.38-.158%202.101-.473C16.761%2020.365%2021%2017.63%2021%2011.991v-1.574c0-3.198%200-4.797-.378-5.335c-.377-.537-1.88-1.052-4.887-2.081l-.573-.196C13.595%202.268%2012.812%202%2012%202s-1.595.268-3.162.805L8.265%203c-3.007%201.03-4.51%201.545-4.887%202.082%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.125%207.253a3.745%203.745%200%200%201%205.122%201.372a3.745%203.745%200%200%201-1.372%205.122a3.8%203.8%200%200%201-1.125.428V16.5a.75.75%200%200%201-1.5%200v-2.326a3.75%203.75%200%200%201-1.125-6.921m.75%201.299a2.245%202.245%200%200%201%203.073.823a2.245%202.245%200%200%201-.823%203.073a2.25%202.25%200%201%201-2.25-3.896%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.378%205.082C3%205.62%203%207.22%203%2010.417v1.574c0%205.638%204.239%208.375%206.899%209.536c.721.315%201.082.473%202.101.473c1.02%200%201.38-.158%202.101-.473C16.761%2020.365%2021%2017.63%2021%2011.991v-1.574c0-3.198%200-4.797-.378-5.335c-.377-.537-1.88-1.052-4.887-2.081l-.573-.196C13.595%202.268%2012.812%202%2012%202s-1.595.268-3.162.805L8.265%203c-3.007%201.03-4.51%201.545-4.887%202.082%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.125%207.253a3.745%203.745%200%200%201%205.122%201.372a3.745%203.745%200%200%201-1.372%205.122a3.8%203.8%200%200%201-1.125.428V16.5a.75.75%200%200%201-1.5%200v-2.326a3.75%203.75%200%200%201-1.125-6.921m.75%201.299a2.245%202.245%200%200%201%203.073.823a2.245%202.245%200%200%201-.823%203.073a2.25%202.25%200%201%201-2.25-3.896%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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