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

Name
shield-badge-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the shield badge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 7a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v1.569c-.555-.238-.816-.54-1-.816V7a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6v.5q0 .258.007.5H4a2 2 0 0 1-2-2zm12.53 1.832a.5.5 0 0 1 .949.017c.01.021.03.06.062.108c.065.097.183.242.384.393c.397.298 1.16.65 2.575.65a.5.5 0 0 1 .5.5v2c0 1.034-.127 2.137-.69 3.123c-.573 1.001-1.558 1.82-3.152 2.351a.5.5 0 0 1-.316 0c-1.594-.53-2.579-1.35-3.151-2.35c-.564-.987-.691-2.09-.691-3.124v-2a.5.5 0 0 1 .5-.5c1.414 0 2.178-.352 2.575-.65c.201-.15.32-.296.384-.393a1 1 0 0 0 .07-.125m.943.007l-.001-.006v.002zm-.002-.007q0-.002 0 0m-.943.002l-.002.006l.002-.003zm.147 1.316c-.537.403-1.378.762-2.675.836V12.5c0 .966.123 1.863.56 2.627c.41.72 1.134 1.378 2.44 1.844c1.306-.466 2.03-1.124 2.44-1.844c.437-.764.56-1.66.56-2.627v-1.514c-1.297-.074-2.138-.433-2.675-.836A3 3 0 0 1 15 9.867a3 3 0 0 1-.325.283m-.147-1.316l.001-.002v-.001"/></svg>

React

import type { SVGProps } from "react";

export function FluentShieldBadge20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 7a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v1.569c-.555-.238-.816-.54-1-.816V7a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6v.5q0 .258.007.5H4a2 2 0 0 1-2-2zm12.53 1.832a.5.5 0 0 1 .949.017c.01.021.03.06.062.108c.065.097.183.242.384.393c.397.298 1.16.65 2.575.65a.5.5 0 0 1 .5.5v2c0 1.034-.127 2.137-.69 3.123c-.573 1.001-1.558 1.82-3.152 2.351a.5.5 0 0 1-.316 0c-1.594-.53-2.579-1.35-3.151-2.35c-.564-.987-.691-2.09-.691-3.124v-2a.5.5 0 0 1 .5-.5c1.414 0 2.178-.352 2.575-.65c.201-.15.32-.296.384-.393a1 1 0 0 0 .07-.125m.943.007l-.001-.006v.002zm-.002-.007q0-.002 0 0m-.943.002l-.002.006l.002-.003zm.147 1.316c-.537.403-1.378.762-2.675.836V12.5c0 .966.123 1.863.56 2.627c.41.72 1.134 1.378 2.44 1.844c1.306-.466 2.03-1.124 2.44-1.844c.437-.764.56-1.66.56-2.627v-1.514c-1.297-.074-2.138-.433-2.675-.836A3 3 0 0 1 15 9.867a3 3 0 0 1-.325.283m-.147-1.316l.001-.002v-.001"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 7a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v1.569c-.555-.238-.816-.54-1-.816V7a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6v.5q0 .258.007.5H4a2 2 0 0 1-2-2zm12.53 1.832a.5.5 0 0 1 .949.017c.01.021.03.06.062.108c.065.097.183.242.384.393c.397.298 1.16.65 2.575.65a.5.5 0 0 1 .5.5v2c0 1.034-.127 2.137-.69 3.123c-.573 1.001-1.558 1.82-3.152 2.351a.5.5 0 0 1-.316 0c-1.594-.53-2.579-1.35-3.151-2.35c-.564-.987-.691-2.09-.691-3.124v-2a.5.5 0 0 1 .5-.5c1.414 0 2.178-.352 2.575-.65c.201-.15.32-.296.384-.393a1 1 0 0 0 .07-.125m.943.007l-.001-.006v.002zm-.002-.007q0-.002 0 0m-.943.002l-.002.006l.002-.003zm.147 1.316c-.537.403-1.378.762-2.675.836V12.5c0 .966.123 1.863.56 2.627c.41.72 1.134 1.378 2.44 1.844c1.306-.466 2.03-1.124 2.44-1.844c.437-.764.56-1.66.56-2.627v-1.514c-1.297-.074-2.138-.433-2.675-.836A3 3 0 0 1 15 9.867a3 3 0 0 1-.325.283m-.147-1.316l.001-.002v-.001"/></svg>
</template>

CSS

.icon-shield-badge-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%207a2%202%200%200%201%202-2h11a2%202%200%200%201%202%202v1.569c-.555-.238-.816-.54-1-.816V7a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h6v.5q0%20.258.007.5H4a2%202%200%200%201-2-2zm12.53%201.832a.5.5%200%200%201%20.949.017c.01.021.03.06.062.108c.065.097.183.242.384.393c.397.298%201.16.65%202.575.65a.5.5%200%200%201%20.5.5v2c0%201.034-.127%202.137-.69%203.123c-.573%201.001-1.558%201.82-3.152%202.351a.5.5%200%200%201-.316%200c-1.594-.53-2.579-1.35-3.151-2.35c-.564-.987-.691-2.09-.691-3.124v-2a.5.5%200%200%201%20.5-.5c1.414%200%202.178-.352%202.575-.65c.201-.15.32-.296.384-.393a1%201%200%200%200%20.07-.125m.943.007l-.001-.006v.002zm-.002-.007q0-.002%200%200m-.943.002l-.002.006l.002-.003zm.147%201.316c-.537.403-1.378.762-2.675.836V12.5c0%20.966.123%201.863.56%202.627c.41.72%201.134%201.378%202.44%201.844c1.306-.466%202.03-1.124%202.44-1.844c.437-.764.56-1.66.56-2.627v-1.514c-1.297-.074-2.138-.433-2.675-.836A3%203%200%200%201%2015%209.867a3%203%200%200%201-.325.283m-.147-1.316l.001-.002v-.001%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%207a2%202%200%200%201%202-2h11a2%202%200%200%201%202%202v1.569c-.555-.238-.816-.54-1-.816V7a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h6v.5q0%20.258.007.5H4a2%202%200%200%201-2-2zm12.53%201.832a.5.5%200%200%201%20.949.017c.01.021.03.06.062.108c.065.097.183.242.384.393c.397.298%201.16.65%202.575.65a.5.5%200%200%201%20.5.5v2c0%201.034-.127%202.137-.69%203.123c-.573%201.001-1.558%201.82-3.152%202.351a.5.5%200%200%201-.316%200c-1.594-.53-2.579-1.35-3.151-2.35c-.564-.987-.691-2.09-.691-3.124v-2a.5.5%200%200%201%20.5-.5c1.414%200%202.178-.352%202.575-.65c.201-.15.32-.296.384-.393a1%201%200%200%200%20.07-.125m.943.007l-.001-.006v.002zm-.002-.007q0-.002%200%200m-.943.002l-.002.006l.002-.003zm.147%201.316c-.537.403-1.378.762-2.675.836V12.5c0%20.966.123%201.863.56%202.627c.41.72%201.134%201.378%202.44%201.844c1.306-.466%202.03-1.124%202.44-1.844c.437-.764.56-1.66.56-2.627v-1.514c-1.297-.074-2.138-.433-2.675-.836A3%203%200%200%201%2015%209.867a3%203%200%200%201-.325.283m-.147-1.316l.001-.002v-.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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