shield network icon

shield-network from Reicon by REICON · Outline · Security · MIT Free for personal and commercial use.

Name
shield-network
Set
Reicon
Style
Outline
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" fill-rule="evenodd" clip-rule="evenodd"><path d="M6.25 12a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0m5.694-4.232A.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.27 11.25c.025-.439.073-.871.141-1.286a9 9 0 0 1 .415-1.617a4.25 4.25 0 0 0-2.01 2.903zm-1.454 1.5H9.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"/><path d="M12 1.25c-.937 0-1.833.307-3.277.801l-.727.25c-1.481.506-2.625.898-3.443 1.23c-.412.167-.767.33-1.052.495c-.275.16-.55.359-.737.626c-.185.263-.281.587-.341.9c-.063.324-.1.713-.125 1.16c-.048.886-.048 2.102-.048 3.678v1.601c0 6.101 4.608 9.026 7.348 10.224l.027.011c.34.149.66.288 1.027.382c.387.1.799.142 1.348.142c.55 0 .96-.042 1.348-.142c.367-.094.687-.233 1.026-.382l.028-.011c2.74-1.198 7.348-4.123 7.348-10.224V10.39c0-1.576 0-2.792-.048-3.679a9 9 0 0 0-.125-1.16c-.06-.312-.156-.636-.34-.9c-.188-.266-.463-.465-.738-.625a9 9 0 0 0-1.052-.495c-.818-.332-1.962-.724-3.443-1.23l-.727-.25c-1.444-.494-2.34-.801-3.277-.801M9.08 3.514c1.615-.552 2.262-.764 2.92-.764s1.305.212 2.92.764l.572.196c1.513.518 2.616.896 3.39 1.21c.387.158.667.29.864.404q.144.084.208.139c.038.03.053.048.055.05a.4.4 0 0 1 .032.074q.03.082.063.248a7 7 0 0 1 .1.958c.046.841.046 2.015.046 3.624v1.574c0 5.176-3.87 7.723-6.449 8.849c-.371.162-.586.254-.825.315c-.228.059-.506.095-.976.095s-.748-.036-.976-.095c-.24-.06-.454-.153-.825-.315c-2.58-1.126-6.449-3.674-6.449-8.849v-1.574c0-1.609 0-2.783.046-3.624a7 7 0 0 1 .1-.958q.032-.166.063-.248c.018-.05.03-.07.032-.074a.4.4 0 0 1 .055-.05q.064-.055.208-.14c.197-.114.477-.245.864-.402c.774-.315 1.877-.693 3.39-1.21z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconShieldNetwork(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" fillRule="evenodd" clipRule="evenodd"><path d="M6.25 12a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0m5.694-4.232A.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.27 11.25c.025-.439.073-.871.141-1.286a9 9 0 0 1 .415-1.617a4.25 4.25 0 0 0-2.01 2.903zm-1.454 1.5H9.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"/><path d="M12 1.25c-.937 0-1.833.307-3.277.801l-.727.25c-1.481.506-2.625.898-3.443 1.23c-.412.167-.767.33-1.052.495c-.275.16-.55.359-.737.626c-.185.263-.281.587-.341.9c-.063.324-.1.713-.125 1.16c-.048.886-.048 2.102-.048 3.678v1.601c0 6.101 4.608 9.026 7.348 10.224l.027.011c.34.149.66.288 1.027.382c.387.1.799.142 1.348.142c.55 0 .96-.042 1.348-.142c.367-.094.687-.233 1.026-.382l.028-.011c2.74-1.198 7.348-4.123 7.348-10.224V10.39c0-1.576 0-2.792-.048-3.679a9 9 0 0 0-.125-1.16c-.06-.312-.156-.636-.34-.9c-.188-.266-.463-.465-.738-.625a9 9 0 0 0-1.052-.495c-.818-.332-1.962-.724-3.443-1.23l-.727-.25c-1.444-.494-2.34-.801-3.277-.801M9.08 3.514c1.615-.552 2.262-.764 2.92-.764s1.305.212 2.92.764l.572.196c1.513.518 2.616.896 3.39 1.21c.387.158.667.29.864.404q.144.084.208.139c.038.03.053.048.055.05a.4.4 0 0 1 .032.074q.03.082.063.248a7 7 0 0 1 .1.958c.046.841.046 2.015.046 3.624v1.574c0 5.176-3.87 7.723-6.449 8.849c-.371.162-.586.254-.825.315c-.228.059-.506.095-.976.095s-.748-.036-.976-.095c-.24-.06-.454-.153-.825-.315c-2.58-1.126-6.449-3.674-6.449-8.849v-1.574c0-1.609 0-2.783.046-3.624a7 7 0 0 1 .1-.958q.032-.166.063-.248c.018-.05.03-.07.032-.074a.4.4 0 0 1 .055-.05q.064-.055.208-.14c.197-.114.477-.245.864-.402c.774-.315 1.877-.693 3.39-1.21z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M6.25 12a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0m5.694-4.232A.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.27 11.25c.025-.439.073-.871.141-1.286a9 9 0 0 1 .415-1.617a4.25 4.25 0 0 0-2.01 2.903zm-1.454 1.5H9.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"/><path d="M12 1.25c-.937 0-1.833.307-3.277.801l-.727.25c-1.481.506-2.625.898-3.443 1.23c-.412.167-.767.33-1.052.495c-.275.16-.55.359-.737.626c-.185.263-.281.587-.341.9c-.063.324-.1.713-.125 1.16c-.048.886-.048 2.102-.048 3.678v1.601c0 6.101 4.608 9.026 7.348 10.224l.027.011c.34.149.66.288 1.027.382c.387.1.799.142 1.348.142c.55 0 .96-.042 1.348-.142c.367-.094.687-.233 1.026-.382l.028-.011c2.74-1.198 7.348-4.123 7.348-10.224V10.39c0-1.576 0-2.792-.048-3.679a9 9 0 0 0-.125-1.16c-.06-.312-.156-.636-.34-.9c-.188-.266-.463-.465-.738-.625a9 9 0 0 0-1.052-.495c-.818-.332-1.962-.724-3.443-1.23l-.727-.25c-1.444-.494-2.34-.801-3.277-.801M9.08 3.514c1.615-.552 2.262-.764 2.92-.764s1.305.212 2.92.764l.572.196c1.513.518 2.616.896 3.39 1.21c.387.158.667.29.864.404q.144.084.208.139c.038.03.053.048.055.05a.4.4 0 0 1 .032.074q.03.082.063.248a7 7 0 0 1 .1.958c.046.841.046 2.015.046 3.624v1.574c0 5.176-3.87 7.723-6.449 8.849c-.371.162-.586.254-.825.315c-.228.059-.506.095-.976.095s-.748-.036-.976-.095c-.24-.06-.454-.153-.825-.315c-2.58-1.126-6.449-3.674-6.449-8.849v-1.574c0-1.609 0-2.783.046-3.624a7 7 0 0 1 .1-.958q.032-.166.063-.248c.018-.05.03-.07.032-.074a.4.4 0 0 1 .055-.05q.064-.055.208-.14c.197-.114.477-.245.864-.402c.774-.315 1.877-.693 3.39-1.21z"/></g></svg>
</template>

CSS

.icon-shield-network {
  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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M6.25%2012a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200m5.694-4.232A.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.27%2011.25c.025-.439.073-.871.141-1.286a9%209%200%200%201%20.415-1.617a4.25%204.25%200%200%200-2.01%202.903zm-1.454%201.5H9.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%2F%3E%3Cpath%20d%3D%22M12%201.25c-.937%200-1.833.307-3.277.801l-.727.25c-1.481.506-2.625.898-3.443%201.23c-.412.167-.767.33-1.052.495c-.275.16-.55.359-.737.626c-.185.263-.281.587-.341.9c-.063.324-.1.713-.125%201.16c-.048.886-.048%202.102-.048%203.678v1.601c0%206.101%204.608%209.026%207.348%2010.224l.027.011c.34.149.66.288%201.027.382c.387.1.799.142%201.348.142c.55%200%20.96-.042%201.348-.142c.367-.094.687-.233%201.026-.382l.028-.011c2.74-1.198%207.348-4.123%207.348-10.224V10.39c0-1.576%200-2.792-.048-3.679a9%209%200%200%200-.125-1.16c-.06-.312-.156-.636-.34-.9c-.188-.266-.463-.465-.738-.625a9%209%200%200%200-1.052-.495c-.818-.332-1.962-.724-3.443-1.23l-.727-.25c-1.444-.494-2.34-.801-3.277-.801M9.08%203.514c1.615-.552%202.262-.764%202.92-.764s1.305.212%202.92.764l.572.196c1.513.518%202.616.896%203.39%201.21c.387.158.667.29.864.404q.144.084.208.139c.038.03.053.048.055.05a.4.4%200%200%201%20.032.074q.03.082.063.248a7%207%200%200%201%20.1.958c.046.841.046%202.015.046%203.624v1.574c0%205.176-3.87%207.723-6.449%208.849c-.371.162-.586.254-.825.315c-.228.059-.506.095-.976.095s-.748-.036-.976-.095c-.24-.06-.454-.153-.825-.315c-2.58-1.126-6.449-3.674-6.449-8.849v-1.574c0-1.609%200-2.783.046-3.624a7%207%200%200%201%20.1-.958q.032-.166.063-.248c.018-.05.03-.07.032-.074a.4.4%200%200%201%20.055-.05q.064-.055.208-.14c.197-.114.477-.245.864-.402c.774-.315%201.877-.693%203.39-1.21z%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M6.25%2012a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200m5.694-4.232A.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.27%2011.25c.025-.439.073-.871.141-1.286a9%209%200%200%201%20.415-1.617a4.25%204.25%200%200%200-2.01%202.903zm-1.454%201.5H9.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%2F%3E%3Cpath%20d%3D%22M12%201.25c-.937%200-1.833.307-3.277.801l-.727.25c-1.481.506-2.625.898-3.443%201.23c-.412.167-.767.33-1.052.495c-.275.16-.55.359-.737.626c-.185.263-.281.587-.341.9c-.063.324-.1.713-.125%201.16c-.048.886-.048%202.102-.048%203.678v1.601c0%206.101%204.608%209.026%207.348%2010.224l.027.011c.34.149.66.288%201.027.382c.387.1.799.142%201.348.142c.55%200%20.96-.042%201.348-.142c.367-.094.687-.233%201.026-.382l.028-.011c2.74-1.198%207.348-4.123%207.348-10.224V10.39c0-1.576%200-2.792-.048-3.679a9%209%200%200%200-.125-1.16c-.06-.312-.156-.636-.34-.9c-.188-.266-.463-.465-.738-.625a9%209%200%200%200-1.052-.495c-.818-.332-1.962-.724-3.443-1.23l-.727-.25c-1.444-.494-2.34-.801-3.277-.801M9.08%203.514c1.615-.552%202.262-.764%202.92-.764s1.305.212%202.92.764l.572.196c1.513.518%202.616.896%203.39%201.21c.387.158.667.29.864.404q.144.084.208.139c.038.03.053.048.055.05a.4.4%200%200%201%20.032.074q.03.082.063.248a7%207%200%200%201%20.1.958c.046.841.046%202.015.046%203.624v1.574c0%205.176-3.87%207.723-6.449%208.849c-.371.162-.586.254-.825.315c-.228.059-.506.095-.976.095s-.748-.036-.976-.095c-.24-.06-.454-.153-.825-.315c-2.58-1.126-6.449-3.674-6.449-8.849v-1.574c0-1.609%200-2.783.046-3.624a7%207%200%200%201%20.1-.958q.032-.166.063-.248c.018-.05.03-.07.032-.074a.4.4%200%200%201%20.055-.05q.064-.055.208-.14c.197-.114.477-.245.864-.402c.774-.315%201.877-.693%203.39-1.21z%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.svg?color=%231a73e8&size=48