globe star icon
globe-star-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- globe-star-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
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-shield-20-filledglobe-stand-20-filledglobe-surface-20-filledglobe-sync-16-filledglobe-video-20-filledglobe-warning-16-filled
Use the globe star icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.318 6.5c.168-.873.397-1.657.67-2.32c.301-.733.648-1.294 1.008-1.663C9.354 2.149 9.693 2 10 2s.646.149 1.004.517c.36.37.707.93 1.008 1.663c.273.663.502 1.447.67 2.32zm-.255-2.7a7.2 7.2 0 0 1 .827-1.52A8.02 8.02 0 0 0 2.804 6.5h3.497c.182-1.007.441-1.922.762-2.7m5.874 0a7.2 7.2 0 0 0-.827-1.519A8.02 8.02 0 0 1 17.196 6.5h-3.497c-.182-1.007-.441-1.922-.762-2.7m.913 3.7h3.752a8 8 0 0 1 .394 2.754a5.48 5.48 0 0 0-4.018-1.23A20 20 0 0 0 13.85 7.5m-.865 1.711a19 19 0 0 0-.143-1.711H7.158A19 19 0 0 0 7 10c0 .875.056 1.714.158 2.5h2.217a5.51 5.51 0 0 1 3.61-3.289M9.09 13.5H7.318c.168.873.397 1.657.67 2.32c.301.733.648 1.294 1.008 1.663c.358.368.697.517 1.004.517q.114 0 .234-.029A5.48 5.48 0 0 1 9 14.5q0-.513.09-1m-6.287 0a8.02 8.02 0 0 0 5.087 4.219a7.2 7.2 0 0 1-.828-1.518c-.32-.78-.58-1.694-.762-2.701zm3.346-1H2.398A8 8 0 0 1 2 10c0-.873.14-1.713.398-2.5H6.15C6.052 8.295 6 9.134 6 10s.052 1.705.15 2.5M14.5 19a4.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 FluentGlobeStar20Filled(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.318 6.5c.168-.873.397-1.657.67-2.32c.301-.733.648-1.294 1.008-1.663C9.354 2.149 9.693 2 10 2s.646.149 1.004.517c.36.37.707.93 1.008 1.663c.273.663.502 1.447.67 2.32zm-.255-2.7a7.2 7.2 0 0 1 .827-1.52A8.02 8.02 0 0 0 2.804 6.5h3.497c.182-1.007.441-1.922.762-2.7m5.874 0a7.2 7.2 0 0 0-.827-1.519A8.02 8.02 0 0 1 17.196 6.5h-3.497c-.182-1.007-.441-1.922-.762-2.7m.913 3.7h3.752a8 8 0 0 1 .394 2.754a5.48 5.48 0 0 0-4.018-1.23A20 20 0 0 0 13.85 7.5m-.865 1.711a19 19 0 0 0-.143-1.711H7.158A19 19 0 0 0 7 10c0 .875.056 1.714.158 2.5h2.217a5.51 5.51 0 0 1 3.61-3.289M9.09 13.5H7.318c.168.873.397 1.657.67 2.32c.301.733.648 1.294 1.008 1.663c.358.368.697.517 1.004.517q.114 0 .234-.029A5.48 5.48 0 0 1 9 14.5q0-.513.09-1m-6.287 0a8.02 8.02 0 0 0 5.087 4.219a7.2 7.2 0 0 1-.828-1.518c-.32-.78-.58-1.694-.762-2.701zm3.346-1H2.398A8 8 0 0 1 2 10c0-.873.14-1.713.398-2.5H6.15C6.052 8.295 6 9.134 6 10s.052 1.705.15 2.5M14.5 19a4.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 20 20"><path fill="currentColor" d="M7.318 6.5c.168-.873.397-1.657.67-2.32c.301-.733.648-1.294 1.008-1.663C9.354 2.149 9.693 2 10 2s.646.149 1.004.517c.36.37.707.93 1.008 1.663c.273.663.502 1.447.67 2.32zm-.255-2.7a7.2 7.2 0 0 1 .827-1.52A8.02 8.02 0 0 0 2.804 6.5h3.497c.182-1.007.441-1.922.762-2.7m5.874 0a7.2 7.2 0 0 0-.827-1.519A8.02 8.02 0 0 1 17.196 6.5h-3.497c-.182-1.007-.441-1.922-.762-2.7m.913 3.7h3.752a8 8 0 0 1 .394 2.754a5.48 5.48 0 0 0-4.018-1.23A20 20 0 0 0 13.85 7.5m-.865 1.711a19 19 0 0 0-.143-1.711H7.158A19 19 0 0 0 7 10c0 .875.056 1.714.158 2.5h2.217a5.51 5.51 0 0 1 3.61-3.289M9.09 13.5H7.318c.168.873.397 1.657.67 2.32c.301.733.648 1.294 1.008 1.663c.358.368.697.517 1.004.517q.114 0 .234-.029A5.48 5.48 0 0 1 9 14.5q0-.513.09-1m-6.287 0a8.02 8.02 0 0 0 5.087 4.219a7.2 7.2 0 0 1-.828-1.518c-.32-.78-.58-1.694-.762-2.701zm3.346-1H2.398A8 8 0 0 1 2 10c0-.873.14-1.713.398-2.5H6.15C6.052 8.295 6 9.134 6 10s.052 1.705.15 2.5M14.5 19a4.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-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.318%206.5c.168-.873.397-1.657.67-2.32c.301-.733.648-1.294%201.008-1.663C9.354%202.149%209.693%202%2010%202s.646.149%201.004.517c.36.37.707.93%201.008%201.663c.273.663.502%201.447.67%202.32zm-.255-2.7a7.2%207.2%200%200%201%20.827-1.52A8.02%208.02%200%200%200%202.804%206.5h3.497c.182-1.007.441-1.922.762-2.7m5.874%200a7.2%207.2%200%200%200-.827-1.519A8.02%208.02%200%200%201%2017.196%206.5h-3.497c-.182-1.007-.441-1.922-.762-2.7m.913%203.7h3.752a8%208%200%200%201%20.394%202.754a5.48%205.48%200%200%200-4.018-1.23A20%2020%200%200%200%2013.85%207.5m-.865%201.711a19%2019%200%200%200-.143-1.711H7.158A19%2019%200%200%200%207%2010c0%20.875.056%201.714.158%202.5h2.217a5.51%205.51%200%200%201%203.61-3.289M9.09%2013.5H7.318c.168.873.397%201.657.67%202.32c.301.733.648%201.294%201.008%201.663c.358.368.697.517%201.004.517q.114%200%20.234-.029A5.48%205.48%200%200%201%209%2014.5q0-.513.09-1m-6.287%200a8.02%208.02%200%200%200%205.087%204.219a7.2%207.2%200%200%201-.828-1.518c-.32-.78-.58-1.694-.762-2.701zm3.346-1H2.398A8%208%200%200%201%202%2010c0-.873.14-1.713.398-2.5H6.15C6.052%208.295%206%209.134%206%2010s.052%201.705.15%202.5M14.5%2019a4.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.318%206.5c.168-.873.397-1.657.67-2.32c.301-.733.648-1.294%201.008-1.663C9.354%202.149%209.693%202%2010%202s.646.149%201.004.517c.36.37.707.93%201.008%201.663c.273.663.502%201.447.67%202.32zm-.255-2.7a7.2%207.2%200%200%201%20.827-1.52A8.02%208.02%200%200%200%202.804%206.5h3.497c.182-1.007.441-1.922.762-2.7m5.874%200a7.2%207.2%200%200%200-.827-1.519A8.02%208.02%200%200%201%2017.196%206.5h-3.497c-.182-1.007-.441-1.922-.762-2.7m.913%203.7h3.752a8%208%200%200%201%20.394%202.754a5.48%205.48%200%200%200-4.018-1.23A20%2020%200%200%200%2013.85%207.5m-.865%201.711a19%2019%200%200%200-.143-1.711H7.158A19%2019%200%200%200%207%2010c0%20.875.056%201.714.158%202.5h2.217a5.51%205.51%200%200%201%203.61-3.289M9.09%2013.5H7.318c.168.873.397%201.657.67%202.32c.301.733.648%201.294%201.008%201.663c.358.368.697.517%201.004.517q.114%200%20.234-.029A5.48%205.48%200%200%201%209%2014.5q0-.513.09-1m-6.287%200a8.02%208.02%200%200%200%205.087%204.219a7.2%207.2%200%200%201-.828-1.518c-.32-.78-.58-1.694-.762-2.701zm3.346-1H2.398A8%208%200%200%201%202%2010c0-.873.14-1.713.398-2.5H6.15C6.052%208.295%206%209.134%206%2010s.052%201.705.15%202.5M14.5%2019a4.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-20-filled.svg?color=%231a73e8&size=48