shield-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.

Name
shield-12-filled
Set
Fluent UI System Icons
Style
12 Filled
Viewbox
12×12
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6.014 10.99c-.05 0-.11 0-.16-.03c-4.439-1.47-4.379-4.84-4.348-7.29v-.68c0-.28.22-.5.5-.5c.02 0 2.315-.02 3.637-1.35c.19-.19.521-.19.711 0c1.333 1.33 3.617 1.35 3.637 1.35c.28 0 .5.22.5.5v.68c.041 2.45.101 5.81-4.337 7.3c-.05.02-.1.03-.16.03z"/></svg>

React

import type { SVGProps } from "react";

export function FluentShield12Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6.014 10.99c-.05 0-.11 0-.16-.03c-4.439-1.47-4.379-4.84-4.348-7.29v-.68c0-.28.22-.5.5-.5c.02 0 2.315-.02 3.637-1.35c.19-.19.521-.19.711 0c1.333 1.33 3.617 1.35 3.637 1.35c.28 0 .5.22.5.5v.68c.041 2.45.101 5.81-4.337 7.3c-.05.02-.1.03-.16.03z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6.014 10.99c-.05 0-.11 0-.16-.03c-4.439-1.47-4.379-4.84-4.348-7.29v-.68c0-.28.22-.5.5-.5c.02 0 2.315-.02 3.637-1.35c.19-.19.521-.19.711 0c1.333 1.33 3.617 1.35 3.637 1.35c.28 0 .5.22.5.5v.68c.041 2.45.101 5.81-4.337 7.3c-.05.02-.1.03-.16.03z"/></svg>
</template>

CSS

.icon-shield-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.014%2010.99c-.05%200-.11%200-.16-.03c-4.439-1.47-4.379-4.84-4.348-7.29v-.68c0-.28.22-.5.5-.5c.02%200%202.315-.02%203.637-1.35c.19-.19.521-.19.711%200c1.333%201.33%203.617%201.35%203.637%201.35c.28%200%20.5.22.5.5v.68c.041%202.45.101%205.81-4.337%207.3c-.05.02-.1.03-.16.03z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.014%2010.99c-.05%200-.11%200-.16-.03c-4.439-1.47-4.379-4.84-4.348-7.29v-.68c0-.28.22-.5.5-.5c.02%200%202.315-.02%203.637-1.35c.19-.19.521-.19.711%200c1.333%201.33%203.617%201.35%203.637%201.35c.28%200%20.5.22.5.5v.68c.041%202.45.101%205.81-4.337%207.3c-.05.02-.1.03-.16.03z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shield-12-filled.svg?color=%231a73e8&size=48