shield-task-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
shield-task-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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.04M4.5 14.002V6.977c2.015-.124 4.032-.72 5.725-1.403c1.588-.64 2.933-1.375 3.774-1.918c.84.543 2.186 1.278 3.775 1.918c1.692.683 3.71 1.28 5.724 1.403v7.025c0 2.47-1.409 4.923-3.392 6.882c-1.938 1.915-4.301 3.234-6.107 3.59c-1.806-.356-4.17-1.675-6.108-3.59c-1.983-1.958-3.391-4.41-3.391-6.881m15.272-3.713a.75.75 0 0 0-1.044-1.078l-7.244 7.01l-2.23-2.026a.75.75 0 0 0-1.008 1.11l2.75 2.5a.75.75 0 0 0 1.026-.016z"/></svg>

React

import type { SVGProps } from "react";

export function FluentShieldTask28Regular(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.04M4.5 14.002V6.977c2.015-.124 4.032-.72 5.725-1.403c1.588-.64 2.933-1.375 3.774-1.918c.84.543 2.186 1.278 3.775 1.918c1.692.683 3.71 1.28 5.724 1.403v7.025c0 2.47-1.409 4.923-3.392 6.882c-1.938 1.915-4.301 3.234-6.107 3.59c-1.806-.356-4.17-1.675-6.108-3.59c-1.983-1.958-3.391-4.41-3.391-6.881m15.272-3.713a.75.75 0 0 0-1.044-1.078l-7.244 7.01l-2.23-2.026a.75.75 0 0 0-1.008 1.11l2.75 2.5a.75.75 0 0 0 1.026-.016z"/></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.04M4.5 14.002V6.977c2.015-.124 4.032-.72 5.725-1.403c1.588-.64 2.933-1.375 3.774-1.918c.84.543 2.186 1.278 3.775 1.918c1.692.683 3.71 1.28 5.724 1.403v7.025c0 2.47-1.409 4.923-3.392 6.882c-1.938 1.915-4.301 3.234-6.107 3.59c-1.806-.356-4.17-1.675-6.108-3.59c-1.983-1.958-3.391-4.41-3.391-6.881m15.272-3.713a.75.75 0 0 0-1.044-1.078l-7.244 7.01l-2.23-2.026a.75.75 0 0 0-1.008 1.11l2.75 2.5a.75.75 0 0 0 1.026-.016z"/></svg>
</template>

CSS

.icon-shield-task-28-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%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.04M4.5%2014.002V6.977c2.015-.124%204.032-.72%205.725-1.403c1.588-.64%202.933-1.375%203.774-1.918c.84.543%202.186%201.278%203.775%201.918c1.692.683%203.71%201.28%205.724%201.403v7.025c0%202.47-1.409%204.923-3.392%206.882c-1.938%201.915-4.301%203.234-6.107%203.59c-1.806-.356-4.17-1.675-6.108-3.59c-1.983-1.958-3.391-4.41-3.391-6.881m15.272-3.713a.75.75%200%200%200-1.044-1.078l-7.244%207.01l-2.23-2.026a.75.75%200%200%200-1.008%201.11l2.75%202.5a.75.75%200%200%200%201.026-.016z%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.04M4.5%2014.002V6.977c2.015-.124%204.032-.72%205.725-1.403c1.588-.64%202.933-1.375%203.774-1.918c.84.543%202.186%201.278%203.775%201.918c1.692.683%203.71%201.28%205.724%201.403v7.025c0%202.47-1.409%204.923-3.392%206.882c-1.938%201.915-4.301%203.234-6.107%203.59c-1.806-.356-4.17-1.675-6.108-3.59c-1.983-1.958-3.391-4.41-3.391-6.881m15.272-3.713a.75.75%200%200%200-1.044-1.078l-7.244%207.01l-2.23-2.026a.75.75%200%200%200-1.008%201.11l2.75%202.5a.75.75%200%200%200%201.026-.016z%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-regular.svg?color=%231a73e8&size=48