shield plus icon
shield-plus-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- shield-plus-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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-plusMyna UI Iconsshield-plus-boldSolarshield-plusTabler Iconsshield-plusUniconsshield-plusUnicons Monochromeshield-plusUnicons Solid
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="M84 128a12 12 0 0 1 12-12h20V96a12 12 0 0 1 24 0v20h20a12 12 0 0 1 0 24h-20v20a12 12 0 0 1-24 0v-20H96a12 12 0 0 1-12-12m144-72v56c0 54.29-26.32 87.22-48.4 105.29c-23.71 19.39-47.44 26-48.44 26.29a12.1 12.1 0 0 1-6.32 0c-1-.28-24.73-6.9-48.44-26.29C54.32 199.22 28 166.29 28 112V56a20 20 0 0 1 20-20h160a20 20 0 0 1 20 20m-24 4H52v52c0 35.71 13.09 64.69 38.91 86.15A126.1 126.1 0 0 0 128 219.38a126.3 126.3 0 0 0 37.09-21.23C190.91 176.69 204 147.71 204 112Z"/></svg>
React
import type { SVGProps } from "react";
export function PhShieldPlusBold(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="M84 128a12 12 0 0 1 12-12h20V96a12 12 0 0 1 24 0v20h20a12 12 0 0 1 0 24h-20v20a12 12 0 0 1-24 0v-20H96a12 12 0 0 1-12-12m144-72v56c0 54.29-26.32 87.22-48.4 105.29c-23.71 19.39-47.44 26-48.44 26.29a12.1 12.1 0 0 1-6.32 0c-1-.28-24.73-6.9-48.44-26.29C54.32 199.22 28 166.29 28 112V56a20 20 0 0 1 20-20h160a20 20 0 0 1 20 20m-24 4H52v52c0 35.71 13.09 64.69 38.91 86.15A126.1 126.1 0 0 0 128 219.38a126.3 126.3 0 0 0 37.09-21.23C190.91 176.69 204 147.71 204 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="M84 128a12 12 0 0 1 12-12h20V96a12 12 0 0 1 24 0v20h20a12 12 0 0 1 0 24h-20v20a12 12 0 0 1-24 0v-20H96a12 12 0 0 1-12-12m144-72v56c0 54.29-26.32 87.22-48.4 105.29c-23.71 19.39-47.44 26-48.44 26.29a12.1 12.1 0 0 1-6.32 0c-1-.28-24.73-6.9-48.44-26.29C54.32 199.22 28 166.29 28 112V56a20 20 0 0 1 20-20h160a20 20 0 0 1 20 20m-24 4H52v52c0 35.71 13.09 64.69 38.91 86.15A126.1 126.1 0 0 0 128 219.38a126.3 126.3 0 0 0 37.09-21.23C190.91 176.69 204 147.71 204 112Z"/></svg> </template>
CSS
.icon-shield-plus-bold {
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%22M84%20128a12%2012%200%200%201%2012-12h20V96a12%2012%200%200%201%2024%200v20h20a12%2012%200%200%201%200%2024h-20v20a12%2012%200%200%201-24%200v-20H96a12%2012%200%200%201-12-12m144-72v56c0%2054.29-26.32%2087.22-48.4%20105.29c-23.71%2019.39-47.44%2026-48.44%2026.29a12.1%2012.1%200%200%201-6.32%200c-1-.28-24.73-6.9-48.44-26.29C54.32%20199.22%2028%20166.29%2028%20112V56a20%2020%200%200%201%2020-20h160a20%2020%200%200%201%2020%2020m-24%204H52v52c0%2035.71%2013.09%2064.69%2038.91%2086.15A126.1%20126.1%200%200%200%20128%20219.38a126.3%20126.3%200%200%200%2037.09-21.23C190.91%20176.69%20204%20147.71%20204%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%22M84%20128a12%2012%200%200%201%2012-12h20V96a12%2012%200%200%201%2024%200v20h20a12%2012%200%200%201%200%2024h-20v20a12%2012%200%200%201-24%200v-20H96a12%2012%200%200%201-12-12m144-72v56c0%2054.29-26.32%2087.22-48.4%20105.29c-23.71%2019.39-47.44%2026-48.44%2026.29a12.1%2012.1%200%200%201-6.32%200c-1-.28-24.73-6.9-48.44-26.29C54.32%20199.22%2028%20166.29%2028%20112V56a20%2020%200%200%201%2020-20h160a20%2020%200%200%201%2020%2020m-24%204H52v52c0%2035.71%2013.09%2064.69%2038.91%2086.15A126.1%20126.1%200%200%200%20128%20219.38a126.3%20126.3%200%200%200%2037.09-21.23C190.91%20176.69%20204%20147.71%20204%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-bold.svg?color=%231a73e8&size=48