refresh icon

refresh-line-duotone from Solar by 480 Design · Line Duotone · Arrows · CC-BY-4.0 Attribution required.

Name
refresh-line-duotone
Set
Solar
Style
Line Duotone
Category
Arrows
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More arrows icons from Solar

Use the 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="M3.67981 13L3.67981 11.3333C3.67981 6.73096 7.4402 3 12.0789 3C15.1178 3 17.7799 4.60136 19.2545 7M2 11.3333L3.67981 13L5.35962 11.3333"/><path d="M20.3137 11V12.6667C20.3137 17.269 16.5389 21 11.8825 21C8.83189 21 6.1597 19.3986 4.67944 17M21.9999 12.6667L20.3137 11L18.6274 12.6667" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRefreshLineDuotone(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="M3.67981 13L3.67981 11.3333C3.67981 6.73096 7.4402 3 12.0789 3C15.1178 3 17.7799 4.60136 19.2545 7M2 11.3333L3.67981 13L5.35962 11.3333"/><path d="M20.3137 11V12.6667C20.3137 17.269 16.5389 21 11.8825 21C8.83189 21 6.1597 19.3986 4.67944 17M21.9999 12.6667L20.3137 11L18.6274 12.6667" opacity=".5"/></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="M3.67981 13L3.67981 11.3333C3.67981 6.73096 7.4402 3 12.0789 3C15.1178 3 17.7799 4.60136 19.2545 7M2 11.3333L3.67981 13L5.35962 11.3333"/><path d="M20.3137 11V12.6667C20.3137 17.269 16.5389 21 11.8825 21C8.83189 21 6.1597 19.3986 4.67944 17M21.9999 12.6667L20.3137 11L18.6274 12.6667" opacity=".5"/></g></svg>
</template>

CSS

.icon-refresh-line-duotone {
  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%22M3.67981%2013L3.67981%2011.3333C3.67981%206.73096%207.4402%203%2012.0789%203C15.1178%203%2017.7799%204.60136%2019.2545%207M2%2011.3333L3.67981%2013L5.35962%2011.3333%22%2F%3E%3Cpath%20d%3D%22M20.3137%2011V12.6667C20.3137%2017.269%2016.5389%2021%2011.8825%2021C8.83189%2021%206.1597%2019.3986%204.67944%2017M21.9999%2012.6667L20.3137%2011L18.6274%2012.6667%22%20opacity%3D%22.5%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%22M3.67981%2013L3.67981%2011.3333C3.67981%206.73096%207.4402%203%2012.0789%203C15.1178%203%2017.7799%204.60136%2019.2545%207M2%2011.3333L3.67981%2013L5.35962%2011.3333%22%2F%3E%3Cpath%20d%3D%22M20.3137%2011V12.6667C20.3137%2017.269%2016.5389%2021%2011.8825%2021C8.83189%2021%206.1597%2019.3986%204.67944%2017M21.9999%2012.6667L20.3137%2011L18.6274%2012.6667%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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