shield chevron icon

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

Name
shield-chevron
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 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 40H48a16 16 0 0 0-16 16v56c0 52.72 25.52 84.67 46.93 102.19c23.06 18.86 46 25.26 47 25.53a8 8 0 0 0 4.2 0c1-.27 23.91-6.67 47-25.53C198.48 196.67 224 164.72 224 112V56a16 16 0 0 0-16-16m-40.6 161.42a129.3 129.3 0 0 1-39.4 22.2a128.3 128.3 0 0 1-38.92-21.81a111.8 111.8 0 0 1-24.51-27.64l63.43-44.4l63.43 44.4a111.6 111.6 0 0 1-24.03 27.25M208 112q0 26.31-9.14 47.84l-66.27-46.39a8 8 0 0 0-9.18 0l-66.28 46.39C51.06 145.52 48 129.54 48 112V56h160Z"/></svg>

React

import type { SVGProps } from "react";

export function PhShieldChevron(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 40H48a16 16 0 0 0-16 16v56c0 52.72 25.52 84.67 46.93 102.19c23.06 18.86 46 25.26 47 25.53a8 8 0 0 0 4.2 0c1-.27 23.91-6.67 47-25.53C198.48 196.67 224 164.72 224 112V56a16 16 0 0 0-16-16m-40.6 161.42a129.3 129.3 0 0 1-39.4 22.2a128.3 128.3 0 0 1-38.92-21.81a111.8 111.8 0 0 1-24.51-27.64l63.43-44.4l63.43 44.4a111.6 111.6 0 0 1-24.03 27.25M208 112q0 26.31-9.14 47.84l-66.27-46.39a8 8 0 0 0-9.18 0l-66.28 46.39C51.06 145.52 48 129.54 48 112V56h160Z"/></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 40H48a16 16 0 0 0-16 16v56c0 52.72 25.52 84.67 46.93 102.19c23.06 18.86 46 25.26 47 25.53a8 8 0 0 0 4.2 0c1-.27 23.91-6.67 47-25.53C198.48 196.67 224 164.72 224 112V56a16 16 0 0 0-16-16m-40.6 161.42a129.3 129.3 0 0 1-39.4 22.2a128.3 128.3 0 0 1-38.92-21.81a111.8 111.8 0 0 1-24.51-27.64l63.43-44.4l63.43 44.4a111.6 111.6 0 0 1-24.03 27.25M208 112q0 26.31-9.14 47.84l-66.27-46.39a8 8 0 0 0-9.18 0l-66.28 46.39C51.06 145.52 48 129.54 48 112V56h160Z"/></svg>
</template>

CSS

.icon-shield-chevron {
  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%2040H48a16%2016%200%200%200-16%2016v56c0%2052.72%2025.52%2084.67%2046.93%20102.19c23.06%2018.86%2046%2025.26%2047%2025.53a8%208%200%200%200%204.2%200c1-.27%2023.91-6.67%2047-25.53C198.48%20196.67%20224%20164.72%20224%20112V56a16%2016%200%200%200-16-16m-40.6%20161.42a129.3%20129.3%200%200%201-39.4%2022.2a128.3%20128.3%200%200%201-38.92-21.81a111.8%20111.8%200%200%201-24.51-27.64l63.43-44.4l63.43%2044.4a111.6%20111.6%200%200%201-24.03%2027.25M208%20112q0%2026.31-9.14%2047.84l-66.27-46.39a8%208%200%200%200-9.18%200l-66.28%2046.39C51.06%20145.52%2048%20129.54%2048%20112V56h160Z%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%2040H48a16%2016%200%200%200-16%2016v56c0%2052.72%2025.52%2084.67%2046.93%20102.19c23.06%2018.86%2046%2025.26%2047%2025.53a8%208%200%200%200%204.2%200c1-.27%2023.91-6.67%2047-25.53C198.48%20196.67%20224%20164.72%20224%20112V56a16%2016%200%200%200-16-16m-40.6%20161.42a129.3%20129.3%200%200%201-39.4%2022.2a128.3%20128.3%200%200%201-38.92-21.81a111.8%20111.8%200%200%201-24.51-27.64l63.43-44.4l63.43%2044.4a111.6%20111.6%200%200%201-24.03%2027.25M208%20112q0%2026.31-9.14%2047.84l-66.27-46.39a8%208%200%200%200-9.18%200l-66.28%2046.39C51.06%20145.52%2048%20129.54%2048%20112V56h160Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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