globe shield icon
globe-shield-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- globe-shield-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
globe-add-20-filledglobe-arrow-forward-16-filledglobe-arrow-up-16-filledglobe-clock-16-filledglobe-desktop-20-filledglobe-error-16-filledglobe-location-20-filledglobe-off-12-filledglobe-person-20-filledglobe-prohibited-16-filledglobe-search-20-filledglobe-stand-20-filledglobe-star-16-filledglobe-surface-20-filledglobe-sync-16-filledglobe-video-20-filledglobe-warning-16-filled
Use the globe shield icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.998c5.487 0 9.942 4.419 10.001 9.892a6 6 0 0 1-1.526-.566a8.5 8.5 0 0 0-.21-1.326h-1.941a1.6 1.6 0 0 0-.649 0l-.768.001q.017.183.032.369a8 8 0 0 1-1.448.974q-.024-.69-.094-1.343H8.603a19 19 0 0 0 .135 5H12v1.5H9.061c.652 2.415 1.786 4.002 2.94 4.002q.414-.002.818-.263a7 7 0 0 0 1.197 1.56q-.978.201-2.016.203C6.476 22.001 2 17.523 2 12C1.999 6.476 6.476 1.998 12 1.998M7.508 16.5H4.786a8.53 8.53 0 0 0 4.094 3.41c-.522-.82-.953-1.846-1.27-3.015zm-.414-6.501H3.736l-.005.017A8.5 8.5 0 0 0 3.5 12a8.5 8.5 0 0 0 .544 3h3.173A20 20 0 0 1 7 12c0-.684.032-1.354.095-2.001m1.787-5.91l-.023.008A8.53 8.53 0 0 0 4.25 8.5h3.048c.314-1.752.86-3.278 1.583-4.41m3.12-.591l-.117.005C10.62 3.62 9.397 5.621 8.83 8.5h6.342c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67 1.112 1.177 2.572 1.475 4.237h3.048a8.53 8.53 0 0 0-4.339-4.29zm7.38 8.888c-1.908-.172-3.435-1.286-4.116-1.87a.6.6 0 0 0-.77 0c-.681.584-2.209 1.698-4.115 1.87a.54.54 0 0 0-.5.523V17c0 4.223 4.094 5.716 4.873 5.962a.42.42 0 0 0 .255 0C18.907 22.715 23 21.221 23 17v-3.5a.54.54 0 0 0-.5-.523"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeShield24Regular(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="M12 1.998c5.487 0 9.942 4.419 10.001 9.892a6 6 0 0 1-1.526-.566a8.5 8.5 0 0 0-.21-1.326h-1.941a1.6 1.6 0 0 0-.649 0l-.768.001q.017.183.032.369a8 8 0 0 1-1.448.974q-.024-.69-.094-1.343H8.603a19 19 0 0 0 .135 5H12v1.5H9.061c.652 2.415 1.786 4.002 2.94 4.002q.414-.002.818-.263a7 7 0 0 0 1.197 1.56q-.978.201-2.016.203C6.476 22.001 2 17.523 2 12C1.999 6.476 6.476 1.998 12 1.998M7.508 16.5H4.786a8.53 8.53 0 0 0 4.094 3.41c-.522-.82-.953-1.846-1.27-3.015zm-.414-6.501H3.736l-.005.017A8.5 8.5 0 0 0 3.5 12a8.5 8.5 0 0 0 .544 3h3.173A20 20 0 0 1 7 12c0-.684.032-1.354.095-2.001m1.787-5.91l-.023.008A8.53 8.53 0 0 0 4.25 8.5h3.048c.314-1.752.86-3.278 1.583-4.41m3.12-.591l-.117.005C10.62 3.62 9.397 5.621 8.83 8.5h6.342c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67 1.112 1.177 2.572 1.475 4.237h3.048a8.53 8.53 0 0 0-4.339-4.29zm7.38 8.888c-1.908-.172-3.435-1.286-4.116-1.87a.6.6 0 0 0-.77 0c-.681.584-2.209 1.698-4.115 1.87a.54.54 0 0 0-.5.523V17c0 4.223 4.094 5.716 4.873 5.962a.42.42 0 0 0 .255 0C18.907 22.715 23 21.221 23 17v-3.5a.54.54 0 0 0-.5-.523"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.998c5.487 0 9.942 4.419 10.001 9.892a6 6 0 0 1-1.526-.566a8.5 8.5 0 0 0-.21-1.326h-1.941a1.6 1.6 0 0 0-.649 0l-.768.001q.017.183.032.369a8 8 0 0 1-1.448.974q-.024-.69-.094-1.343H8.603a19 19 0 0 0 .135 5H12v1.5H9.061c.652 2.415 1.786 4.002 2.94 4.002q.414-.002.818-.263a7 7 0 0 0 1.197 1.56q-.978.201-2.016.203C6.476 22.001 2 17.523 2 12C1.999 6.476 6.476 1.998 12 1.998M7.508 16.5H4.786a8.53 8.53 0 0 0 4.094 3.41c-.522-.82-.953-1.846-1.27-3.015zm-.414-6.501H3.736l-.005.017A8.5 8.5 0 0 0 3.5 12a8.5 8.5 0 0 0 .544 3h3.173A20 20 0 0 1 7 12c0-.684.032-1.354.095-2.001m1.787-5.91l-.023.008A8.53 8.53 0 0 0 4.25 8.5h3.048c.314-1.752.86-3.278 1.583-4.41m3.12-.591l-.117.005C10.62 3.62 9.397 5.621 8.83 8.5h6.342c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67 1.112 1.177 2.572 1.475 4.237h3.048a8.53 8.53 0 0 0-4.339-4.29zm7.38 8.888c-1.908-.172-3.435-1.286-4.116-1.87a.6.6 0 0 0-.77 0c-.681.584-2.209 1.698-4.115 1.87a.54.54 0 0 0-.5.523V17c0 4.223 4.094 5.716 4.873 5.962a.42.42 0 0 0 .255 0C18.907 22.715 23 21.221 23 17v-3.5a.54.54 0 0 0-.5-.523"/></svg> </template>
CSS
.icon-globe-shield-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%22M12%201.998c5.487%200%209.942%204.419%2010.001%209.892a6%206%200%200%201-1.526-.566a8.5%208.5%200%200%200-.21-1.326h-1.941a1.6%201.6%200%200%200-.649%200l-.768.001q.017.183.032.369a8%208%200%200%201-1.448.974q-.024-.69-.094-1.343H8.603a19%2019%200%200%200%20.135%205H12v1.5H9.061c.652%202.415%201.786%204.002%202.94%204.002q.414-.002.818-.263a7%207%200%200%200%201.197%201.56q-.978.201-2.016.203C6.476%2022.001%202%2017.523%202%2012C1.999%206.476%206.476%201.998%2012%201.998M7.508%2016.5H4.786a8.53%208.53%200%200%200%204.094%203.41c-.522-.82-.953-1.846-1.27-3.015zm-.414-6.501H3.736l-.005.017A8.5%208.5%200%200%200%203.5%2012a8.5%208.5%200%200%200%20.544%203h3.173A20%2020%200%200%201%207%2012c0-.684.032-1.354.095-2.001m1.787-5.91l-.023.008A8.53%208.53%200%200%200%204.25%208.5h3.048c.314-1.752.86-3.278%201.583-4.41m3.12-.591l-.117.005C10.62%203.62%209.397%205.621%208.83%208.5h6.342c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67%201.112%201.177%202.572%201.475%204.237h3.048a8.53%208.53%200%200%200-4.339-4.29zm7.38%208.888c-1.908-.172-3.435-1.286-4.116-1.87a.6.6%200%200%200-.77%200c-.681.584-2.209%201.698-4.115%201.87a.54.54%200%200%200-.5.523V17c0%204.223%204.094%205.716%204.873%205.962a.42.42%200%200%200%20.255%200C18.907%2022.715%2023%2021.221%2023%2017v-3.5a.54.54%200%200%200-.5-.523%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%22M12%201.998c5.487%200%209.942%204.419%2010.001%209.892a6%206%200%200%201-1.526-.566a8.5%208.5%200%200%200-.21-1.326h-1.941a1.6%201.6%200%200%200-.649%200l-.768.001q.017.183.032.369a8%208%200%200%201-1.448.974q-.024-.69-.094-1.343H8.603a19%2019%200%200%200%20.135%205H12v1.5H9.061c.652%202.415%201.786%204.002%202.94%204.002q.414-.002.818-.263a7%207%200%200%200%201.197%201.56q-.978.201-2.016.203C6.476%2022.001%202%2017.523%202%2012C1.999%206.476%206.476%201.998%2012%201.998M7.508%2016.5H4.786a8.53%208.53%200%200%200%204.094%203.41c-.522-.82-.953-1.846-1.27-3.015zm-.414-6.501H3.736l-.005.017A8.5%208.5%200%200%200%203.5%2012a8.5%208.5%200%200%200%20.544%203h3.173A20%2020%200%200%201%207%2012c0-.684.032-1.354.095-2.001m1.787-5.91l-.023.008A8.53%208.53%200%200%200%204.25%208.5h3.048c.314-1.752.86-3.278%201.583-4.41m3.12-.591l-.117.005C10.62%203.62%209.397%205.621%208.83%208.5h6.342c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67%201.112%201.177%202.572%201.475%204.237h3.048a8.53%208.53%200%200%200-4.339-4.29zm7.38%208.888c-1.908-.172-3.435-1.286-4.116-1.87a.6.6%200%200%200-.77%200c-.681.584-2.209%201.698-4.115%201.87a.54.54%200%200%200-.5.523V17c0%204.223%204.094%205.716%204.873%205.962a.42.42%200%200%200%20.255%200C18.907%2022.715%2023%2021.221%2023%2017v-3.5a.54.54%200%200%200-.5-.523%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-shield-24-regular.svg?color=%231a73e8&size=48