shield check icon
shield-check-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- shield-check-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
shield-checkBootstrap Iconsshield-check-outlineFlowbite Iconsshield-checkHeroIconsshield-checkHuge Iconsshield-checkHumbleiconsshield-checkIconoirshield-checkJam Iconsshield-checkLucideshield-checkMage Iconsshield-checkMajesticonsshield-checkMaterial Design Iconsshield-checkMyna UI Iconsshield-check-16Octiconsshield-check-fillRemix Iconshield-check-boldSolarshield-checkTabler Iconsshield-checkUnicons
Related icons in Phosphor
Use the shield check 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-14m2 70c0 37.76-13.94 68.39-41.44 91.06A131.2 131.2 0 0 1 128 225.72a131 131 0 0 1-40.56-22.66C59.94 180.39 46 149.76 46 112V56a2 2 0 0 1 2-2h160a2 2 0 0 1 2 2Zm-37.76-12.24a6 6 0 0 1 0 8.48l-56 56a6 6 0 0 1-8.48 0l-24-24a6 6 0 0 1 8.48-8.48L112 151.51l51.76-51.75a6 6 0 0 1 8.48 0"/></svg>
React
import type { SVGProps } from "react";
export function PhShieldCheckLight(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-14m2 70c0 37.76-13.94 68.39-41.44 91.06A131.2 131.2 0 0 1 128 225.72a131 131 0 0 1-40.56-22.66C59.94 180.39 46 149.76 46 112V56a2 2 0 0 1 2-2h160a2 2 0 0 1 2 2Zm-37.76-12.24a6 6 0 0 1 0 8.48l-56 56a6 6 0 0 1-8.48 0l-24-24a6 6 0 0 1 8.48-8.48L112 151.51l51.76-51.75a6 6 0 0 1 8.48 0"/></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-14m2 70c0 37.76-13.94 68.39-41.44 91.06A131.2 131.2 0 0 1 128 225.72a131 131 0 0 1-40.56-22.66C59.94 180.39 46 149.76 46 112V56a2 2 0 0 1 2-2h160a2 2 0 0 1 2 2Zm-37.76-12.24a6 6 0 0 1 0 8.48l-56 56a6 6 0 0 1-8.48 0l-24-24a6 6 0 0 1 8.48-8.48L112 151.51l51.76-51.75a6 6 0 0 1 8.48 0"/></svg> </template>
CSS
.icon-shield-check-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-14m2%2070c0%2037.76-13.94%2068.39-41.44%2091.06A131.2%20131.2%200%200%201%20128%20225.72a131%20131%200%200%201-40.56-22.66C59.94%20180.39%2046%20149.76%2046%20112V56a2%202%200%200%201%202-2h160a2%202%200%200%201%202%202Zm-37.76-12.24a6%206%200%200%201%200%208.48l-56%2056a6%206%200%200%201-8.48%200l-24-24a6%206%200%200%201%208.48-8.48L112%20151.51l51.76-51.75a6%206%200%200%201%208.48%200%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-14m2%2070c0%2037.76-13.94%2068.39-41.44%2091.06A131.2%20131.2%200%200%201%20128%20225.72a131%20131%200%200%201-40.56-22.66C59.94%20180.39%2046%20149.76%2046%20112V56a2%202%200%200%201%202-2h160a2%202%200%200%201%202%202Zm-37.76-12.24a6%206%200%200%201%200%208.48l-56%2056a6%206%200%200%201-8.48%200l-24-24a6%206%200%200%201%208.48-8.48L112%20151.51l51.76-51.75a6%206%200%200%201%208.48%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/shield-check-light.svg?color=%231a73e8&size=48