refresh icon
refresh from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- refresh
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
refreshBoxIcons v2refreshCodiconsrefreshElement Plusrefresh-fillEva IconsrefreshFont Awesome Solidrefresh-outlineFlowbite IconsrefreshHuge IconsrefreshHumbleiconsrefreshIconParkrefreshIconPark OutlinerefreshIconoirrefreshIonIconsrefreshJam IconsrefreshMage IconsrefreshMajesticonsrefreshMaterial SymbolsrefreshMaterial Symbols LightrefreshMaterial Design IconsrefreshMyna UI IconsrefreshPixelarticonsrefreshPrime Iconsrefresh-fillRemix Iconrefresh-boldSolarrefreshTabler Icons
Use the refresh icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M21.448 13c-.5 4.777-4.539 8.5-9.448 8.5A9.5 9.5 0 0 1 3.38 16m-.88 4.5v-5h3M2.552 11C3.052 6.223 7.09 2.5 12 2.5A9.5 9.5 0 0 1 20.62 8m.88-4.5v5h-3"/></svg>
React
import type { SVGProps } from "react";
export function TdesignRefresh(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M21.448 13c-.5 4.777-4.539 8.5-9.448 8.5A9.5 9.5 0 0 1 3.38 16m-.88 4.5v-5h3M2.552 11C3.052 6.223 7.09 2.5 12 2.5A9.5 9.5 0 0 1 20.62 8m.88-4.5v5h-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M21.448 13c-.5 4.777-4.539 8.5-9.448 8.5A9.5 9.5 0 0 1 3.38 16m-.88 4.5v-5h3M2.552 11C3.052 6.223 7.09 2.5 12 2.5A9.5 9.5 0 0 1 20.62 8m.88-4.5v5h-3"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M21.448%2013c-.5%204.777-4.539%208.5-9.448%208.5A9.5%209.5%200%200%201%203.38%2016m-.88%204.5v-5h3M2.552%2011C3.052%206.223%207.09%202.5%2012%202.5A9.5%209.5%200%200%201%2020.62%208m.88-4.5v5h-3%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M21.448%2013c-.5%204.777-4.539%208.5-9.448%208.5A9.5%209.5%200%200%201%203.38%2016m-.88%204.5v-5h3M2.552%2011C3.052%206.223%207.09%202.5%2012%202.5A9.5%209.5%200%200%201%2020.62%208m.88-4.5v5h-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/refresh.svg?color=%231a73e8&size=48