refresh icon

refresh from Reicon by REICON · Outline · Arrows · MIT Free for personal and commercial use.

Name
refresh
Set
Reicon
Style
Outline
Category
Arrows
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All refresh icons →

More arrows icons from Reicon

Use the refresh icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.93 11.2c.072-4.96 4.146-8.95 9.149-8.95a9.16 9.16 0 0 1 7.814 4.357a.75.75 0 0 1-1.277.786a7.66 7.66 0 0 0-6.537-3.643c-4.185 0-7.575 3.328-7.648 7.448l.4-.397a.75.75 0 0 1 1.057 1.065l-1.68 1.666a.75.75 0 0 1-1.056 0l-1.68-1.666A.75.75 0 1 1 2.528 10.8zm16.856-.733a.75.75 0 0 1 1.055 0l1.686 1.666a.75.75 0 1 1-1.054 1.067l-.41-.405c-.07 4.965-4.161 8.955-9.18 8.955a9.2 9.2 0 0 1-7.842-4.356a.75.75 0 1 1 1.277-.788a7.7 7.7 0 0 0 6.565 3.644c4.206 0 7.61-3.333 7.68-7.453l-.408.403a.75.75 0 1 1-1.055-1.067z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconRefresh(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" fillRule="evenodd" d="M2.93 11.2c.072-4.96 4.146-8.95 9.149-8.95a9.16 9.16 0 0 1 7.814 4.357a.75.75 0 0 1-1.277.786a7.66 7.66 0 0 0-6.537-3.643c-4.185 0-7.575 3.328-7.648 7.448l.4-.397a.75.75 0 0 1 1.057 1.065l-1.68 1.666a.75.75 0 0 1-1.056 0l-1.68-1.666A.75.75 0 1 1 2.528 10.8zm16.856-.733a.75.75 0 0 1 1.055 0l1.686 1.666a.75.75 0 1 1-1.054 1.067l-.41-.405c-.07 4.965-4.161 8.955-9.18 8.955a9.2 9.2 0 0 1-7.842-4.356a.75.75 0 1 1 1.277-.788a7.7 7.7 0 0 0 6.565 3.644c4.206 0 7.61-3.333 7.68-7.453l-.408.403a.75.75 0 1 1-1.055-1.067z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.93 11.2c.072-4.96 4.146-8.95 9.149-8.95a9.16 9.16 0 0 1 7.814 4.357a.75.75 0 0 1-1.277.786a7.66 7.66 0 0 0-6.537-3.643c-4.185 0-7.575 3.328-7.648 7.448l.4-.397a.75.75 0 0 1 1.057 1.065l-1.68 1.666a.75.75 0 0 1-1.056 0l-1.68-1.666A.75.75 0 1 1 2.528 10.8zm16.856-.733a.75.75 0 0 1 1.055 0l1.686 1.666a.75.75 0 1 1-1.054 1.067l-.41-.405c-.07 4.965-4.161 8.955-9.18 8.955a9.2 9.2 0 0 1-7.842-4.356a.75.75 0 1 1 1.277-.788a7.7 7.7 0 0 0 6.565 3.644c4.206 0 7.61-3.333 7.68-7.453l-.408.403a.75.75 0 1 1-1.055-1.067z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.93%2011.2c.072-4.96%204.146-8.95%209.149-8.95a9.16%209.16%200%200%201%207.814%204.357a.75.75%200%200%201-1.277.786a7.66%207.66%200%200%200-6.537-3.643c-4.185%200-7.575%203.328-7.648%207.448l.4-.397a.75.75%200%200%201%201.057%201.065l-1.68%201.666a.75.75%200%200%201-1.056%200l-1.68-1.666A.75.75%200%201%201%202.528%2010.8zm16.856-.733a.75.75%200%200%201%201.055%200l1.686%201.666a.75.75%200%201%201-1.054%201.067l-.41-.405c-.07%204.965-4.161%208.955-9.18%208.955a9.2%209.2%200%200%201-7.842-4.356a.75.75%200%201%201%201.277-.788a7.7%207.7%200%200%200%206.565%203.644c4.206%200%207.61-3.333%207.68-7.453l-.408.403a.75.75%200%201%201-1.055-1.067z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.93%2011.2c.072-4.96%204.146-8.95%209.149-8.95a9.16%209.16%200%200%201%207.814%204.357a.75.75%200%200%201-1.277.786a7.66%207.66%200%200%200-6.537-3.643c-4.185%200-7.575%203.328-7.648%207.448l.4-.397a.75.75%200%200%201%201.057%201.065l-1.68%201.666a.75.75%200%200%201-1.056%200l-1.68-1.666A.75.75%200%201%201%202.528%2010.8zm16.856-.733a.75.75%200%200%201%201.055%200l1.686%201.666a.75.75%200%201%201-1.054%201.067l-.41-.405c-.07%204.965-4.161%208.955-9.18%208.955a9.2%209.2%200%200%201-7.842-4.356a.75.75%200%201%201%201.277-.788a7.7%207.7%200%200%200%206.565%203.644c4.206%200%207.61-3.333%207.68-7.453l-.408.403a.75.75%200%201%201-1.055-1.067z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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