shield plus icon

shield-plus from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
shield-plus
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the shield plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88 128a8 8 0 0 1 8-8h24V96a8 8 0 0 1 16 0v24h24a8 8 0 0 1 0 16h-24v24a8 8 0 0 1-16 0v-24H96a8 8 0 0 1-8-8m136-72v56c0 52.72-25.52 84.67-46.93 102.19c-23.06 18.86-46 25.27-47 25.53a8 8 0 0 1-4.2 0c-1-.26-23.91-6.67-47-25.53C57.52 196.67 32 164.72 32 112V56a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16m-16 0H48v56c0 37.3 13.82 67.51 41.07 89.81A128.3 128.3 0 0 0 128 223.62a129.3 129.3 0 0 0 39.41-22.2C194.34 179.16 208 149.07 208 112Z"/></svg>

React

import type { SVGProps } from "react";

export function PhShieldPlus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88 128a8 8 0 0 1 8-8h24V96a8 8 0 0 1 16 0v24h24a8 8 0 0 1 0 16h-24v24a8 8 0 0 1-16 0v-24H96a8 8 0 0 1-8-8m136-72v56c0 52.72-25.52 84.67-46.93 102.19c-23.06 18.86-46 25.27-47 25.53a8 8 0 0 1-4.2 0c-1-.26-23.91-6.67-47-25.53C57.52 196.67 32 164.72 32 112V56a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16m-16 0H48v56c0 37.3 13.82 67.51 41.07 89.81A128.3 128.3 0 0 0 128 223.62a129.3 129.3 0 0 0 39.41-22.2C194.34 179.16 208 149.07 208 112Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88 128a8 8 0 0 1 8-8h24V96a8 8 0 0 1 16 0v24h24a8 8 0 0 1 0 16h-24v24a8 8 0 0 1-16 0v-24H96a8 8 0 0 1-8-8m136-72v56c0 52.72-25.52 84.67-46.93 102.19c-23.06 18.86-46 25.27-47 25.53a8 8 0 0 1-4.2 0c-1-.26-23.91-6.67-47-25.53C57.52 196.67 32 164.72 32 112V56a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16m-16 0H48v56c0 37.3 13.82 67.51 41.07 89.81A128.3 128.3 0 0 0 128 223.62a129.3 129.3 0 0 0 39.41-22.2C194.34 179.16 208 149.07 208 112Z"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M88%20128a8%208%200%200%201%208-8h24V96a8%208%200%200%201%2016%200v24h24a8%208%200%200%201%200%2016h-24v24a8%208%200%200%201-16%200v-24H96a8%208%200%200%201-8-8m136-72v56c0%2052.72-25.52%2084.67-46.93%20102.19c-23.06%2018.86-46%2025.27-47%2025.53a8%208%200%200%201-4.2%200c-1-.26-23.91-6.67-47-25.53C57.52%20196.67%2032%20164.72%2032%20112V56a16%2016%200%200%201%2016-16h160a16%2016%200%200%201%2016%2016m-16%200H48v56c0%2037.3%2013.82%2067.51%2041.07%2089.81A128.3%20128.3%200%200%200%20128%20223.62a129.3%20129.3%200%200%200%2039.41-22.2C194.34%20179.16%20208%20149.07%20208%20112Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M88%20128a8%208%200%200%201%208-8h24V96a8%208%200%200%201%2016%200v24h24a8%208%200%200%201%200%2016h-24v24a8%208%200%200%201-16%200v-24H96a8%208%200%200%201-8-8m136-72v56c0%2052.72-25.52%2084.67-46.93%20102.19c-23.06%2018.86-46%2025.27-47%2025.53a8%208%200%200%201-4.2%200c-1-.26-23.91-6.67-47-25.53C57.52%20196.67%2032%20164.72%2032%20112V56a16%2016%200%200%201%2016-16h160a16%2016%200%200%201%2016%2016m-16%200H48v56c0%2037.3%2013.82%2067.51%2041.07%2089.81A128.3%20128.3%200%200%200%20128%20223.62a129.3%20129.3%200%200%200%2039.41-22.2C194.34%20179.16%20208%20149.07%20208%20112Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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