shield off icon
shield-off-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- shield-off-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
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="M4.71 3.29a1 1 0 0 0-1.42 1.42l16 16a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Zm7.59 16.39l-.3.17l-.3-.17A13.15 13.15 0 0 1 5 8.23v-.14L5.16 8L3.73 6.56A2 2 0 0 0 3 8.09v.14a15.17 15.17 0 0 0 7.72 13.2l.3.17a2 2 0 0 0 2 0l.3-.17a15.2 15.2 0 0 0 3-2.27l-1.42-1.42a12.6 12.6 0 0 1-2.6 1.94M20 6.34L13 2.4a2 2 0 0 0-2 0L7.32 4.49L8.78 6L12 4.15l7 3.94v.14a13 13 0 0 1-1.63 6.31L18.84 16A15.1 15.1 0 0 0 21 8.23v-.14a2 2 0 0 0-1-1.75"/></svg>
React
import type { SVGProps } from "react";
export function EvaShieldOffOutline(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="M4.71 3.29a1 1 0 0 0-1.42 1.42l16 16a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Zm7.59 16.39l-.3.17l-.3-.17A13.15 13.15 0 0 1 5 8.23v-.14L5.16 8L3.73 6.56A2 2 0 0 0 3 8.09v.14a15.17 15.17 0 0 0 7.72 13.2l.3.17a2 2 0 0 0 2 0l.3-.17a15.2 15.2 0 0 0 3-2.27l-1.42-1.42a12.6 12.6 0 0 1-2.6 1.94M20 6.34L13 2.4a2 2 0 0 0-2 0L7.32 4.49L8.78 6L12 4.15l7 3.94v.14a13 13 0 0 1-1.63 6.31L18.84 16A15.1 15.1 0 0 0 21 8.23v-.14a2 2 0 0 0-1-1.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.71 3.29a1 1 0 0 0-1.42 1.42l16 16a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Zm7.59 16.39l-.3.17l-.3-.17A13.15 13.15 0 0 1 5 8.23v-.14L5.16 8L3.73 6.56A2 2 0 0 0 3 8.09v.14a15.17 15.17 0 0 0 7.72 13.2l.3.17a2 2 0 0 0 2 0l.3-.17a15.2 15.2 0 0 0 3-2.27l-1.42-1.42a12.6 12.6 0 0 1-2.6 1.94M20 6.34L13 2.4a2 2 0 0 0-2 0L7.32 4.49L8.78 6L12 4.15l7 3.94v.14a13 13 0 0 1-1.63 6.31L18.84 16A15.1 15.1 0 0 0 21 8.23v-.14a2 2 0 0 0-1-1.75"/></svg> </template>
CSS
.icon-shield-off-outline {
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%22M4.71%203.29a1%201%200%200%200-1.42%201.42l16%2016a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Zm7.59%2016.39l-.3.17l-.3-.17A13.15%2013.15%200%200%201%205%208.23v-.14L5.16%208L3.73%206.56A2%202%200%200%200%203%208.09v.14a15.17%2015.17%200%200%200%207.72%2013.2l.3.17a2%202%200%200%200%202%200l.3-.17a15.2%2015.2%200%200%200%203-2.27l-1.42-1.42a12.6%2012.6%200%200%201-2.6%201.94M20%206.34L13%202.4a2%202%200%200%200-2%200L7.32%204.49L8.78%206L12%204.15l7%203.94v.14a13%2013%200%200%201-1.63%206.31L18.84%2016A15.1%2015.1%200%200%200%2021%208.23v-.14a2%202%200%200%200-1-1.75%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%22M4.71%203.29a1%201%200%200%200-1.42%201.42l16%2016a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Zm7.59%2016.39l-.3.17l-.3-.17A13.15%2013.15%200%200%201%205%208.23v-.14L5.16%208L3.73%206.56A2%202%200%200%200%203%208.09v.14a15.17%2015.17%200%200%200%207.72%2013.2l.3.17a2%202%200%200%200%202%200l.3-.17a15.2%2015.2%200%200%200%203-2.27l-1.42-1.42a12.6%2012.6%200%200%201-2.6%201.94M20%206.34L13%202.4a2%202%200%200%200-2%200L7.32%204.49L8.78%206L12%204.15l7%203.94v.14a13%2013%200%200%201-1.63%206.31L18.84%2016A15.1%2015.1%200%200%200%2021%208.23v-.14a2%202%200%200%200-1-1.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/shield-off-outline.svg?color=%231a73e8&size=48