shield minus icon
shield-minus from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- shield-minus
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-shield-minus
The same icon in other sets
Related icons in BoxIcons v2
Use the shield minus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.41 6.11l-8-4a.94.94 0 0 0-.89 0l-8 4A1 1 0 0 0 3 6.9c0 .11-1 10.77 8.59 15a1 1 0 0 0 .41.1a.9.9 0 0 0 .4-.09C21.92 17.67 21 7 21 6.9a1 1 0 0 0-.59-.79M12 19.9C5.2 16.63 4.88 9.64 4.93 7.63l7-3.51l7 3.51c.13 2.01-.19 9-6.93 12.27"/><path fill="currentColor" d="M8 11h8v2H8z"/></svg>
React
import type { SVGProps } from "react";
export function BxShieldMinus(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="m20.41 6.11l-8-4a.94.94 0 0 0-.89 0l-8 4A1 1 0 0 0 3 6.9c0 .11-1 10.77 8.59 15a1 1 0 0 0 .41.1a.9.9 0 0 0 .4-.09C21.92 17.67 21 7 21 6.9a1 1 0 0 0-.59-.79M12 19.9C5.2 16.63 4.88 9.64 4.93 7.63l7-3.51l7 3.51c.13 2.01-.19 9-6.93 12.27"/><path fill="currentColor" d="M8 11h8v2H8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.41 6.11l-8-4a.94.94 0 0 0-.89 0l-8 4A1 1 0 0 0 3 6.9c0 .11-1 10.77 8.59 15a1 1 0 0 0 .41.1a.9.9 0 0 0 .4-.09C21.92 17.67 21 7 21 6.9a1 1 0 0 0-.59-.79M12 19.9C5.2 16.63 4.88 9.64 4.93 7.63l7-3.51l7 3.51c.13 2.01-.19 9-6.93 12.27"/><path fill="currentColor" d="M8 11h8v2H8z"/></svg> </template>
CSS
.icon-shield-minus {
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%22m20.41%206.11l-8-4a.94.94%200%200%200-.89%200l-8%204A1%201%200%200%200%203%206.9c0%20.11-1%2010.77%208.59%2015a1%201%200%200%200%20.41.1a.9.9%200%200%200%20.4-.09C21.92%2017.67%2021%207%2021%206.9a1%201%200%200%200-.59-.79M12%2019.9C5.2%2016.63%204.88%209.64%204.93%207.63l7-3.51l7%203.51c.13%202.01-.19%209-6.93%2012.27%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2011h8v2H8z%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%22m20.41%206.11l-8-4a.94.94%200%200%200-.89%200l-8%204A1%201%200%200%200%203%206.9c0%20.11-1%2010.77%208.59%2015a1%201%200%200%200%20.41.1a.9.9%200%200%200%20.4-.09C21.92%2017.67%2021%207%2021%206.9a1%201%200%200%200-.59-.79M12%2019.9C5.2%2016.63%204.88%209.64%204.93%207.63l7-3.51l7%203.51c.13%202.01-.19%209-6.93%2012.27%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2011h8v2H8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/shield-minus.svg?color=%231a73e8&size=48