shield4 icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the shield4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.41 6.96V9.8L7.4 19.34l-2.63-1.97c-.65-.49-1.18-1.54-1.18-2.35V6.96c0-1.12.86-2.36 1.91-2.75l5.47-2.05c.57-.21 1.49-.21 2.06 0l5.47 2.05c1.05.39 1.91 1.63 1.91 2.75m0 4.21v3.85c0 .81-.53 1.86-1.18 2.35l-5.47 4.09c-.48.36-1.12.54-1.76.54s-1.28-.18-1.76-.54l-1.92-1.43z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconShield4Filled(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.41 6.96V9.8L7.4 19.34l-2.63-1.97c-.65-.49-1.18-1.54-1.18-2.35V6.96c0-1.12.86-2.36 1.91-2.75l5.47-2.05c.57-.21 1.49-.21 2.06 0l5.47 2.05c1.05.39 1.91 1.63 1.91 2.75m0 4.21v3.85c0 .81-.53 1.86-1.18 2.35l-5.47 4.09c-.48.36-1.12.54-1.76.54s-1.28-.18-1.76-.54l-1.92-1.43z"/></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.41 6.96V9.8L7.4 19.34l-2.63-1.97c-.65-.49-1.18-1.54-1.18-2.35V6.96c0-1.12.86-2.36 1.91-2.75l5.47-2.05c.57-.21 1.49-.21 2.06 0l5.47 2.05c1.05.39 1.91 1.63 1.91 2.75m0 4.21v3.85c0 .81-.53 1.86-1.18 2.35l-5.47 4.09c-.48.36-1.12.54-1.76.54s-1.28-.18-1.76-.54l-1.92-1.43z"/></svg>
</template>

CSS

.icon-shield4-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%22M20.41%206.96V9.8L7.4%2019.34l-2.63-1.97c-.65-.49-1.18-1.54-1.18-2.35V6.96c0-1.12.86-2.36%201.91-2.75l5.47-2.05c.57-.21%201.49-.21%202.06%200l5.47%202.05c1.05.39%201.91%201.63%201.91%202.75m0%204.21v3.85c0%20.81-.53%201.86-1.18%202.35l-5.47%204.09c-.48.36-1.12.54-1.76.54s-1.28-.18-1.76-.54l-1.92-1.43z%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.41%206.96V9.8L7.4%2019.34l-2.63-1.97c-.65-.49-1.18-1.54-1.18-2.35V6.96c0-1.12.86-2.36%201.91-2.75l5.47-2.05c.57-.21%201.49-.21%202.06%200l5.47%202.05c1.05.39%201.91%201.63%201.91%202.75m0%204.21v3.85c0%20.81-.53%201.86-1.18%202.35l-5.47%204.09c-.48.36-1.12.54-1.76.54s-1.28-.18-1.76-.54l-1.92-1.43z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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