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

Name
shield-badge-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M2 7.75A2.75 2.75 0 0 1 4.75 5h12.5A2.75 2.75 0 0 1 20 7.75v2.471a4 4 0 0 1-.803-.486a4.6 4.6 0 0 1-.745-.725l-.025-.032a1.755 1.755 0 0 0-2.878.032a4.6 4.6 0 0 1-.745.725c-.538.415-1.232.76-2.054.76c-.97 0-1.755.786-1.755 1.755V15H4.75A2.75 2.75 0 0 1 2 12.25zm13.573 1.228q.003-.002 0 0m3.01 1.553a5 5 0 0 1-.97-.964a.75.75 0 0 0-1.226 0a5 5 0 0 1-.97.964c-.312.24-.684.474-1.11.652c-.459.191-.98.317-1.557.317a.75.75 0 0 0-.75.75V15c0 1.643.438 2.947 1.299 3.98c.846 1.016 2.044 1.7 3.438 2.222a.75.75 0 0 0 .526 0c1.394-.522 2.592-1.206 3.438-2.222C21.562 17.947 22 16.643 22 15v-2.75a.75.75 0 0 0-.75-.75a4 4 0 0 1-1.557-.317a5 5 0 0 1-1.11-.652"/></svg>

React

import type { SVGProps } from "react";

export function FluentShieldBadge24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 7.75A2.75 2.75 0 0 1 4.75 5h12.5A2.75 2.75 0 0 1 20 7.75v2.471a4 4 0 0 1-.803-.486a4.6 4.6 0 0 1-.745-.725l-.025-.032a1.755 1.755 0 0 0-2.878.032a4.6 4.6 0 0 1-.745.725c-.538.415-1.232.76-2.054.76c-.97 0-1.755.786-1.755 1.755V15H4.75A2.75 2.75 0 0 1 2 12.25zm13.573 1.228q.003-.002 0 0m3.01 1.553a5 5 0 0 1-.97-.964a.75.75 0 0 0-1.226 0a5 5 0 0 1-.97.964c-.312.24-.684.474-1.11.652c-.459.191-.98.317-1.557.317a.75.75 0 0 0-.75.75V15c0 1.643.438 2.947 1.299 3.98c.846 1.016 2.044 1.7 3.438 2.222a.75.75 0 0 0 .526 0c1.394-.522 2.592-1.206 3.438-2.222C21.562 17.947 22 16.643 22 15v-2.75a.75.75 0 0 0-.75-.75a4 4 0 0 1-1.557-.317a5 5 0 0 1-1.11-.652"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 7.75A2.75 2.75 0 0 1 4.75 5h12.5A2.75 2.75 0 0 1 20 7.75v2.471a4 4 0 0 1-.803-.486a4.6 4.6 0 0 1-.745-.725l-.025-.032a1.755 1.755 0 0 0-2.878.032a4.6 4.6 0 0 1-.745.725c-.538.415-1.232.76-2.054.76c-.97 0-1.755.786-1.755 1.755V15H4.75A2.75 2.75 0 0 1 2 12.25zm13.573 1.228q.003-.002 0 0m3.01 1.553a5 5 0 0 1-.97-.964a.75.75 0 0 0-1.226 0a5 5 0 0 1-.97.964c-.312.24-.684.474-1.11.652c-.459.191-.98.317-1.557.317a.75.75 0 0 0-.75.75V15c0 1.643.438 2.947 1.299 3.98c.846 1.016 2.044 1.7 3.438 2.222a.75.75 0 0 0 .526 0c1.394-.522 2.592-1.206 3.438-2.222C21.562 17.947 22 16.643 22 15v-2.75a.75.75 0 0 0-.75-.75a4 4 0 0 1-1.557-.317a5 5 0 0 1-1.11-.652"/></svg>
</template>

CSS

.icon-shield-badge-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%207.75A2.75%202.75%200%200%201%204.75%205h12.5A2.75%202.75%200%200%201%2020%207.75v2.471a4%204%200%200%201-.803-.486a4.6%204.6%200%200%201-.745-.725l-.025-.032a1.755%201.755%200%200%200-2.878.032a4.6%204.6%200%200%201-.745.725c-.538.415-1.232.76-2.054.76c-.97%200-1.755.786-1.755%201.755V15H4.75A2.75%202.75%200%200%201%202%2012.25zm13.573%201.228q.003-.002%200%200m3.01%201.553a5%205%200%200%201-.97-.964a.75.75%200%200%200-1.226%200a5%205%200%200%201-.97.964c-.312.24-.684.474-1.11.652c-.459.191-.98.317-1.557.317a.75.75%200%200%200-.75.75V15c0%201.643.438%202.947%201.299%203.98c.846%201.016%202.044%201.7%203.438%202.222a.75.75%200%200%200%20.526%200c1.394-.522%202.592-1.206%203.438-2.222C21.562%2017.947%2022%2016.643%2022%2015v-2.75a.75.75%200%200%200-.75-.75a4%204%200%200%201-1.557-.317a5%205%200%200%201-1.11-.652%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%207.75A2.75%202.75%200%200%201%204.75%205h12.5A2.75%202.75%200%200%201%2020%207.75v2.471a4%204%200%200%201-.803-.486a4.6%204.6%200%200%201-.745-.725l-.025-.032a1.755%201.755%200%200%200-2.878.032a4.6%204.6%200%200%201-.745.725c-.538.415-1.232.76-2.054.76c-.97%200-1.755.786-1.755%201.755V15H4.75A2.75%202.75%200%200%201%202%2012.25zm13.573%201.228q.003-.002%200%200m3.01%201.553a5%205%200%200%201-.97-.964a.75.75%200%200%200-1.226%200a5%205%200%200%201-.97.964c-.312.24-.684.474-1.11.652c-.459.191-.98.317-1.557.317a.75.75%200%200%200-.75.75V15c0%201.643.438%202.947%201.299%203.98c.846%201.016%202.044%201.7%203.438%202.222a.75.75%200%200%200%20.526%200c1.394-.522%202.592-1.206%203.438-2.222C21.562%2017.947%2022%2016.643%2022%2015v-2.75a.75.75%200%200%200-.75-.75a4%204%200%200%201-1.557-.317a5%205%200%200%201-1.11-.652%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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