security shield icon

security-shield-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
security-shield-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Use the security shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.872 5.05a2.82 2.82 0 0 0-1.402-1.026l-4.801-1.6a8.68 8.68 0 0 0-5.357 0l-4.8 1.6A2.82 2.82 0 0 0 3.117 5.05a2.82 2.82 0 0 0-.536 1.657v5.158a8.47 8.47 0 0 0 3.972 7.22l3.954 2.486a2.82 2.82 0 0 0 2.993 0l3.954-2.485a8.47 8.47 0 0 0 3.963-7.174V6.754a2.82 2.82 0 0 0-.546-1.704m-7.935 7.286v2.269a.941.941 0 0 1-1.883 0v-2.269a2.984 2.984 0 1 1 1.883 0"/><path fill="currentColor" d="M13.101 9.502a1.101 1.101 0 1 1-2.202 0a1.101 1.101 0 0 1 2.202 0"/></svg>

React

import type { SVGProps } from "react";

export function MageSecurityShieldFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.872 5.05a2.82 2.82 0 0 0-1.402-1.026l-4.801-1.6a8.68 8.68 0 0 0-5.357 0l-4.8 1.6A2.82 2.82 0 0 0 3.117 5.05a2.82 2.82 0 0 0-.536 1.657v5.158a8.47 8.47 0 0 0 3.972 7.22l3.954 2.486a2.82 2.82 0 0 0 2.993 0l3.954-2.485a8.47 8.47 0 0 0 3.963-7.174V6.754a2.82 2.82 0 0 0-.546-1.704m-7.935 7.286v2.269a.941.941 0 0 1-1.883 0v-2.269a2.984 2.984 0 1 1 1.883 0"/><path fill="currentColor" d="M13.101 9.502a1.101 1.101 0 1 1-2.202 0a1.101 1.101 0 0 1 2.202 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.872 5.05a2.82 2.82 0 0 0-1.402-1.026l-4.801-1.6a8.68 8.68 0 0 0-5.357 0l-4.8 1.6A2.82 2.82 0 0 0 3.117 5.05a2.82 2.82 0 0 0-.536 1.657v5.158a8.47 8.47 0 0 0 3.972 7.22l3.954 2.486a2.82 2.82 0 0 0 2.993 0l3.954-2.485a8.47 8.47 0 0 0 3.963-7.174V6.754a2.82 2.82 0 0 0-.546-1.704m-7.935 7.286v2.269a.941.941 0 0 1-1.883 0v-2.269a2.984 2.984 0 1 1 1.883 0"/><path fill="currentColor" d="M13.101 9.502a1.101 1.101 0 1 1-2.202 0a1.101 1.101 0 0 1 2.202 0"/></svg>
</template>

CSS

.icon-security-shield-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.872%205.05a2.82%202.82%200%200%200-1.402-1.026l-4.801-1.6a8.68%208.68%200%200%200-5.357%200l-4.8%201.6A2.82%202.82%200%200%200%203.117%205.05a2.82%202.82%200%200%200-.536%201.657v5.158a8.47%208.47%200%200%200%203.972%207.22l3.954%202.486a2.82%202.82%200%200%200%202.993%200l3.954-2.485a8.47%208.47%200%200%200%203.963-7.174V6.754a2.82%202.82%200%200%200-.546-1.704m-7.935%207.286v2.269a.941.941%200%200%201-1.883%200v-2.269a2.984%202.984%200%201%201%201.883%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.101%209.502a1.101%201.101%200%201%201-2.202%200a1.101%201.101%200%200%201%202.202%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.872%205.05a2.82%202.82%200%200%200-1.402-1.026l-4.801-1.6a8.68%208.68%200%200%200-5.357%200l-4.8%201.6A2.82%202.82%200%200%200%203.117%205.05a2.82%202.82%200%200%200-.536%201.657v5.158a8.47%208.47%200%200%200%203.972%207.22l3.954%202.486a2.82%202.82%200%200%200%202.993%200l3.954-2.485a8.47%208.47%200%200%200%203.963-7.174V6.754a2.82%202.82%200%200%200-.546-1.704m-7.935%207.286v2.269a.941.941%200%200%201-1.883%200v-2.269a2.984%202.984%200%201%201%201.883%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.101%209.502a1.101%201.101%200%201%201-2.202%200a1.101%201.101%200%200%201%202.202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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