shield warning icon
shield-warning-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- shield-warning-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the shield warning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M124 136V96a4 4 0 0 1 8 0v40a4 4 0 0 1-8 0m4 28a8 8 0 1 0 8 8a8 8 0 0 0-8-8m92-108v56c0 51.16-24.73 82.12-45.47 99.1c-22.4 18.32-44.55 24.5-45.48 24.76a4 4 0 0 1-2.1 0c-.93-.26-23.08-6.44-45.48-24.76C60.73 194.12 36 163.16 36 112V56a12 12 0 0 1 12-12h160a12 12 0 0 1 12 12m-8 0a4 4 0 0 0-4-4H48a4 4 0 0 0-4 4v56c0 38.44 14.23 69.63 42.29 92.71A132.2 132.2 0 0 0 128 227.82a132.5 132.5 0 0 0 41.71-23.11C197.77 181.63 212 150.44 212 112Z"/></svg>
React
import type { SVGProps } from "react";
export function PhShieldWarningThin(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="M124 136V96a4 4 0 0 1 8 0v40a4 4 0 0 1-8 0m4 28a8 8 0 1 0 8 8a8 8 0 0 0-8-8m92-108v56c0 51.16-24.73 82.12-45.47 99.1c-22.4 18.32-44.55 24.5-45.48 24.76a4 4 0 0 1-2.1 0c-.93-.26-23.08-6.44-45.48-24.76C60.73 194.12 36 163.16 36 112V56a12 12 0 0 1 12-12h160a12 12 0 0 1 12 12m-8 0a4 4 0 0 0-4-4H48a4 4 0 0 0-4 4v56c0 38.44 14.23 69.63 42.29 92.71A132.2 132.2 0 0 0 128 227.82a132.5 132.5 0 0 0 41.71-23.11C197.77 181.63 212 150.44 212 112Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M124 136V96a4 4 0 0 1 8 0v40a4 4 0 0 1-8 0m4 28a8 8 0 1 0 8 8a8 8 0 0 0-8-8m92-108v56c0 51.16-24.73 82.12-45.47 99.1c-22.4 18.32-44.55 24.5-45.48 24.76a4 4 0 0 1-2.1 0c-.93-.26-23.08-6.44-45.48-24.76C60.73 194.12 36 163.16 36 112V56a12 12 0 0 1 12-12h160a12 12 0 0 1 12 12m-8 0a4 4 0 0 0-4-4H48a4 4 0 0 0-4 4v56c0 38.44 14.23 69.63 42.29 92.71A132.2 132.2 0 0 0 128 227.82a132.5 132.5 0 0 0 41.71-23.11C197.77 181.63 212 150.44 212 112Z"/></svg> </template>
CSS
.icon-shield-warning-thin {
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%22M124%20136V96a4%204%200%200%201%208%200v40a4%204%200%200%201-8%200m4%2028a8%208%200%201%200%208%208a8%208%200%200%200-8-8m92-108v56c0%2051.16-24.73%2082.12-45.47%2099.1c-22.4%2018.32-44.55%2024.5-45.48%2024.76a4%204%200%200%201-2.1%200c-.93-.26-23.08-6.44-45.48-24.76C60.73%20194.12%2036%20163.16%2036%20112V56a12%2012%200%200%201%2012-12h160a12%2012%200%200%201%2012%2012m-8%200a4%204%200%200%200-4-4H48a4%204%200%200%200-4%204v56c0%2038.44%2014.23%2069.63%2042.29%2092.71A132.2%20132.2%200%200%200%20128%20227.82a132.5%20132.5%200%200%200%2041.71-23.11C197.77%20181.63%20212%20150.44%20212%20112Z%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%22M124%20136V96a4%204%200%200%201%208%200v40a4%204%200%200%201-8%200m4%2028a8%208%200%201%200%208%208a8%208%200%200%200-8-8m92-108v56c0%2051.16-24.73%2082.12-45.47%2099.1c-22.4%2018.32-44.55%2024.5-45.48%2024.76a4%204%200%200%201-2.1%200c-.93-.26-23.08-6.44-45.48-24.76C60.73%20194.12%2036%20163.16%2036%20112V56a12%2012%200%200%201%2012-12h160a12%2012%200%200%201%2012%2012m-8%200a4%204%200%200%200-4-4H48a4%204%200%200%200-4%204v56c0%2038.44%2014.23%2069.63%2042.29%2092.71A132.2%20132.2%200%200%200%20128%20227.82a132.5%20132.5%200%200%200%2041.71-23.11C197.77%20181.63%20212%20150.44%20212%20112Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/shield-warning-thin.svg?color=%231a73e8&size=48