shield dismiss shield icon

shield-dismiss-shield-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
shield-dismiss-shield-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the shield dismiss shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.277 2.084a.5.5 0 0 0-.554 0a15.05 15.05 0 0 1-6.294 2.421A.5.5 0 0 0 3 5v4.5c0 3.891 2.307 6.73 6.82 8.467a.5.5 0 0 0 .36 0q.516-.2.994-.417q-.39-.54-.652-1.164c-.32-.763-.487-1.603-.517-2.503v-.008L10 13.593V11.06l-1.97 1.97a.75.75 0 0 1-1.06-1.061L8.94 10L6.97 8.03a.75.75 0 0 1 1.06-1.06L10 8.94l1.97-1.97a.75.75 0 1 1 1.06 1.06l-1.636 1.637h.006c.906 0 1.757-.363 2.597-1.238a1.39 1.39 0 0 1 2.009.001q.3.313.597.537q.199.15.397.265V5a.5.5 0 0 0-.43-.495a15.05 15.05 0 0 1-6.293-2.421M17 10.347a4.6 4.6 0 0 1-1-.583a6 6 0 0 1-.716-.642a.39.39 0 0 0-.566 0c-.995 1.036-2.095 1.545-3.318 1.545c-.22 0-.4.186-.4.416v2.501l.004.266q.04 1.196.44 2.15A4.8 4.8 0 0 0 13 18q.787.6 1.874.979a.4.4 0 0 0 .254 0c2.56-.89 3.873-2.713 3.873-5.395v-2.5l-.008-.085a.405.405 0 0 0-.392-.332q-.304 0-.6-.043a4 4 0 0 1-1-.277"/></svg>

React

import type { SVGProps } from "react";

export function FluentShieldDismissShield20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.277 2.084a.5.5 0 0 0-.554 0a15.05 15.05 0 0 1-6.294 2.421A.5.5 0 0 0 3 5v4.5c0 3.891 2.307 6.73 6.82 8.467a.5.5 0 0 0 .36 0q.516-.2.994-.417q-.39-.54-.652-1.164c-.32-.763-.487-1.603-.517-2.503v-.008L10 13.593V11.06l-1.97 1.97a.75.75 0 0 1-1.06-1.061L8.94 10L6.97 8.03a.75.75 0 0 1 1.06-1.06L10 8.94l1.97-1.97a.75.75 0 1 1 1.06 1.06l-1.636 1.637h.006c.906 0 1.757-.363 2.597-1.238a1.39 1.39 0 0 1 2.009.001q.3.313.597.537q.199.15.397.265V5a.5.5 0 0 0-.43-.495a15.05 15.05 0 0 1-6.293-2.421M17 10.347a4.6 4.6 0 0 1-1-.583a6 6 0 0 1-.716-.642a.39.39 0 0 0-.566 0c-.995 1.036-2.095 1.545-3.318 1.545c-.22 0-.4.186-.4.416v2.501l.004.266q.04 1.196.44 2.15A4.8 4.8 0 0 0 13 18q.787.6 1.874.979a.4.4 0 0 0 .254 0c2.56-.89 3.873-2.713 3.873-5.395v-2.5l-.008-.085a.405.405 0 0 0-.392-.332q-.304 0-.6-.043a4 4 0 0 1-1-.277"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.277 2.084a.5.5 0 0 0-.554 0a15.05 15.05 0 0 1-6.294 2.421A.5.5 0 0 0 3 5v4.5c0 3.891 2.307 6.73 6.82 8.467a.5.5 0 0 0 .36 0q.516-.2.994-.417q-.39-.54-.652-1.164c-.32-.763-.487-1.603-.517-2.503v-.008L10 13.593V11.06l-1.97 1.97a.75.75 0 0 1-1.06-1.061L8.94 10L6.97 8.03a.75.75 0 0 1 1.06-1.06L10 8.94l1.97-1.97a.75.75 0 1 1 1.06 1.06l-1.636 1.637h.006c.906 0 1.757-.363 2.597-1.238a1.39 1.39 0 0 1 2.009.001q.3.313.597.537q.199.15.397.265V5a.5.5 0 0 0-.43-.495a15.05 15.05 0 0 1-6.293-2.421M17 10.347a4.6 4.6 0 0 1-1-.583a6 6 0 0 1-.716-.642a.39.39 0 0 0-.566 0c-.995 1.036-2.095 1.545-3.318 1.545c-.22 0-.4.186-.4.416v2.501l.004.266q.04 1.196.44 2.15A4.8 4.8 0 0 0 13 18q.787.6 1.874.979a.4.4 0 0 0 .254 0c2.56-.89 3.873-2.713 3.873-5.395v-2.5l-.008-.085a.405.405 0 0 0-.392-.332q-.304 0-.6-.043a4 4 0 0 1-1-.277"/></svg>
</template>

