shield slash icon
shield-slash-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- shield-slash-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
Use the shield slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M48.613 51.145c.703.703 1.875.703 2.555 0a1.81 1.81 0 0 0 0-2.555L7.41 4.855c-.703-.703-1.851-.703-2.578 0c-.703.68-.68 1.852 0 2.555ZM16.153 9.66l30.234 30.235c1.359-2.063 1.945-4.36 1.945-7.36V14.863c0-2.414-1.055-3.187-3-4.008c-2.742-1.125-11.531-4.265-14.25-5.25c-.61-.187-1.266-.328-1.922-.328s-1.312.141-1.945.329c-2.11.773-7.172 2.578-11.063 4.054m23.413 36.422L9.988 16.504v16.031c0 8.414 4.524 11.485 17.438 18.774c.68.351 1.312.492 1.734.492s1.032-.14 1.735-.492c3.492-1.993 6.351-3.68 8.671-5.227"/></svg>
React
import type { SVGProps } from "react";
export function F7ShieldSlashFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M48.613 51.145c.703.703 1.875.703 2.555 0a1.81 1.81 0 0 0 0-2.555L7.41 4.855c-.703-.703-1.851-.703-2.578 0c-.703.68-.68 1.852 0 2.555ZM16.153 9.66l30.234 30.235c1.359-2.063 1.945-4.36 1.945-7.36V14.863c0-2.414-1.055-3.187-3-4.008c-2.742-1.125-11.531-4.265-14.25-5.25c-.61-.187-1.266-.328-1.922-.328s-1.312.141-1.945.329c-2.11.773-7.172 2.578-11.063 4.054m23.413 36.422L9.988 16.504v16.031c0 8.414 4.524 11.485 17.438 18.774c.68.351 1.312.492 1.734.492s1.032-.14 1.735-.492c3.492-1.993 6.351-3.68 8.671-5.227"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M48.613 51.145c.703.703 1.875.703 2.555 0a1.81 1.81 0 0 0 0-2.555L7.41 4.855c-.703-.703-1.851-.703-2.578 0c-.703.68-.68 1.852 0 2.555ZM16.153 9.66l30.234 30.235c1.359-2.063 1.945-4.36 1.945-7.36V14.863c0-2.414-1.055-3.187-3-4.008c-2.742-1.125-11.531-4.265-14.25-5.25c-.61-.187-1.266-.328-1.922-.328s-1.312.141-1.945.329c-2.11.773-7.172 2.578-11.063 4.054m23.413 36.422L9.988 16.504v16.031c0 8.414 4.524 11.485 17.438 18.774c.68.351 1.312.492 1.734.492s1.032-.14 1.735-.492c3.492-1.993 6.351-3.68 8.671-5.227"/></svg> </template>
CSS
.icon-shield-slash-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48.613%2051.145c.703.703%201.875.703%202.555%200a1.81%201.81%200%200%200%200-2.555L7.41%204.855c-.703-.703-1.851-.703-2.578%200c-.703.68-.68%201.852%200%202.555ZM16.153%209.66l30.234%2030.235c1.359-2.063%201.945-4.36%201.945-7.36V14.863c0-2.414-1.055-3.187-3-4.008c-2.742-1.125-11.531-4.265-14.25-5.25c-.61-.187-1.266-.328-1.922-.328s-1.312.141-1.945.329c-2.11.773-7.172%202.578-11.063%204.054m23.413%2036.422L9.988%2016.504v16.031c0%208.414%204.524%2011.485%2017.438%2018.774c.68.351%201.312.492%201.734.492s1.032-.14%201.735-.492c3.492-1.993%206.351-3.68%208.671-5.227%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48.613%2051.145c.703.703%201.875.703%202.555%200a1.81%201.81%200%200%200%200-2.555L7.41%204.855c-.703-.703-1.851-.703-2.578%200c-.703.68-.68%201.852%200%202.555ZM16.153%209.66l30.234%2030.235c1.359-2.063%201.945-4.36%201.945-7.36V14.863c0-2.414-1.055-3.187-3-4.008c-2.742-1.125-11.531-4.265-14.25-5.25c-.61-.187-1.266-.328-1.922-.328s-1.312.141-1.945.329c-2.11.773-7.172%202.578-11.063%204.054m23.413%2036.422L9.988%2016.504v16.031c0%208.414%204.524%2011.485%2017.438%2018.774c.68.351%201.312.492%201.734.492s1.032-.14%201.735-.492c3.492-1.993%206.351-3.68%208.671-5.227%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/shield-slash-fill.svg?color=%231a73e8&size=48