shield exclamation icon

shield-exclamation from Unicons by Iconscout · Line · Security · Apache-2.0 Free for personal and commercial use.

Name
shield-exclamation
Set
Unicons
Style
Line
Category
Security
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More security icons from Unicons

Use the shield exclamation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.92 15a.6.6 0 0 0-.09-.17l-.12-.15a1 1 0 0 0-1.42 0a.6.6 0 0 0-.12.15a.6.6 0 0 0-.09.17a.7.7 0 0 0-.06.19a1 1 0 0 0 0 .19a.9.9 0 0 0 .08.39a1 1 0 0 0 1.3.54a1.2 1.2 0 0 0 .33-.22a1 1 0 0 0 .21-.32a1 1 0 0 0 .08-.39a1 1 0 0 0 0-.19a.7.7 0 0 0-.1-.19M12 7.36a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0-1-1m7.63-3.71a1 1 0 0 0-.84-.2a8 8 0 0 1-6.22-1.27a1 1 0 0 0-1.14 0a8 8 0 0 1-6.22 1.27a1 1 0 0 0-.84.2a1 1 0 0 0-.37.78v7.45a9 9 0 0 0 3.77 7.33l3.65 2.6a1 1 0 0 0 1.16 0l3.65-2.6A9 9 0 0 0 20 11.88V4.43a1 1 0 0 0-.37-.78M18 11.88a7 7 0 0 1-2.93 5.7L12 19.77l-3.07-2.19A7 7 0 0 1 6 11.88v-6.3a10 10 0 0 0 6-1.39a10 10 0 0 0 6 1.39Z"/></svg>

React

import type { SVGProps } from "react";

export function UilShieldExclamation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.92 15a.6.6 0 0 0-.09-.17l-.12-.15a1 1 0 0 0-1.42 0a.6.6 0 0 0-.12.15a.6.6 0 0 0-.09.17a.7.7 0 0 0-.06.19a1 1 0 0 0 0 .19a.9.9 0 0 0 .08.39a1 1 0 0 0 1.3.54a1.2 1.2 0 0 0 .33-.22a1 1 0 0 0 .21-.32a1 1 0 0 0 .08-.39a1 1 0 0 0 0-.19a.7.7 0 0 0-.1-.19M12 7.36a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0-1-1m7.63-3.71a1 1 0 0 0-.84-.2a8 8 0 0 1-6.22-1.27a1 1 0 0 0-1.14 0a8 8 0 0 1-6.22 1.27a1 1 0 0 0-.84.2a1 1 0 0 0-.37.78v7.45a9 9 0 0 0 3.77 7.33l3.65 2.6a1 1 0 0 0 1.16 0l3.65-2.6A9 9 0 0 0 20 11.88V4.43a1 1 0 0 0-.37-.78M18 11.88a7 7 0 0 1-2.93 5.7L12 19.77l-3.07-2.19A7 7 0 0 1 6 11.88v-6.3a10 10 0 0 0 6-1.39a10 10 0 0 0 6 1.39Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.92 15a.6.6 0 0 0-.09-.17l-.12-.15a1 1 0 0 0-1.42 0a.6.6 0 0 0-.12.15a.6.6 0 0 0-.09.17a.7.7 0 0 0-.06.19a1 1 0 0 0 0 .19a.9.9 0 0 0 .08.39a1 1 0 0 0 1.3.54a1.2 1.2 0 0 0 .33-.22a1 1 0 0 0 .21-.32a1 1 0 0 0 .08-.39a1 1 0 0 0 0-.19a.7.7 0 0 0-.1-.19M12 7.36a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0-1-1m7.63-3.71a1 1 0 0 0-.84-.2a8 8 0 0 1-6.22-1.27a1 1 0 0 0-1.14 0a8 8 0 0 1-6.22 1.27a1 1 0 0 0-.84.2a1 1 0 0 0-.37.78v7.45a9 9 0 0 0 3.77 7.33l3.65 2.6a1 1 0 0 0 1.16 0l3.65-2.6A9 9 0 0 0 20 11.88V4.43a1 1 0 0 0-.37-.78M18 11.88a7 7 0 0 1-2.93 5.7L12 19.77l-3.07-2.19A7 7 0 0 1 6 11.88v-6.3a10 10 0 0 0 6-1.39a10 10 0 0 0 6 1.39Z"/></svg>
</template>

CSS

.icon-shield-exclamation {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.92%2015a.6.6%200%200%200-.09-.17l-.12-.15a1%201%200%200%200-1.42%200a.6.6%200%200%200-.12.15a.6.6%200%200%200-.09.17a.7.7%200%200%200-.06.19a1%201%200%200%200%200%20.19a.9.9%200%200%200%20.08.39a1%201%200%200%200%201.3.54a1.2%201.2%200%200%200%20.33-.22a1%201%200%200%200%20.21-.32a1%201%200%200%200%20.08-.39a1%201%200%200%200%200-.19a.7.7%200%200%200-.1-.19M12%207.36a1%201%200%200%200-1%201v3a1%201%200%200%200%202%200v-3a1%201%200%200%200-1-1m7.63-3.71a1%201%200%200%200-.84-.2a8%208%200%200%201-6.22-1.27a1%201%200%200%200-1.14%200a8%208%200%200%201-6.22%201.27a1%201%200%200%200-.84.2a1%201%200%200%200-.37.78v7.45a9%209%200%200%200%203.77%207.33l3.65%202.6a1%201%200%200%200%201.16%200l3.65-2.6A9%209%200%200%200%2020%2011.88V4.43a1%201%200%200%200-.37-.78M18%2011.88a7%207%200%200%201-2.93%205.7L12%2019.77l-3.07-2.19A7%207%200%200%201%206%2011.88v-6.3a10%2010%200%200%200%206-1.39a10%2010%200%200%200%206%201.39Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.92%2015a.6.6%200%200%200-.09-.17l-.12-.15a1%201%200%200%200-1.42%200a.6.6%200%200%200-.12.15a.6.6%200%200%200-.09.17a.7.7%200%200%200-.06.19a1%201%200%200%200%200%20.19a.9.9%200%200%200%20.08.39a1%201%200%200%200%201.3.54a1.2%201.2%200%200%200%20.33-.22a1%201%200%200%200%20.21-.32a1%201%200%200%200%20.08-.39a1%201%200%200%200%200-.19a.7.7%200%200%200-.1-.19M12%207.36a1%201%200%200%200-1%201v3a1%201%200%200%200%202%200v-3a1%201%200%200%200-1-1m7.63-3.71a1%201%200%200%200-.84-.2a8%208%200%200%201-6.22-1.27a1%201%200%200%200-1.14%200a8%208%200%200%201-6.22%201.27a1%201%200%200%200-.84.2a1%201%200%200%200-.37.78v7.45a9%209%200%200%200%203.77%207.33l3.65%202.6a1%201%200%200%200%201.16%200l3.65-2.6A9%209%200%200%200%2020%2011.88V4.43a1%201%200%200%200-.37-.78M18%2011.88a7%207%200%200%201-2.93%205.7L12%2019.77l-3.07-2.19A7%207%200%200%201%206%2011.88v-6.3a10%2010%200%200%200%206-1.39a10%2010%200%200%200%206%201.39Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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