CSS

.icon-shield-dismiss-shield-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.277%202.084a.5.5%200%200%200-.554%200a15.05%2015.05%200%200%201-6.294%202.421A.5.5%200%200%200%203%205v4.5c0%203.891%202.307%206.73%206.82%208.467a.5.5%200%200%200%20.36%200q.516-.2.994-.417q-.39-.54-.652-1.164c-.32-.763-.487-1.603-.517-2.503v-.008L10%2013.593V11.06l-1.97%201.97a.75.75%200%200%201-1.06-1.061L8.94%2010L6.97%208.03a.75.75%200%200%201%201.06-1.06L10%208.94l1.97-1.97a.75.75%200%201%201%201.06%201.06l-1.636%201.637h.006c.906%200%201.757-.363%202.597-1.238a1.39%201.39%200%200%201%202.009.001q.3.313.597.537q.199.15.397.265V5a.5.5%200%200%200-.43-.495a15.05%2015.05%200%200%201-6.293-2.421M17%2010.347a4.6%204.6%200%200%201-1-.583a6%206%200%200%201-.716-.642a.39.39%200%200%200-.566%200c-.995%201.036-2.095%201.545-3.318%201.545c-.22%200-.4.186-.4.416v2.501l.004.266q.04%201.196.44%202.15A4.8%204.8%200%200%200%2013%2018q.787.6%201.874.979a.4.4%200%200%200%20.254%200c2.56-.89%203.873-2.713%203.873-5.395v-2.5l-.008-.085a.405.405%200%200%200-.392-.332q-.304%200-.6-.043a4%204%200%200%201-1-.277%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.277%202.084a.5.5%200%200%200-.554%200a15.05%2015.05%200%200%201-6.294%202.421A.5.5%200%200%200%203%205v4.5c0%203.891%202.307%206.73%206.82%208.467a.5.5%200%200%200%20.36%200q.516-.2.994-.417q-.39-.54-.652-1.164c-.32-.763-.487-1.603-.517-2.503v-.008L10%2013.593V11.06l-1.97%201.97a.75.75%200%200%201-1.06-1.061L8.94%2010L6.97%208.03a.75.75%200%200%201%201.06-1.06L10%208.94l1.97-1.97a.75.75%200%201%201%201.06%201.06l-1.636%201.637h.006c.906%200%201.757-.363%202.597-1.238a1.39%201.39%200%200%201%202.009.001q.3.313.597.537q.199.15.397.265V5a.5.5%200%200%200-.43-.495a15.05%2015.05%200%200%201-6.293-2.421M17%2010.347a4.6%204.6%200%200%201-1-.583a6%206%200%200%201-.716-.642a.39.39%200%200%200-.566%200c-.995%201.036-2.095%201.545-3.318%201.545c-.22%200-.4.186-.4.416v2.501l.004.266q.04%201.196.44%202.15A4.8%204.8%200%200%200%2013%2018q.787.6%201.874.979a.4.4%200%200%200%20.254%200c2.56-.89%203.873-2.713%203.873-5.395v-2.5l-.008-.085a.405.405%200%200%200-.392-.332q-.304%200-.6-.043a4%204%200%200%201-1-.277%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shield-dismiss-shield-20-filled.svg?color=%231a73e8&size=48