shield chevron icon
shield-chevron-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- shield-chevron-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 chevron 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-20M52 60h152v52a119.5 119.5 0 0 1-7 41.64l-62.11-43.47a12 12 0 0 0-13.76 0L59 153.64A119.5 119.5 0 0 1 52 112Zm113.09 138.15A126.3 126.3 0 0 1 128 219.38a126.1 126.1 0 0 1-37.09-21.23A109 109 0 0 1 70 175.23l58-40.58l58 40.58a109 109 0 0 1-20.91 22.92"/></svg>
React
import type { SVGProps } from "react";
export function PhShieldChevronBold(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-20M52 60h152v52a119.5 119.5 0 0 1-7 41.64l-62.11-43.47a12 12 0 0 0-13.76 0L59 153.64A119.5 119.5 0 0 1 52 112Zm113.09 138.15A126.3 126.3 0 0 1 128 219.38a126.1 126.1 0 0 1-37.09-21.23A109 109 0 0 1 70 175.23l58-40.58l58 40.58a109 109 0 0 1-20.91 22.92"/></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-20M52 60h152v52a119.5 119.5 0 0 1-7 41.64l-62.11-43.47a12 12 0 0 0-13.76 0L59 153.64A119.5 119.5 0 0 1 52 112Zm113.09 138.15A126.3 126.3 0 0 1 128 219.38a126.1 126.1 0 0 1-37.09-21.23A109 109 0 0 1 70 175.23l58-40.58l58 40.58a109 109 0 0 1-20.91 22.92"/></svg> </template>
CSS
.icon-shield-chevron-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-20M52%2060h152v52a119.5%20119.5%200%200%201-7%2041.64l-62.11-43.47a12%2012%200%200%200-13.76%200L59%20153.64A119.5%20119.5%200%200%201%2052%20112Zm113.09%20138.15A126.3%20126.3%200%200%201%20128%20219.38a126.1%20126.1%200%200%201-37.09-21.23A109%20109%200%200%201%2070%20175.23l58-40.58l58%2040.58a109%20109%200%200%201-20.91%2022.92%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-20M52%2060h152v52a119.5%20119.5%200%200%201-7%2041.64l-62.11-43.47a12%2012%200%200%200-13.76%200L59%20153.64A119.5%20119.5%200%200%201%2052%20112Zm113.09%20138.15A126.3%20126.3%200%200%201%20128%20219.38a126.1%20126.1%200%200%201-37.09-21.23A109%20109%200%200%201%2070%20175.23l58-40.58l58%2040.58a109%20109%200%200%201-20.91%2022.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/shield-chevron-bold.svg?color=%231a73e8&size=48