shield cross icon

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

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

2 other variants in Reicon

The same icon in other sets

All shield cross icons →

More newicons icons from Reicon

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="m18.54 4.12l-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-3.86 9.85c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.59-1.59l-1.64 1.64c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1.64-1.64l-1.6-1.6a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.59 1.59l1.55-1.55c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.55 1.55l1.59 1.59c.3.3.3.77.01 1.07"/></svg>

React

import type { SVGProps } from "react";

export function ReiconShieldCrossFilled(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.12l-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-3.86 9.85c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.59-1.59l-1.64 1.64c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1.64-1.64l-1.6-1.6a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.59 1.59l1.55-1.55c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.55 1.55l1.59 1.59c.3.3.3.77.01 1.07"/></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.12l-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-3.86 9.85c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.59-1.59l-1.64 1.64c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1.64-1.64l-1.6-1.6a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.59 1.59l1.55-1.55c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.55 1.55l1.59 1.59c.3.3.3.77.01 1.07"/></svg>
</template>

CSS

.icon-shield-cross-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.12l-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-3.86%209.85c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.59-1.59l-1.64%201.64c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l1.64-1.64l-1.6-1.6a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l1.59%201.59l1.55-1.55c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-1.55%201.55l1.59%201.59c.3.3.3.77.01%201.07%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.12l-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-3.86%209.85c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.59-1.59l-1.64%201.64c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l1.64-1.64l-1.6-1.6a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l1.59%201.59l1.55-1.55c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-1.55%201.55l1.59%201.59c.3.3.3.77.01%201.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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