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

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

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the shield dismiss icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.135 4.348a1.25 1.25 0 0 1 1.73 0c2.758 2.643 6.685 4.078 10.037 4.84c1.66.376 3.14.58 4.203.69a29 29 0 0 0 1.654.122h.02A1.25 1.25 0 0 1 42 11.25V21c0 9.497-5.06 19.016-17.627 22.943a1.25 1.25 0 0 1-.746 0c-6.238-1.95-10.668-5.293-13.53-9.419C7.244 30.408 6 25.587 6 20.75v-9.5A1.25 1.25 0 0 1 7.22 10h.021a9 9 0 0 0 .408-.02c.29-.017.716-.047 1.247-.102a36 36 0 0 0 4.202-.69c3.352-.762 7.278-2.197 10.037-4.84m8.499 12.018a1.25 1.25 0 0 0-1.768 0L24 22.232l-5.866-5.866a1.25 1.25 0 0 0-1.768 1.768L22.232 24l-5.866 5.866a1.25 1.25 0 0 0 1.768 1.768L24 25.768l5.866 5.866a1.25 1.25 0 0 0 1.768-1.768L25.768 24l5.866-5.866a1.25 1.25 0 0 0 0-1.768"/></svg>

React

import type { SVGProps } from "react";

export function FluentShieldDismiss48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.135 4.348a1.25 1.25 0 0 1 1.73 0c2.758 2.643 6.685 4.078 10.037 4.84c1.66.376 3.14.58 4.203.69a29 29 0 0 0 1.654.122h.02A1.25 1.25 0 0 1 42 11.25V21c0 9.497-5.06 19.016-17.627 22.943a1.25 1.25 0 0 1-.746 0c-6.238-1.95-10.668-5.293-13.53-9.419C7.244 30.408 6 25.587 6 20.75v-9.5A1.25 1.25 0 0 1 7.22 10h.021a9 9 0 0 0 .408-.02c.29-.017.716-.047 1.247-.102a36 36 0 0 0 4.202-.69c3.352-.762 7.278-2.197 10.037-4.84m8.499 12.018a1.25 1.25 0 0 0-1.768 0L24 22.232l-5.866-5.866a1.25 1.25 0 0 0-1.768 1.768L22.232 24l-5.866 5.866a1.25 1.25 0 0 0 1.768 1.768L24 25.768l5.866 5.866a1.25 1.25 0 0 0 1.768-1.768L25.768 24l5.866-5.866a1.25 1.25 0 0 0 0-1.768"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.135 4.348a1.25 1.25 0 0 1 1.73 0c2.758 2.643 6.685 4.078 10.037 4.84c1.66.376 3.14.58 4.203.69a29 29 0 0 0 1.654.122h.02A1.25 1.25 0 0 1 42 11.25V21c0 9.497-5.06 19.016-17.627 22.943a1.25 1.25 0 0 1-.746 0c-6.238-1.95-10.668-5.293-13.53-9.419C7.244 30.408 6 25.587 6 20.75v-9.5A1.25 1.25 0 0 1 7.22 10h.021a9 9 0 0 0 .408-.02c.29-.017.716-.047 1.247-.102a36 36 0 0 0 4.202-.69c3.352-.762 7.278-2.197 10.037-4.84m8.499 12.018a1.25 1.25 0 0 0-1.768 0L24 22.232l-5.866-5.866a1.25 1.25 0 0 0-1.768 1.768L22.232 24l-5.866 5.866a1.25 1.25 0 0 0 1.768 1.768L24 25.768l5.866 5.866a1.25 1.25 0 0 0 1.768-1.768L25.768 24l5.866-5.866a1.25 1.25 0 0 0 0-1.768"/></svg>
</template>

CSS

.icon-shield-dismiss-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.135%204.348a1.25%201.25%200%200%201%201.73%200c2.758%202.643%206.685%204.078%2010.037%204.84c1.66.376%203.14.58%204.203.69a29%2029%200%200%200%201.654.122h.02A1.25%201.25%200%200%201%2042%2011.25V21c0%209.497-5.06%2019.016-17.627%2022.943a1.25%201.25%200%200%201-.746%200c-6.238-1.95-10.668-5.293-13.53-9.419C7.244%2030.408%206%2025.587%206%2020.75v-9.5A1.25%201.25%200%200%201%207.22%2010h.021a9%209%200%200%200%20.408-.02c.29-.017.716-.047%201.247-.102a36%2036%200%200%200%204.202-.69c3.352-.762%207.278-2.197%2010.037-4.84m8.499%2012.018a1.25%201.25%200%200%200-1.768%200L24%2022.232l-5.866-5.866a1.25%201.25%200%200%200-1.768%201.768L22.232%2024l-5.866%205.866a1.25%201.25%200%200%200%201.768%201.768L24%2025.768l5.866%205.866a1.25%201.25%200%200%200%201.768-1.768L25.768%2024l5.866-5.866a1.25%201.25%200%200%200%200-1.768%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.135%204.348a1.25%201.25%200%200%201%201.73%200c2.758%202.643%206.685%204.078%2010.037%204.84c1.66.376%203.14.58%204.203.69a29%2029%200%200%200%201.654.122h.02A1.25%201.25%200%200%201%2042%2011.25V21c0%209.497-5.06%2019.016-17.627%2022.943a1.25%201.25%200%200%201-.746%200c-6.238-1.95-10.668-5.293-13.53-9.419C7.244%2030.408%206%2025.587%206%2020.75v-9.5A1.25%201.25%200%200%201%207.22%2010h.021a9%209%200%200%200%20.408-.02c.29-.017.716-.047%201.247-.102a36%2036%200%200%200%204.202-.69c3.352-.762%207.278-2.197%2010.037-4.84m8.499%2012.018a1.25%201.25%200%200%200-1.768%200L24%2022.232l-5.866-5.866a1.25%201.25%200%200%200-1.768%201.768L22.232%2024l-5.866%205.866a1.25%201.25%200%200%200%201.768%201.768L24%2025.768l5.866%205.866a1.25%201.25%200%200%200%201.768-1.768L25.768%2024l5.866-5.866a1.25%201.25%200%200%200%200-1.768%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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