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

Name
shield-badge-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M4.75 5A2.75 2.75 0 0 0 2 7.75v4.5A2.75 2.75 0 0 0 4.75 15H11v-1.5H4.75c-.69 0-1.25-.56-1.25-1.25v-4.5c0-.69.56-1.25 1.25-1.25h12.5c.69 0 1.25.56 1.25 1.25v1.333c.456.55.992.903 1.5 1.132V7.75A2.75 2.75 0 0 0 17.25 5zM17 9.25a.75.75 0 0 0-.612.316l-.008.012a4 4 0 0 1-.226.271a5.7 5.7 0 0 1-.737.682c-.647.5-1.552.969-2.667.969a.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-.75c-1.115 0-2.02-.47-2.667-.969a5.7 5.7 0 0 1-.737-.682a4 4 0 0 1-.226-.271l-.007-.01A.75.75 0 0 0 17 9.25m-.667 2.469c.262-.202.484-.403.667-.584a8 8 0 0 0 .667.584c.675.521 1.635 1.063 2.833 1.23V15c0 1.357-.354 2.303-.951 3.02c-.57.683-1.41 1.22-2.549 1.676c-1.139-.456-1.98-.993-2.549-1.676c-.597-.717-.951-1.663-.951-3.02v-2.052c1.198-.166 2.158-.708 2.833-1.23m.055-2.153l-.001.002Z"/></svg>

React

import type { SVGProps } from "react";

export function FluentShieldBadge24Regular(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="M4.75 5A2.75 2.75 0 0 0 2 7.75v4.5A2.75 2.75 0 0 0 4.75 15H11v-1.5H4.75c-.69 0-1.25-.56-1.25-1.25v-4.5c0-.69.56-1.25 1.25-1.25h12.5c.69 0 1.25.56 1.25 1.25v1.333c.456.55.992.903 1.5 1.132V7.75A2.75 2.75 0 0 0 17.25 5zM17 9.25a.75.75 0 0 0-.612.316l-.008.012a4 4 0 0 1-.226.271a5.7 5.7 0 0 1-.737.682c-.647.5-1.552.969-2.667.969a.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-.75c-1.115 0-2.02-.47-2.667-.969a5.7 5.7 0 0 1-.737-.682a4 4 0 0 1-.226-.271l-.007-.01A.75.75 0 0 0 17 9.25m-.667 2.469c.262-.202.484-.403.667-.584a8 8 0 0 0 .667.584c.675.521 1.635 1.063 2.833 1.23V15c0 1.357-.354 2.303-.951 3.02c-.57.683-1.41 1.22-2.549 1.676c-1.139-.456-1.98-.993-2.549-1.676c-.597-.717-.951-1.663-.951-3.02v-2.052c1.198-.166 2.158-.708 2.833-1.23m.055-2.153l-.001.002Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 5A2.75 2.75 0 0 0 2 7.75v4.5A2.75 2.75 0 0 0 4.75 15H11v-1.5H4.75c-.69 0-1.25-.56-1.25-1.25v-4.5c0-.69.56-1.25 1.25-1.25h12.5c.69 0 1.25.56 1.25 1.25v1.333c.456.55.992.903 1.5 1.132V7.75A2.75 2.75 0 0 0 17.25 5zM17 9.25a.75.75 0 0 0-.612.316l-.008.012a4 4 0 0 1-.226.271a5.7 5.7 0 0 1-.737.682c-.647.5-1.552.969-2.667.969a.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-.75c-1.115 0-2.02-.47-2.667-.969a5.7 5.7 0 0 1-.737-.682a4 4 0 0 1-.226-.271l-.007-.01A.75.75 0 0 0 17 9.25m-.667 2.469c.262-.202.484-.403.667-.584a8 8 0 0 0 .667.584c.675.521 1.635 1.063 2.833 1.23V15c0 1.357-.354 2.303-.951 3.02c-.57.683-1.41 1.22-2.549 1.676c-1.139-.456-1.98-.993-2.549-1.676c-.597-.717-.951-1.663-.951-3.02v-2.052c1.198-.166 2.158-.708 2.833-1.23m.055-2.153l-.001.002Z"/></svg>
</template>

CSS

.icon-shield-badge-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.75%205A2.75%202.75%200%200%200%202%207.75v4.5A2.75%202.75%200%200%200%204.75%2015H11v-1.5H4.75c-.69%200-1.25-.56-1.25-1.25v-4.5c0-.69.56-1.25%201.25-1.25h12.5c.69%200%201.25.56%201.25%201.25v1.333c.456.55.992.903%201.5%201.132V7.75A2.75%202.75%200%200%200%2017.25%205zM17%209.25a.75.75%200%200%200-.612.316l-.008.012a4%204%200%200%201-.226.271a5.7%205.7%200%200%201-.737.682c-.647.5-1.552.969-2.667.969a.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-.75c-1.115%200-2.02-.47-2.667-.969a5.7%205.7%200%200%201-.737-.682a4%204%200%200%201-.226-.271l-.007-.01A.75.75%200%200%200%2017%209.25m-.667%202.469c.262-.202.484-.403.667-.584a8%208%200%200%200%20.667.584c.675.521%201.635%201.063%202.833%201.23V15c0%201.357-.354%202.303-.951%203.02c-.57.683-1.41%201.22-2.549%201.676c-1.139-.456-1.98-.993-2.549-1.676c-.597-.717-.951-1.663-.951-3.02v-2.052c1.198-.166%202.158-.708%202.833-1.23m.055-2.153l-.001.002Z%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%22M4.75%205A2.75%202.75%200%200%200%202%207.75v4.5A2.75%202.75%200%200%200%204.75%2015H11v-1.5H4.75c-.69%200-1.25-.56-1.25-1.25v-4.5c0-.69.56-1.25%201.25-1.25h12.5c.69%200%201.25.56%201.25%201.25v1.333c.456.55.992.903%201.5%201.132V7.75A2.75%202.75%200%200%200%2017.25%205zM17%209.25a.75.75%200%200%200-.612.316l-.008.012a4%204%200%200%201-.226.271a5.7%205.7%200%200%201-.737.682c-.647.5-1.552.969-2.667.969a.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-.75c-1.115%200-2.02-.47-2.667-.969a5.7%205.7%200%200%201-.737-.682a4%204%200%200%201-.226-.271l-.007-.01A.75.75%200%200%200%2017%209.25m-.667%202.469c.262-.202.484-.403.667-.584a8%208%200%200%200%20.667.584c.675.521%201.635%201.063%202.833%201.23V15c0%201.357-.354%202.303-.951%203.02c-.57.683-1.41%201.22-2.549%201.676c-1.139-.456-1.98-.993-2.549-1.676c-.597-.717-.951-1.663-.951-3.02v-2.052c1.198-.166%202.158-.708%202.833-1.23m.055-2.153l-.001.002Z%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-regular.svg?color=%231a73e8&size=48