shield off icon
shield-off-filled from Reicon by REICON · Filled · Security · MIT Free for personal and commercial use.
- Name
- shield-off-filled
- Set
- Reicon
- Style
- Filled
- Category
- Security
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All shield off icons →More security icons from Reicon
Use the shield off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.078 1.213a4.25 4.25 0 0 1 3.841 0l7.098 3.594a2.25 2.25 0 0 1 1.233 2.008v2.024c0 .502-.101 1.488-.215 2.459a13.2 13.2 0 0 1-1.586 4.86a.75.75 0 0 1-1.186.166L6.876 3.937a.75.75 0 0 1 .192-1.2zM5.28 4.22l.002.002l13.396 13.395l.002.002l3.85 3.85a.75.75 0 1 1-1.06 1.061l-3.292-3.29a16.8 16.8 0 0 1-4.453 3.383l-.75.393c-.612.32-1.341.32-1.953 0l-.749-.392a16.74 16.74 0 0 1-5.851-5.087c-1.315-1.837-2.189-3.97-2.456-6.233c-.114-.973-.216-1.962-.216-2.465V6.814a2.25 2.25 0 0 1 1.233-2.007l.507-.256l-2.02-2.02A.75.75 0 0 1 2.53 1.47z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconShieldOffFilled(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="M10.078 1.213a4.25 4.25 0 0 1 3.841 0l7.098 3.594a2.25 2.25 0 0 1 1.233 2.008v2.024c0 .502-.101 1.488-.215 2.459a13.2 13.2 0 0 1-1.586 4.86a.75.75 0 0 1-1.186.166L6.876 3.937a.75.75 0 0 1 .192-1.2zM5.28 4.22l.002.002l13.396 13.395l.002.002l3.85 3.85a.75.75 0 1 1-1.06 1.061l-3.292-3.29a16.8 16.8 0 0 1-4.453 3.383l-.75.393c-.612.32-1.341.32-1.953 0l-.749-.392a16.74 16.74 0 0 1-5.851-5.087c-1.315-1.837-2.189-3.97-2.456-6.233c-.114-.973-.216-1.962-.216-2.465V6.814a2.25 2.25 0 0 1 1.233-2.007l.507-.256l-2.02-2.02A.75.75 0 0 1 2.53 1.47z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.078 1.213a4.25 4.25 0 0 1 3.841 0l7.098 3.594a2.25 2.25 0 0 1 1.233 2.008v2.024c0 .502-.101 1.488-.215 2.459a13.2 13.2 0 0 1-1.586 4.86a.75.75 0 0 1-1.186.166L6.876 3.937a.75.75 0 0 1 .192-1.2zM5.28 4.22l.002.002l13.396 13.395l.002.002l3.85 3.85a.75.75 0 1 1-1.06 1.061l-3.292-3.29a16.8 16.8 0 0 1-4.453 3.383l-.75.393c-.612.32-1.341.32-1.953 0l-.749-.392a16.74 16.74 0 0 1-5.851-5.087c-1.315-1.837-2.189-3.97-2.456-6.233c-.114-.973-.216-1.962-.216-2.465V6.814a2.25 2.25 0 0 1 1.233-2.007l.507-.256l-2.02-2.02A.75.75 0 0 1 2.53 1.47z"/></svg> </template>
CSS
.icon-shield-off-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%20d%3D%22M10.078%201.213a4.25%204.25%200%200%201%203.841%200l7.098%203.594a2.25%202.25%200%200%201%201.233%202.008v2.024c0%20.502-.101%201.488-.215%202.459a13.2%2013.2%200%200%201-1.586%204.86a.75.75%200%200%201-1.186.166L6.876%203.937a.75.75%200%200%201%20.192-1.2zM5.28%204.22l.002.002l13.396%2013.395l.002.002l3.85%203.85a.75.75%200%201%201-1.06%201.061l-3.292-3.29a16.8%2016.8%200%200%201-4.453%203.383l-.75.393c-.612.32-1.341.32-1.953%200l-.749-.392a16.74%2016.74%200%200%201-5.851-5.087c-1.315-1.837-2.189-3.97-2.456-6.233c-.114-.973-.216-1.962-.216-2.465V6.814a2.25%202.25%200%200%201%201.233-2.007l.507-.256l-2.02-2.02A.75.75%200%200%201%202.53%201.47z%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%22M10.078%201.213a4.25%204.25%200%200%201%203.841%200l7.098%203.594a2.25%202.25%200%200%201%201.233%202.008v2.024c0%20.502-.101%201.488-.215%202.459a13.2%2013.2%200%200%201-1.586%204.86a.75.75%200%200%201-1.186.166L6.876%203.937a.75.75%200%200%201%20.192-1.2zM5.28%204.22l.002.002l13.396%2013.395l.002.002l3.85%203.85a.75.75%200%201%201-1.06%201.061l-3.292-3.29a16.8%2016.8%200%200%201-4.453%203.383l-.75.393c-.612.32-1.341.32-1.953%200l-.749-.392a16.74%2016.74%200%200%201-5.851-5.087c-1.315-1.837-2.189-3.97-2.456-6.233c-.114-.973-.216-1.962-.216-2.465V6.814a2.25%202.25%200%200%201%201.233-2.007l.507-.256l-2.02-2.02A.75.75%200%200%201%202.53%201.47z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/shield-off-filled.svg?color=%231a73e8&size=48