shield slash icon
shield-slash from Unicons by Iconscout · Line · Security · Apache-2.0 Free for personal and commercial use.
- Name
- shield-slash
- Set
- Unicons
- Style
- Line
- Category
- Security
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More security icons from Unicons
Use the shield slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.71 20.29l-16-16l-2-2a1 1 0 0 0-1.42 1.42L4 5.41v6.47a9 9 0 0 0 3.77 7.32l3.65 2.61a1 1 0 0 0 1.16 0l3.65-2.61a8 8 0 0 0 .86-.7l3.2 3.21a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42m-6.64-2.71L12 19.77l-3.07-2.19A7 7 0 0 1 6 11.88V7.41l9.67 9.68c-.19.17-.39.33-.6.49m-5-12.51A10 10 0 0 0 12 4.19a9.82 9.82 0 0 0 6 1.39v6.3a7 7 0 0 1-.1 1.18a1 1 0 0 0 .83 1.15h.16a1 1 0 0 0 1-.84a10 10 0 0 0 .12-1.5V4.43a1 1 0 0 0-.37-.77a1 1 0 0 0-.83-.21a7.9 7.9 0 0 1-6.23-1.27a1 1 0 0 0-1.14 0a8 8 0 0 1-2 1a1 1 0 1 0 .64 1.9Z"/></svg>
React
import type { SVGProps } from "react";
export function UilShieldSlash(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="m21.71 20.29l-16-16l-2-2a1 1 0 0 0-1.42 1.42L4 5.41v6.47a9 9 0 0 0 3.77 7.32l3.65 2.61a1 1 0 0 0 1.16 0l3.65-2.61a8 8 0 0 0 .86-.7l3.2 3.21a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42m-6.64-2.71L12 19.77l-3.07-2.19A7 7 0 0 1 6 11.88V7.41l9.67 9.68c-.19.17-.39.33-.6.49m-5-12.51A10 10 0 0 0 12 4.19a9.82 9.82 0 0 0 6 1.39v6.3a7 7 0 0 1-.1 1.18a1 1 0 0 0 .83 1.15h.16a1 1 0 0 0 1-.84a10 10 0 0 0 .12-1.5V4.43a1 1 0 0 0-.37-.77a1 1 0 0 0-.83-.21a7.9 7.9 0 0 1-6.23-1.27a1 1 0 0 0-1.14 0a8 8 0 0 1-2 1a1 1 0 1 0 .64 1.9Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.71 20.29l-16-16l-2-2a1 1 0 0 0-1.42 1.42L4 5.41v6.47a9 9 0 0 0 3.77 7.32l3.65 2.61a1 1 0 0 0 1.16 0l3.65-2.61a8 8 0 0 0 .86-.7l3.2 3.21a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42m-6.64-2.71L12 19.77l-3.07-2.19A7 7 0 0 1 6 11.88V7.41l9.67 9.68c-.19.17-.39.33-.6.49m-5-12.51A10 10 0 0 0 12 4.19a9.82 9.82 0 0 0 6 1.39v6.3a7 7 0 0 1-.1 1.18a1 1 0 0 0 .83 1.15h.16a1 1 0 0 0 1-.84a10 10 0 0 0 .12-1.5V4.43a1 1 0 0 0-.37-.77a1 1 0 0 0-.83-.21a7.9 7.9 0 0 1-6.23-1.27a1 1 0 0 0-1.14 0a8 8 0 0 1-2 1a1 1 0 1 0 .64 1.9Z"/></svg> </template>
CSS
.icon-shield-slash {
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%22m21.71%2020.29l-16-16l-2-2a1%201%200%200%200-1.42%201.42L4%205.41v6.47a9%209%200%200%200%203.77%207.32l3.65%202.61a1%201%200%200%200%201.16%200l3.65-2.61a8%208%200%200%200%20.86-.7l3.2%203.21a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42m-6.64-2.71L12%2019.77l-3.07-2.19A7%207%200%200%201%206%2011.88V7.41l9.67%209.68c-.19.17-.39.33-.6.49m-5-12.51A10%2010%200%200%200%2012%204.19a9.82%209.82%200%200%200%206%201.39v6.3a7%207%200%200%201-.1%201.18a1%201%200%200%200%20.83%201.15h.16a1%201%200%200%200%201-.84a10%2010%200%200%200%20.12-1.5V4.43a1%201%200%200%200-.37-.77a1%201%200%200%200-.83-.21a7.9%207.9%200%200%201-6.23-1.27a1%201%200%200%200-1.14%200a8%208%200%200%201-2%201a1%201%200%201%200%20.64%201.9Z%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%22m21.71%2020.29l-16-16l-2-2a1%201%200%200%200-1.42%201.42L4%205.41v6.47a9%209%200%200%200%203.77%207.32l3.65%202.61a1%201%200%200%200%201.16%200l3.65-2.61a8%208%200%200%200%20.86-.7l3.2%203.21a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42m-6.64-2.71L12%2019.77l-3.07-2.19A7%207%200%200%201%206%2011.88V7.41l9.67%209.68c-.19.17-.39.33-.6.49m-5-12.51A10%2010%200%200%200%2012%204.19a9.82%209.82%200%200%200%206%201.39v6.3a7%207%200%200%201-.1%201.18a1%201%200%200%200%20.83%201.15h.16a1%201%200%200%200%201-.84a10%2010%200%200%200%20.12-1.5V4.43a1%201%200%200%200-.37-.77a1%201%200%200%200-.83-.21a7.9%207.9%200%200%201-6.23-1.27a1%201%200%200%200-1.14%200a8%208%200%200%201-2%201a1%201%200%201%200%20.64%201.9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/shield-slash.svg?color=%231a73e8&size=48