shield exclamation icon
shield-exclamation-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- shield-exclamation-line
- Set
- Majesticons
- Style
- Line
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
Related icons in Majesticons
Use the shield exclamation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1.932l9 3.375V10c0 4.118-1.62 7.113-3.535 9.074a11.407 11.407 0 0 1-2.915 2.175c-.913.468-1.826.751-2.55.751c-.724 0-1.637-.283-2.55-.75a11.41 11.41 0 0 1-2.915-2.176C4.619 17.113 3 14.118 3 10V5.307l9-3.375zM5 6.693V10c0 3.549 1.38 6.054 2.965 7.676a9.411 9.411 0 0 0 2.397 1.793c.775.397 1.362.531 1.638.531c.276 0 .863-.134 1.638-.53a9.412 9.412 0 0 0 2.397-1.794C17.619 16.054 19 13.55 19 10V6.693l-7-2.625l-7 2.625z"/><path d="M12 7a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1zm-1 8a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1z"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsShieldExclamationLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1.932l9 3.375V10c0 4.118-1.62 7.113-3.535 9.074a11.407 11.407 0 0 1-2.915 2.175c-.913.468-1.826.751-2.55.751c-.724 0-1.637-.283-2.55-.75a11.41 11.41 0 0 1-2.915-2.176C4.619 17.113 3 14.118 3 10V5.307l9-3.375zM5 6.693V10c0 3.549 1.38 6.054 2.965 7.676a9.411 9.411 0 0 0 2.397 1.793c.775.397 1.362.531 1.638.531c.276 0 .863-.134 1.638-.53a9.412 9.412 0 0 0 2.397-1.794C17.619 16.054 19 13.55 19 10V6.693l-7-2.625l-7 2.625z"/><path d="M12 7a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1zm-1 8a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1.932l9 3.375V10c0 4.118-1.62 7.113-3.535 9.074a11.407 11.407 0 0 1-2.915 2.175c-.913.468-1.826.751-2.55.751c-.724 0-1.637-.283-2.55-.75a11.41 11.41 0 0 1-2.915-2.176C4.619 17.113 3 14.118 3 10V5.307l9-3.375zM5 6.693V10c0 3.549 1.38 6.054 2.965 7.676a9.411 9.411 0 0 0 2.397 1.793c.775.397 1.362.531 1.638.531c.276 0 .863-.134 1.638-.53a9.412 9.412 0 0 0 2.397-1.794C17.619 16.054 19 13.55 19 10V6.693l-7-2.625l-7 2.625z"/><path d="M12 7a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1zm-1 8a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1z"/></g></svg> </template>
CSS
.icon-shield-exclamation-line {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%201.932l9%203.375V10c0%204.118-1.62%207.113-3.535%209.074a11.407%2011.407%200%200%201-2.915%202.175c-.913.468-1.826.751-2.55.751c-.724%200-1.637-.283-2.55-.75a11.41%2011.41%200%200%201-2.915-2.176C4.619%2017.113%203%2014.118%203%2010V5.307l9-3.375zM5%206.693V10c0%203.549%201.38%206.054%202.965%207.676a9.411%209.411%200%200%200%202.397%201.793c.775.397%201.362.531%201.638.531c.276%200%20.863-.134%201.638-.53a9.412%209.412%200%200%200%202.397-1.794C17.619%2016.054%2019%2013.55%2019%2010V6.693l-7-2.625l-7%202.625z%22%2F%3E%3Cpath%20d%3D%22M12%207a1%201%200%200%201%201%201v4a1%201%200%201%201-2%200V8a1%201%200%200%201%201-1zm-1%208a1%201%200%200%201%201-1h.01a1%201%200%201%201%200%202H12a1%201%200%200%201-1-1z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%201.932l9%203.375V10c0%204.118-1.62%207.113-3.535%209.074a11.407%2011.407%200%200%201-2.915%202.175c-.913.468-1.826.751-2.55.751c-.724%200-1.637-.283-2.55-.75a11.41%2011.41%200%200%201-2.915-2.176C4.619%2017.113%203%2014.118%203%2010V5.307l9-3.375zM5%206.693V10c0%203.549%201.38%206.054%202.965%207.676a9.411%209.411%200%200%200%202.397%201.793c.775.397%201.362.531%201.638.531c.276%200%20.863-.134%201.638-.53a9.412%209.412%200%200%200%202.397-1.794C17.619%2016.054%2019%2013.55%2019%2010V6.693l-7-2.625l-7%202.625z%22%2F%3E%3Cpath%20d%3D%22M12%207a1%201%200%200%201%201%201v4a1%201%200%201%201-2%200V8a1%201%200%200%201%201-1zm-1%208a1%201%200%200%201%201-1h.01a1%201%200%201%201%200%202H12a1%201%200%200%201-1-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/shield-exclamation-line.svg?color=%231a73e8&size=48