shield lock icon
shield-lock-duotone from Reicon by REICON · Duotone · Security · MIT Free for personal and commercial use.
- Name
- shield-lock-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Security
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All shield lock icons →More security icons from Reicon
Use the shield lock 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 10.417c0-3.198 0-4.797.378-5.335c.377-.537 1.88-1.052 4.887-2.081l.573-.196C10.405 2.268 11.188 2 12 2s1.595.268 3.162.805l.573.196c3.007 1.029 4.51 1.544 4.887 2.081C21 5.62 21 7.22 21 10.417v1.574c0 5.638-4.239 8.375-6.899 9.536C13.38 21.842 13.02 22 12 22s-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991z" opacity=".5"/><path d="M13.5 15a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1.401A2.999 2.999 0 0 1 12 8a3 3 0 0 1 1.5 5.599z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconShieldLockDuotone(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 10.417c0-3.198 0-4.797.378-5.335c.377-.537 1.88-1.052 4.887-2.081l.573-.196C10.405 2.268 11.188 2 12 2s1.595.268 3.162.805l.573.196c3.007 1.029 4.51 1.544 4.887 2.081C21 5.62 21 7.22 21 10.417v1.574c0 5.638-4.239 8.375-6.899 9.536C13.38 21.842 13.02 22 12 22s-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991z" opacity=".5"/><path d="M13.5 15a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1.401A2.999 2.999 0 0 1 12 8a3 3 0 0 1 1.5 5.599z"/></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 10.417c0-3.198 0-4.797.378-5.335c.377-.537 1.88-1.052 4.887-2.081l.573-.196C10.405 2.268 11.188 2 12 2s1.595.268 3.162.805l.573.196c3.007 1.029 4.51 1.544 4.887 2.081C21 5.62 21 7.22 21 10.417v1.574c0 5.638-4.239 8.375-6.899 9.536C13.38 21.842 13.02 22 12 22s-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991z" opacity=".5"/><path d="M13.5 15a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1.401A2.999 2.999 0 0 1 12 8a3 3 0 0 1 1.5 5.599z"/></g></svg> </template>
CSS
.icon-shield-lock-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%2010.417c0-3.198%200-4.797.378-5.335c.377-.537%201.88-1.052%204.887-2.081l.573-.196C10.405%202.268%2011.188%202%2012%202s1.595.268%203.162.805l.573.196c3.007%201.029%204.51%201.544%204.887%202.081C21%205.62%2021%207.22%2021%2010.417v1.574c0%205.638-4.239%208.375-6.899%209.536C13.38%2021.842%2013.02%2022%2012%2022s-1.38-.158-2.101-.473C7.239%2020.365%203%2017.63%203%2011.991z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.5%2015a1%201%200%200%201-1%201h-1a1%201%200%200%201-1-1v-1.401A2.999%202.999%200%200%201%2012%208a3%203%200%200%201%201.5%205.599z%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%2010.417c0-3.198%200-4.797.378-5.335c.377-.537%201.88-1.052%204.887-2.081l.573-.196C10.405%202.268%2011.188%202%2012%202s1.595.268%203.162.805l.573.196c3.007%201.029%204.51%201.544%204.887%202.081C21%205.62%2021%207.22%2021%2010.417v1.574c0%205.638-4.239%208.375-6.899%209.536C13.38%2021.842%2013.02%2022%2012%2022s-1.38-.158-2.101-.473C7.239%2020.365%203%2017.63%203%2011.991z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.5%2015a1%201%200%200%201-1%201h-1a1%201%200%200%201-1-1v-1.401A2.999%202.999%200%200%201%2012%208a3%203%200%200%201%201.5%205.599z%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-lock-duotone.svg?color=%231a73e8&size=48