Shield Dismiss Shield icon
Used to represent security, safety & protection. The Shield Dismiss Shield icon is part of Microsoft's Fluent UI System Icons, available here in regular and filled styles on a 20 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Every size and style
Microsoft draws each size separately so icons stay crisp, rather than scaling one drawing. Pick a style and size to preview it, download it, or copy the code for your platform.
Regular, 20 px
ic_fluent_shield_dismiss_shield_20_regular.svg
Shield Dismiss Shield icon in React
npm install @fluentui/react-icons
import { ShieldDismissShield20Regular } from "@fluentui/react-icons";
export function Example() {
return <ShieldDismissShield20Regular aria-label="Shield Dismiss Shield" />;
}Use the Shield Dismiss Shield icon in React
Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.
npm install @fluentui/react-icons
import { ShieldDismissShield20Regular, ShieldDismissShield20Filled } from "@fluentui/react-icons";
export function Example() {
return <ShieldDismissShield20Regular aria-label="Shield Dismiss Shield" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_shield_dismiss_shield_20_regular.svg" width="20" height="20" alt="Shield Dismiss Shield"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M10.28 2.08a.5.5 0 0 0-.56 0 15 15 0 0 1-6.3 2.43A.5.5 0 0 0 3 5v4.5q.02 5.86 6.82 8.47a.5.5 0 0 0 .36 0q.52-.2 1-.42-.3-.4-.52-.86-.32.14-.66.27c-4.03-1.6-6-4.07-6-7.46V5.43a16 16 0 0 0 5.6-2.08l.4-.25.4.25A16 16 0 0 0 16 5.43v3a5 5 0 0 0 1 .8V5a.5.5 0 0 0-.43-.5 15 15 0 0 1-6.3-2.42m-.24 8.67c.11-.47.46-.87.94-1.02l1.87-1.88a.5.5 0 0 0-.7-.7L10 9.29 7.85 7.15a.5.5 0 1 0-.7.7L9.29 10l-2.14 2.15a.5.5 0 0 0 .7.7L10 10.71zm6.96-.4a5 5 0 0 1-1-.59q-.36-.27-.72-.64a.4.4 0 0 0-.56 0 4.5 4.5 0 0 1-3.32 1.55.4.4 0 0 0-.4.41v2.77q.05 1.2.44 2.15A5 5 0 0 0 13 18q.78.6 1.87.98.13.05.26 0 3.86-1.35 3.87-5.4V11a.4.4 0 0 0-.4-.33 4 4 0 0 1-1.6-.32"/></svg>Details
| Name | Shield Dismiss Shield |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 20 px |
| Regular (outlined) file | ic_fluent_shield_dismiss_shield_20_regular.svg |
| Filled file | ic_fluent_shield_dismiss_shield_20_filled.svg |
| React (Regular) | ShieldDismissShield20Regular |
| React (Filled) | ShieldDismissShield20Filled |
| License | MIT (© Microsoft Corporation) |