shield plus icon

shield-plus from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
shield-plus
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-shield-plus

The same icon in other sets

Related icons in BoxIcons v2

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.63 21.91A.9.9 0 0 0 12 22a1 1 0 0 0 .41-.09C22 17.67 21 7 21 6.9a1 1 0 0 0-.55-.79l-8-4a1 1 0 0 0-.9 0l-8 4A1 1 0 0 0 3 6.9c0 .1-.92 10.77 8.63 15.01M5 7.63l7-3.51l7 3.51c.05 2-.27 9-7 12.27C5.26 16.63 4.94 9.64 5 7.63"/><path fill="currentColor" d="M11.06 16h2v-3h3.01v-2h-3.01V8h-2v3h-3v2h3z"/></svg>

React

import type { SVGProps } from "react";

export function BxShieldPlus(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.63 21.91A.9.9 0 0 0 12 22a1 1 0 0 0 .41-.09C22 17.67 21 7 21 6.9a1 1 0 0 0-.55-.79l-8-4a1 1 0 0 0-.9 0l-8 4A1 1 0 0 0 3 6.9c0 .1-.92 10.77 8.63 15.01M5 7.63l7-3.51l7 3.51c.05 2-.27 9-7 12.27C5.26 16.63 4.94 9.64 5 7.63"/><path fill="currentColor" d="M11.06 16h2v-3h3.01v-2h-3.01V8h-2v3h-3v2h3z"/></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.63 21.91A.9.9 0 0 0 12 22a1 1 0 0 0 .41-.09C22 17.67 21 7 21 6.9a1 1 0 0 0-.55-.79l-8-4a1 1 0 0 0-.9 0l-8 4A1 1 0 0 0 3 6.9c0 .1-.92 10.77 8.63 15.01M5 7.63l7-3.51l7 3.51c.05 2-.27 9-7 12.27C5.26 16.63 4.94 9.64 5 7.63"/><path fill="currentColor" d="M11.06 16h2v-3h3.01v-2h-3.01V8h-2v3h-3v2h3z"/></svg>
</template>

CSS

.icon-shield-plus {
  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.63%2021.91A.9.9%200%200%200%2012%2022a1%201%200%200%200%20.41-.09C22%2017.67%2021%207%2021%206.9a1%201%200%200%200-.55-.79l-8-4a1%201%200%200%200-.9%200l-8%204A1%201%200%200%200%203%206.9c0%20.1-.92%2010.77%208.63%2015.01M5%207.63l7-3.51l7%203.51c.05%202-.27%209-7%2012.27C5.26%2016.63%204.94%209.64%205%207.63%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.06%2016h2v-3h3.01v-2h-3.01V8h-2v3h-3v2h3z%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.63%2021.91A.9.9%200%200%200%2012%2022a1%201%200%200%200%20.41-.09C22%2017.67%2021%207%2021%206.9a1%201%200%200%200-.55-.79l-8-4a1%201%200%200%200-.9%200l-8%204A1%201%200%200%200%203%206.9c0%20.1-.92%2010.77%208.63%2015.01M5%207.63l7-3.51l7%203.51c.05%202-.27%209-7%2012.27C5.26%2016.63%204.94%209.64%205%207.63%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.06%2016h2v-3h3.01v-2h-3.01V8h-2v3h-3v2h3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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