shield minus icon
shield-minus-filled from Reicon by REICON · Filled · Security · MIT Free for personal and commercial use.
- Name
- shield-minus-filled
- Set
- Reicon
- Style
- Filled
- Category
- Security
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All shield minus icons →More security icons from Reicon
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" fill-rule="evenodd" d="M3.378 5.082C3 5.62 3 7.22 3 10.417v1.574c0 5.638 4.239 8.375 6.899 9.536c.721.315 1.082.473 2.101.473c1.02 0 1.38-.158 2.101-.473C16.761 20.365 21 17.63 21 11.991v-1.574c0-3.198 0-4.797-.378-5.335c-.377-.537-1.88-1.052-4.887-2.081l-.573-.196C13.595 2.268 12.812 2 12 2s-1.595.268-3.162.805L8.265 3c-3.007 1.03-4.51 1.545-4.887 2.082M15 12.75a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconShieldMinusFilled(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" fillRule="evenodd" d="M3.378 5.082C3 5.62 3 7.22 3 10.417v1.574c0 5.638 4.239 8.375 6.899 9.536c.721.315 1.082.473 2.101.473c1.02 0 1.38-.158 2.101-.473C16.761 20.365 21 17.63 21 11.991v-1.574c0-3.198 0-4.797-.378-5.335c-.377-.537-1.88-1.052-4.887-2.081l-.573-.196C13.595 2.268 12.812 2 12 2s-1.595.268-3.162.805L8.265 3c-3.007 1.03-4.51 1.545-4.887 2.082M15 12.75a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.378 5.082C3 5.62 3 7.22 3 10.417v1.574c0 5.638 4.239 8.375 6.899 9.536c.721.315 1.082.473 2.101.473c1.02 0 1.38-.158 2.101-.473C16.761 20.365 21 17.63 21 11.991v-1.574c0-3.198 0-4.797-.378-5.335c-.377-.537-1.88-1.052-4.887-2.081l-.573-.196C13.595 2.268 12.812 2 12 2s-1.595.268-3.162.805L8.265 3c-3.007 1.03-4.51 1.545-4.887 2.082M15 12.75a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-shield-minus-filled {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.378%205.082C3%205.62%203%207.22%203%2010.417v1.574c0%205.638%204.239%208.375%206.899%209.536c.721.315%201.082.473%202.101.473c1.02%200%201.38-.158%202.101-.473C16.761%2020.365%2021%2017.63%2021%2011.991v-1.574c0-3.198%200-4.797-.378-5.335c-.377-.537-1.88-1.052-4.887-2.081l-.573-.196C13.595%202.268%2012.812%202%2012%202s-1.595.268-3.162.805L8.265%203c-3.007%201.03-4.51%201.545-4.887%202.082M15%2012.75a.75.75%200%200%200%200-1.5H9a.75.75%200%200%200%200%201.5z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.378%205.082C3%205.62%203%207.22%203%2010.417v1.574c0%205.638%204.239%208.375%206.899%209.536c.721.315%201.082.473%202.101.473c1.02%200%201.38-.158%202.101-.473C16.761%2020.365%2021%2017.63%2021%2011.991v-1.574c0-3.198%200-4.797-.378-5.335c-.377-.537-1.88-1.052-4.887-2.081l-.573-.196C13.595%202.268%2012.812%202%2012%202s-1.595.268-3.162.805L8.265%203c-3.007%201.03-4.51%201.545-4.887%202.082M15%2012.75a.75.75%200%200%200%200-1.5H9a.75.75%200%200%200%200%201.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/shield-minus-filled.svg?color=%231a73e8&size=48