shield check icon
shield-check-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- shield-check-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
shield-checkBootstrap Iconsshield-check-outlineFlowbite Iconsshield-checkHeroIconsshield-checkHuge Iconsshield-checkHumbleiconsshield-checkIconoirshield-checkJam Iconsshield-checkLucideshield-checkMajesticonsshield-checkMaterial Design Iconsshield-checkMyna UI Iconsshield-check-16Octiconsshield-checkPhosphorshield-check-fillRemix Iconshield-check-boldSolarshield-checkTabler Iconsshield-checkUnicons
Related icons in Mage Icons
Use the shield check 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.025 4.755l-3.673 3.644a1.8 1.8 0 0 1-.531.367c-.204.08-.42.123-.638.126a1.8 1.8 0 0 1-.638-.126a1.7 1.7 0 0 1-.541-.367L8.066 11.63a.966.966 0 1 1 1.373-1.363l1.614 1.614l3.45-3.46a.967.967 0 0 1 1.363 1.372z"/></svg>
React
import type { SVGProps } from "react";
export function MageShieldCheckFill(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.025 4.755l-3.673 3.644a1.8 1.8 0 0 1-.531.367c-.204.08-.42.123-.638.126a1.8 1.8 0 0 1-.638-.126a1.7 1.7 0 0 1-.541-.367L8.066 11.63a.966.966 0 1 1 1.373-1.363l1.614 1.614l3.45-3.46a.967.967 0 0 1 1.363 1.372z"/></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.025 4.755l-3.673 3.644a1.8 1.8 0 0 1-.531.367c-.204.08-.42.123-.638.126a1.8 1.8 0 0 1-.638-.126a1.7 1.7 0 0 1-.541-.367L8.066 11.63a.966.966 0 1 1 1.373-1.363l1.614 1.614l3.45-3.46a.967.967 0 0 1 1.363 1.372z"/></svg> </template>
CSS
.icon-shield-check-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.025%204.755l-3.673%203.644a1.8%201.8%200%200%201-.531.367c-.204.08-.42.123-.638.126a1.8%201.8%200%200%201-.638-.126a1.7%201.7%200%200%201-.541-.367L8.066%2011.63a.966.966%200%201%201%201.373-1.363l1.614%201.614l3.45-3.46a.967.967%200%200%201%201.363%201.372z%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.025%204.755l-3.673%203.644a1.8%201.8%200%200%201-.531.367c-.204.08-.42.123-.638.126a1.8%201.8%200%200%201-.638-.126a1.7%201.7%200%200%201-.541-.367L8.066%2011.63a.966.966%200%201%201%201.373-1.363l1.614%201.614l3.45-3.46a.967.967%200%200%201%201.363%201.372z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/shield-check-fill.svg?color=%231a73e8&size=48