refresh icon
refresh from Unicons Solid by Iconscout · Solid · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- refresh
- Set
- Unicons Solid
- Style
- Solid
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
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
More user interface icons from Unicons Solid
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="M15 12c0-1.7-1.3-3-3-3s-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3m2-8.7C13.1 1.1 8.3 1.8 5.1 4.7V3c0-.6-.4-1-1-1s-1 .4-1 1v4.5c0 .6.4 1 1 1h4.5c.6 0 1-.4 1-1s-.4-1-1-1H6.2C7.7 4.9 9.8 4 12 4c4.4 0 8 3.6 8 8c0 .6.4 1 1 1s1-.4 1-1c0-3.6-1.9-6.9-5-8.7m2.9 12.2h-4.5c-.6 0-1 .4-1 1s.4 1 1 1h2.4C16.3 19.1 14.2 20 12 20c-4.4 0-8-3.6-8-8c0-.6-.4-1-1-1s-1 .4-1 1c0 5.5 4.5 10 10 10c2.6 0 5-1 6.9-2.8V21c0 .6.4 1 1 1s1-.4 1-1v-4.5c0-.6-.5-1-1-1"/></svg>
React
import type { SVGProps } from "react";
export function UisRefresh(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="M15 12c0-1.7-1.3-3-3-3s-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3m2-8.7C13.1 1.1 8.3 1.8 5.1 4.7V3c0-.6-.4-1-1-1s-1 .4-1 1v4.5c0 .6.4 1 1 1h4.5c.6 0 1-.4 1-1s-.4-1-1-1H6.2C7.7 4.9 9.8 4 12 4c4.4 0 8 3.6 8 8c0 .6.4 1 1 1s1-.4 1-1c0-3.6-1.9-6.9-5-8.7m2.9 12.2h-4.5c-.6 0-1 .4-1 1s.4 1 1 1h2.4C16.3 19.1 14.2 20 12 20c-4.4 0-8-3.6-8-8c0-.6-.4-1-1-1s-1 .4-1 1c0 5.5 4.5 10 10 10c2.6 0 5-1 6.9-2.8V21c0 .6.4 1 1 1s1-.4 1-1v-4.5c0-.6-.5-1-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 12c0-1.7-1.3-3-3-3s-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3m2-8.7C13.1 1.1 8.3 1.8 5.1 4.7V3c0-.6-.4-1-1-1s-1 .4-1 1v4.5c0 .6.4 1 1 1h4.5c.6 0 1-.4 1-1s-.4-1-1-1H6.2C7.7 4.9 9.8 4 12 4c4.4 0 8 3.6 8 8c0 .6.4 1 1 1s1-.4 1-1c0-3.6-1.9-6.9-5-8.7m2.9 12.2h-4.5c-.6 0-1 .4-1 1s.4 1 1 1h2.4C16.3 19.1 14.2 20 12 20c-4.4 0-8-3.6-8-8c0-.6-.4-1-1-1s-1 .4-1 1c0 5.5 4.5 10 10 10c2.6 0 5-1 6.9-2.8V21c0 .6.4 1 1 1s1-.4 1-1v-4.5c0-.6-.5-1-1-1"/></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%20d%3D%22M15%2012c0-1.7-1.3-3-3-3s-3%201.3-3%203s1.3%203%203%203s3-1.3%203-3m2-8.7C13.1%201.1%208.3%201.8%205.1%204.7V3c0-.6-.4-1-1-1s-1%20.4-1%201v4.5c0%20.6.4%201%201%201h4.5c.6%200%201-.4%201-1s-.4-1-1-1H6.2C7.7%204.9%209.8%204%2012%204c4.4%200%208%203.6%208%208c0%20.6.4%201%201%201s1-.4%201-1c0-3.6-1.9-6.9-5-8.7m2.9%2012.2h-4.5c-.6%200-1%20.4-1%201s.4%201%201%201h2.4C16.3%2019.1%2014.2%2020%2012%2020c-4.4%200-8-3.6-8-8c0-.6-.4-1-1-1s-1%20.4-1%201c0%205.5%204.5%2010%2010%2010c2.6%200%205-1%206.9-2.8V21c0%20.6.4%201%201%201s1-.4%201-1v-4.5c0-.6-.5-1-1-1%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%22M15%2012c0-1.7-1.3-3-3-3s-3%201.3-3%203s1.3%203%203%203s3-1.3%203-3m2-8.7C13.1%201.1%208.3%201.8%205.1%204.7V3c0-.6-.4-1-1-1s-1%20.4-1%201v4.5c0%20.6.4%201%201%201h4.5c.6%200%201-.4%201-1s-.4-1-1-1H6.2C7.7%204.9%209.8%204%2012%204c4.4%200%208%203.6%208%208c0%20.6.4%201%201%201s1-.4%201-1c0-3.6-1.9-6.9-5-8.7m2.9%2012.2h-4.5c-.6%200-1%20.4-1%201s.4%201%201%201h2.4C16.3%2019.1%2014.2%2020%2012%2020c-4.4%200-8-3.6-8-8c0-.6-.4-1-1-1s-1%20.4-1%201c0%205.5%204.5%2010%2010%2010c2.6%200%205-1%206.9-2.8V21c0%20.6.4%201%201%201s1-.4%201-1v-4.5c0-.6-.5-1-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uis/refresh.svg?color=%231a73e8&size=48