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

Name
globe-location-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the globe location 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.5h3.618q-.021.248-.022.5c0 1.201.457 2.361 1.272 3.488c-.54.959-1.157 1.511-1.772 1.511c-1.197 0-2.4-2.094-3.038-5.204zm-.23-1.5h4.2a5.52 5.52 0 0 1 2.627-2.901v-.098q0-1.03-.076-2h-6.85l-.033.488A26 26 0 0 0 8.674 15M18 11.5a5.48 5.48 0 0 1 3.935 1.658A10.1 10.1 0 0 0 21.802 10h-4.87l.038.657q.022.463.029.934q.488-.09 1.001-.091M3.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.002M22.5 17a4.5 4.5 0 0 0-9 0c0 1.863 1.42 3.815 4.2 5.9a.5.5 0 0 0 .6 0c2.78-2.085 4.2-4.037 4.2-5.9m-6 0a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeLocation24Filled(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.5h3.618q-.021.248-.022.5c0 1.201.457 2.361 1.272 3.488c-.54.959-1.157 1.511-1.772 1.511c-1.197 0-2.4-2.094-3.038-5.204zm-.23-1.5h4.2a5.52 5.52 0 0 1 2.627-2.901v-.098q0-1.03-.076-2h-6.85l-.033.488A26 26 0 0 0 8.674 15M18 11.5a5.48 5.48 0 0 1 3.935 1.658A10.1 10.1 0 0 0 21.802 10h-4.87l.038.657q.022.463.029.934q.488-.09 1.001-.091M3.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.002M22.5 17a4.5 4.5 0 0 0-9 0c0 1.863 1.42 3.815 4.2 5.9a.5.5 0 0 0 .6 0c2.78-2.085 4.2-4.037 4.2-5.9m-6 0a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></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.5h3.618q-.021.248-.022.5c0 1.201.457 2.361 1.272 3.488c-.54.959-1.157 1.511-1.772 1.511c-1.197 0-2.4-2.094-3.038-5.204zm-.23-1.5h4.2a5.52 5.52 0 0 1 2.627-2.901v-.098q0-1.03-.076-2h-6.85l-.033.488A26 26 0 0 0 8.674 15M18 11.5a5.48 5.48 0 0 1 3.935 1.658A10.1 10.1 0 0 0 21.802 10h-4.87l.038.657q.022.463.029.934q.488-.09 1.001-.091M3.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.002M22.5 17a4.5 4.5 0 0 0-9 0c0 1.863 1.42 3.815 4.2 5.9a.5.5 0 0 0 .6 0c2.78-2.085 4.2-4.037 4.2-5.9m-6 0a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></svg>
</template>

CSS

.icon-globe-location-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.5h3.618q-.021.248-.022.5c0%201.201.457%202.361%201.272%203.488c-.54.959-1.157%201.511-1.772%201.511c-1.197%200-2.4-2.094-3.038-5.204zm-.23-1.5h4.2a5.52%205.52%200%200%201%202.627-2.901v-.098q0-1.03-.076-2h-6.85l-.033.488A26%2026%200%200%200%208.674%2015M18%2011.5a5.48%205.48%200%200%201%203.935%201.658A10.1%2010.1%200%200%200%2021.802%2010h-4.87l.038.657q.022.463.029.934q.488-.09%201.001-.091M3.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.002M22.5%2017a4.5%204.5%200%200%200-9%200c0%201.863%201.42%203.815%204.2%205.9a.5.5%200%200%200%20.6%200c2.78-2.085%204.2-4.037%204.2-5.9m-6%200a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%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.5h3.618q-.021.248-.022.5c0%201.201.457%202.361%201.272%203.488c-.54.959-1.157%201.511-1.772%201.511c-1.197%200-2.4-2.094-3.038-5.204zm-.23-1.5h4.2a5.52%205.52%200%200%201%202.627-2.901v-.098q0-1.03-.076-2h-6.85l-.033.488A26%2026%200%200%200%208.674%2015M18%2011.5a5.48%205.48%200%200%201%203.935%201.658A10.1%2010.1%200%200%200%2021.802%2010h-4.87l.038.657q.022.463.029.934q.488-.09%201.001-.091M3.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.002M22.5%2017a4.5%204.5%200%200%200-9%200c0%201.863%201.42%203.815%204.2%205.9a.5.5%200%200%200%20.6%200c2.78-2.085%204.2-4.037%204.2-5.9m-6%200a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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