shield plus icon
shield-plus-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- shield-plus-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
shield-plusBootstrap Iconsshield-plusBoxIcons v2shield-plusBoxIcons v2 Solidshield-plusHuge Iconsshield-plusJam Iconsshield-plusLucideshield-plusMage Iconsshield-plusMajesticonsshield-plusMaterial Design Iconsshield-plusPhosphorshield-plus-boldSolarshield-plusTabler Iconsshield-plusUniconsshield-plusUnicons Monochromeshield-plusUnicons Solid
Related icons in Myna UI Icons
Use the shield plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.226 2.49l-.61.417a11.3 11.3 0 0 1-5.235 1.92a1.264 1.264 0 0 0-1.131 1.26v4.93c0 2.541 1.335 4.853 2.79 6.63c1.466 1.793 3.136 3.142 3.977 3.773a1.63 1.63 0 0 0 1.966 0c.841-.63 2.511-1.98 3.977-3.772c1.455-1.778 2.79-4.09 2.79-6.63V6.086c0-.64-.478-1.194-1.131-1.26a11.3 11.3 0 0 1-5.234-1.92l-.61-.417a1.37 1.37 0 0 0-1.55 0M12 8.25a.75.75 0 0 1 .75.75v1.25H14a.75.75 0 0 1 0 1.5h-1.25V13a.75.75 0 0 1-1.5 0v-1.25H10a.75.75 0 0 1 0-1.5h1.25V9a.75.75 0 0 1 .75-.75"/></svg>
React
import type { SVGProps } from "react";
export function MynauiShieldPlusSolid(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="m11.226 2.49l-.61.417a11.3 11.3 0 0 1-5.235 1.92a1.264 1.264 0 0 0-1.131 1.26v4.93c0 2.541 1.335 4.853 2.79 6.63c1.466 1.793 3.136 3.142 3.977 3.773a1.63 1.63 0 0 0 1.966 0c.841-.63 2.511-1.98 3.977-3.772c1.455-1.778 2.79-4.09 2.79-6.63V6.086c0-.64-.478-1.194-1.131-1.26a11.3 11.3 0 0 1-5.234-1.92l-.61-.417a1.37 1.37 0 0 0-1.55 0M12 8.25a.75.75 0 0 1 .75.75v1.25H14a.75.75 0 0 1 0 1.5h-1.25V13a.75.75 0 0 1-1.5 0v-1.25H10a.75.75 0 0 1 0-1.5h1.25V9a.75.75 0 0 1 .75-.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.226 2.49l-.61.417a11.3 11.3 0 0 1-5.235 1.92a1.264 1.264 0 0 0-1.131 1.26v4.93c0 2.541 1.335 4.853 2.79 6.63c1.466 1.793 3.136 3.142 3.977 3.773a1.63 1.63 0 0 0 1.966 0c.841-.63 2.511-1.98 3.977-3.772c1.455-1.778 2.79-4.09 2.79-6.63V6.086c0-.64-.478-1.194-1.131-1.26a11.3 11.3 0 0 1-5.234-1.92l-.61-.417a1.37 1.37 0 0 0-1.55 0M12 8.25a.75.75 0 0 1 .75.75v1.25H14a.75.75 0 0 1 0 1.5h-1.25V13a.75.75 0 0 1-1.5 0v-1.25H10a.75.75 0 0 1 0-1.5h1.25V9a.75.75 0 0 1 .75-.75"/></svg> </template>
CSS
.icon-shield-plus-solid {
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%22m11.226%202.49l-.61.417a11.3%2011.3%200%200%201-5.235%201.92a1.264%201.264%200%200%200-1.131%201.26v4.93c0%202.541%201.335%204.853%202.79%206.63c1.466%201.793%203.136%203.142%203.977%203.773a1.63%201.63%200%200%200%201.966%200c.841-.63%202.511-1.98%203.977-3.772c1.455-1.778%202.79-4.09%202.79-6.63V6.086c0-.64-.478-1.194-1.131-1.26a11.3%2011.3%200%200%201-5.234-1.92l-.61-.417a1.37%201.37%200%200%200-1.55%200M12%208.25a.75.75%200%200%201%20.75.75v1.25H14a.75.75%200%200%201%200%201.5h-1.25V13a.75.75%200%200%201-1.5%200v-1.25H10a.75.75%200%200%201%200-1.5h1.25V9a.75.75%200%200%201%20.75-.75%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%22m11.226%202.49l-.61.417a11.3%2011.3%200%200%201-5.235%201.92a1.264%201.264%200%200%200-1.131%201.26v4.93c0%202.541%201.335%204.853%202.79%206.63c1.466%201.793%203.136%203.142%203.977%203.773a1.63%201.63%200%200%200%201.966%200c.841-.63%202.511-1.98%203.977-3.772c1.455-1.778%202.79-4.09%202.79-6.63V6.086c0-.64-.478-1.194-1.131-1.26a11.3%2011.3%200%200%201-5.234-1.92l-.61-.417a1.37%201.37%200%200%200-1.55%200M12%208.25a.75.75%200%200%201%20.75.75v1.25H14a.75.75%200%200%201%200%201.5h-1.25V13a.75.75%200%200%201-1.5%200v-1.25H10a.75.75%200%200%201%200-1.5h1.25V9a.75.75%200%200%201%20.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/shield-plus-solid.svg?color=%231a73e8&size=48