shield warning icon

shield-warning-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
shield-warning-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 warning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M122 136V96a6 6 0 0 1 12 0v40a6 6 0 0 1-12 0m6 26a10 10 0 1 0 10 10a10 10 0 0 0-10-10m94-106v56c0 51.94-25.12 83.4-46.2 100.64c-22.73 18.6-45.27 24.89-46.22 25.15a6 6 0 0 1-3.16 0c-1-.26-23.49-6.55-46.22-25.15C59.12 195.4 34 163.94 34 112V56a14 14 0 0 1 14-14h160a14 14 0 0 1 14 14m-12 0a2 2 0 0 0-2-2H48a2 2 0 0 0-2 2v56c0 37.75 13.94 68.39 41.44 91.06A131 131 0 0 0 128 225.72a131.2 131.2 0 0 0 40.56-22.66C196.06 180.39 210 149.75 210 112Z"/></svg>

React

import type { SVGProps } from "react";

export function PhShieldWarningLight(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="M122 136V96a6 6 0 0 1 12 0v40a6 6 0 0 1-12 0m6 26a10 10 0 1 0 10 10a10 10 0 0 0-10-10m94-106v56c0 51.94-25.12 83.4-46.2 100.64c-22.73 18.6-45.27 24.89-46.22 25.15a6 6 0 0 1-3.16 0c-1-.26-23.49-6.55-46.22-25.15C59.12 195.4 34 163.94 34 112V56a14 14 0 0 1 14-14h160a14 14 0 0 1 14 14m-12 0a2 2 0 0 0-2-2H48a2 2 0 0 0-2 2v56c0 37.75 13.94 68.39 41.44 91.06A131 131 0 0 0 128 225.72a131.2 131.2 0 0 0 40.56-22.66C196.06 180.39 210 149.75 210 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="M122 136V96a6 6 0 0 1 12 0v40a6 6 0 0 1-12 0m6 26a10 10 0 1 0 10 10a10 10 0 0 0-10-10m94-106v56c0 51.94-25.12 83.4-46.2 100.64c-22.73 18.6-45.27 24.89-46.22 25.15a6 6 0 0 1-3.16 0c-1-.26-23.49-6.55-46.22-25.15C59.12 195.4 34 163.94 34 112V56a14 14 0 0 1 14-14h160a14 14 0 0 1 14 14m-12 0a2 2 0 0 0-2-2H48a2 2 0 0 0-2 2v56c0 37.75 13.94 68.39 41.44 91.06A131 131 0 0 0 128 225.72a131.2 131.2 0 0 0 40.56-22.66C196.06 180.39 210 149.75 210 112Z"/></svg>
</template>

CSS

.icon-shield-warning-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%22M122%20136V96a6%206%200%200%201%2012%200v40a6%206%200%200%201-12%200m6%2026a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10m94-106v56c0%2051.94-25.12%2083.4-46.2%20100.64c-22.73%2018.6-45.27%2024.89-46.22%2025.15a6%206%200%200%201-3.16%200c-1-.26-23.49-6.55-46.22-25.15C59.12%20195.4%2034%20163.94%2034%20112V56a14%2014%200%200%201%2014-14h160a14%2014%200%200%201%2014%2014m-12%200a2%202%200%200%200-2-2H48a2%202%200%200%200-2%202v56c0%2037.75%2013.94%2068.39%2041.44%2091.06A131%20131%200%200%200%20128%20225.72a131.2%20131.2%200%200%200%2040.56-22.66C196.06%20180.39%20210%20149.75%20210%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%22M122%20136V96a6%206%200%200%201%2012%200v40a6%206%200%200%201-12%200m6%2026a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10m94-106v56c0%2051.94-25.12%2083.4-46.2%20100.64c-22.73%2018.6-45.27%2024.89-46.22%2025.15a6%206%200%200%201-3.16%200c-1-.26-23.49-6.55-46.22-25.15C59.12%20195.4%2034%20163.94%2034%20112V56a14%2014%200%200%201%2014-14h160a14%2014%200%200%201%2014%2014m-12%200a2%202%200%200%200-2-2H48a2%202%200%200%200-2%202v56c0%2037.75%2013.94%2068.39%2041.44%2091.06A131%20131%200%200%200%20128%20225.72a131.2%20131.2%200%200%200%2040.56-22.66C196.06%20180.39%20210%20149.75%20210%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-light.svg?color=%231a73e8&size=48