shield security icon

shield-security-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
shield-security-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the shield security icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.54 4.17l-5.5-2.06c-.57-.21-1.5-.21-2.07 0l-5.5 2.06c-1.06.4-1.92 1.64-1.92 2.77v8.1c0 .81.53 1.88 1.18 2.36l5.5 4.11c.97.73 2.56.73 3.53 0l5.5-4.11c.65-.49 1.18-1.55 1.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77m-5.79 8.7v2.63c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2.63A2.5 2.5 0 0 1 9.5 10.5a2.5 2.5 0 0 1 5 0c0 1.12-.74 2.05-1.75 2.37"/></svg>

React

import type { SVGProps } from "react";

export function ReiconShieldSecurityFilled(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="m18.54 4.17l-5.5-2.06c-.57-.21-1.5-.21-2.07 0l-5.5 2.06c-1.06.4-1.92 1.64-1.92 2.77v8.1c0 .81.53 1.88 1.18 2.36l5.5 4.11c.97.73 2.56.73 3.53 0l5.5-4.11c.65-.49 1.18-1.55 1.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77m-5.79 8.7v2.63c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2.63A2.5 2.5 0 0 1 9.5 10.5a2.5 2.5 0 0 1 5 0c0 1.12-.74 2.05-1.75 2.37"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.54 4.17l-5.5-2.06c-.57-.21-1.5-.21-2.07 0l-5.5 2.06c-1.06.4-1.92 1.64-1.92 2.77v8.1c0 .81.53 1.88 1.18 2.36l5.5 4.11c.97.73 2.56.73 3.53 0l5.5-4.11c.65-.49 1.18-1.55 1.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77m-5.79 8.7v2.63c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2.63A2.5 2.5 0 0 1 9.5 10.5a2.5 2.5 0 0 1 5 0c0 1.12-.74 2.05-1.75 2.37"/></svg>
</template>

CSS

.icon-shield-security-filled {
  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%22m18.54%204.17l-5.5-2.06c-.57-.21-1.5-.21-2.07%200l-5.5%202.06c-1.06.4-1.92%201.64-1.92%202.77v8.1c0%20.81.53%201.88%201.18%202.36l5.5%204.11c.97.73%202.56.73%203.53%200l5.5-4.11c.65-.49%201.18-1.55%201.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77m-5.79%208.7v2.63c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-2.63A2.5%202.5%200%200%201%209.5%2010.5a2.5%202.5%200%200%201%205%200c0%201.12-.74%202.05-1.75%202.37%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%22m18.54%204.17l-5.5-2.06c-.57-.21-1.5-.21-2.07%200l-5.5%202.06c-1.06.4-1.92%201.64-1.92%202.77v8.1c0%20.81.53%201.88%201.18%202.36l5.5%204.11c.97.73%202.56.73%203.53%200l5.5-4.11c.65-.49%201.18-1.55%201.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77m-5.79%208.7v2.63c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-2.63A2.5%202.5%200%200%201%209.5%2010.5a2.5%202.5%200%200%201%205%200c0%201.12-.74%202.05-1.75%202.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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