global off icon

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

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

1 other variant in Remix Icon

More business icons from Remix Icon

Use the global off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.035 16.379l-2.12 2.121l2.12 2.121l-1.414 1.415l-2.121-2.122l-2.121 2.122l-1.414-1.415l2.12-2.121l-2.12-2.121l1.414-1.414l2.121 2.12l2.121-2.12zM7.527 13a17.9 17.9 0 0 0 2.925 8.88A10.006 10.006 0 0 1 2.05 13zm6.942 0q-.037.589-.117 1.166a5.98 5.98 0 0 0-1.755 5.403q-.28.524-.597 1.023A15.9 15.9 0 0 1 9.53 13zM10.452 2.12A17.9 17.9 0 0 0 7.527 11H2.05a10.006 10.006 0 0 1 8.403-8.88M12 3.407A15.9 15.9 0 0 1 14.469 11H9.53A15.9 15.9 0 0 1 12 3.408m1.548-1.289A10.005 10.005 0 0 1 21.95 11h-5.477a17.9 17.9 0 0 0-2.925-8.88"/></svg>

React

import type { SVGProps } from "react";

export function RiGlobalOffFill(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="m22.035 16.379l-2.12 2.121l2.12 2.121l-1.414 1.415l-2.121-2.122l-2.121 2.122l-1.414-1.415l2.12-2.121l-2.12-2.121l1.414-1.414l2.121 2.12l2.121-2.12zM7.527 13a17.9 17.9 0 0 0 2.925 8.88A10.006 10.006 0 0 1 2.05 13zm6.942 0q-.037.589-.117 1.166a5.98 5.98 0 0 0-1.755 5.403q-.28.524-.597 1.023A15.9 15.9 0 0 1 9.53 13zM10.452 2.12A17.9 17.9 0 0 0 7.527 11H2.05a10.006 10.006 0 0 1 8.403-8.88M12 3.407A15.9 15.9 0 0 1 14.469 11H9.53A15.9 15.9 0 0 1 12 3.408m1.548-1.289A10.005 10.005 0 0 1 21.95 11h-5.477a17.9 17.9 0 0 0-2.925-8.88"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.035 16.379l-2.12 2.121l2.12 2.121l-1.414 1.415l-2.121-2.122l-2.121 2.122l-1.414-1.415l2.12-2.121l-2.12-2.121l1.414-1.414l2.121 2.12l2.121-2.12zM7.527 13a17.9 17.9 0 0 0 2.925 8.88A10.006 10.006 0 0 1 2.05 13zm6.942 0q-.037.589-.117 1.166a5.98 5.98 0 0 0-1.755 5.403q-.28.524-.597 1.023A15.9 15.9 0 0 1 9.53 13zM10.452 2.12A17.9 17.9 0 0 0 7.527 11H2.05a10.006 10.006 0 0 1 8.403-8.88M12 3.407A15.9 15.9 0 0 1 14.469 11H9.53A15.9 15.9 0 0 1 12 3.408m1.548-1.289A10.005 10.005 0 0 1 21.95 11h-5.477a17.9 17.9 0 0 0-2.925-8.88"/></svg>
</template>

CSS

.icon-global-off-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%22m22.035%2016.379l-2.12%202.121l2.12%202.121l-1.414%201.415l-2.121-2.122l-2.121%202.122l-1.414-1.415l2.12-2.121l-2.12-2.121l1.414-1.414l2.121%202.12l2.121-2.12zM7.527%2013a17.9%2017.9%200%200%200%202.925%208.88A10.006%2010.006%200%200%201%202.05%2013zm6.942%200q-.037.589-.117%201.166a5.98%205.98%200%200%200-1.755%205.403q-.28.524-.597%201.023A15.9%2015.9%200%200%201%209.53%2013zM10.452%202.12A17.9%2017.9%200%200%200%207.527%2011H2.05a10.006%2010.006%200%200%201%208.403-8.88M12%203.407A15.9%2015.9%200%200%201%2014.469%2011H9.53A15.9%2015.9%200%200%201%2012%203.408m1.548-1.289A10.005%2010.005%200%200%201%2021.95%2011h-5.477a17.9%2017.9%200%200%200-2.925-8.88%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%22m22.035%2016.379l-2.12%202.121l2.12%202.121l-1.414%201.415l-2.121-2.122l-2.121%202.122l-1.414-1.415l2.12-2.121l-2.12-2.121l1.414-1.414l2.121%202.12l2.121-2.12zM7.527%2013a17.9%2017.9%200%200%200%202.925%208.88A10.006%2010.006%200%200%201%202.05%2013zm6.942%200q-.037.589-.117%201.166a5.98%205.98%200%200%200-1.755%205.403q-.28.524-.597%201.023A15.9%2015.9%200%200%201%209.53%2013zM10.452%202.12A17.9%2017.9%200%200%200%207.527%2011H2.05a10.006%2010.006%200%200%201%208.403-8.88M12%203.407A15.9%2015.9%200%200%201%2014.469%2011H9.53A15.9%2015.9%200%200%201%2012%203.408m1.548-1.289A10.005%2010.005%200%200%201%2021.95%2011h-5.477a17.9%2017.9%200%200%200-2.925-8.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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