shield globe icon
shield-globe-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- shield-globe-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
shield-add-16-filledshield-arrow-right-16-filledshield-badge-20-filledshield-checkmark-16-filledshield-dismiss-16-filledshield-dismiss-shield-20-filledshield-error-16-filledshield-keyhole-16-filledshield-lock-16-filledshield-person-20-filledshield-person-add-20-filledshield-prohibited-20-filledshield-question-16-filledshield-settings-16-filledshield-task-16-filled
Use the shield globe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.355 2.147a.5.5 0 0 0-.708 0C6.404 3.388 5.03 4 3.5 4a.5.5 0 0 0-.5.5v3.001c0 3.219 1.641 5.407 4.842 6.473a.5.5 0 0 0 .316 0C11.358 12.908 13 10.72 13 7.501V4.5a.5.5 0 0 0-.5-.5c-1.531 0-2.905-.61-4.145-1.853M8 5.5c-.156 0-.295.355-.386.912c-.051.31-.087.68-.104 1.088h.98a9 9 0 0 0-.104-1.088C8.295 5.855 8.156 5.5 8 5.5m-1.334.536A9.5 9.5 0 0 0 6.509 7.5H5.55a2.5 2.5 0 0 1 1.154-1.638zm.038 4.102A2.5 2.5 0 0 1 5.55 8.5h.96c.02.547.074 1.053.156 1.464q.017.086.038.174m1.682-.55c.051-.31.087-.68.104-1.088h-.98c.017.407.053.779.104 1.088c.091.557.23.912.386.912s.295-.355.386-.912m.948.376c.082-.412.136-.917.157-1.464h.959a2.5 2.5 0 0 1-1.154 1.638zm-.038-4.102A2.5 2.5 0 0 1 10.45 7.5h-.96a9.5 9.5 0 0 0-.156-1.464zM8 11.5a3.5 3.5 0 1 1 0-7a3.5 3.5 0 0 1 0 7"/></svg>
React
import type { SVGProps } from "react";
export function FluentShieldGlobe16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.355 2.147a.5.5 0 0 0-.708 0C6.404 3.388 5.03 4 3.5 4a.5.5 0 0 0-.5.5v3.001c0 3.219 1.641 5.407 4.842 6.473a.5.5 0 0 0 .316 0C11.358 12.908 13 10.72 13 7.501V4.5a.5.5 0 0 0-.5-.5c-1.531 0-2.905-.61-4.145-1.853M8 5.5c-.156 0-.295.355-.386.912c-.051.31-.087.68-.104 1.088h.98a9 9 0 0 0-.104-1.088C8.295 5.855 8.156 5.5 8 5.5m-1.334.536A9.5 9.5 0 0 0 6.509 7.5H5.55a2.5 2.5 0 0 1 1.154-1.638zm.038 4.102A2.5 2.5 0 0 1 5.55 8.5h.96c.02.547.074 1.053.156 1.464q.017.086.038.174m1.682-.55c.051-.31.087-.68.104-1.088h-.98c.017.407.053.779.104 1.088c.091.557.23.912.386.912s.295-.355.386-.912m.948.376c.082-.412.136-.917.157-1.464h.959a2.5 2.5 0 0 1-1.154 1.638zm-.038-4.102A2.5 2.5 0 0 1 10.45 7.5h-.96a9.5 9.5 0 0 0-.156-1.464zM8 11.5a3.5 3.5 0 1 1 0-7a3.5 3.5 0 0 1 0 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.355 2.147a.5.5 0 0 0-.708 0C6.404 3.388 5.03 4 3.5 4a.5.5 0 0 0-.5.5v3.001c0 3.219 1.641 5.407 4.842 6.473a.5.5 0 0 0 .316 0C11.358 12.908 13 10.72 13 7.501V4.5a.5.5 0 0 0-.5-.5c-1.531 0-2.905-.61-4.145-1.853M8 5.5c-.156 0-.295.355-.386.912c-.051.31-.087.68-.104 1.088h.98a9 9 0 0 0-.104-1.088C8.295 5.855 8.156 5.5 8 5.5m-1.334.536A9.5 9.5 0 0 0 6.509 7.5H5.55a2.5 2.5 0 0 1 1.154-1.638zm.038 4.102A2.5 2.5 0 0 1 5.55 8.5h.96c.02.547.074 1.053.156 1.464q.017.086.038.174m1.682-.55c.051-.31.087-.68.104-1.088h-.98c.017.407.053.779.104 1.088c.091.557.23.912.386.912s.295-.355.386-.912m.948.376c.082-.412.136-.917.157-1.464h.959a2.5 2.5 0 0 1-1.154 1.638zm-.038-4.102A2.5 2.5 0 0 1 10.45 7.5h-.96a9.5 9.5 0 0 0-.156-1.464zM8 11.5a3.5 3.5 0 1 1 0-7a3.5 3.5 0 0 1 0 7"/></svg> </template>
CSS
.icon-shield-globe-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.355%202.147a.5.5%200%200%200-.708%200C6.404%203.388%205.03%204%203.5%204a.5.5%200%200%200-.5.5v3.001c0%203.219%201.641%205.407%204.842%206.473a.5.5%200%200%200%20.316%200C11.358%2012.908%2013%2010.72%2013%207.501V4.5a.5.5%200%200%200-.5-.5c-1.531%200-2.905-.61-4.145-1.853M8%205.5c-.156%200-.295.355-.386.912c-.051.31-.087.68-.104%201.088h.98a9%209%200%200%200-.104-1.088C8.295%205.855%208.156%205.5%208%205.5m-1.334.536A9.5%209.5%200%200%200%206.509%207.5H5.55a2.5%202.5%200%200%201%201.154-1.638zm.038%204.102A2.5%202.5%200%200%201%205.55%208.5h.96c.02.547.074%201.053.156%201.464q.017.086.038.174m1.682-.55c.051-.31.087-.68.104-1.088h-.98c.017.407.053.779.104%201.088c.091.557.23.912.386.912s.295-.355.386-.912m.948.376c.082-.412.136-.917.157-1.464h.959a2.5%202.5%200%200%201-1.154%201.638zm-.038-4.102A2.5%202.5%200%200%201%2010.45%207.5h-.96a9.5%209.5%200%200%200-.156-1.464zM8%2011.5a3.5%203.5%200%201%201%200-7a3.5%203.5%200%200%201%200%207%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.355%202.147a.5.5%200%200%200-.708%200C6.404%203.388%205.03%204%203.5%204a.5.5%200%200%200-.5.5v3.001c0%203.219%201.641%205.407%204.842%206.473a.5.5%200%200%200%20.316%200C11.358%2012.908%2013%2010.72%2013%207.501V4.5a.5.5%200%200%200-.5-.5c-1.531%200-2.905-.61-4.145-1.853M8%205.5c-.156%200-.295.355-.386.912c-.051.31-.087.68-.104%201.088h.98a9%209%200%200%200-.104-1.088C8.295%205.855%208.156%205.5%208%205.5m-1.334.536A9.5%209.5%200%200%200%206.509%207.5H5.55a2.5%202.5%200%200%201%201.154-1.638zm.038%204.102A2.5%202.5%200%200%201%205.55%208.5h.96c.02.547.074%201.053.156%201.464q.017.086.038.174m1.682-.55c.051-.31.087-.68.104-1.088h-.98c.017.407.053.779.104%201.088c.091.557.23.912.386.912s.295-.355.386-.912m.948.376c.082-.412.136-.917.157-1.464h.959a2.5%202.5%200%200%201-1.154%201.638zm-.038-4.102A2.5%202.5%200%200%201%2010.45%207.5h-.96a9.5%209.5%200%200%200-.156-1.464zM8%2011.5a3.5%203.5%200%201%201%200-7a3.5%203.5%200%200%201%200%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shield-globe-16-filled.svg?color=%231a73e8&size=48