shield off icon
shield-off-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- shield-off-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
Related icons in Material Design Icons
shield-accountshield-account-variantshield-airplaneshield-alertshield-bugshield-carshield-checkshield-crossshield-crownshield-editshield-halfshield-half-fullshield-homeshield-keyshield-link-variantshield-lockshield-lock-openshield-moonshield-plusshield-refreshshield-removeshield-searchshield-starshield-sun
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="m1 4.27l2 2V11c0 5.55 3.84 10.74 9 12c1.87-.46 3.57-1.44 4.97-2.76l2.26 2.26l1.27-1.28L2.28 3zM12 21c-3.75-1-7-5.46-7-9.78V8.27l10.59 10.59C14.53 19.89 13.3 20.65 12 21m9-16v6c0 2.28-.65 4.5-1.77 6.4l-1.46-1.45c.77-1.45 1.23-3.11 1.23-4.73V6.3l-7-3.12l-4.84 2.16l-1.51-1.52L12 1z"/></svg>
React
import type { SVGProps } from "react";
export function MdiShieldOffOutline(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="m1 4.27l2 2V11c0 5.55 3.84 10.74 9 12c1.87-.46 3.57-1.44 4.97-2.76l2.26 2.26l1.27-1.28L2.28 3zM12 21c-3.75-1-7-5.46-7-9.78V8.27l10.59 10.59C14.53 19.89 13.3 20.65 12 21m9-16v6c0 2.28-.65 4.5-1.77 6.4l-1.46-1.45c.77-1.45 1.23-3.11 1.23-4.73V6.3l-7-3.12l-4.84 2.16l-1.51-1.52L12 1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m1 4.27l2 2V11c0 5.55 3.84 10.74 9 12c1.87-.46 3.57-1.44 4.97-2.76l2.26 2.26l1.27-1.28L2.28 3zM12 21c-3.75-1-7-5.46-7-9.78V8.27l10.59 10.59C14.53 19.89 13.3 20.65 12 21m9-16v6c0 2.28-.65 4.5-1.77 6.4l-1.46-1.45c.77-1.45 1.23-3.11 1.23-4.73V6.3l-7-3.12l-4.84 2.16l-1.51-1.52L12 1z"/></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%22m1%204.27l2%202V11c0%205.55%203.84%2010.74%209%2012c1.87-.46%203.57-1.44%204.97-2.76l2.26%202.26l1.27-1.28L2.28%203zM12%2021c-3.75-1-7-5.46-7-9.78V8.27l10.59%2010.59C14.53%2019.89%2013.3%2020.65%2012%2021m9-16v6c0%202.28-.65%204.5-1.77%206.4l-1.46-1.45c.77-1.45%201.23-3.11%201.23-4.73V6.3l-7-3.12l-4.84%202.16l-1.51-1.52L12%201z%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%22m1%204.27l2%202V11c0%205.55%203.84%2010.74%209%2012c1.87-.46%203.57-1.44%204.97-2.76l2.26%202.26l1.27-1.28L2.28%203zM12%2021c-3.75-1-7-5.46-7-9.78V8.27l10.59%2010.59C14.53%2019.89%2013.3%2020.65%2012%2021m9-16v6c0%202.28-.65%204.5-1.77%206.4l-1.46-1.45c.77-1.45%201.23-3.11%201.23-4.73V6.3l-7-3.12l-4.84%202.16l-1.51-1.52L12%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/shield-off-outline.svg?color=%231a73e8&size=48