shield chevron icon
shield-chevron-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- shield-chevron-light
- Set
- Phosphor
- Style
- Light
- 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 42H48a14 14 0 0 0-14 14v56c0 51.94 25.12 83.4 46.2 100.64c22.73 18.6 45.27 24.89 46.22 25.15a6 6 0 0 0 3.16 0c.95-.26 23.49-6.55 46.22-25.15C196.88 195.4 222 163.94 222 112V56a14 14 0 0 0-14-14m-39.44 161.06A131.2 131.2 0 0 1 128 225.72a131 131 0 0 1-40.56-22.66a113.1 113.1 0 0 1-25.56-29.45L128 127.32l66.12 46.29a113.1 113.1 0 0 1-25.56 29.45M210 112c0 18.75-3.44 35.75-10.28 50.88l-68.28-47.8a6 6 0 0 0-6.88 0l-68.28 47.8C49.44 147.75 46 130.75 46 112V56a2 2 0 0 1 2-2h160a2 2 0 0 1 2 2Z"/></svg>
React
import type { SVGProps } from "react";
export function PhShieldChevronLight(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 42H48a14 14 0 0 0-14 14v56c0 51.94 25.12 83.4 46.2 100.64c22.73 18.6 45.27 24.89 46.22 25.15a6 6 0 0 0 3.16 0c.95-.26 23.49-6.55 46.22-25.15C196.88 195.4 222 163.94 222 112V56a14 14 0 0 0-14-14m-39.44 161.06A131.2 131.2 0 0 1 128 225.72a131 131 0 0 1-40.56-22.66a113.1 113.1 0 0 1-25.56-29.45L128 127.32l66.12 46.29a113.1 113.1 0 0 1-25.56 29.45M210 112c0 18.75-3.44 35.75-10.28 50.88l-68.28-47.8a6 6 0 0 0-6.88 0l-68.28 47.8C49.44 147.75 46 130.75 46 112V56a2 2 0 0 1 2-2h160a2 2 0 0 1 2 2Z"/></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 42H48a14 14 0 0 0-14 14v56c0 51.94 25.12 83.4 46.2 100.64c22.73 18.6 45.27 24.89 46.22 25.15a6 6 0 0 0 3.16 0c.95-.26 23.49-6.55 46.22-25.15C196.88 195.4 222 163.94 222 112V56a14 14 0 0 0-14-14m-39.44 161.06A131.2 131.2 0 0 1 128 225.72a131 131 0 0 1-40.56-22.66a113.1 113.1 0 0 1-25.56-29.45L128 127.32l66.12 46.29a113.1 113.1 0 0 1-25.56 29.45M210 112c0 18.75-3.44 35.75-10.28 50.88l-68.28-47.8a6 6 0 0 0-6.88 0l-68.28 47.8C49.44 147.75 46 130.75 46 112V56a2 2 0 0 1 2-2h160a2 2 0 0 1 2 2Z"/></svg> </template>
CSS
.icon-shield-chevron-light {
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%2042H48a14%2014%200%200%200-14%2014v56c0%2051.94%2025.12%2083.4%2046.2%20100.64c22.73%2018.6%2045.27%2024.89%2046.22%2025.15a6%206%200%200%200%203.16%200c.95-.26%2023.49-6.55%2046.22-25.15C196.88%20195.4%20222%20163.94%20222%20112V56a14%2014%200%200%200-14-14m-39.44%20161.06A131.2%20131.2%200%200%201%20128%20225.72a131%20131%200%200%201-40.56-22.66a113.1%20113.1%200%200%201-25.56-29.45L128%20127.32l66.12%2046.29a113.1%20113.1%200%200%201-25.56%2029.45M210%20112c0%2018.75-3.44%2035.75-10.28%2050.88l-68.28-47.8a6%206%200%200%200-6.88%200l-68.28%2047.8C49.44%20147.75%2046%20130.75%2046%20112V56a2%202%200%200%201%202-2h160a2%202%200%200%201%202%202Z%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%2042H48a14%2014%200%200%200-14%2014v56c0%2051.94%2025.12%2083.4%2046.2%20100.64c22.73%2018.6%2045.27%2024.89%2046.22%2025.15a6%206%200%200%200%203.16%200c.95-.26%2023.49-6.55%2046.22-25.15C196.88%20195.4%20222%20163.94%20222%20112V56a14%2014%200%200%200-14-14m-39.44%20161.06A131.2%20131.2%200%200%201%20128%20225.72a131%20131%200%200%201-40.56-22.66a113.1%20113.1%200%200%201-25.56-29.45L128%20127.32l66.12%2046.29a113.1%20113.1%200%200%201-25.56%2029.45M210%20112c0%2018.75-3.44%2035.75-10.28%2050.88l-68.28-47.8a6%206%200%200%200-6.88%200l-68.28%2047.8C49.44%20147.75%2046%20130.75%2046%20112V56a2%202%200%200%201%202-2h160a2%202%200%200%201%202%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/shield-chevron-light.svg?color=%231a73e8&size=48