shield task icon
shield-task-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- shield-task-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M14.438 2.142a.75.75 0 0 0-.878 0c-.643.464-2.088 1.312-3.896 2.041C7.854 4.913 5.74 5.5 3.75 5.5a.75.75 0 0 0-.75.75v7.752c0 3.027 1.703 5.841 3.837 7.95c2.133 2.107 4.828 3.64 7.033 4.024l.129.022l.128-.022c2.206-.385 4.9-1.917 7.033-4.024c2.135-2.109 3.838-4.923 3.838-7.95V6.25a.75.75 0 0 0-.75-.75c-1.99 0-4.103-.587-5.913-1.317c-1.809-.73-3.254-1.577-3.897-2.04m5.334 8.147l-7.75 7.5a.75.75 0 0 1-1.027.016l-2.75-2.5a.75.75 0 0 1 1.01-1.11l2.229 2.027l7.244-7.011a.75.75 0 0 1 1.044 1.078"/></svg>
React
import type { SVGProps } from "react";
export function FluentShieldTask28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.438 2.142a.75.75 0 0 0-.878 0c-.643.464-2.088 1.312-3.896 2.041C7.854 4.913 5.74 5.5 3.75 5.5a.75.75 0 0 0-.75.75v7.752c0 3.027 1.703 5.841 3.837 7.95c2.133 2.107 4.828 3.64 7.033 4.024l.129.022l.128-.022c2.206-.385 4.9-1.917 7.033-4.024c2.135-2.109 3.838-4.923 3.838-7.95V6.25a.75.75 0 0 0-.75-.75c-1.99 0-4.103-.587-5.913-1.317c-1.809-.73-3.254-1.577-3.897-2.04m5.334 8.147l-7.75 7.5a.75.75 0 0 1-1.027.016l-2.75-2.5a.75.75 0 0 1 1.01-1.11l2.229 2.027l7.244-7.011a.75.75 0 0 1 1.044 1.078"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.438 2.142a.75.75 0 0 0-.878 0c-.643.464-2.088 1.312-3.896 2.041C7.854 4.913 5.74 5.5 3.75 5.5a.75.75 0 0 0-.75.75v7.752c0 3.027 1.703 5.841 3.837 7.95c2.133 2.107 4.828 3.64 7.033 4.024l.129.022l.128-.022c2.206-.385 4.9-1.917 7.033-4.024c2.135-2.109 3.838-4.923 3.838-7.95V6.25a.75.75 0 0 0-.75-.75c-1.99 0-4.103-.587-5.913-1.317c-1.809-.73-3.254-1.577-3.897-2.04m5.334 8.147l-7.75 7.5a.75.75 0 0 1-1.027.016l-2.75-2.5a.75.75 0 0 1 1.01-1.11l2.229 2.027l7.244-7.011a.75.75 0 0 1 1.044 1.078"/></svg> </template>
CSS
.icon-shield-task-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.438%202.142a.75.75%200%200%200-.878%200c-.643.464-2.088%201.312-3.896%202.041C7.854%204.913%205.74%205.5%203.75%205.5a.75.75%200%200%200-.75.75v7.752c0%203.027%201.703%205.841%203.837%207.95c2.133%202.107%204.828%203.64%207.033%204.024l.129.022l.128-.022c2.206-.385%204.9-1.917%207.033-4.024c2.135-2.109%203.838-4.923%203.838-7.95V6.25a.75.75%200%200%200-.75-.75c-1.99%200-4.103-.587-5.913-1.317c-1.809-.73-3.254-1.577-3.897-2.04m5.334%208.147l-7.75%207.5a.75.75%200%200%201-1.027.016l-2.75-2.5a.75.75%200%200%201%201.01-1.11l2.229%202.027l7.244-7.011a.75.75%200%200%201%201.044%201.078%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.438%202.142a.75.75%200%200%200-.878%200c-.643.464-2.088%201.312-3.896%202.041C7.854%204.913%205.74%205.5%203.75%205.5a.75.75%200%200%200-.75.75v7.752c0%203.027%201.703%205.841%203.837%207.95c2.133%202.107%204.828%203.64%207.033%204.024l.129.022l.128-.022c2.206-.385%204.9-1.917%207.033-4.024c2.135-2.109%203.838-4.923%203.838-7.95V6.25a.75.75%200%200%200-.75-.75c-1.99%200-4.103-.587-5.913-1.317c-1.809-.73-3.254-1.577-3.897-2.04m5.334%208.147l-7.75%207.5a.75.75%200%200%201-1.027.016l-2.75-2.5a.75.75%200%200%201%201.01-1.11l2.229%202.027l7.244-7.011a.75.75%200%200%201%201.044%201.078%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shield-task-28-filled.svg?color=%231a73e8&size=48