global-fill from Remix Icon by Remix Design · Fill · Business · Apache-2.0 Free for personal and commercial use.

Name
global-fill
Set
Remix Icon
Style
Fill
Category
Business
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More business icons from Remix Icon

Use the global icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.05 13h5.477a17.9 17.9 0 0 0 2.925 8.88A10.005 10.005 0 0 1 2.049 13m0-2a10.005 10.005 0 0 1 8.402-8.881a17.9 17.9 0 0 0-2.925 8.88zm19.9 0h-5.477a17.9 17.9 0 0 0-2.925-8.881a10.005 10.005 0 0 1 8.403 8.88m0 2a10.005 10.005 0 0 1-8.402 8.88A17.9 17.9 0 0 0 16.473 13zM9.53 13h4.94A15.9 15.9 0 0 1 12 20.592A15.9 15.9 0 0 1 9.53 13m0-2A15.9 15.9 0 0 1 12 3.408A15.9 15.9 0 0 1 14.47 11z"/></svg>

React

import type { SVGProps } from "react";

export function RiGlobalFill(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="M2.05 13h5.477a17.9 17.9 0 0 0 2.925 8.88A10.005 10.005 0 0 1 2.049 13m0-2a10.005 10.005 0 0 1 8.402-8.881a17.9 17.9 0 0 0-2.925 8.88zm19.9 0h-5.477a17.9 17.9 0 0 0-2.925-8.881a10.005 10.005 0 0 1 8.403 8.88m0 2a10.005 10.005 0 0 1-8.402 8.88A17.9 17.9 0 0 0 16.473 13zM9.53 13h4.94A15.9 15.9 0 0 1 12 20.592A15.9 15.9 0 0 1 9.53 13m0-2A15.9 15.9 0 0 1 12 3.408A15.9 15.9 0 0 1 14.47 11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.05 13h5.477a17.9 17.9 0 0 0 2.925 8.88A10.005 10.005 0 0 1 2.049 13m0-2a10.005 10.005 0 0 1 8.402-8.881a17.9 17.9 0 0 0-2.925 8.88zm19.9 0h-5.477a17.9 17.9 0 0 0-2.925-8.881a10.005 10.005 0 0 1 8.403 8.88m0 2a10.005 10.005 0 0 1-8.402 8.88A17.9 17.9 0 0 0 16.473 13zM9.53 13h4.94A15.9 15.9 0 0 1 12 20.592A15.9 15.9 0 0 1 9.53 13m0-2A15.9 15.9 0 0 1 12 3.408A15.9 15.9 0 0 1 14.47 11z"/></svg>
</template>

CSS

.icon-global-fill {
  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%22M2.05%2013h5.477a17.9%2017.9%200%200%200%202.925%208.88A10.005%2010.005%200%200%201%202.049%2013m0-2a10.005%2010.005%200%200%201%208.402-8.881a17.9%2017.9%200%200%200-2.925%208.88zm19.9%200h-5.477a17.9%2017.9%200%200%200-2.925-8.881a10.005%2010.005%200%200%201%208.403%208.88m0%202a10.005%2010.005%200%200%201-8.402%208.88A17.9%2017.9%200%200%200%2016.473%2013zM9.53%2013h4.94A15.9%2015.9%200%200%201%2012%2020.592A15.9%2015.9%200%200%201%209.53%2013m0-2A15.9%2015.9%200%200%201%2012%203.408A15.9%2015.9%200%200%201%2014.47%2011z%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%22M2.05%2013h5.477a17.9%2017.9%200%200%200%202.925%208.88A10.005%2010.005%200%200%201%202.049%2013m0-2a10.005%2010.005%200%200%201%208.402-8.881a17.9%2017.9%200%200%200-2.925%208.88zm19.9%200h-5.477a17.9%2017.9%200%200%200-2.925-8.881a10.005%2010.005%200%200%201%208.403%208.88m0%202a10.005%2010.005%200%200%201-8.402%208.88A17.9%2017.9%200%200%200%2016.473%2013zM9.53%2013h4.94A15.9%2015.9%200%200%201%2012%2020.592A15.9%2015.9%200%200%201%209.53%2013m0-2A15.9%2015.9%200%200%201%2012%203.408A15.9%2015.9%200%200%201%2014.47%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/global-fill.svg?color=%231a73e8&size=48