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

Name
globe-star-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the globe star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.022 11a5.47 5.47 0 0 0 .974 2.657A6.02 6.02 0 0 1 2.803 11zm0-1h-2.68A6 6 0 0 1 2 8c0-.701.12-1.374.341-2h2.776a17 17 0 0 0-.043 3.597q-.034.2-.052.403m2.315-4c-.512.36-.96.807-1.323 1.317q.03-.687.11-1.317zm2.371-1a9 9 0 0 0-.407-1.417c-.213-.554-.455-.969-.698-1.236S8.156 2 8 2s-.36.08-.603.347s-.485.682-.698 1.236c-.159.414-.297.89-.407 1.417zm3.49 0h-2.47a10.5 10.5 0 0 0-.494-1.776a6 6 0 0 0-.457-.957A6.02 6.02 0 0 1 13.197 5M5.271 5h-2.47a6.02 6.02 0 0 1 3.421-2.733c-.17.285-.323.608-.457.957c-.201.522-.368 1.12-.494 1.776M10.5 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m.954-5.608h1.544c.485 0 .687.647.295.944l-1.25.947l.477 1.532c.15.48-.378.88-.77.583l-1.25-.947l-1.25.947c-.392.297-.92-.103-.77-.583l.477-1.532l-1.25-.947c-.392-.297-.19-.944.294-.944h1.546l.477-1.531a.494.494 0 0 1 .952 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeStar16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.022 11a5.47 5.47 0 0 0 .974 2.657A6.02 6.02 0 0 1 2.803 11zm0-1h-2.68A6 6 0 0 1 2 8c0-.701.12-1.374.341-2h2.776a17 17 0 0 0-.043 3.597q-.034.2-.052.403m2.315-4c-.512.36-.96.807-1.323 1.317q.03-.687.11-1.317zm2.371-1a9 9 0 0 0-.407-1.417c-.213-.554-.455-.969-.698-1.236S8.156 2 8 2s-.36.08-.603.347s-.485.682-.698 1.236c-.159.414-.297.89-.407 1.417zm3.49 0h-2.47a10.5 10.5 0 0 0-.494-1.776a6 6 0 0 0-.457-.957A6.02 6.02 0 0 1 13.197 5M5.271 5h-2.47a6.02 6.02 0 0 1 3.421-2.733c-.17.285-.323.608-.457.957c-.201.522-.368 1.12-.494 1.776M10.5 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m.954-5.608h1.544c.485 0 .687.647.295.944l-1.25.947l.477 1.532c.15.48-.378.88-.77.583l-1.25-.947l-1.25.947c-.392.297-.92-.103-.77-.583l.477-1.532l-1.25-.947c-.392-.297-.19-.944.294-.944h1.546l.477-1.531a.494.494 0 0 1 .952 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.022 11a5.47 5.47 0 0 0 .974 2.657A6.02 6.02 0 0 1 2.803 11zm0-1h-2.68A6 6 0 0 1 2 8c0-.701.12-1.374.341-2h2.776a17 17 0 0 0-.043 3.597q-.034.2-.052.403m2.315-4c-.512.36-.96.807-1.323 1.317q.03-.687.11-1.317zm2.371-1a9 9 0 0 0-.407-1.417c-.213-.554-.455-.969-.698-1.236S8.156 2 8 2s-.36.08-.603.347s-.485.682-.698 1.236c-.159.414-.297.89-.407 1.417zm3.49 0h-2.47a10.5 10.5 0 0 0-.494-1.776a6 6 0 0 0-.457-.957A6.02 6.02 0 0 1 13.197 5M5.271 5h-2.47a6.02 6.02 0 0 1 3.421-2.733c-.17.285-.323.608-.457.957c-.201.522-.368 1.12-.494 1.776M10.5 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m.954-5.608h1.544c.485 0 .687.647.295.944l-1.25.947l.477 1.532c.15.48-.378.88-.77.583l-1.25-.947l-1.25.947c-.392.297-.92-.103-.77-.583l.477-1.532l-1.25-.947c-.392-.297-.19-.944.294-.944h1.546l.477-1.531a.494.494 0 0 1 .952 0z"/></svg>
</template>

CSS

.icon-globe-star-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.022%2011a5.47%205.47%200%200%200%20.974%202.657A6.02%206.02%200%200%201%202.803%2011zm0-1h-2.68A6%206%200%200%201%202%208c0-.701.12-1.374.341-2h2.776a17%2017%200%200%200-.043%203.597q-.034.2-.052.403m2.315-4c-.512.36-.96.807-1.323%201.317q.03-.687.11-1.317zm2.371-1a9%209%200%200%200-.407-1.417c-.213-.554-.455-.969-.698-1.236S8.156%202%208%202s-.36.08-.603.347s-.485.682-.698%201.236c-.159.414-.297.89-.407%201.417zm3.49%200h-2.47a10.5%2010.5%200%200%200-.494-1.776a6%206%200%200%200-.457-.957A6.02%206.02%200%200%201%2013.197%205M5.271%205h-2.47a6.02%206.02%200%200%201%203.421-2.733c-.17.285-.323.608-.457.957c-.201.522-.368%201.12-.494%201.776M10.5%2015a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m.954-5.608h1.544c.485%200%20.687.647.295.944l-1.25.947l.477%201.532c.15.48-.378.88-.77.583l-1.25-.947l-1.25.947c-.392.297-.92-.103-.77-.583l.477-1.532l-1.25-.947c-.392-.297-.19-.944.294-.944h1.546l.477-1.531a.494.494%200%200%201%20.952%200z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.022%2011a5.47%205.47%200%200%200%20.974%202.657A6.02%206.02%200%200%201%202.803%2011zm0-1h-2.68A6%206%200%200%201%202%208c0-.701.12-1.374.341-2h2.776a17%2017%200%200%200-.043%203.597q-.034.2-.052.403m2.315-4c-.512.36-.96.807-1.323%201.317q.03-.687.11-1.317zm2.371-1a9%209%200%200%200-.407-1.417c-.213-.554-.455-.969-.698-1.236S8.156%202%208%202s-.36.08-.603.347s-.485.682-.698%201.236c-.159.414-.297.89-.407%201.417zm3.49%200h-2.47a10.5%2010.5%200%200%200-.494-1.776a6%206%200%200%200-.457-.957A6.02%206.02%200%200%201%2013.197%205M5.271%205h-2.47a6.02%206.02%200%200%201%203.421-2.733c-.17.285-.323.608-.457.957c-.201.522-.368%201.12-.494%201.776M10.5%2015a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m.954-5.608h1.544c.485%200%20.687.647.295.944l-1.25.947l.477%201.532c.15.48-.378.88-.77.583l-1.25-.947l-1.25.947c-.392.297-.92-.103-.77-.583l.477-1.532l-1.25-.947c-.392-.297-.19-.944.294-.944h1.546l.477-1.531a.494.494%200%200%201%20.952%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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