shield-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
shield-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 36H48a20 20 0 0 0-20 20v56c0 54.29 26.32 87.22 48.4 105.29c23.71 19.39 47.44 26 48.44 26.29a12.1 12.1 0 0 0 6.32 0c1-.28 24.73-6.9 48.44-26.29c22.08-18.07 48.4-51 48.4-105.29V56a20 20 0 0 0-20-20m-4 76c0 35.71-13.09 64.69-38.91 86.15A126.3 126.3 0 0 1 128 219.38a126.1 126.1 0 0 1-37.09-21.23C65.09 176.69 52 147.71 52 112V60h152Z"/></svg>

React

import type { SVGProps } from "react";

export function PhShieldBold(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="M208 36H48a20 20 0 0 0-20 20v56c0 54.29 26.32 87.22 48.4 105.29c23.71 19.39 47.44 26 48.44 26.29a12.1 12.1 0 0 0 6.32 0c1-.28 24.73-6.9 48.44-26.29c22.08-18.07 48.4-51 48.4-105.29V56a20 20 0 0 0-20-20m-4 76c0 35.71-13.09 64.69-38.91 86.15A126.3 126.3 0 0 1 128 219.38a126.1 126.1 0 0 1-37.09-21.23C65.09 176.69 52 147.71 52 112V60h152Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 36H48a20 20 0 0 0-20 20v56c0 54.29 26.32 87.22 48.4 105.29c23.71 19.39 47.44 26 48.44 26.29a12.1 12.1 0 0 0 6.32 0c1-.28 24.73-6.9 48.44-26.29c22.08-18.07 48.4-51 48.4-105.29V56a20 20 0 0 0-20-20m-4 76c0 35.71-13.09 64.69-38.91 86.15A126.3 126.3 0 0 1 128 219.38a126.1 126.1 0 0 1-37.09-21.23C65.09 176.69 52 147.71 52 112V60h152Z"/></svg>
</template>

CSS

.icon-shield-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%22M208%2036H48a20%2020%200%200%200-20%2020v56c0%2054.29%2026.32%2087.22%2048.4%20105.29c23.71%2019.39%2047.44%2026%2048.44%2026.29a12.1%2012.1%200%200%200%206.32%200c1-.28%2024.73-6.9%2048.44-26.29c22.08-18.07%2048.4-51%2048.4-105.29V56a20%2020%200%200%200-20-20m-4%2076c0%2035.71-13.09%2064.69-38.91%2086.15A126.3%20126.3%200%200%201%20128%20219.38a126.1%20126.1%200%200%201-37.09-21.23C65.09%20176.69%2052%20147.71%2052%20112V60h152Z%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%22M208%2036H48a20%2020%200%200%200-20%2020v56c0%2054.29%2026.32%2087.22%2048.4%20105.29c23.71%2019.39%2047.44%2026%2048.44%2026.29a12.1%2012.1%200%200%200%206.32%200c1-.28%2024.73-6.9%2048.44-26.29c22.08-18.07%2048.4-51%2048.4-105.29V56a20%2020%200%200%200-20-20m-4%2076c0%2035.71-13.09%2064.69-38.91%2086.15A126.3%20126.3%200%200%201%20128%20219.38a126.1%20126.1%200%200%201-37.09-21.23C65.09%20176.69%2052%20147.71%2052%20112V60h152Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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