globe star icon
globe-star-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- globe-star-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M5.996 13.657a6 6 0 1 1 7.661-7.661A5.5 5.5 0 0 0 10.5 5c-1.177 0-2.268.37-3.163 1H6.179q-.116.617-.159 1.308a5.5 5.5 0 0 0-.93 2.194Q5 8.777 5 8c0-.699.057-1.372.163-2H3.416A5 5 0 0 0 3 8c0 .711.148 1.388.416 2h1.606a5.6 5.6 0 0 0 0 1H4c.348.464.776.866 1.263 1.185c.17.53.42 1.026.733 1.472m3.317-9.34C8.875 3.358 8.373 3 8 3c-.374 0-.875.356-1.313 1.318a6 6 0 0 0-.26.682h3.146a6 6 0 0 0-.26-.682M5.384 5c.11-.396.242-.764.393-1.096a6 6 0 0 1 .26-.504A5 5 0 0 0 4 5zM12 5a5 5 0 0 0-2.038-1.6q.143.242.26.504q.229.5.394 1.096zm-1.5 10a4.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 FluentGlobeStar16Regular(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.996 13.657a6 6 0 1 1 7.661-7.661A5.5 5.5 0 0 0 10.5 5c-1.177 0-2.268.37-3.163 1H6.179q-.116.617-.159 1.308a5.5 5.5 0 0 0-.93 2.194Q5 8.777 5 8c0-.699.057-1.372.163-2H3.416A5 5 0 0 0 3 8c0 .711.148 1.388.416 2h1.606a5.6 5.6 0 0 0 0 1H4c.348.464.776.866 1.263 1.185c.17.53.42 1.026.733 1.472m3.317-9.34C8.875 3.358 8.373 3 8 3c-.374 0-.875.356-1.313 1.318a6 6 0 0 0-.26.682h3.146a6 6 0 0 0-.26-.682M5.384 5c.11-.396.242-.764.393-1.096a6 6 0 0 1 .26-.504A5 5 0 0 0 4 5zM12 5a5 5 0 0 0-2.038-1.6q.143.242.26.504q.229.5.394 1.096zm-1.5 10a4.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.996 13.657a6 6 0 1 1 7.661-7.661A5.5 5.5 0 0 0 10.5 5c-1.177 0-2.268.37-3.163 1H6.179q-.116.617-.159 1.308a5.5 5.5 0 0 0-.93 2.194Q5 8.777 5 8c0-.699.057-1.372.163-2H3.416A5 5 0 0 0 3 8c0 .711.148 1.388.416 2h1.606a5.6 5.6 0 0 0 0 1H4c.348.464.776.866 1.263 1.185c.17.53.42 1.026.733 1.472m3.317-9.34C8.875 3.358 8.373 3 8 3c-.374 0-.875.356-1.313 1.318a6 6 0 0 0-.26.682h3.146a6 6 0 0 0-.26-.682M5.384 5c.11-.396.242-.764.393-1.096a6 6 0 0 1 .26-.504A5 5 0 0 0 4 5zM12 5a5 5 0 0 0-2.038-1.6q.143.242.26.504q.229.5.394 1.096zm-1.5 10a4.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-regular {
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.996%2013.657a6%206%200%201%201%207.661-7.661A5.5%205.5%200%200%200%2010.5%205c-1.177%200-2.268.37-3.163%201H6.179q-.116.617-.159%201.308a5.5%205.5%200%200%200-.93%202.194Q5%208.777%205%208c0-.699.057-1.372.163-2H3.416A5%205%200%200%200%203%208c0%20.711.148%201.388.416%202h1.606a5.6%205.6%200%200%200%200%201H4c.348.464.776.866%201.263%201.185c.17.53.42%201.026.733%201.472m3.317-9.34C8.875%203.358%208.373%203%208%203c-.374%200-.875.356-1.313%201.318a6%206%200%200%200-.26.682h3.146a6%206%200%200%200-.26-.682M5.384%205c.11-.396.242-.764.393-1.096a6%206%200%200%201%20.26-.504A5%205%200%200%200%204%205zM12%205a5%205%200%200%200-2.038-1.6q.143.242.26.504q.229.5.394%201.096zm-1.5%2010a4.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.996%2013.657a6%206%200%201%201%207.661-7.661A5.5%205.5%200%200%200%2010.5%205c-1.177%200-2.268.37-3.163%201H6.179q-.116.617-.159%201.308a5.5%205.5%200%200%200-.93%202.194Q5%208.777%205%208c0-.699.057-1.372.163-2H3.416A5%205%200%200%200%203%208c0%20.711.148%201.388.416%202h1.606a5.6%205.6%200%200%200%200%201H4c.348.464.776.866%201.263%201.185c.17.53.42%201.026.733%201.472m3.317-9.34C8.875%203.358%208.373%203%208%203c-.374%200-.875.356-1.313%201.318a6%206%200%200%200-.26.682h3.146a6%206%200%200%200-.26-.682M5.384%205c.11-.396.242-.764.393-1.096a6%206%200%200%201%20.26-.504A5%205%200%200%200%204%205zM12%205a5%205%200%200%200-2.038-1.6q.143.242.26.504q.229.5.394%201.096zm-1.5%2010a4.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-regular.svg?color=%231a73e8&size=48