shield checkered icon
shield-checkered-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- shield-checkered-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the shield checkered icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M128 48v80H40.87a146 146 0 0 1-.87-16V56a8 8 0 0 1 8-8Zm0 80v104s78.06-21.3 87.13-104Z" opacity=".2"/><path d="M208 40H48a16 16 0 0 0-16 16v56c0 52.72 25.52 84.67 46.93 102.19c23.06 18.86 46 25.27 47 25.53a8 8 0 0 0 4.2 0c1-.26 23.91-6.67 47-25.53C198.48 196.67 224 164.72 224 112V56a16 16 0 0 0-16-16m-88 180.55a131 131 0 0 1-30.93-18.74c-21.15-17.3-34.2-39.37-39-65.81H120ZM120 120H48.23c-.15-2.63-.23-5.29-.23-8V56h72Zm47.4 81.42a131.3 131.3 0 0 1-31.4 19.11V136h69.91c-4.75 26.24-17.64 48.18-38.51 65.42M208 112c0 2.71-.08 5.37-.23 8H136V56h72Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhShieldCheckeredDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M128 48v80H40.87a146 146 0 0 1-.87-16V56a8 8 0 0 1 8-8Zm0 80v104s78.06-21.3 87.13-104Z" opacity=".2"/><path d="M208 40H48a16 16 0 0 0-16 16v56c0 52.72 25.52 84.67 46.93 102.19c23.06 18.86 46 25.27 47 25.53a8 8 0 0 0 4.2 0c1-.26 23.91-6.67 47-25.53C198.48 196.67 224 164.72 224 112V56a16 16 0 0 0-16-16m-88 180.55a131 131 0 0 1-30.93-18.74c-21.15-17.3-34.2-39.37-39-65.81H120ZM120 120H48.23c-.15-2.63-.23-5.29-.23-8V56h72Zm47.4 81.42a131.3 131.3 0 0 1-31.4 19.11V136h69.91c-4.75 26.24-17.64 48.18-38.51 65.42M208 112c0 2.71-.08 5.37-.23 8H136V56h72Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M128 48v80H40.87a146 146 0 0 1-.87-16V56a8 8 0 0 1 8-8Zm0 80v104s78.06-21.3 87.13-104Z" opacity=".2"/><path d="M208 40H48a16 16 0 0 0-16 16v56c0 52.72 25.52 84.67 46.93 102.19c23.06 18.86 46 25.27 47 25.53a8 8 0 0 0 4.2 0c1-.26 23.91-6.67 47-25.53C198.48 196.67 224 164.72 224 112V56a16 16 0 0 0-16-16m-88 180.55a131 131 0 0 1-30.93-18.74c-21.15-17.3-34.2-39.37-39-65.81H120ZM120 120H48.23c-.15-2.63-.23-5.29-.23-8V56h72Zm47.4 81.42a131.3 131.3 0 0 1-31.4 19.11V136h69.91c-4.75 26.24-17.64 48.18-38.51 65.42M208 112c0 2.71-.08 5.37-.23 8H136V56h72Z"/></g></svg> </template>
CSS
.icon-shield-checkered-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M128%2048v80H40.87a146%20146%200%200%201-.87-16V56a8%208%200%200%201%208-8Zm0%2080v104s78.06-21.3%2087.13-104Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M208%2040H48a16%2016%200%200%200-16%2016v56c0%2052.72%2025.52%2084.67%2046.93%20102.19c23.06%2018.86%2046%2025.27%2047%2025.53a8%208%200%200%200%204.2%200c1-.26%2023.91-6.67%2047-25.53C198.48%20196.67%20224%20164.72%20224%20112V56a16%2016%200%200%200-16-16m-88%20180.55a131%20131%200%200%201-30.93-18.74c-21.15-17.3-34.2-39.37-39-65.81H120ZM120%20120H48.23c-.15-2.63-.23-5.29-.23-8V56h72Zm47.4%2081.42a131.3%20131.3%200%200%201-31.4%2019.11V136h69.91c-4.75%2026.24-17.64%2048.18-38.51%2065.42M208%20112c0%202.71-.08%205.37-.23%208H136V56h72Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M128%2048v80H40.87a146%20146%200%200%201-.87-16V56a8%208%200%200%201%208-8Zm0%2080v104s78.06-21.3%2087.13-104Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M208%2040H48a16%2016%200%200%200-16%2016v56c0%2052.72%2025.52%2084.67%2046.93%20102.19c23.06%2018.86%2046%2025.27%2047%2025.53a8%208%200%200%200%204.2%200c1-.26%2023.91-6.67%2047-25.53C198.48%20196.67%20224%20164.72%20224%20112V56a16%2016%200%200%200-16-16m-88%20180.55a131%20131%200%200%201-30.93-18.74c-21.15-17.3-34.2-39.37-39-65.81H120ZM120%20120H48.23c-.15-2.63-.23-5.29-.23-8V56h72Zm47.4%2081.42a131.3%20131.3%200%200%201-31.4%2019.11V136h69.91c-4.75%2026.24-17.64%2048.18-38.51%2065.42M208%20112c0%202.71-.08%205.37-.23%208H136V56h72Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/shield-checkered-duotone.svg?color=%231a73e8&size=48