shield error icon
shield-error-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- shield-error-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
12 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
shield-add-16-filledshield-arrow-right-16-filledshield-badge-20-filledshield-checkmark-16-filledshield-dismiss-16-filledshield-dismiss-shield-20-filledshield-globe-16-filledshield-keyhole-16-filledshield-lock-16-filledshield-person-20-filledshield-person-add-20-filledshield-prohibited-20-filledshield-question-16-filledshield-settings-16-filledshield-task-16-filled
Use the shield error icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 32.25a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5M24 13c.69 0 1.25.56 1.25 1.25v14.5a1.25 1.25 0 0 1-2.5 0v-14.5c0-.69.56-1.25 1.25-1.25m-.865-8.652a1.25 1.25 0 0 1 1.73 0c2.758 2.644 6.685 4.078 10.037 4.84a36 36 0 0 0 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.944a1.25 1.25 0 0 1-.746 0c-6.238-1.95-10.668-5.293-13.53-9.42C7.244 30.409 6 25.588 6 20.75v-9.5A1.25 1.25 0 0 1 7.22 10h.021l.081-.003l.327-.016c.29-.017.716-.048 1.247-.103a36 36 0 0 0 4.202-.69c3.352-.762 7.278-2.197 10.037-4.84M24 6.923c-3.137 2.6-7.13 3.97-10.348 4.702a38 38 0 0 1-5.152.8v8.325c0 4.413 1.133 8.717 3.652 12.35c2.46 3.545 6.288 6.524 11.848 8.338C35.156 37.798 39.5 29.41 39.5 21v-8.575a38 38 0 0 1-5.152-.8c-3.219-.731-7.21-2.102-10.348-4.702"/></svg>
React
import type { SVGProps } from "react";
export function FluentShieldError48Regular(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="M24 32.25a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5M24 13c.69 0 1.25.56 1.25 1.25v14.5a1.25 1.25 0 0 1-2.5 0v-14.5c0-.69.56-1.25 1.25-1.25m-.865-8.652a1.25 1.25 0 0 1 1.73 0c2.758 2.644 6.685 4.078 10.037 4.84a36 36 0 0 0 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.944a1.25 1.25 0 0 1-.746 0c-6.238-1.95-10.668-5.293-13.53-9.42C7.244 30.409 6 25.588 6 20.75v-9.5A1.25 1.25 0 0 1 7.22 10h.021l.081-.003l.327-.016c.29-.017.716-.048 1.247-.103a36 36 0 0 0 4.202-.69c3.352-.762 7.278-2.197 10.037-4.84M24 6.923c-3.137 2.6-7.13 3.97-10.348 4.702a38 38 0 0 1-5.152.8v8.325c0 4.413 1.133 8.717 3.652 12.35c2.46 3.545 6.288 6.524 11.848 8.338C35.156 37.798 39.5 29.41 39.5 21v-8.575a38 38 0 0 1-5.152-.8c-3.219-.731-7.21-2.102-10.348-4.702"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 32.25a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5M24 13c.69 0 1.25.56 1.25 1.25v14.5a1.25 1.25 0 0 1-2.5 0v-14.5c0-.69.56-1.25 1.25-1.25m-.865-8.652a1.25 1.25 0 0 1 1.73 0c2.758 2.644 6.685 4.078 10.037 4.84a36 36 0 0 0 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.944a1.25 1.25 0 0 1-.746 0c-6.238-1.95-10.668-5.293-13.53-9.42C7.244 30.409 6 25.588 6 20.75v-9.5A1.25 1.25 0 0 1 7.22 10h.021l.081-.003l.327-.016c.29-.017.716-.048 1.247-.103a36 36 0 0 0 4.202-.69c3.352-.762 7.278-2.197 10.037-4.84M24 6.923c-3.137 2.6-7.13 3.97-10.348 4.702a38 38 0 0 1-5.152.8v8.325c0 4.413 1.133 8.717 3.652 12.35c2.46 3.545 6.288 6.524 11.848 8.338C35.156 37.798 39.5 29.41 39.5 21v-8.575a38 38 0 0 1-5.152-.8c-3.219-.731-7.21-2.102-10.348-4.702"/></svg> </template>
CSS
.icon-shield-error-48-regular {
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%22M24%2032.25a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.5M24%2013c.69%200%201.25.56%201.25%201.25v14.5a1.25%201.25%200%200%201-2.5%200v-14.5c0-.69.56-1.25%201.25-1.25m-.865-8.652a1.25%201.25%200%200%201%201.73%200c2.758%202.644%206.685%204.078%2010.037%204.84a36%2036%200%200%200%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.944a1.25%201.25%200%200%201-.746%200c-6.238-1.95-10.668-5.293-13.53-9.42C7.244%2030.409%206%2025.588%206%2020.75v-9.5A1.25%201.25%200%200%201%207.22%2010h.021l.081-.003l.327-.016c.29-.017.716-.048%201.247-.103a36%2036%200%200%200%204.202-.69c3.352-.762%207.278-2.197%2010.037-4.84M24%206.923c-3.137%202.6-7.13%203.97-10.348%204.702a38%2038%200%200%201-5.152.8v8.325c0%204.413%201.133%208.717%203.652%2012.35c2.46%203.545%206.288%206.524%2011.848%208.338C35.156%2037.798%2039.5%2029.41%2039.5%2021v-8.575a38%2038%200%200%201-5.152-.8c-3.219-.731-7.21-2.102-10.348-4.702%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%22M24%2032.25a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.5M24%2013c.69%200%201.25.56%201.25%201.25v14.5a1.25%201.25%200%200%201-2.5%200v-14.5c0-.69.56-1.25%201.25-1.25m-.865-8.652a1.25%201.25%200%200%201%201.73%200c2.758%202.644%206.685%204.078%2010.037%204.84a36%2036%200%200%200%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.944a1.25%201.25%200%200%201-.746%200c-6.238-1.95-10.668-5.293-13.53-9.42C7.244%2030.409%206%2025.588%206%2020.75v-9.5A1.25%201.25%200%200%201%207.22%2010h.021l.081-.003l.327-.016c.29-.017.716-.048%201.247-.103a36%2036%200%200%200%204.202-.69c3.352-.762%207.278-2.197%2010.037-4.84M24%206.923c-3.137%202.6-7.13%203.97-10.348%204.702a38%2038%200%200%201-5.152.8v8.325c0%204.413%201.133%208.717%203.652%2012.35c2.46%203.545%206.288%206.524%2011.848%208.338C35.156%2037.798%2039.5%2029.41%2039.5%2021v-8.575a38%2038%200%200%201-5.152-.8c-3.219-.731-7.21-2.102-10.348-4.702%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shield-error-48-regular.svg?color=%231a73e8&size=48