shield plus icon

shield-plus from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.

Name
shield-plus
Set
Majesticons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Majesticons

The same icon in other sets

Related icons in Majesticons

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" fill-rule="evenodd" d="M11.293 2.293a1 1 0 0 1 1.414 0c.81.81 1.973 1.29 3.183 1.54c1.202.248 2.347.246 3 .173A1 1 0 0 1 20 5v9c0 1.3-.568 2.449-1.304 3.395c-.738.948-1.697 1.763-2.615 2.419a22 22 0 0 1-3.66 2.093l-.018.008l-.006.003h-.002S12.394 21.92 12 21l-.394.919l-.003-.001l-.005-.003l-.02-.008a22 22 0 0 1-1.137-.553a22 22 0 0 1-2.522-1.54c-.918-.656-1.877-1.47-2.615-2.419C4.568 16.45 4 15.3 4 14V5a1 1 0 0 1 1.11-.994c.653.073 1.798.075 3-.173c1.21-.25 2.373-.73 3.183-1.54m.313 19.626a1 1 0 0 0 .788 0L12 21zM13 11V9a1 1 0 1 0-2 0v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MajesticonsShieldPlus(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" fillRule="evenodd" d="M11.293 2.293a1 1 0 0 1 1.414 0c.81.81 1.973 1.29 3.183 1.54c1.202.248 2.347.246 3 .173A1 1 0 0 1 20 5v9c0 1.3-.568 2.449-1.304 3.395c-.738.948-1.697 1.763-2.615 2.419a22 22 0 0 1-3.66 2.093l-.018.008l-.006.003h-.002S12.394 21.92 12 21l-.394.919l-.003-.001l-.005-.003l-.02-.008a22 22 0 0 1-1.137-.553a22 22 0 0 1-2.522-1.54c-.918-.656-1.877-1.47-2.615-2.419C4.568 16.45 4 15.3 4 14V5a1 1 0 0 1 1.11-.994c.653.073 1.798.075 3-.173c1.21-.25 2.373-.73 3.183-1.54m.313 19.626a1 1 0 0 0 .788 0L12 21zM13 11V9a1 1 0 1 0-2 0v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.293 2.293a1 1 0 0 1 1.414 0c.81.81 1.973 1.29 3.183 1.54c1.202.248 2.347.246 3 .173A1 1 0 0 1 20 5v9c0 1.3-.568 2.449-1.304 3.395c-.738.948-1.697 1.763-2.615 2.419a22 22 0 0 1-3.66 2.093l-.018.008l-.006.003h-.002S12.394 21.92 12 21l-.394.919l-.003-.001l-.005-.003l-.02-.008a22 22 0 0 1-1.137-.553a22 22 0 0 1-2.522-1.54c-.918-.656-1.877-1.47-2.615-2.419C4.568 16.45 4 15.3 4 14V5a1 1 0 0 1 1.11-.994c.653.073 1.798.075 3-.173c1.21-.25 2.373-.73 3.183-1.54m.313 19.626a1 1 0 0 0 .788 0L12 21zM13 11V9a1 1 0 1 0-2 0v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2z" clip-rule="evenodd"/></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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.293%202.293a1%201%200%200%201%201.414%200c.81.81%201.973%201.29%203.183%201.54c1.202.248%202.347.246%203%20.173A1%201%200%200%201%2020%205v9c0%201.3-.568%202.449-1.304%203.395c-.738.948-1.697%201.763-2.615%202.419a22%2022%200%200%201-3.66%202.093l-.018.008l-.006.003h-.002S12.394%2021.92%2012%2021l-.394.919l-.003-.001l-.005-.003l-.02-.008a22%2022%200%200%201-1.137-.553a22%2022%200%200%201-2.522-1.54c-.918-.656-1.877-1.47-2.615-2.419C4.568%2016.45%204%2015.3%204%2014V5a1%201%200%200%201%201.11-.994c.653.073%201.798.075%203-.173c1.21-.25%202.373-.73%203.183-1.54m.313%2019.626a1%201%200%200%200%20.788%200L12%2021zM13%2011V9a1%201%200%201%200-2%200v2H9a1%201%200%201%200%200%202h2v2a1%201%200%201%200%202%200v-2h2a1%201%200%201%200%200-2z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.293%202.293a1%201%200%200%201%201.414%200c.81.81%201.973%201.29%203.183%201.54c1.202.248%202.347.246%203%20.173A1%201%200%200%201%2020%205v9c0%201.3-.568%202.449-1.304%203.395c-.738.948-1.697%201.763-2.615%202.419a22%2022%200%200%201-3.66%202.093l-.018.008l-.006.003h-.002S12.394%2021.92%2012%2021l-.394.919l-.003-.001l-.005-.003l-.02-.008a22%2022%200%200%201-1.137-.553a22%2022%200%200%201-2.522-1.54c-.918-.656-1.877-1.47-2.615-2.419C4.568%2016.45%204%2015.3%204%2014V5a1%201%200%200%201%201.11-.994c.653.073%201.798.075%203-.173c1.21-.25%202.373-.73%203.183-1.54m.313%2019.626a1%201%200%200%200%20.788%200L12%2021zM13%2011V9a1%201%200%201%200-2%200v2H9a1%201%200%201%200%200%202h2v2a1%201%200%201%200%202%200v-2h2a1%201%200%201%200%200-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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