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

Name
globe-shield-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the globe shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c11.046 0 20 8.954 20 20q0 .62-.037 1.231a11 11 0 0 1-2.475-.584q.012-.321.012-.647c0-1.921-.31-3.77-.882-5.5h-7c.196 1.377.32 2.815.364 4.296a15.3 15.3 0 0 1-2.483 1.448L31.5 24a36 36 0 0 0-.41-5.5H16.91a36 36 0 0 0-.41 5.5c0 2.12.175 4.137.49 6H24v2.5h-6.48c.437 1.702.997 3.228 1.645 4.524C20.842 40.378 22.695 41.5 24 41.5c.542 0 1.18-.194 1.86-.662q.677 1.12 1.582 2.11q.3.327.62.64c-1.312.27-2.67.412-4.062.412c-11.046 0-20-8.954-20-20S12.954 4 24 4m-9.542 26A39 39 0 0 1 14 24c0-1.907.133-3.753.383-5.5H7.382A17.5 17.5 0 0 0 6.5 24c0 2.108.373 4.129 1.056 6zm-5.759 2.5a17.55 17.55 0 0 0 9.713 8.089c-1.49-2.012-2.695-4.807-3.466-8.089zM30.604 16c-.453-1.905-1.058-3.602-1.769-5.024C27.158 7.622 25.305 6.5 24 6.5c-1.304 0-3.158 1.122-4.835 4.476c-.711 1.422-1.316 3.12-1.769 5.024zm2.564 0h6.4a17.55 17.55 0 0 0-9.98-8.589c1.565 2.114 2.816 5.09 3.58 8.589M18.412 7.411A17.55 17.55 0 0 0 8.432 16h6.4c.764-3.499 2.015-6.475 3.58-8.589m13.01 19.033q1.289-.489 2.56-1.258a19 19 0 0 0 1.518-1.021a.84.84 0 0 1 1 0q1.132.84 2.278 1.455q1.379.74 2.778 1.153q1.787.528 3.61.527c.46 0 .834.37.834.825V33.9c0 5.501-3.286 9.543-9.695 12.043a.84.84 0 0 1-.61 0c-2.906-1.133-5.17-2.584-6.776-4.343a11.1 11.1 0 0 1-1.86-2.75Q26.002 36.614 26 33.9v-5.775a.83.83 0 0 1 .833-.825q2.324 0 4.588-.857"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeShield48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c11.046 0 20 8.954 20 20q0 .62-.037 1.231a11 11 0 0 1-2.475-.584q.012-.321.012-.647c0-1.921-.31-3.77-.882-5.5h-7c.196 1.377.32 2.815.364 4.296a15.3 15.3 0 0 1-2.483 1.448L31.5 24a36 36 0 0 0-.41-5.5H16.91a36 36 0 0 0-.41 5.5c0 2.12.175 4.137.49 6H24v2.5h-6.48c.437 1.702.997 3.228 1.645 4.524C20.842 40.378 22.695 41.5 24 41.5c.542 0 1.18-.194 1.86-.662q.677 1.12 1.582 2.11q.3.327.62.64c-1.312.27-2.67.412-4.062.412c-11.046 0-20-8.954-20-20S12.954 4 24 4m-9.542 26A39 39 0 0 1 14 24c0-1.907.133-3.753.383-5.5H7.382A17.5 17.5 0 0 0 6.5 24c0 2.108.373 4.129 1.056 6zm-5.759 2.5a17.55 17.55 0 0 0 9.713 8.089c-1.49-2.012-2.695-4.807-3.466-8.089zM30.604 16c-.453-1.905-1.058-3.602-1.769-5.024C27.158 7.622 25.305 6.5 24 6.5c-1.304 0-3.158 1.122-4.835 4.476c-.711 1.422-1.316 3.12-1.769 5.024zm2.564 0h6.4a17.55 17.55 0 0 0-9.98-8.589c1.565 2.114 2.816 5.09 3.58 8.589M18.412 7.411A17.55 17.55 0 0 0 8.432 16h6.4c.764-3.499 2.015-6.475 3.58-8.589m13.01 19.033q1.289-.489 2.56-1.258a19 19 0 0 0 1.518-1.021a.84.84 0 0 1 1 0q1.132.84 2.278 1.455q1.379.74 2.778 1.153q1.787.528 3.61.527c.46 0 .834.37.834.825V33.9c0 5.501-3.286 9.543-9.695 12.043a.84.84 0 0 1-.61 0c-2.906-1.133-5.17-2.584-6.776-4.343a11.1 11.1 0 0 1-1.86-2.75Q26.002 36.614 26 33.9v-5.775a.83.83 0 0 1 .833-.825q2.324 0 4.588-.857"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c11.046 0 20 8.954 20 20q0 .62-.037 1.231a11 11 0 0 1-2.475-.584q.012-.321.012-.647c0-1.921-.31-3.77-.882-5.5h-7c.196 1.377.32 2.815.364 4.296a15.3 15.3 0 0 1-2.483 1.448L31.5 24a36 36 0 0 0-.41-5.5H16.91a36 36 0 0 0-.41 5.5c0 2.12.175 4.137.49 6H24v2.5h-6.48c.437 1.702.997 3.228 1.645 4.524C20.842 40.378 22.695 41.5 24 41.5c.542 0 1.18-.194 1.86-.662q.677 1.12 1.582 2.11q.3.327.62.64c-1.312.27-2.67.412-4.062.412c-11.046 0-20-8.954-20-20S12.954 4 24 4m-9.542 26A39 39 0 0 1 14 24c0-1.907.133-3.753.383-5.5H7.382A17.5 17.5 0 0 0 6.5 24c0 2.108.373 4.129 1.056 6zm-5.759 2.5a17.55 17.55 0 0 0 9.713 8.089c-1.49-2.012-2.695-4.807-3.466-8.089zM30.604 16c-.453-1.905-1.058-3.602-1.769-5.024C27.158 7.622 25.305 6.5 24 6.5c-1.304 0-3.158 1.122-4.835 4.476c-.711 1.422-1.316 3.12-1.769 5.024zm2.564 0h6.4a17.55 17.55 0 0 0-9.98-8.589c1.565 2.114 2.816 5.09 3.58 8.589M18.412 7.411A17.55 17.55 0 0 0 8.432 16h6.4c.764-3.499 2.015-6.475 3.58-8.589m13.01 19.033q1.289-.489 2.56-1.258a19 19 0 0 0 1.518-1.021a.84.84 0 0 1 1 0q1.132.84 2.278 1.455q1.379.74 2.778 1.153q1.787.528 3.61.527c.46 0 .834.37.834.825V33.9c0 5.501-3.286 9.543-9.695 12.043a.84.84 0 0 1-.61 0c-2.906-1.133-5.17-2.584-6.776-4.343a11.1 11.1 0 0 1-1.86-2.75Q26.002 36.614 26 33.9v-5.775a.83.83 0 0 1 .833-.825q2.324 0 4.588-.857"/></svg>
</template>

