global refresh icon
global-refresh-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- global-refresh-filled
- Set
- Reicon
- Style
- Filled
- 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"><path fill="currentColor" d="M22.652 18.13c-.1-.4-.5-.65-.9-.55s-.65.5-.56.9a2.253 2.253 0 0 1-2.19 2.77c-1.24 0-2.25-1.01-2.25-2.25c0-1.1.79-2.01 1.84-2.21c-.1.23-.09.51.07.73c.15.2.38.31.61.31c.15 0 .31-.05.44-.14l1.17-.85c.01-.01.01-.02.02-.02c.01-.01.02-.01.03-.02a.4.4 0 0 0 .07-.1c.03-.04.07-.07.09-.12c.02-.04.03-.09.05-.13c.01-.05.03-.09.04-.14s0-.09-.01-.14c0-.05 0-.1-.02-.15c-.01-.05-.04-.09-.06-.13s-.03-.08-.05-.11c-.01-.01-.02-.01-.03-.02c-.01 0-.01-.01-.01-.02l-1-1.15a.747.747 0 0 0-1.06-.07c-.22.2-.3.49-.22.76c-1.93.15-3.46 1.75-3.46 3.72c0 2.07 1.68 3.75 3.75 3.75s3.75-1.68 3.75-3.75c-.01-.29-.04-.59-.11-.87m-20.62-3.501c0 .03-.02.07-.02.1a9.5 9.5 0 0 0 4.26 4.26c.03 0 .07-.02.1-.02c-.34-1.16-.6-2.35-.79-3.54c-1.2-.2-2.39-.46-3.55-.8m17.036-8.198a9.5 9.5 0 0 0-4.49-4.49c.36 1.19.66 2.41.86 3.63c1.22.2 2.44.49 3.63.86M1.93 6.43c1.2-.36 2.42-.66 3.64-.86c.2-1.19.45-2.37.79-3.53c-.03 0-.07-.02-.1-.02c-1.88.93-3.41 2.5-4.33 4.41m11.89-1.07c-.24-1.3-.54-2.6-.97-3.86c-.02-.07-.02-.13-.03-.21C12.08 1.11 11.3 1 10.5 1c-.81 0-1.58.11-2.33.3c-.01.07 0 .13-.02.21c-.42 1.26-.73 2.55-.97 3.85c2.21-.24 4.43-.24 6.64 0M5.36 7.18c-1.31.24-2.59.55-3.86.97c-.07.02-.13.02-.2.03c-.19.74-.3 1.52-.3 2.32c0 .81.11 1.58.3 2.33c.07.01.13 0 .21.02c1.26.42 2.55.73 3.86.97c-.25-2.21-.25-4.43-.01-6.64m14.339 1c-.07 0-.13-.01-.21-.03c-1.26-.42-2.56-.73-3.86-.97c.25 2.21.25 4.43 0 6.63c1.3-.24 2.6-.54 3.86-.97c.07-.02.13-.01.21-.02c.18-.75.3-1.52.3-2.33c0-.79-.11-1.56-.3-2.31M7.18 15.639c.24 1.31.54 2.6.97 3.86c.02.07.01.13.02.21c.75.18 1.52.29 2.33.29c.8 0 1.58-.11 2.32-.3c.01-.07.01-.13.03-.21c.42-1.26.73-2.55.97-3.86c-1.1.12-2.21.21-3.32.21s-2.22-.08-3.32-.2m-.228-8.687c-.3 2.36-.3 4.74 0 7.11c2.36.3 4.74.3 7.11 0c.3-2.36.3-4.74 0-7.11c-2.37-.3-4.75-.3-7.11 0"/></svg>
React
import type { SVGProps } from "react";
export function ReiconGlobalRefreshFilled(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.652 18.13c-.1-.4-.5-.65-.9-.55s-.65.5-.56.9a2.253 2.253 0 0 1-2.19 2.77c-1.24 0-2.25-1.01-2.25-2.25c0-1.1.79-2.01 1.84-2.21c-.1.23-.09.51.07.73c.15.2.38.31.61.31c.15 0 .31-.05.44-.14l1.17-.85c.01-.01.01-.02.02-.02c.01-.01.02-.01.03-.02a.4.4 0 0 0 .07-.1c.03-.04.07-.07.09-.12c.02-.04.03-.09.05-.13c.01-.05.03-.09.04-.14s0-.09-.01-.14c0-.05 0-.1-.02-.15c-.01-.05-.04-.09-.06-.13s-.03-.08-.05-.11c-.01-.01-.02-.01-.03-.02c-.01 0-.01-.01-.01-.02l-1-1.15a.747.747 0 0 0-1.06-.07c-.22.2-.3.49-.22.76c-1.93.15-3.46 1.75-3.46 3.72c0 2.07 1.68 3.75 3.75 3.75s3.75-1.68 3.75-3.75c-.01-.29-.04-.59-.11-.87m-20.62-3.501c0 .03-.02.07-.02.1a9.5 9.5 0 0 0 4.26 4.26c.03 0 .07-.02.1-.02c-.34-1.16-.6-2.35-.79-3.54c-1.2-.2-2.39-.46-3.55-.8m17.036-8.198a9.5 9.5 0 0 0-4.49-4.49c.36 1.19.66 2.41.86 3.63c1.22.2 2.44.49 3.63.86M1.93 6.43c1.2-.36 2.42-.66 3.64-.86c.2-1.19.45-2.37.79-3.53c-.03 0-.07-.02-.1-.02c-1.88.93-3.41 2.5-4.33 4.41m11.89-1.07c-.24-1.3-.54-2.6-.97-3.86c-.02-.07-.02-.13-.03-.21C12.08 1.11 11.3 1 10.5 1c-.81 0-1.58.11-2.33.3c-.01.07 0 .13-.02.21c-.42 1.26-.73 2.55-.97 3.85c2.21-.24 4.43-.24 6.64 0M5.36 7.18c-1.31.24-2.59.55-3.86.97c-.07.02-.13.02-.2.03c-.19.74-.3 1.52-.3 2.32c0 .81.11 1.58.3 2.33c.07.01.13 0 .21.02c1.26.42 2.55.73 3.86.97c-.25-2.21-.25-4.43-.01-6.64m14.339 1c-.07 0-.13-.01-.21-.03c-1.26-.42-2.56-.73-3.86-.97c.25 2.21.25 4.43 0 6.63c1.3-.24 2.6-.54 3.86-.97c.07-.02.13-.01.21-.02c.18-.75.3-1.52.3-2.33c0-.79-.11-1.56-.3-2.31M7.18 15.639c.24 1.31.54 2.6.97 3.86c.02.07.01.13.02.21c.75.18 1.52.29 2.33.29c.8 0 1.58-.11 2.32-.3c.01-.07.01-.13.03-.21c.42-1.26.73-2.55.97-3.86c-1.1.12-2.21.21-3.32.21s-2.22-.08-3.32-.2m-.228-8.687c-.3 2.36-.3 4.74 0 7.11c2.36.3 4.74.3 7.11 0c.3-2.36.3-4.74 0-7.11c-2.37-.3-4.75-.3-7.11 0"/></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.652 18.13c-.1-.4-.5-.65-.9-.55s-.65.5-.56.9a2.253 2.253 0 0 1-2.19 2.77c-1.24 0-2.25-1.01-2.25-2.25c0-1.1.79-2.01 1.84-2.21c-.1.23-.09.51.07.73c.15.2.38.31.61.31c.15 0 .31-.05.44-.14l1.17-.85c.01-.01.01-.02.02-.02c.01-.01.02-.01.03-.02a.4.4 0 0 0 .07-.1c.03-.04.07-.07.09-.12c.02-.04.03-.09.05-.13c.01-.05.03-.09.04-.14s0-.09-.01-.14c0-.05 0-.1-.02-.15c-.01-.05-.04-.09-.06-.13s-.03-.08-.05-.11c-.01-.01-.02-.01-.03-.02c-.01 0-.01-.01-.01-.02l-1-1.15a.747.747 0 0 0-1.06-.07c-.22.2-.3.49-.22.76c-1.93.15-3.46 1.75-3.46 3.72c0 2.07 1.68 3.75 3.75 3.75s3.75-1.68 3.75-3.75c-.01-.29-.04-.59-.11-.87m-20.62-3.501c0 .03-.02.07-.02.1a9.5 9.5 0 0 0 4.26 4.26c.03 0 .07-.02.1-.02c-.34-1.16-.6-2.35-.79-3.54c-1.2-.2-2.39-.46-3.55-.8m17.036-8.198a9.5 9.5 0 0 0-4.49-4.49c.36 1.19.66 2.41.86 3.63c1.22.2 2.44.49 3.63.86M1.93 6.43c1.2-.36 2.42-.66 3.64-.86c.2-1.19.45-2.37.79-3.53c-.03 0-.07-.02-.1-.02c-1.88.93-3.41 2.5-4.33 4.41m11.89-1.07c-.24-1.3-.54-2.6-.97-3.86c-.02-.07-.02-.13-.03-.21C12.08 1.11 11.3 1 10.5 1c-.81 0-1.58.11-2.33.3c-.01.07 0 .13-.02.21c-.42 1.26-.73 2.55-.97 3.85c2.21-.24 4.43-.24 6.64 0M5.36 7.18c-1.31.24-2.59.55-3.86.97c-.07.02-.13.02-.2.03c-.19.74-.3 1.52-.3 2.32c0 .81.11 1.58.3 2.33c.07.01.13 0 .21.02c1.26.42 2.55.73 3.86.97c-.25-2.21-.25-4.43-.01-6.64m14.339 1c-.07 0-.13-.01-.21-.03c-1.26-.42-2.56-.73-3.86-.97c.25 2.21.25 4.43 0 6.63c1.3-.24 2.6-.54 3.86-.97c.07-.02.13-.01.21-.02c.18-.75.3-1.52.3-2.33c0-.79-.11-1.56-.3-2.31M7.18 15.639c.24 1.31.54 2.6.97 3.86c.02.07.01.13.02.21c.75.18 1.52.29 2.33.29c.8 0 1.58-.11 2.32-.3c.01-.07.01-.13.03-.21c.42-1.26.73-2.55.97-3.86c-1.1.12-2.21.21-3.32.21s-2.22-.08-3.32-.2m-.228-8.687c-.3 2.36-.3 4.74 0 7.11c2.36.3 4.74.3 7.11 0c.3-2.36.3-4.74 0-7.11c-2.37-.3-4.75-.3-7.11 0"/></svg> </template>
CSS
.icon-global-refresh-filled {
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.652%2018.13c-.1-.4-.5-.65-.9-.55s-.65.5-.56.9a2.253%202.253%200%200%201-2.19%202.77c-1.24%200-2.25-1.01-2.25-2.25c0-1.1.79-2.01%201.84-2.21c-.1.23-.09.51.07.73c.15.2.38.31.61.31c.15%200%20.31-.05.44-.14l1.17-.85c.01-.01.01-.02.02-.02c.01-.01.02-.01.03-.02a.4.4%200%200%200%20.07-.1c.03-.04.07-.07.09-.12c.02-.04.03-.09.05-.13c.01-.05.03-.09.04-.14s0-.09-.01-.14c0-.05%200-.1-.02-.15c-.01-.05-.04-.09-.06-.13s-.03-.08-.05-.11c-.01-.01-.02-.01-.03-.02c-.01%200-.01-.01-.01-.02l-1-1.15a.747.747%200%200%200-1.06-.07c-.22.2-.3.49-.22.76c-1.93.15-3.46%201.75-3.46%203.72c0%202.07%201.68%203.75%203.75%203.75s3.75-1.68%203.75-3.75c-.01-.29-.04-.59-.11-.87m-20.62-3.501c0%20.03-.02.07-.02.1a9.5%209.5%200%200%200%204.26%204.26c.03%200%20.07-.02.1-.02c-.34-1.16-.6-2.35-.79-3.54c-1.2-.2-2.39-.46-3.55-.8m17.036-8.198a9.5%209.5%200%200%200-4.49-4.49c.36%201.19.66%202.41.86%203.63c1.22.2%202.44.49%203.63.86M1.93%206.43c1.2-.36%202.42-.66%203.64-.86c.2-1.19.45-2.37.79-3.53c-.03%200-.07-.02-.1-.02c-1.88.93-3.41%202.5-4.33%204.41m11.89-1.07c-.24-1.3-.54-2.6-.97-3.86c-.02-.07-.02-.13-.03-.21C12.08%201.11%2011.3%201%2010.5%201c-.81%200-1.58.11-2.33.3c-.01.07%200%20.13-.02.21c-.42%201.26-.73%202.55-.97%203.85c2.21-.24%204.43-.24%206.64%200M5.36%207.18c-1.31.24-2.59.55-3.86.97c-.07.02-.13.02-.2.03c-.19.74-.3%201.52-.3%202.32c0%20.81.11%201.58.3%202.33c.07.01.13%200%20.21.02c1.26.42%202.55.73%203.86.97c-.25-2.21-.25-4.43-.01-6.64m14.339%201c-.07%200-.13-.01-.21-.03c-1.26-.42-2.56-.73-3.86-.97c.25%202.21.25%204.43%200%206.63c1.3-.24%202.6-.54%203.86-.97c.07-.02.13-.01.21-.02c.18-.75.3-1.52.3-2.33c0-.79-.11-1.56-.3-2.31M7.18%2015.639c.24%201.31.54%202.6.97%203.86c.02.07.01.13.02.21c.75.18%201.52.29%202.33.29c.8%200%201.58-.11%202.32-.3c.01-.07.01-.13.03-.21c.42-1.26.73-2.55.97-3.86c-1.1.12-2.21.21-3.32.21s-2.22-.08-3.32-.2m-.228-8.687c-.3%202.36-.3%204.74%200%207.11c2.36.3%204.74.3%207.11%200c.3-2.36.3-4.74%200-7.11c-2.37-.3-4.75-.3-7.11%200%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.652%2018.13c-.1-.4-.5-.65-.9-.55s-.65.5-.56.9a2.253%202.253%200%200%201-2.19%202.77c-1.24%200-2.25-1.01-2.25-2.25c0-1.1.79-2.01%201.84-2.21c-.1.23-.09.51.07.73c.15.2.38.31.61.31c.15%200%20.31-.05.44-.14l1.17-.85c.01-.01.01-.02.02-.02c.01-.01.02-.01.03-.02a.4.4%200%200%200%20.07-.1c.03-.04.07-.07.09-.12c.02-.04.03-.09.05-.13c.01-.05.03-.09.04-.14s0-.09-.01-.14c0-.05%200-.1-.02-.15c-.01-.05-.04-.09-.06-.13s-.03-.08-.05-.11c-.01-.01-.02-.01-.03-.02c-.01%200-.01-.01-.01-.02l-1-1.15a.747.747%200%200%200-1.06-.07c-.22.2-.3.49-.22.76c-1.93.15-3.46%201.75-3.46%203.72c0%202.07%201.68%203.75%203.75%203.75s3.75-1.68%203.75-3.75c-.01-.29-.04-.59-.11-.87m-20.62-3.501c0%20.03-.02.07-.02.1a9.5%209.5%200%200%200%204.26%204.26c.03%200%20.07-.02.1-.02c-.34-1.16-.6-2.35-.79-3.54c-1.2-.2-2.39-.46-3.55-.8m17.036-8.198a9.5%209.5%200%200%200-4.49-4.49c.36%201.19.66%202.41.86%203.63c1.22.2%202.44.49%203.63.86M1.93%206.43c1.2-.36%202.42-.66%203.64-.86c.2-1.19.45-2.37.79-3.53c-.03%200-.07-.02-.1-.02c-1.88.93-3.41%202.5-4.33%204.41m11.89-1.07c-.24-1.3-.54-2.6-.97-3.86c-.02-.07-.02-.13-.03-.21C12.08%201.11%2011.3%201%2010.5%201c-.81%200-1.58.11-2.33.3c-.01.07%200%20.13-.02.21c-.42%201.26-.73%202.55-.97%203.85c2.21-.24%204.43-.24%206.64%200M5.36%207.18c-1.31.24-2.59.55-3.86.97c-.07.02-.13.02-.2.03c-.19.74-.3%201.52-.3%202.32c0%20.81.11%201.58.3%202.33c.07.01.13%200%20.21.02c1.26.42%202.55.73%203.86.97c-.25-2.21-.25-4.43-.01-6.64m14.339%201c-.07%200-.13-.01-.21-.03c-1.26-.42-2.56-.73-3.86-.97c.25%202.21.25%204.43%200%206.63c1.3-.24%202.6-.54%203.86-.97c.07-.02.13-.01.21-.02c.18-.75.3-1.52.3-2.33c0-.79-.11-1.56-.3-2.31M7.18%2015.639c.24%201.31.54%202.6.97%203.86c.02.07.01.13.02.21c.75.18%201.52.29%202.33.29c.8%200%201.58-.11%202.32-.3c.01-.07.01-.13.03-.21c.42-1.26.73-2.55.97-3.86c-1.1.12-2.21.21-3.32.21s-2.22-.08-3.32-.2m-.228-8.687c-.3%202.36-.3%204.74%200%207.11c2.36.3%204.74.3%207.11%200c.3-2.36.3-4.74%200-7.11c-2.37-.3-4.75-.3-7.11%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/global-refresh-filled.svg?color=%231a73e8&size=48