globe-star-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
globe-star-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10.254 17.996a8 8 0 1 1 7.742-7.742a5.5 5.5 0 0 0-1.008-.66A7 7 0 0 0 16.54 7.5h-2.733q.118.736.165 1.525a5.5 5.5 0 0 0-.992.188a15 15 0 0 0-.186-1.713H7.206A15 15 0 0 0 7 10c0 .883.073 1.725.206 2.5h2.169a5.5 5.5 0 0 0-.284 1H7.419c.153.59.342 1.126.56 1.592c.48 1.028 1.041 1.614 1.577 1.821q.287.586.698 1.083m1.768-13.088C11.407 3.59 10.657 3 10 3s-1.407.59-2.022 1.908A9.3 9.3 0 0 0 7.42 6.5h5.162a9.3 9.3 0 0 0-.56-1.592M6.389 6.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.02 7.02 0 0 0 3.936 6.5zM6 10c0-.87.067-1.712.193-2.5H3.46A7 7 0 0 0 3 10c0 .88.163 1.724.46 2.5h2.733A16 16 0 0 1 6 10m1.072 5.515a10.5 10.5 0 0 1-.683-2.015H3.936a7.02 7.02 0 0 0 3.778 3.118a6.6 6.6 0 0 1-.642-1.103M16.064 6.5a7.02 7.02 0 0 0-3.778-3.118c.241.33.456.704.642 1.103c.276.593.507 1.272.683 2.015zM14.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 FluentGlobeStar20Regular(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="M10.254 17.996a8 8 0 1 1 7.742-7.742a5.5 5.5 0 0 0-1.008-.66A7 7 0 0 0 16.54 7.5h-2.733q.118.736.165 1.525a5.5 5.5 0 0 0-.992.188a15 15 0 0 0-.186-1.713H7.206A15 15 0 0 0 7 10c0 .883.073 1.725.206 2.5h2.169a5.5 5.5 0 0 0-.284 1H7.419c.153.59.342 1.126.56 1.592c.48 1.028 1.041 1.614 1.577 1.821q.287.586.698 1.083m1.768-13.088C11.407 3.59 10.657 3 10 3s-1.407.59-2.022 1.908A9.3 9.3 0 0 0 7.42 6.5h5.162a9.3 9.3 0 0 0-.56-1.592M6.389 6.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.02 7.02 0 0 0 3.936 6.5zM6 10c0-.87.067-1.712.193-2.5H3.46A7 7 0 0 0 3 10c0 .88.163 1.724.46 2.5h2.733A16 16 0 0 1 6 10m1.072 5.515a10.5 10.5 0 0 1-.683-2.015H3.936a7.02 7.02 0 0 0 3.778 3.118a6.6 6.6 0 0 1-.642-1.103M16.064 6.5a7.02 7.02 0 0 0-3.778-3.118c.241.33.456.704.642 1.103c.276.593.507 1.272.683 2.015zM14.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="M10.254 17.996a8 8 0 1 1 7.742-7.742a5.5 5.5 0 0 0-1.008-.66A7 7 0 0 0 16.54 7.5h-2.733q.118.736.165 1.525a5.5 5.5 0 0 0-.992.188a15 15 0 0 0-.186-1.713H7.206A15 15 0 0 0 7 10c0 .883.073 1.725.206 2.5h2.169a5.5 5.5 0 0 0-.284 1H7.419c.153.59.342 1.126.56 1.592c.48 1.028 1.041 1.614 1.577 1.821q.287.586.698 1.083m1.768-13.088C11.407 3.59 10.657 3 10 3s-1.407.59-2.022 1.908A9.3 9.3 0 0 0 7.42 6.5h5.162a9.3 9.3 0 0 0-.56-1.592M6.389 6.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.02 7.02 0 0 0 3.936 6.5zM6 10c0-.87.067-1.712.193-2.5H3.46A7 7 0 0 0 3 10c0 .88.163 1.724.46 2.5h2.733A16 16 0 0 1 6 10m1.072 5.515a10.5 10.5 0 0 1-.683-2.015H3.936a7.02 7.02 0 0 0 3.778 3.118a6.6 6.6 0 0 1-.642-1.103M16.064 6.5a7.02 7.02 0 0 0-3.778-3.118c.241.33.456.704.642 1.103c.276.593.507 1.272.683 2.015zM14.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-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.254%2017.996a8%208%200%201%201%207.742-7.742a5.5%205.5%200%200%200-1.008-.66A7%207%200%200%200%2016.54%207.5h-2.733q.118.736.165%201.525a5.5%205.5%200%200%200-.992.188a15%2015%200%200%200-.186-1.713H7.206A15%2015%200%200%200%207%2010c0%20.883.073%201.725.206%202.5h2.169a5.5%205.5%200%200%200-.284%201H7.419c.153.59.342%201.126.56%201.592c.48%201.028%201.041%201.614%201.577%201.821q.287.586.698%201.083m1.768-13.088C11.407%203.59%2010.657%203%2010%203s-1.407.59-2.022%201.908A9.3%209.3%200%200%200%207.42%206.5h5.162a9.3%209.3%200%200%200-.56-1.592M6.389%206.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.02%207.02%200%200%200%203.936%206.5zM6%2010c0-.87.067-1.712.193-2.5H3.46A7%207%200%200%200%203%2010c0%20.88.163%201.724.46%202.5h2.733A16%2016%200%200%201%206%2010m1.072%205.515a10.5%2010.5%200%200%201-.683-2.015H3.936a7.02%207.02%200%200%200%203.778%203.118a6.6%206.6%200%200%201-.642-1.103M16.064%206.5a7.02%207.02%200%200%200-3.778-3.118c.241.33.456.704.642%201.103c.276.593.507%201.272.683%202.015zM14.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%22M10.254%2017.996a8%208%200%201%201%207.742-7.742a5.5%205.5%200%200%200-1.008-.66A7%207%200%200%200%2016.54%207.5h-2.733q.118.736.165%201.525a5.5%205.5%200%200%200-.992.188a15%2015%200%200%200-.186-1.713H7.206A15%2015%200%200%200%207%2010c0%20.883.073%201.725.206%202.5h2.169a5.5%205.5%200%200%200-.284%201H7.419c.153.59.342%201.126.56%201.592c.48%201.028%201.041%201.614%201.577%201.821q.287.586.698%201.083m1.768-13.088C11.407%203.59%2010.657%203%2010%203s-1.407.59-2.022%201.908A9.3%209.3%200%200%200%207.42%206.5h5.162a9.3%209.3%200%200%200-.56-1.592M6.389%206.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.02%207.02%200%200%200%203.936%206.5zM6%2010c0-.87.067-1.712.193-2.5H3.46A7%207%200%200%200%203%2010c0%20.88.163%201.724.46%202.5h2.733A16%2016%200%200%201%206%2010m1.072%205.515a10.5%2010.5%200%200%201-.683-2.015H3.936a7.02%207.02%200%200%200%203.778%203.118a6.6%206.6%200%200%201-.642-1.103M16.064%206.5a7.02%207.02%200%200%200-3.778-3.118c.241.33.456.704.642%201.103c.276.593.507%201.272.683%202.015zM14.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-regular.svg?color=%231a73e8&size=48