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

Name
shield-error-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the shield error icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.445 2.168a1 1 0 0 1 1.11 0c2.916 1.944 6.76 3.858 11.545 4.337a1 1 0 0 1 .9.995V16c0 3.88-2.124 7.169-4.701 9.546c-2.572 2.372-5.736 3.971-8.114 4.417l-.185.034l-.185-.034c-2.377-.446-5.542-2.045-8.114-4.417C5.124 23.169 3 19.88 3 16V7.5a1 1 0 0 1 .9-.995c4.785-.479 8.63-2.393 11.545-4.337M16 21.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M16 8a1 1 0 0 0-1 1v9a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentShieldError32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.445 2.168a1 1 0 0 1 1.11 0c2.916 1.944 6.76 3.858 11.545 4.337a1 1 0 0 1 .9.995V16c0 3.88-2.124 7.169-4.701 9.546c-2.572 2.372-5.736 3.971-8.114 4.417l-.185.034l-.185-.034c-2.377-.446-5.542-2.045-8.114-4.417C5.124 23.169 3 19.88 3 16V7.5a1 1 0 0 1 .9-.995c4.785-.479 8.63-2.393 11.545-4.337M16 21.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M16 8a1 1 0 0 0-1 1v9a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.445 2.168a1 1 0 0 1 1.11 0c2.916 1.944 6.76 3.858 11.545 4.337a1 1 0 0 1 .9.995V16c0 3.88-2.124 7.169-4.701 9.546c-2.572 2.372-5.736 3.971-8.114 4.417l-.185.034l-.185-.034c-2.377-.446-5.542-2.045-8.114-4.417C5.124 23.169 3 19.88 3 16V7.5a1 1 0 0 1 .9-.995c4.785-.479 8.63-2.393 11.545-4.337M16 21.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M16 8a1 1 0 0 0-1 1v9a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1"/></svg>
</template>

CSS

.icon-shield-error-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.445%202.168a1%201%200%200%201%201.11%200c2.916%201.944%206.76%203.858%2011.545%204.337a1%201%200%200%201%20.9.995V16c0%203.88-2.124%207.169-4.701%209.546c-2.572%202.372-5.736%203.971-8.114%204.417l-.185.034l-.185-.034c-2.377-.446-5.542-2.045-8.114-4.417C5.124%2023.169%203%2019.88%203%2016V7.5a1%201%200%200%201%20.9-.995c4.785-.479%208.63-2.393%2011.545-4.337M16%2021.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M16%208a1%201%200%200%200-1%201v9a1%201%200%201%200%202%200V9a1%201%200%200%200-1-1%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.445%202.168a1%201%200%200%201%201.11%200c2.916%201.944%206.76%203.858%2011.545%204.337a1%201%200%200%201%20.9.995V16c0%203.88-2.124%207.169-4.701%209.546c-2.572%202.372-5.736%203.971-8.114%204.417l-.185.034l-.185-.034c-2.377-.446-5.542-2.045-8.114-4.417C5.124%2023.169%203%2019.88%203%2016V7.5a1%201%200%200%201%20.9-.995c4.785-.479%208.63-2.393%2011.545-4.337M16%2021.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M16%208a1%201%200%200%200-1%201v9a1%201%200%201%200%202%200V9a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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