shield task icon
shield-task-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- shield-task-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 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-error-16-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-filled
Use the shield task icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M32.613 19.154a1.25 1.25 0 0 0-1.726-1.808L20.77 27.003l-3.636-3.637a1.25 1.25 0 0 0-1.768 1.768l4.5 4.5c.48.48 1.256.49 1.747.02zM24.865 4.348a1.25 1.25 0 0 0-1.73 0c-2.759 2.643-6.685 4.077-10.037 4.84c-1.66.376-3.139.58-4.202.69A29 29 0 0 1 7.242 10H7.22A1.25 1.25 0 0 0 6 11.25v9.5c0 4.837 1.243 9.658 4.098 13.775c2.861 4.126 7.29 7.469 13.529 9.418c.243.076.503.076.746 0C36.94 40.016 42 30.497 42 21v-9.75A1.25 1.25 0 0 0 40.78 10h-.022l-.08-.003l-.328-.017a29 29 0 0 1-1.246-.102a36 36 0 0 1-4.202-.69c-3.353-.763-7.279-2.197-10.037-4.84M8.5 20.75v-8.325q.296-.024.651-.06a38 38 0 0 0 4.5-.74c3.22-.731 7.211-2.102 10.349-4.702c3.137 2.6 7.13 3.97 10.348 4.702a38 38 0 0 0 5.152.8V21c0 8.41-4.344 16.799-15.5 20.438c-5.56-1.814-9.39-4.793-11.848-8.338C9.632 29.467 8.5 25.163 8.5 20.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentShieldTask48Regular(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="M32.613 19.154a1.25 1.25 0 0 0-1.726-1.808L20.77 27.003l-3.636-3.637a1.25 1.25 0 0 0-1.768 1.768l4.5 4.5c.48.48 1.256.49 1.747.02zM24.865 4.348a1.25 1.25 0 0 0-1.73 0c-2.759 2.643-6.685 4.077-10.037 4.84c-1.66.376-3.139.58-4.202.69A29 29 0 0 1 7.242 10H7.22A1.25 1.25 0 0 0 6 11.25v9.5c0 4.837 1.243 9.658 4.098 13.775c2.861 4.126 7.29 7.469 13.529 9.418c.243.076.503.076.746 0C36.94 40.016 42 30.497 42 21v-9.75A1.25 1.25 0 0 0 40.78 10h-.022l-.08-.003l-.328-.017a29 29 0 0 1-1.246-.102a36 36 0 0 1-4.202-.69c-3.353-.763-7.279-2.197-10.037-4.84M8.5 20.75v-8.325q.296-.024.651-.06a38 38 0 0 0 4.5-.74c3.22-.731 7.211-2.102 10.349-4.702c3.137 2.6 7.13 3.97 10.348 4.702a38 38 0 0 0 5.152.8V21c0 8.41-4.344 16.799-15.5 20.438c-5.56-1.814-9.39-4.793-11.848-8.338C9.632 29.467 8.5 25.163 8.5 20.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M32.613 19.154a1.25 1.25 0 0 0-1.726-1.808L20.77 27.003l-3.636-3.637a1.25 1.25 0 0 0-1.768 1.768l4.5 4.5c.48.48 1.256.49 1.747.02zM24.865 4.348a1.25 1.25 0 0 0-1.73 0c-2.759 2.643-6.685 4.077-10.037 4.84c-1.66.376-3.139.58-4.202.69A29 29 0 0 1 7.242 10H7.22A1.25 1.25 0 0 0 6 11.25v9.5c0 4.837 1.243 9.658 4.098 13.775c2.861 4.126 7.29 7.469 13.529 9.418c.243.076.503.076.746 0C36.94 40.016 42 30.497 42 21v-9.75A1.25 1.25 0 0 0 40.78 10h-.022l-.08-.003l-.328-.017a29 29 0 0 1-1.246-.102a36 36 0 0 1-4.202-.69c-3.353-.763-7.279-2.197-10.037-4.84M8.5 20.75v-8.325q.296-.024.651-.06a38 38 0 0 0 4.5-.74c3.22-.731 7.211-2.102 10.349-4.702c3.137 2.6 7.13 3.97 10.348 4.702a38 38 0 0 0 5.152.8V21c0 8.41-4.344 16.799-15.5 20.438c-5.56-1.814-9.39-4.793-11.848-8.338C9.632 29.467 8.5 25.163 8.5 20.75"/></svg> </template>
CSS
.icon-shield-task-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%22M32.613%2019.154a1.25%201.25%200%200%200-1.726-1.808L20.77%2027.003l-3.636-3.637a1.25%201.25%200%200%200-1.768%201.768l4.5%204.5c.48.48%201.256.49%201.747.02zM24.865%204.348a1.25%201.25%200%200%200-1.73%200c-2.759%202.643-6.685%204.077-10.037%204.84c-1.66.376-3.139.58-4.202.69A29%2029%200%200%201%207.242%2010H7.22A1.25%201.25%200%200%200%206%2011.25v9.5c0%204.837%201.243%209.658%204.098%2013.775c2.861%204.126%207.29%207.469%2013.529%209.418c.243.076.503.076.746%200C36.94%2040.016%2042%2030.497%2042%2021v-9.75A1.25%201.25%200%200%200%2040.78%2010h-.022l-.08-.003l-.328-.017a29%2029%200%200%201-1.246-.102a36%2036%200%200%201-4.202-.69c-3.353-.763-7.279-2.197-10.037-4.84M8.5%2020.75v-8.325q.296-.024.651-.06a38%2038%200%200%200%204.5-.74c3.22-.731%207.211-2.102%2010.349-4.702c3.137%202.6%207.13%203.97%2010.348%204.702a38%2038%200%200%200%205.152.8V21c0%208.41-4.344%2016.799-15.5%2020.438c-5.56-1.814-9.39-4.793-11.848-8.338C9.632%2029.467%208.5%2025.163%208.5%2020.75%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%22M32.613%2019.154a1.25%201.25%200%200%200-1.726-1.808L20.77%2027.003l-3.636-3.637a1.25%201.25%200%200%200-1.768%201.768l4.5%204.5c.48.48%201.256.49%201.747.02zM24.865%204.348a1.25%201.25%200%200%200-1.73%200c-2.759%202.643-6.685%204.077-10.037%204.84c-1.66.376-3.139.58-4.202.69A29%2029%200%200%201%207.242%2010H7.22A1.25%201.25%200%200%200%206%2011.25v9.5c0%204.837%201.243%209.658%204.098%2013.775c2.861%204.126%207.29%207.469%2013.529%209.418c.243.076.503.076.746%200C36.94%2040.016%2042%2030.497%2042%2021v-9.75A1.25%201.25%200%200%200%2040.78%2010h-.022l-.08-.003l-.328-.017a29%2029%200%200%201-1.246-.102a36%2036%200%200%201-4.202-.69c-3.353-.763-7.279-2.197-10.037-4.84M8.5%2020.75v-8.325q.296-.024.651-.06a38%2038%200%200%200%204.5-.74c3.22-.731%207.211-2.102%2010.349-4.702c3.137%202.6%207.13%203.97%2010.348%204.702a38%2038%200%200%200%205.152.8V21c0%208.41-4.344%2016.799-15.5%2020.438c-5.56-1.814-9.39-4.793-11.848-8.338C9.632%2029.467%208.5%2025.163%208.5%2020.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shield-task-48-regular.svg?color=%231a73e8&size=48