globe shield icon
globe-shield-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- globe-shield-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- 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
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 48 48"><path fill="currentColor" d="M28.002 40.462a11 11 0 0 1-.942-1.612Q26 36.614 26 33.9v-5.775a.83.83 0 0 1 .833-.825q2.333 0 4.606-.863a16 16 0 0 0 2.547-1.253a19 19 0 0 0 1.514-1.019a.84.84 0 0 1 1 0q1.132.84 2.278 1.455q1.379.74 2.778 1.153a13 13 0 0 0 2.186.446q.71.081 1.425.081c.46 0 .833.37.833.825V33.9c0 5.501-3.286 9.543-9.695 12.043a.84.84 0 0 1-.61 0q-3.177-1.24-5.323-2.98a14 14 0 0 1-.63-.54q-.436-.4-.823-.823q-.501-.549-.917-1.138m6.306-17.903q-.162.12-.322.234a49 49 0 0 0-.287-4.293h9.535a20 20 0 0 1 .729 6.731a11 11 0 0 1-1.84-.376a12.7 12.7 0 0 1-2.4-.997q-1.006-.54-2.03-1.299a2.84 2.84 0 0 0-3.385 0m-8.139 20.362q.324-.308.65-.704a13 13 0 0 1-1.567-2.512C24.41 37.924 24 35.977 24 33.9v-1.4h-6.718c.471 2.437 1.135 4.603 1.931 6.395c.82 1.844 1.732 3.183 2.618 4.026C22.704 43.75 23.433 44 24 44s1.296-.248 2.169-1.08m.664-17.621c1.544 0 3.095-.337 4.666-1.056L31.5 24a47 47 0 0 0-.317-5.5H16.817A47 47 0 0 0 16.5 24c0 2.098.134 4.111.38 6H24v-1.875a2.83 2.83 0 0 1 2.833-2.825M14.36 30a49 49 0 0 1-.36-6c0-1.897.104-3.74.3-5.5H4.767A20 20 0 0 0 4 24c0 2.09.32 4.106.916 6zm-8.47 2.5c2.49 5.295 7.235 9.321 12.997 10.84c-1.856-2.49-3.324-6.293-4.149-10.84zM28.788 9.105c.85 1.914 1.55 4.254 2.025 6.895H17.188c.476-2.64 1.175-4.981 2.026-6.895c.82-1.844 1.731-3.183 2.617-4.026C22.704 4.25 23.433 4 24 4s1.296.248 2.169 1.08c.886.842 1.798 2.18 2.617 4.025M33.349 16h8.987c-2.421-5.541-7.281-9.774-13.223-11.34c1.924 2.58 3.43 6.572 4.236 11.34M5.664 16h8.987c.806-4.768 2.312-8.76 4.236-11.34C12.945 6.226 8.085 10.459 5.664 16M35.5 24.165l-1.192-1.606Z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeShield48Filled(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="M28.002 40.462a11 11 0 0 1-.942-1.612Q26 36.614 26 33.9v-5.775a.83.83 0 0 1 .833-.825q2.333 0 4.606-.863a16 16 0 0 0 2.547-1.253a19 19 0 0 0 1.514-1.019a.84.84 0 0 1 1 0q1.132.84 2.278 1.455q1.379.74 2.778 1.153a13 13 0 0 0 2.186.446q.71.081 1.425.081c.46 0 .833.37.833.825V33.9c0 5.501-3.286 9.543-9.695 12.043a.84.84 0 0 1-.61 0q-3.177-1.24-5.323-2.98a14 14 0 0 1-.63-.54q-.436-.4-.823-.823q-.501-.549-.917-1.138m6.306-17.903q-.162.12-.322.234a49 49 0 0 0-.287-4.293h9.535a20 20 0 0 1 .729 6.731a11 11 0 0 1-1.84-.376a12.7 12.7 0 0 1-2.4-.997q-1.006-.54-2.03-1.299a2.84 2.84 0 0 0-3.385 0m-8.139 20.362q.324-.308.65-.704a13 13 0 0 1-1.567-2.512C24.41 37.924 24 35.977 24 33.9v-1.4h-6.718c.471 2.437 1.135 4.603 1.931 6.395c.82 1.844 1.732 3.183 2.618 4.026C22.704 43.75 23.433 44 24 44s1.296-.248 2.169-1.08m.664-17.621c1.544 0 3.095-.337 4.666-1.056L31.5 24a47 47 0 0 0-.317-5.5H16.817A47 47 0 0 0 16.5 24c0 2.098.134 4.111.38 6H24v-1.875a2.83 2.83 0 0 1 2.833-2.825M14.36 30a49 49 0 0 1-.36-6c0-1.897.104-3.74.3-5.5H4.767A20 20 0 0 0 4 24c0 2.09.32 4.106.916 6zm-8.47 2.5c2.49 5.295 7.235 9.321 12.997 10.84c-1.856-2.49-3.324-6.293-4.149-10.84zM28.788 9.105c.85 1.914 1.55 4.254 2.025 6.895H17.188c.476-2.64 1.175-4.981 2.026-6.895c.82-1.844 1.731-3.183 2.617-4.026C22.704 4.25 23.433 4 24 4s1.296.248 2.169 1.08c.886.842 1.798 2.18 2.617 4.025M33.349 16h8.987c-2.421-5.541-7.281-9.774-13.223-11.34c1.924 2.58 3.43 6.572 4.236 11.34M5.664 16h8.987c.806-4.768 2.312-8.76 4.236-11.34C12.945 6.226 8.085 10.459 5.664 16M35.5 24.165l-1.192-1.606Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M28.002 40.462a11 11 0 0 1-.942-1.612Q26 36.614 26 33.9v-5.775a.83.83 0 0 1 .833-.825q2.333 0 4.606-.863a16 16 0 0 0 2.547-1.253a19 19 0 0 0 1.514-1.019a.84.84 0 0 1 1 0q1.132.84 2.278 1.455q1.379.74 2.778 1.153a13 13 0 0 0 2.186.446q.71.081 1.425.081c.46 0 .833.37.833.825V33.9c0 5.501-3.286 9.543-9.695 12.043a.84.84 0 0 1-.61 0q-3.177-1.24-5.323-2.98a14 14 0 0 1-.63-.54q-.436-.4-.823-.823q-.501-.549-.917-1.138m6.306-17.903q-.162.12-.322.234a49 49 0 0 0-.287-4.293h9.535a20 20 0 0 1 .729 6.731a11 11 0 0 1-1.84-.376a12.7 12.7 0 0 1-2.4-.997q-1.006-.54-2.03-1.299a2.84 2.84 0 0 0-3.385 0m-8.139 20.362q.324-.308.65-.704a13 13 0 0 1-1.567-2.512C24.41 37.924 24 35.977 24 33.9v-1.4h-6.718c.471 2.437 1.135 4.603 1.931 6.395c.82 1.844 1.732 3.183 2.618 4.026C22.704 43.75 23.433 44 24 44s1.296-.248 2.169-1.08m.664-17.621c1.544 0 3.095-.337 4.666-1.056L31.5 24a47 47 0 0 0-.317-5.5H16.817A47 47 0 0 0 16.5 24c0 2.098.134 4.111.38 6H24v-1.875a2.83 2.83 0 0 1 2.833-2.825M14.36 30a49 49 0 0 1-.36-6c0-1.897.104-3.74.3-5.5H4.767A20 20 0 0 0 4 24c0 2.09.32 4.106.916 6zm-8.47 2.5c2.49 5.295 7.235 9.321 12.997 10.84c-1.856-2.49-3.324-6.293-4.149-10.84zM28.788 9.105c.85 1.914 1.55 4.254 2.025 6.895H17.188c.476-2.64 1.175-4.981 2.026-6.895c.82-1.844 1.731-3.183 2.617-4.026C22.704 4.25 23.433 4 24 4s1.296.248 2.169 1.08c.886.842 1.798 2.18 2.617 4.025M33.349 16h8.987c-2.421-5.541-7.281-9.774-13.223-11.34c1.924 2.58 3.43 6.572 4.236 11.34M5.664 16h8.987c.806-4.768 2.312-8.76 4.236-11.34C12.945 6.226 8.085 10.459 5.664 16M35.5 24.165l-1.192-1.606Z"/></svg> </template>
CSS
.icon-globe-shield-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.002%2040.462a11%2011%200%200%201-.942-1.612Q26%2036.614%2026%2033.9v-5.775a.83.83%200%200%201%20.833-.825q2.333%200%204.606-.863a16%2016%200%200%200%202.547-1.253a19%2019%200%200%200%201.514-1.019a.84.84%200%200%201%201%200q1.132.84%202.278%201.455q1.379.74%202.778%201.153a13%2013%200%200%200%202.186.446q.71.081%201.425.081c.46%200%20.833.37.833.825V33.9c0%205.501-3.286%209.543-9.695%2012.043a.84.84%200%200%201-.61%200q-3.177-1.24-5.323-2.98a14%2014%200%200%201-.63-.54q-.436-.4-.823-.823q-.501-.549-.917-1.138m6.306-17.903q-.162.12-.322.234a49%2049%200%200%200-.287-4.293h9.535a20%2020%200%200%201%20.729%206.731a11%2011%200%200%201-1.84-.376a12.7%2012.7%200%200%201-2.4-.997q-1.006-.54-2.03-1.299a2.84%202.84%200%200%200-3.385%200m-8.139%2020.362q.324-.308.65-.704a13%2013%200%200%201-1.567-2.512C24.41%2037.924%2024%2035.977%2024%2033.9v-1.4h-6.718c.471%202.437%201.135%204.603%201.931%206.395c.82%201.844%201.732%203.183%202.618%204.026C22.704%2043.75%2023.433%2044%2024%2044s1.296-.248%202.169-1.08m.664-17.621c1.544%200%203.095-.337%204.666-1.056L31.5%2024a47%2047%200%200%200-.317-5.5H16.817A47%2047%200%200%200%2016.5%2024c0%202.098.134%204.111.38%206H24v-1.875a2.83%202.83%200%200%201%202.833-2.825M14.36%2030a49%2049%200%200%201-.36-6c0-1.897.104-3.74.3-5.5H4.767A20%2020%200%200%200%204%2024c0%202.09.32%204.106.916%206zm-8.47%202.5c2.49%205.295%207.235%209.321%2012.997%2010.84c-1.856-2.49-3.324-6.293-4.149-10.84zM28.788%209.105c.85%201.914%201.55%204.254%202.025%206.895H17.188c.476-2.64%201.175-4.981%202.026-6.895c.82-1.844%201.731-3.183%202.617-4.026C22.704%204.25%2023.433%204%2024%204s1.296.248%202.169%201.08c.886.842%201.798%202.18%202.617%204.025M33.349%2016h8.987c-2.421-5.541-7.281-9.774-13.223-11.34c1.924%202.58%203.43%206.572%204.236%2011.34M5.664%2016h8.987c.806-4.768%202.312-8.76%204.236-11.34C12.945%206.226%208.085%2010.459%205.664%2016M35.5%2024.165l-1.192-1.606Z%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%22M28.002%2040.462a11%2011%200%200%201-.942-1.612Q26%2036.614%2026%2033.9v-5.775a.83.83%200%200%201%20.833-.825q2.333%200%204.606-.863a16%2016%200%200%200%202.547-1.253a19%2019%200%200%200%201.514-1.019a.84.84%200%200%201%201%200q1.132.84%202.278%201.455q1.379.74%202.778%201.153a13%2013%200%200%200%202.186.446q.71.081%201.425.081c.46%200%20.833.37.833.825V33.9c0%205.501-3.286%209.543-9.695%2012.043a.84.84%200%200%201-.61%200q-3.177-1.24-5.323-2.98a14%2014%200%200%201-.63-.54q-.436-.4-.823-.823q-.501-.549-.917-1.138m6.306-17.903q-.162.12-.322.234a49%2049%200%200%200-.287-4.293h9.535a20%2020%200%200%201%20.729%206.731a11%2011%200%200%201-1.84-.376a12.7%2012.7%200%200%201-2.4-.997q-1.006-.54-2.03-1.299a2.84%202.84%200%200%200-3.385%200m-8.139%2020.362q.324-.308.65-.704a13%2013%200%200%201-1.567-2.512C24.41%2037.924%2024%2035.977%2024%2033.9v-1.4h-6.718c.471%202.437%201.135%204.603%201.931%206.395c.82%201.844%201.732%203.183%202.618%204.026C22.704%2043.75%2023.433%2044%2024%2044s1.296-.248%202.169-1.08m.664-17.621c1.544%200%203.095-.337%204.666-1.056L31.5%2024a47%2047%200%200%200-.317-5.5H16.817A47%2047%200%200%200%2016.5%2024c0%202.098.134%204.111.38%206H24v-1.875a2.83%202.83%200%200%201%202.833-2.825M14.36%2030a49%2049%200%200%201-.36-6c0-1.897.104-3.74.3-5.5H4.767A20%2020%200%200%200%204%2024c0%202.09.32%204.106.916%206zm-8.47%202.5c2.49%205.295%207.235%209.321%2012.997%2010.84c-1.856-2.49-3.324-6.293-4.149-10.84zM28.788%209.105c.85%201.914%201.55%204.254%202.025%206.895H17.188c.476-2.64%201.175-4.981%202.026-6.895c.82-1.844%201.731-3.183%202.617-4.026C22.704%204.25%2023.433%204%2024%204s1.296.248%202.169%201.08c.886.842%201.798%202.18%202.617%204.025M33.349%2016h8.987c-2.421-5.541-7.281-9.774-13.223-11.34c1.924%202.58%203.43%206.572%204.236%2011.34M5.664%2016h8.987c.806-4.768%202.312-8.76%204.236-11.34C12.945%206.226%208.085%2010.459%205.664%2016M35.5%2024.165l-1.192-1.606Z%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-filled.svg?color=%231a73e8&size=48