globe-shield-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
globe-shield-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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

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="M8.904 16.5H12v.5c0 1.728.591 3.072 1.383 4.09c-.438.584-.911.909-1.383.909c-1.197 0-2.4-2.094-3.038-5.204zm-.23-1.5H12v-1.5c0-.849.676-1.452 1.41-1.519c.773-.07 1.484-.33 2.083-.64a26 26 0 0 0-.068-1.34h-6.85l-.033.488A26 26 0 0 0 8.674 15m13.128-5q.187.92.199 1.89c-1.33-.286-2.416-1.072-2.965-1.543a1.6 1.6 0 0 0-.707-.346zM3.066 16.501h4.306c.364 2.082.983 3.854 1.792 5.093a10.03 10.03 0 0 1-5.952-4.814zm-.867-6.5h4.87a28 28 0 0 0 .033 4.42l.057.58H2.456a10.05 10.05 0 0 1-.258-5m12.745-7.424l-.108-.17A10.03 10.03 0 0 1 21.373 8.5h-4.59c-.316-2.416-.957-4.492-1.838-5.923m-5.902-.133l.122-.037C8.283 3.757 7.628 5.736 7.28 8.06l-.062.44H2.63a10.03 10.03 0 0 1 6.413-6.057M12 2.002c1.319 0 2.646 2.542 3.214 6.183l.047.315H8.739C9.28 4.691 10.644 2.002 12 2.002m10.5 10.975c-1.907-.172-3.434-1.287-4.115-1.87a.6.6 0 0 0-.77 0c-.681.583-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.716 23 21.222 23 17v-3.5a.54.54 0 0 0-.5-.523"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeShield24Filled(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="M8.904 16.5H12v.5c0 1.728.591 3.072 1.383 4.09c-.438.584-.911.909-1.383.909c-1.197 0-2.4-2.094-3.038-5.204zm-.23-1.5H12v-1.5c0-.849.676-1.452 1.41-1.519c.773-.07 1.484-.33 2.083-.64a26 26 0 0 0-.068-1.34h-6.85l-.033.488A26 26 0 0 0 8.674 15m13.128-5q.187.92.199 1.89c-1.33-.286-2.416-1.072-2.965-1.543a1.6 1.6 0 0 0-.707-.346zM3.066 16.501h4.306c.364 2.082.983 3.854 1.792 5.093a10.03 10.03 0 0 1-5.952-4.814zm-.867-6.5h4.87a28 28 0 0 0 .033 4.42l.057.58H2.456a10.05 10.05 0 0 1-.258-5m12.745-7.424l-.108-.17A10.03 10.03 0 0 1 21.373 8.5h-4.59c-.316-2.416-.957-4.492-1.838-5.923m-5.902-.133l.122-.037C8.283 3.757 7.628 5.736 7.28 8.06l-.062.44H2.63a10.03 10.03 0 0 1 6.413-6.057M12 2.002c1.319 0 2.646 2.542 3.214 6.183l.047.315H8.739C9.28 4.691 10.644 2.002 12 2.002m10.5 10.975c-1.907-.172-3.434-1.287-4.115-1.87a.6.6 0 0 0-.77 0c-.681.583-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.716 23 21.222 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="M8.904 16.5H12v.5c0 1.728.591 3.072 1.383 4.09c-.438.584-.911.909-1.383.909c-1.197 0-2.4-2.094-3.038-5.204zm-.23-1.5H12v-1.5c0-.849.676-1.452 1.41-1.519c.773-.07 1.484-.33 2.083-.64a26 26 0 0 0-.068-1.34h-6.85l-.033.488A26 26 0 0 0 8.674 15m13.128-5q.187.92.199 1.89c-1.33-.286-2.416-1.072-2.965-1.543a1.6 1.6 0 0 0-.707-.346zM3.066 16.501h4.306c.364 2.082.983 3.854 1.792 5.093a10.03 10.03 0 0 1-5.952-4.814zm-.867-6.5h4.87a28 28 0 0 0 .033 4.42l.057.58H2.456a10.05 10.05 0 0 1-.258-5m12.745-7.424l-.108-.17A10.03 10.03 0 0 1 21.373 8.5h-4.59c-.316-2.416-.957-4.492-1.838-5.923m-5.902-.133l.122-.037C8.283 3.757 7.628 5.736 7.28 8.06l-.062.44H2.63a10.03 10.03 0 0 1 6.413-6.057M12 2.002c1.319 0 2.646 2.542 3.214 6.183l.047.315H8.739C9.28 4.691 10.644 2.002 12 2.002m10.5 10.975c-1.907-.172-3.434-1.287-4.115-1.87a.6.6 0 0 0-.77 0c-.681.583-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.716 23 21.222 23 17v-3.5a.54.54 0 0 0-.5-.523"/></svg>
</template>

CSS

.icon-globe-shield-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.904%2016.5H12v.5c0%201.728.591%203.072%201.383%204.09c-.438.584-.911.909-1.383.909c-1.197%200-2.4-2.094-3.038-5.204zm-.23-1.5H12v-1.5c0-.849.676-1.452%201.41-1.519c.773-.07%201.484-.33%202.083-.64a26%2026%200%200%200-.068-1.34h-6.85l-.033.488A26%2026%200%200%200%208.674%2015m13.128-5q.187.92.199%201.89c-1.33-.286-2.416-1.072-2.965-1.543a1.6%201.6%200%200%200-.707-.346zM3.066%2016.501h4.306c.364%202.082.983%203.854%201.792%205.093a10.03%2010.03%200%200%201-5.952-4.814zm-.867-6.5h4.87a28%2028%200%200%200%20.033%204.42l.057.58H2.456a10.05%2010.05%200%200%201-.258-5m12.745-7.424l-.108-.17A10.03%2010.03%200%200%201%2021.373%208.5h-4.59c-.316-2.416-.957-4.492-1.838-5.923m-5.902-.133l.122-.037C8.283%203.757%207.628%205.736%207.28%208.06l-.062.44H2.63a10.03%2010.03%200%200%201%206.413-6.057M12%202.002c1.319%200%202.646%202.542%203.214%206.183l.047.315H8.739C9.28%204.691%2010.644%202.002%2012%202.002m10.5%2010.975c-1.907-.172-3.434-1.287-4.115-1.87a.6.6%200%200%200-.77%200c-.681.583-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.716%2023%2021.222%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%22M8.904%2016.5H12v.5c0%201.728.591%203.072%201.383%204.09c-.438.584-.911.909-1.383.909c-1.197%200-2.4-2.094-3.038-5.204zm-.23-1.5H12v-1.5c0-.849.676-1.452%201.41-1.519c.773-.07%201.484-.33%202.083-.64a26%2026%200%200%200-.068-1.34h-6.85l-.033.488A26%2026%200%200%200%208.674%2015m13.128-5q.187.92.199%201.89c-1.33-.286-2.416-1.072-2.965-1.543a1.6%201.6%200%200%200-.707-.346zM3.066%2016.501h4.306c.364%202.082.983%203.854%201.792%205.093a10.03%2010.03%200%200%201-5.952-4.814zm-.867-6.5h4.87a28%2028%200%200%200%20.033%204.42l.057.58H2.456a10.05%2010.05%200%200%201-.258-5m12.745-7.424l-.108-.17A10.03%2010.03%200%200%201%2021.373%208.5h-4.59c-.316-2.416-.957-4.492-1.838-5.923m-5.902-.133l.122-.037C8.283%203.757%207.628%205.736%207.28%208.06l-.062.44H2.63a10.03%2010.03%200%200%201%206.413-6.057M12%202.002c1.319%200%202.646%202.542%203.214%206.183l.047.315H8.739C9.28%204.691%2010.644%202.002%2012%202.002m10.5%2010.975c-1.907-.172-3.434-1.287-4.115-1.87a.6.6%200%200%200-.77%200c-.681.583-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.716%2023%2021.222%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-filled.svg?color=%231a73e8&size=48