shield off icon

shield-off-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
shield-off-fill
Set
Eva Icons
Style
Fill
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="M3.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.27ZM18.84 16A15.1 15.1 0 0 0 21 8.23v-.14a2 2 0 0 0-1-1.75L13 2.4a2 2 0 0 0-2 0L7.32 4.49ZM4.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.42Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaShieldOffFill(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="M3.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.27ZM18.84 16A15.1 15.1 0 0 0 21 8.23v-.14a2 2 0 0 0-1-1.75L13 2.4a2 2 0 0 0-2 0L7.32 4.49ZM4.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.42Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.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.27ZM18.84 16A15.1 15.1 0 0 0 21 8.23v-.14a2 2 0 0 0-1-1.75L13 2.4a2 2 0 0 0-2 0L7.32 4.49ZM4.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.42Z"/></svg>
</template>

CSS

.icon-shield-off-fill {
  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%22M3.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.27ZM18.84%2016A15.1%2015.1%200%200%200%2021%208.23v-.14a2%202%200%200%200-1-1.75L13%202.4a2%202%200%200%200-2%200L7.32%204.49ZM4.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.42Z%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%22M3.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.27ZM18.84%2016A15.1%2015.1%200%200%200%2021%208.23v-.14a2%202%200%200%200-1-1.75L13%202.4a2%202%200%200%200-2%200L7.32%204.49ZM4.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.42Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/shield-off-fill.svg?color=%231a73e8&size=48