shield cross icon

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

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

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the shield cross icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.92 5.037a2.63 2.63 0 0 0-1.314-.966l-4.939-1.643a8.56 8.56 0 0 0-5.344 0L4.393 4.07a2.66 2.66 0 0 0-1.816 2.522v5.297a8.5 8.5 0 0 0 1.053 4.088a8.4 8.4 0 0 0 2.9 3.064l4.059 2.561a2.71 2.71 0 0 0 2.822 0l4.06-2.561a8.44 8.44 0 0 0 3.952-7.152V6.593a2.65 2.65 0 0 0-.502-1.556m-5.798 7.732a.967.967 0 1 1-1.363 1.373l-1.75-1.75l-1.73 1.74a.97.97 0 0 1-.686.28a.967.967 0 0 1-.686-1.653l1.74-1.73l-1.74-1.74a.97.97 0 0 1 1.373-1.372l1.73 1.74l1.749-1.75a.966.966 0 1 1 1.363 1.373l-1.74 1.75z"/></svg>

React

import type { SVGProps } from "react";

export function MageShieldCrossFill(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.92 5.037a2.63 2.63 0 0 0-1.314-.966l-4.939-1.643a8.56 8.56 0 0 0-5.344 0L4.393 4.07a2.66 2.66 0 0 0-1.816 2.522v5.297a8.5 8.5 0 0 0 1.053 4.088a8.4 8.4 0 0 0 2.9 3.064l4.059 2.561a2.71 2.71 0 0 0 2.822 0l4.06-2.561a8.44 8.44 0 0 0 3.952-7.152V6.593a2.65 2.65 0 0 0-.502-1.556m-5.798 7.732a.967.967 0 1 1-1.363 1.373l-1.75-1.75l-1.73 1.74a.97.97 0 0 1-.686.28a.967.967 0 0 1-.686-1.653l1.74-1.73l-1.74-1.74a.97.97 0 0 1 1.373-1.372l1.73 1.74l1.749-1.75a.966.966 0 1 1 1.363 1.373l-1.74 1.75z"/></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.92 5.037a2.63 2.63 0 0 0-1.314-.966l-4.939-1.643a8.56 8.56 0 0 0-5.344 0L4.393 4.07a2.66 2.66 0 0 0-1.816 2.522v5.297a8.5 8.5 0 0 0 1.053 4.088a8.4 8.4 0 0 0 2.9 3.064l4.059 2.561a2.71 2.71 0 0 0 2.822 0l4.06-2.561a8.44 8.44 0 0 0 3.952-7.152V6.593a2.65 2.65 0 0 0-.502-1.556m-5.798 7.732a.967.967 0 1 1-1.363 1.373l-1.75-1.75l-1.73 1.74a.97.97 0 0 1-.686.28a.967.967 0 0 1-.686-1.653l1.74-1.73l-1.74-1.74a.97.97 0 0 1 1.373-1.372l1.73 1.74l1.749-1.75a.966.966 0 1 1 1.363 1.373l-1.74 1.75z"/></svg>
</template>

CSS

.icon-shield-cross-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.92%205.037a2.63%202.63%200%200%200-1.314-.966l-4.939-1.643a8.56%208.56%200%200%200-5.344%200L4.393%204.07a2.66%202.66%200%200%200-1.816%202.522v5.297a8.5%208.5%200%200%200%201.053%204.088a8.4%208.4%200%200%200%202.9%203.064l4.059%202.561a2.71%202.71%200%200%200%202.822%200l4.06-2.561a8.44%208.44%200%200%200%203.952-7.152V6.593a2.65%202.65%200%200%200-.502-1.556m-5.798%207.732a.967.967%200%201%201-1.363%201.373l-1.75-1.75l-1.73%201.74a.97.97%200%200%201-.686.28a.967.967%200%200%201-.686-1.653l1.74-1.73l-1.74-1.74a.97.97%200%200%201%201.373-1.372l1.73%201.74l1.749-1.75a.966.966%200%201%201%201.363%201.373l-1.74%201.75z%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.92%205.037a2.63%202.63%200%200%200-1.314-.966l-4.939-1.643a8.56%208.56%200%200%200-5.344%200L4.393%204.07a2.66%202.66%200%200%200-1.816%202.522v5.297a8.5%208.5%200%200%200%201.053%204.088a8.4%208.4%200%200%200%202.9%203.064l4.059%202.561a2.71%202.71%200%200%200%202.822%200l4.06-2.561a8.44%208.44%200%200%200%203.952-7.152V6.593a2.65%202.65%200%200%200-.502-1.556m-5.798%207.732a.967.967%200%201%201-1.363%201.373l-1.75-1.75l-1.73%201.74a.97.97%200%200%201-.686.28a.967.967%200%200%201-.686-1.653l1.74-1.73l-1.74-1.74a.97.97%200%200%201%201.373-1.372l1.73%201.74l1.749-1.75a.966.966%200%201%201%201.363%201.373l-1.74%201.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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