globe shield icon
globe-shield-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- globe-shield-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M7.987 4.18a12.2 12.2 0 0 0-.669 2.32h5.364a12.2 12.2 0 0 0-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646 2.149 10.307 2 10 2s-.646.149-1.004.517c-.36.37-.707.93-1.009 1.663m-.096-1.899c-.314.426-.59.941-.828 1.518c-.32.78-.58 1.694-.762 2.701H2.804a8.02 8.02 0 0 1 5.087-4.219m4.219 0c.313.426.59.941.827 1.518c.32.78.58 1.694.762 2.701h3.497a8.02 8.02 0 0 0-5.087-4.219M17.602 7.5H13.85q.057.466.094.952a1.626 1.626 0 0 1 2.205.087c.424.433 1.083.983 1.849 1.269a8 8 0 0 0-.396-2.308m-4.76 0q.111.85.145 1.776c-.47.33-1.03.614-1.628.698c-.68.096-1.36.669-1.359 1.526v1H7.158A19 19 0 0 1 7 10c0-.875.056-1.715.158-2.5zm-5.524 6H10v.5c0 1.424.454 2.547 1.074 3.409l-.07.074c-.358.368-.697.517-1.004.517s-.646-.149-1.004-.517c-.36-.37-.707-.93-1.009-1.663a12.2 12.2 0 0 1-.669-2.32m.573 4.219A8.02 8.02 0 0 1 2.804 13.5h3.497c.182 1.007.441 1.922.762 2.7c.237.578.514 1.093.828 1.519M2.398 12.5H6.15A21 21 0 0 1 6 10c0-.866.052-1.705.15-2.5H2.398A8 8 0 0 0 2 10c0 .873.14 1.713.398 2.5m16.103-1.535c-1.37-.193-2.486-1.134-3.066-1.726a.624.624 0 0 0-.87 0c-.58.592-1.695 1.533-3.066 1.726c-.274.038-.499.259-.499.535V14c0 3.468 3.182 4.727 3.87 4.959a.4.4 0 0 0 .26 0C15.818 18.727 19 17.469 19 14v-2.5c0-.276-.225-.497-.499-.535"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeShield20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.987 4.18a12.2 12.2 0 0 0-.669 2.32h5.364a12.2 12.2 0 0 0-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646 2.149 10.307 2 10 2s-.646.149-1.004.517c-.36.37-.707.93-1.009 1.663m-.096-1.899c-.314.426-.59.941-.828 1.518c-.32.78-.58 1.694-.762 2.701H2.804a8.02 8.02 0 0 1 5.087-4.219m4.219 0c.313.426.59.941.827 1.518c.32.78.58 1.694.762 2.701h3.497a8.02 8.02 0 0 0-5.087-4.219M17.602 7.5H13.85q.057.466.094.952a1.626 1.626 0 0 1 2.205.087c.424.433 1.083.983 1.849 1.269a8 8 0 0 0-.396-2.308m-4.76 0q.111.85.145 1.776c-.47.33-1.03.614-1.628.698c-.68.096-1.36.669-1.359 1.526v1H7.158A19 19 0 0 1 7 10c0-.875.056-1.715.158-2.5zm-5.524 6H10v.5c0 1.424.454 2.547 1.074 3.409l-.07.074c-.358.368-.697.517-1.004.517s-.646-.149-1.004-.517c-.36-.37-.707-.93-1.009-1.663a12.2 12.2 0 0 1-.669-2.32m.573 4.219A8.02 8.02 0 0 1 2.804 13.5h3.497c.182 1.007.441 1.922.762 2.7c.237.578.514 1.093.828 1.519M2.398 12.5H6.15A21 21 0 0 1 6 10c0-.866.052-1.705.15-2.5H2.398A8 8 0 0 0 2 10c0 .873.14 1.713.398 2.5m16.103-1.535c-1.37-.193-2.486-1.134-3.066-1.726a.624.624 0 0 0-.87 0c-.58.592-1.695 1.533-3.066 1.726c-.274.038-.499.259-.499.535V14c0 3.468 3.182 4.727 3.87 4.959a.4.4 0 0 0 .26 0C15.818 18.727 19 17.469 19 14v-2.5c0-.276-.225-.497-.499-.535"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.987 4.18a12.2 12.2 0 0 0-.669 2.32h5.364a12.2 12.2 0 0 0-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646 2.149 10.307 2 10 2s-.646.149-1.004.517c-.36.37-.707.93-1.009 1.663m-.096-1.899c-.314.426-.59.941-.828 1.518c-.32.78-.58 1.694-.762 2.701H2.804a8.02 8.02 0 0 1 5.087-4.219m4.219 0c.313.426.59.941.827 1.518c.32.78.58 1.694.762 2.701h3.497a8.02 8.02 0 0 0-5.087-4.219M17.602 7.5H13.85q.057.466.094.952a1.626 1.626 0 0 1 2.205.087c.424.433 1.083.983 1.849 1.269a8 8 0 0 0-.396-2.308m-4.76 0q.111.85.145 1.776c-.47.33-1.03.614-1.628.698c-.68.096-1.36.669-1.359 1.526v1H7.158A19 19 0 0 1 7 10c0-.875.056-1.715.158-2.5zm-5.524 6H10v.5c0 1.424.454 2.547 1.074 3.409l-.07.074c-.358.368-.697.517-1.004.517s-.646-.149-1.004-.517c-.36-.37-.707-.93-1.009-1.663a12.2 12.2 0 0 1-.669-2.32m.573 4.219A8.02 8.02 0 0 1 2.804 13.5h3.497c.182 1.007.441 1.922.762 2.7c.237.578.514 1.093.828 1.519M2.398 12.5H6.15A21 21 0 0 1 6 10c0-.866.052-1.705.15-2.5H2.398A8 8 0 0 0 2 10c0 .873.14 1.713.398 2.5m16.103-1.535c-1.37-.193-2.486-1.134-3.066-1.726a.624.624 0 0 0-.87 0c-.58.592-1.695 1.533-3.066 1.726c-.274.038-.499.259-.499.535V14c0 3.468 3.182 4.727 3.87 4.959a.4.4 0 0 0 .26 0C15.818 18.727 19 17.469 19 14v-2.5c0-.276-.225-.497-.499-.535"/></svg> </template>
CSS
.icon-globe-shield-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.987%204.18a12.2%2012.2%200%200%200-.669%202.32h5.364a12.2%2012.2%200%200%200-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646%202.149%2010.307%202%2010%202s-.646.149-1.004.517c-.36.37-.707.93-1.009%201.663m-.096-1.899c-.314.426-.59.941-.828%201.518c-.32.78-.58%201.694-.762%202.701H2.804a8.02%208.02%200%200%201%205.087-4.219m4.219%200c.313.426.59.941.827%201.518c.32.78.58%201.694.762%202.701h3.497a8.02%208.02%200%200%200-5.087-4.219M17.602%207.5H13.85q.057.466.094.952a1.626%201.626%200%200%201%202.205.087c.424.433%201.083.983%201.849%201.269a8%208%200%200%200-.396-2.308m-4.76%200q.111.85.145%201.776c-.47.33-1.03.614-1.628.698c-.68.096-1.36.669-1.359%201.526v1H7.158A19%2019%200%200%201%207%2010c0-.875.056-1.715.158-2.5zm-5.524%206H10v.5c0%201.424.454%202.547%201.074%203.409l-.07.074c-.358.368-.697.517-1.004.517s-.646-.149-1.004-.517c-.36-.37-.707-.93-1.009-1.663a12.2%2012.2%200%200%201-.669-2.32m.573%204.219A8.02%208.02%200%200%201%202.804%2013.5h3.497c.182%201.007.441%201.922.762%202.7c.237.578.514%201.093.828%201.519M2.398%2012.5H6.15A21%2021%200%200%201%206%2010c0-.866.052-1.705.15-2.5H2.398A8%208%200%200%200%202%2010c0%20.873.14%201.713.398%202.5m16.103-1.535c-1.37-.193-2.486-1.134-3.066-1.726a.624.624%200%200%200-.87%200c-.58.592-1.695%201.533-3.066%201.726c-.274.038-.499.259-.499.535V14c0%203.468%203.182%204.727%203.87%204.959a.4.4%200%200%200%20.26%200C15.818%2018.727%2019%2017.469%2019%2014v-2.5c0-.276-.225-.497-.499-.535%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.987%204.18a12.2%2012.2%200%200%200-.669%202.32h5.364a12.2%2012.2%200%200%200-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646%202.149%2010.307%202%2010%202s-.646.149-1.004.517c-.36.37-.707.93-1.009%201.663m-.096-1.899c-.314.426-.59.941-.828%201.518c-.32.78-.58%201.694-.762%202.701H2.804a8.02%208.02%200%200%201%205.087-4.219m4.219%200c.313.426.59.941.827%201.518c.32.78.58%201.694.762%202.701h3.497a8.02%208.02%200%200%200-5.087-4.219M17.602%207.5H13.85q.057.466.094.952a1.626%201.626%200%200%201%202.205.087c.424.433%201.083.983%201.849%201.269a8%208%200%200%200-.396-2.308m-4.76%200q.111.85.145%201.776c-.47.33-1.03.614-1.628.698c-.68.096-1.36.669-1.359%201.526v1H7.158A19%2019%200%200%201%207%2010c0-.875.056-1.715.158-2.5zm-5.524%206H10v.5c0%201.424.454%202.547%201.074%203.409l-.07.074c-.358.368-.697.517-1.004.517s-.646-.149-1.004-.517c-.36-.37-.707-.93-1.009-1.663a12.2%2012.2%200%200%201-.669-2.32m.573%204.219A8.02%208.02%200%200%201%202.804%2013.5h3.497c.182%201.007.441%201.922.762%202.7c.237.578.514%201.093.828%201.519M2.398%2012.5H6.15A21%2021%200%200%201%206%2010c0-.866.052-1.705.15-2.5H2.398A8%208%200%200%200%202%2010c0%20.873.14%201.713.398%202.5m16.103-1.535c-1.37-.193-2.486-1.134-3.066-1.726a.624.624%200%200%200-.87%200c-.58.592-1.695%201.533-3.066%201.726c-.274.038-.499.259-.499.535V14c0%203.468%203.182%204.727%203.87%204.959a.4.4%200%200%200%20.26%200C15.818%2018.727%2019%2017.469%2019%2014v-2.5c0-.276-.225-.497-.499-.535%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-shield-20-filled.svg?color=%231a73e8&size=48