global refresh icon

global-refresh from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
global-refresh
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the global refresh icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10"/><path d="M8 3h1a28.42 28.42 0 0 0 0 18H8m7-18c.97 2.92 1.46 5.96 1.46 9"/><path d="M3 16v-1c2.92.97 5.96 1.46 9 1.46M3 9a28.42 28.42 0 0 1 18 0m-1.5 5.7c-.37-.11-.79-.18-1.25-.18a3.74 3.74 0 0 0 0 7.48c2.06 0 3.74-1.68 3.74-3.74a3.7 3.7 0 0 0-.63-2.08m-1.32-1.38l-1.25-1.43m1.25 1.43l-1.46 1.06"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGlobalRefresh(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10"/><path d="M8 3h1a28.42 28.42 0 0 0 0 18H8m7-18c.97 2.92 1.46 5.96 1.46 9"/><path d="M3 16v-1c2.92.97 5.96 1.46 9 1.46M3 9a28.42 28.42 0 0 1 18 0m-1.5 5.7c-.37-.11-.79-.18-1.25-.18a3.74 3.74 0 0 0 0 7.48c2.06 0 3.74-1.68 3.74-3.74a3.7 3.7 0 0 0-.63-2.08m-1.32-1.38l-1.25-1.43m1.25 1.43l-1.46 1.06"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10"/><path d="M8 3h1a28.42 28.42 0 0 0 0 18H8m7-18c.97 2.92 1.46 5.96 1.46 9"/><path d="M3 16v-1c2.92.97 5.96 1.46 9 1.46M3 9a28.42 28.42 0 0 1 18 0m-1.5 5.7c-.37-.11-.79-.18-1.25-.18a3.74 3.74 0 0 0 0 7.48c2.06 0 3.74-1.68 3.74-3.74a3.7 3.7 0 0 0-.63-2.08m-1.32-1.38l-1.25-1.43m1.25 1.43l-1.46 1.06"/></g></svg>
</template>

CSS

.icon-global-refresh {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2012c0-5.52-4.48-10-10-10S2%206.48%202%2012s4.48%2010%2010%2010%22%2F%3E%3Cpath%20d%3D%22M8%203h1a28.42%2028.42%200%200%200%200%2018H8m7-18c.97%202.92%201.46%205.96%201.46%209%22%2F%3E%3Cpath%20d%3D%22M3%2016v-1c2.92.97%205.96%201.46%209%201.46M3%209a28.42%2028.42%200%200%201%2018%200m-1.5%205.7c-.37-.11-.79-.18-1.25-.18a3.74%203.74%200%200%200%200%207.48c2.06%200%203.74-1.68%203.74-3.74a3.7%203.7%200%200%200-.63-2.08m-1.32-1.38l-1.25-1.43m1.25%201.43l-1.46%201.06%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2012c0-5.52-4.48-10-10-10S2%206.48%202%2012s4.48%2010%2010%2010%22%2F%3E%3Cpath%20d%3D%22M8%203h1a28.42%2028.42%200%200%200%200%2018H8m7-18c.97%202.92%201.46%205.96%201.46%209%22%2F%3E%3Cpath%20d%3D%22M3%2016v-1c2.92.97%205.96%201.46%209%201.46M3%209a28.42%2028.42%200%200%201%2018%200m-1.5%205.7c-.37-.11-.79-.18-1.25-.18a3.74%203.74%200%200%200%200%207.48c2.06%200%203.74-1.68%203.74-3.74a3.7%203.7%200%200%200-.63-2.08m-1.32-1.38l-1.25-1.43m1.25%201.43l-1.46%201.06%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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