shield x icon
shield-x from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- shield-x
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in BoxIcons v2 Solid
Use the shield x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.492 21.771c.294.157.663.157.957-.001c8.012-4.304 8.581-12.713 8.574-15.104a.99.99 0 0 0-.596-.903l-8.051-3.565a1 1 0 0 0-.813.001L3.57 5.765a.99.99 0 0 0-.592.891c-.034 2.379.445 10.806 8.514 15.115M8.293 9.707l1.414-1.414L12 10.586l2.293-2.293l1.414 1.414L13.414 12l2.293 2.293l-1.414 1.414L12 13.414l-2.293 2.293l-1.414-1.414L10.586 12z"/></svg>
React
import type { SVGProps } from "react";
export function BxsShieldX(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="M11.492 21.771c.294.157.663.157.957-.001c8.012-4.304 8.581-12.713 8.574-15.104a.99.99 0 0 0-.596-.903l-8.051-3.565a1 1 0 0 0-.813.001L3.57 5.765a.99.99 0 0 0-.592.891c-.034 2.379.445 10.806 8.514 15.115M8.293 9.707l1.414-1.414L12 10.586l2.293-2.293l1.414 1.414L13.414 12l2.293 2.293l-1.414 1.414L12 13.414l-2.293 2.293l-1.414-1.414L10.586 12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.492 21.771c.294.157.663.157.957-.001c8.012-4.304 8.581-12.713 8.574-15.104a.99.99 0 0 0-.596-.903l-8.051-3.565a1 1 0 0 0-.813.001L3.57 5.765a.99.99 0 0 0-.592.891c-.034 2.379.445 10.806 8.514 15.115M8.293 9.707l1.414-1.414L12 10.586l2.293-2.293l1.414 1.414L13.414 12l2.293 2.293l-1.414 1.414L12 13.414l-2.293 2.293l-1.414-1.414L10.586 12z"/></svg> </template>
CSS
.icon-shield-x {
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%22M11.492%2021.771c.294.157.663.157.957-.001c8.012-4.304%208.581-12.713%208.574-15.104a.99.99%200%200%200-.596-.903l-8.051-3.565a1%201%200%200%200-.813.001L3.57%205.765a.99.99%200%200%200-.592.891c-.034%202.379.445%2010.806%208.514%2015.115M8.293%209.707l1.414-1.414L12%2010.586l2.293-2.293l1.414%201.414L13.414%2012l2.293%202.293l-1.414%201.414L12%2013.414l-2.293%202.293l-1.414-1.414L10.586%2012z%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%22M11.492%2021.771c.294.157.663.157.957-.001c8.012-4.304%208.581-12.713%208.574-15.104a.99.99%200%200%200-.596-.903l-8.051-3.565a1%201%200%200%200-.813.001L3.57%205.765a.99.99%200%200%200-.592.891c-.034%202.379.445%2010.806%208.514%2015.115M8.293%209.707l1.414-1.414L12%2010.586l2.293-2.293l1.414%201.414L13.414%2012l2.293%202.293l-1.414%201.414L12%2013.414l-2.293%202.293l-1.414-1.414L10.586%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/shield-x.svg?color=%231a73e8&size=48