shield network icon
shield-network-duotone from Reicon by REICON · Duotone · Security · MIT Free for personal and commercial use.
- Name
- shield-network-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Security
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More security icons from Reicon
Use the shield network 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="M6.688 9.8a5.75 5.75 0 1 0 10.625 4.4A5.75 5.75 0 0 0 6.688 9.8m5.256-2.032A.1.1 0 0 1 12 7.75c.004 0 .021 0 .056.018a.7.7 0 0 1 .17.134c.153.158.328.431.492.841c.162.404.296.901.39 1.466q.083.502.118 1.041h-2.452q.035-.539.118-1.04a7 7 0 0 1 .39-1.467c.164-.41.34-.683.492-.841a.7.7 0 0 1 .17-.134M9.412 9.964c-.068.415-.116.847-.14 1.286H7.816a4.25 4.25 0 0 1 2.01-2.903a9 9 0 0 0-.415 1.617M7.817 12.75H9.27c.025.439.073.871.141 1.286a9 9 0 0 0 .415 1.617a4.25 4.25 0 0 1-2.01-2.903m8.366-1.5a4.25 4.25 0 0 0-2.01-2.903c.18.486.318 1.034.415 1.617c.068.415.116.847.14 1.286zm-1.454 1.5h1.454a4.25 4.25 0 0 1-2.01 2.903c.18-.486.318-1.034.415-1.617c.068-.415.116-.847.14-1.286m-1.503 0a11 11 0 0 1-.118 1.04a7 7 0 0 1-.39 1.467c-.164.41-.34.683-.492.841a.7.7 0 0 1-.17.134a.1.1 0 0 1-.056.018c-.004 0-.021 0-.056-.018a.7.7 0 0 1-.17-.134c-.153-.158-.328-.431-.492-.841a7 7 0 0 1-.39-1.466a11 11 0 0 1-.118-1.041z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconShieldNetworkDuotone(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="M6.688 9.8a5.75 5.75 0 1 0 10.625 4.4A5.75 5.75 0 0 0 6.688 9.8m5.256-2.032A.1.1 0 0 1 12 7.75c.004 0 .021 0 .056.018a.7.7 0 0 1 .17.134c.153.158.328.431.492.841c.162.404.296.901.39 1.466q.083.502.118 1.041h-2.452q.035-.539.118-1.04a7 7 0 0 1 .39-1.467c.164-.41.34-.683.492-.841a.7.7 0 0 1 .17-.134M9.412 9.964c-.068.415-.116.847-.14 1.286H7.816a4.25 4.25 0 0 1 2.01-2.903a9 9 0 0 0-.415 1.617M7.817 12.75H9.27c.025.439.073.871.141 1.286a9 9 0 0 0 .415 1.617a4.25 4.25 0 0 1-2.01-2.903m8.366-1.5a4.25 4.25 0 0 0-2.01-2.903c.18.486.318 1.034.415 1.617c.068.415.116.847.14 1.286zm-1.454 1.5h1.454a4.25 4.25 0 0 1-2.01 2.903c.18-.486.318-1.034.415-1.617c.068-.415.116-.847.14-1.286m-1.503 0a11 11 0 0 1-.118 1.04a7 7 0 0 1-.39 1.467c-.164.41-.34.683-.492.841a.7.7 0 0 1-.17.134a.1.1 0 0 1-.056.018c-.004 0-.021 0-.056-.018a.7.7 0 0 1-.17-.134c-.153-.158-.328-.431-.492-.841a7 7 0 0 1-.39-1.466a11 11 0 0 1-.118-1.041z" 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="M6.688 9.8a5.75 5.75 0 1 0 10.625 4.4A5.75 5.75 0 0 0 6.688 9.8m5.256-2.032A.1.1 0 0 1 12 7.75c.004 0 .021 0 .056.018a.7.7 0 0 1 .17.134c.153.158.328.431.492.841c.162.404.296.901.39 1.466q.083.502.118 1.041h-2.452q.035-.539.118-1.04a7 7 0 0 1 .39-1.467c.164-.41.34-.683.492-.841a.7.7 0 0 1 .17-.134M9.412 9.964c-.068.415-.116.847-.14 1.286H7.816a4.25 4.25 0 0 1 2.01-2.903a9 9 0 0 0-.415 1.617M7.817 12.75H9.27c.025.439.073.871.141 1.286a9 9 0 0 0 .415 1.617a4.25 4.25 0 0 1-2.01-2.903m8.366-1.5a4.25 4.25 0 0 0-2.01-2.903c.18.486.318 1.034.415 1.617c.068.415.116.847.14 1.286zm-1.454 1.5h1.454a4.25 4.25 0 0 1-2.01 2.903c.18-.486.318-1.034.415-1.617c.068-.415.116-.847.14-1.286m-1.503 0a11 11 0 0 1-.118 1.04a7 7 0 0 1-.39 1.467c-.164.41-.34.683-.492.841a.7.7 0 0 1-.17.134a.1.1 0 0 1-.056.018c-.004 0-.021 0-.056-.018a.7.7 0 0 1-.17-.134c-.153-.158-.328-.431-.492-.841a7 7 0 0 1-.39-1.466a11 11 0 0 1-.118-1.041z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-shield-network-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%22M6.688%209.8a5.75%205.75%200%201%200%2010.625%204.4A5.75%205.75%200%200%200%206.688%209.8m5.256-2.032A.1.1%200%200%201%2012%207.75c.004%200%20.021%200%20.056.018a.7.7%200%200%201%20.17.134c.153.158.328.431.492.841c.162.404.296.901.39%201.466q.083.502.118%201.041h-2.452q.035-.539.118-1.04a7%207%200%200%201%20.39-1.467c.164-.41.34-.683.492-.841a.7.7%200%200%201%20.17-.134M9.412%209.964c-.068.415-.116.847-.14%201.286H7.816a4.25%204.25%200%200%201%202.01-2.903a9%209%200%200%200-.415%201.617M7.817%2012.75H9.27c.025.439.073.871.141%201.286a9%209%200%200%200%20.415%201.617a4.25%204.25%200%200%201-2.01-2.903m8.366-1.5a4.25%204.25%200%200%200-2.01-2.903c.18.486.318%201.034.415%201.617c.068.415.116.847.14%201.286zm-1.454%201.5h1.454a4.25%204.25%200%200%201-2.01%202.903c.18-.486.318-1.034.415-1.617c.068-.415.116-.847.14-1.286m-1.503%200a11%2011%200%200%201-.118%201.04a7%207%200%200%201-.39%201.467c-.164.41-.34.683-.492.841a.7.7%200%200%201-.17.134a.1.1%200%200%201-.056.018c-.004%200-.021%200-.056-.018a.7.7%200%200%201-.17-.134c-.153-.158-.328-.431-.492-.841a7%207%200%200%201-.39-1.466a11%2011%200%200%201-.118-1.041z%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%22M6.688%209.8a5.75%205.75%200%201%200%2010.625%204.4A5.75%205.75%200%200%200%206.688%209.8m5.256-2.032A.1.1%200%200%201%2012%207.75c.004%200%20.021%200%20.056.018a.7.7%200%200%201%20.17.134c.153.158.328.431.492.841c.162.404.296.901.39%201.466q.083.502.118%201.041h-2.452q.035-.539.118-1.04a7%207%200%200%201%20.39-1.467c.164-.41.34-.683.492-.841a.7.7%200%200%201%20.17-.134M9.412%209.964c-.068.415-.116.847-.14%201.286H7.816a4.25%204.25%200%200%201%202.01-2.903a9%209%200%200%200-.415%201.617M7.817%2012.75H9.27c.025.439.073.871.141%201.286a9%209%200%200%200%20.415%201.617a4.25%204.25%200%200%201-2.01-2.903m8.366-1.5a4.25%204.25%200%200%200-2.01-2.903c.18.486.318%201.034.415%201.617c.068.415.116.847.14%201.286zm-1.454%201.5h1.454a4.25%204.25%200%200%201-2.01%202.903c.18-.486.318-1.034.415-1.617c.068-.415.116-.847.14-1.286m-1.503%200a11%2011%200%200%201-.118%201.04a7%207%200%200%201-.39%201.467c-.164.41-.34.683-.492.841a.7.7%200%200%201-.17.134a.1.1%200%200%201-.056.018c-.004%200-.021%200-.056-.018a.7.7%200%200%201-.17-.134c-.153-.158-.328-.431-.492-.841a7%207%200%200%201-.39-1.466a11%2011%200%200%201-.118-1.041z%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-network-duotone.svg?color=%231a73e8&size=48