CSS

.icon-globe-shield-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c11.046%200%2020%208.954%2020%2020q0%20.62-.037%201.231a11%2011%200%200%201-2.475-.584q.012-.321.012-.647c0-1.921-.31-3.77-.882-5.5h-7c.196%201.377.32%202.815.364%204.296a15.3%2015.3%200%200%201-2.483%201.448L31.5%2024a36%2036%200%200%200-.41-5.5H16.91a36%2036%200%200%200-.41%205.5c0%202.12.175%204.137.49%206H24v2.5h-6.48c.437%201.702.997%203.228%201.645%204.524C20.842%2040.378%2022.695%2041.5%2024%2041.5c.542%200%201.18-.194%201.86-.662q.677%201.12%201.582%202.11q.3.327.62.64c-1.312.27-2.67.412-4.062.412c-11.046%200-20-8.954-20-20S12.954%204%2024%204m-9.542%2026A39%2039%200%200%201%2014%2024c0-1.907.133-3.753.383-5.5H7.382A17.5%2017.5%200%200%200%206.5%2024c0%202.108.373%204.129%201.056%206zm-5.759%202.5a17.55%2017.55%200%200%200%209.713%208.089c-1.49-2.012-2.695-4.807-3.466-8.089zM30.604%2016c-.453-1.905-1.058-3.602-1.769-5.024C27.158%207.622%2025.305%206.5%2024%206.5c-1.304%200-3.158%201.122-4.835%204.476c-.711%201.422-1.316%203.12-1.769%205.024zm2.564%200h6.4a17.55%2017.55%200%200%200-9.98-8.589c1.565%202.114%202.816%205.09%203.58%208.589M18.412%207.411A17.55%2017.55%200%200%200%208.432%2016h6.4c.764-3.499%202.015-6.475%203.58-8.589m13.01%2019.033q1.289-.489%202.56-1.258a19%2019%200%200%200%201.518-1.021a.84.84%200%200%201%201%200q1.132.84%202.278%201.455q1.379.74%202.778%201.153q1.787.528%203.61.527c.46%200%20.834.37.834.825V33.9c0%205.501-3.286%209.543-9.695%2012.043a.84.84%200%200%201-.61%200c-2.906-1.133-5.17-2.584-6.776-4.343a11.1%2011.1%200%200%201-1.86-2.75Q26.002%2036.614%2026%2033.9v-5.775a.83.83%200%200%201%20.833-.825q2.324%200%204.588-.857%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c11.046%200%2020%208.954%2020%2020q0%20.62-.037%201.231a11%2011%200%200%201-2.475-.584q.012-.321.012-.647c0-1.921-.31-3.77-.882-5.5h-7c.196%201.377.32%202.815.364%204.296a15.3%2015.3%200%200%201-2.483%201.448L31.5%2024a36%2036%200%200%200-.41-5.5H16.91a36%2036%200%200%200-.41%205.5c0%202.12.175%204.137.49%206H24v2.5h-6.48c.437%201.702.997%203.228%201.645%204.524C20.842%2040.378%2022.695%2041.5%2024%2041.5c.542%200%201.18-.194%201.86-.662q.677%201.12%201.582%202.11q.3.327.62.64c-1.312.27-2.67.412-4.062.412c-11.046%200-20-8.954-20-20S12.954%204%2024%204m-9.542%2026A39%2039%200%200%201%2014%2024c0-1.907.133-3.753.383-5.5H7.382A17.5%2017.5%200%200%200%206.5%2024c0%202.108.373%204.129%201.056%206zm-5.759%202.5a17.55%2017.55%200%200%200%209.713%208.089c-1.49-2.012-2.695-4.807-3.466-8.089zM30.604%2016c-.453-1.905-1.058-3.602-1.769-5.024C27.158%207.622%2025.305%206.5%2024%206.5c-1.304%200-3.158%201.122-4.835%204.476c-.711%201.422-1.316%203.12-1.769%205.024zm2.564%200h6.4a17.55%2017.55%200%200%200-9.98-8.589c1.565%202.114%202.816%205.09%203.58%208.589M18.412%207.411A17.55%2017.55%200%200%200%208.432%2016h6.4c.764-3.499%202.015-6.475%203.58-8.589m13.01%2019.033q1.289-.489%202.56-1.258a19%2019%200%200%200%201.518-1.021a.84.84%200%200%201%201%200q1.132.84%202.278%201.455q1.379.74%202.778%201.153q1.787.528%203.61.527c.46%200%20.834.37.834.825V33.9c0%205.501-3.286%209.543-9.695%2012.043a.84.84%200%200%201-.61%200c-2.906-1.133-5.17-2.584-6.776-4.343a11.1%2011.1%200%200%201-1.86-2.75Q26.002%2036.614%2026%2033.9v-5.775a.83.83%200%200%201%20.833-.825q2.324%200%204.588-.857%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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