refresh icon
refresh-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- refresh-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
refreshBoxIcons v2refreshHuge IconsrefreshHumbleiconsrefreshIconoirrefreshIonIconsrefreshJam IconsrefreshMage IconsrefreshMajesticonsrefreshMaterial SymbolsrefreshMaterial Design IconsrefreshPixelarticonsrefresh-fillRemix Iconrefresh-boldSolarrefreshTabler Iconsrefresh-outlineTeenyiconsrefreshUniconsrefreshUnicons MonochromerefreshUnicons Solidrefresh-outlinedWeUI Icon
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" d="M20.3 13.43a1 1 0 0 0-1.25.65A7.14 7.14 0 0 1 12.18 19A7.1 7.1 0 0 1 5 12a7.1 7.1 0 0 1 7.18-7a7.26 7.26 0 0 1 4.65 1.67l-2.17-.36a1 1 0 0 0-1.15.83a1 1 0 0 0 .83 1.15l4.24.7h.17a1 1 0 0 0 .34-.06a.3.3 0 0 0 .1-.06a.8.8 0 0 0 .2-.11l.09-.11c0-.05.09-.09.13-.15s0-.1.05-.14a1.3 1.3 0 0 0 .07-.18l.75-4a1 1 0 0 0-2-.38l-.27 1.45A9.2 9.2 0 0 0 12.18 3A9.1 9.1 0 0 0 3 12a9.1 9.1 0 0 0 9.18 9A9.12 9.12 0 0 0 21 14.68a1 1 0 0 0-.7-1.25"/></svg>
React
import type { SVGProps } from "react";
export function EvaRefreshOutline(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="M20.3 13.43a1 1 0 0 0-1.25.65A7.14 7.14 0 0 1 12.18 19A7.1 7.1 0 0 1 5 12a7.1 7.1 0 0 1 7.18-7a7.26 7.26 0 0 1 4.65 1.67l-2.17-.36a1 1 0 0 0-1.15.83a1 1 0 0 0 .83 1.15l4.24.7h.17a1 1 0 0 0 .34-.06a.3.3 0 0 0 .1-.06a.8.8 0 0 0 .2-.11l.09-.11c0-.05.09-.09.13-.15s0-.1.05-.14a1.3 1.3 0 0 0 .07-.18l.75-4a1 1 0 0 0-2-.38l-.27 1.45A9.2 9.2 0 0 0 12.18 3A9.1 9.1 0 0 0 3 12a9.1 9.1 0 0 0 9.18 9A9.12 9.12 0 0 0 21 14.68a1 1 0 0 0-.7-1.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.3 13.43a1 1 0 0 0-1.25.65A7.14 7.14 0 0 1 12.18 19A7.1 7.1 0 0 1 5 12a7.1 7.1 0 0 1 7.18-7a7.26 7.26 0 0 1 4.65 1.67l-2.17-.36a1 1 0 0 0-1.15.83a1 1 0 0 0 .83 1.15l4.24.7h.17a1 1 0 0 0 .34-.06a.3.3 0 0 0 .1-.06a.8.8 0 0 0 .2-.11l.09-.11c0-.05.09-.09.13-.15s0-.1.05-.14a1.3 1.3 0 0 0 .07-.18l.75-4a1 1 0 0 0-2-.38l-.27 1.45A9.2 9.2 0 0 0 12.18 3A9.1 9.1 0 0 0 3 12a9.1 9.1 0 0 0 9.18 9A9.12 9.12 0 0 0 21 14.68a1 1 0 0 0-.7-1.25"/></svg> </template>
CSS
.icon-refresh-outline {
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%22M20.3%2013.43a1%201%200%200%200-1.25.65A7.14%207.14%200%200%201%2012.18%2019A7.1%207.1%200%200%201%205%2012a7.1%207.1%200%200%201%207.18-7a7.26%207.26%200%200%201%204.65%201.67l-2.17-.36a1%201%200%200%200-1.15.83a1%201%200%200%200%20.83%201.15l4.24.7h.17a1%201%200%200%200%20.34-.06a.3.3%200%200%200%20.1-.06a.8.8%200%200%200%20.2-.11l.09-.11c0-.05.09-.09.13-.15s0-.1.05-.14a1.3%201.3%200%200%200%20.07-.18l.75-4a1%201%200%200%200-2-.38l-.27%201.45A9.2%209.2%200%200%200%2012.18%203A9.1%209.1%200%200%200%203%2012a9.1%209.1%200%200%200%209.18%209A9.12%209.12%200%200%200%2021%2014.68a1%201%200%200%200-.7-1.25%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%22M20.3%2013.43a1%201%200%200%200-1.25.65A7.14%207.14%200%200%201%2012.18%2019A7.1%207.1%200%200%201%205%2012a7.1%207.1%200%200%201%207.18-7a7.26%207.26%200%200%201%204.65%201.67l-2.17-.36a1%201%200%200%200-1.15.83a1%201%200%200%200%20.83%201.15l4.24.7h.17a1%201%200%200%200%20.34-.06a.3.3%200%200%200%20.1-.06a.8.8%200%200%200%20.2-.11l.09-.11c0-.05.09-.09.13-.15s0-.1.05-.14a1.3%201.3%200%200%200%20.07-.18l.75-4a1%201%200%200%200-2-.38l-.27%201.45A9.2%209.2%200%200%200%2012.18%203A9.1%209.1%200%200%200%203%2012a9.1%209.1%200%200%200%209.18%209A9.12%209.12%200%200%200%2021%2014.68a1%201%200%200%200-.7-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/refresh-outline.svg?color=%231a73e8&size=48