reload icon
reload from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- reload
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
The same icon in other sets
Use the reload icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.85c3.164 0 4.794 2.219 5.5 3.46v.002V2.5a.5.5 0 1 1 1 0v3a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1 0-1h1.733l-.112-.208c-.64-1.126-2.01-2.942-4.62-2.942c-3.44 0-5.651 2.815-5.651 5.65s2.21 5.65 5.65 5.65c1.665 0 3.03-.654 4.001-1.643l.192-.204a5.8 5.8 0 0 0 1.024-1.642l.048-.09a.5.5 0 0 1 .877.47l-.13.296a6.8 6.8 0 0 1-1.072 1.631l-.226.24c-1.152 1.173-2.77 1.942-4.714 1.942c-4.062 0-6.65-3.335-6.65-6.65C.85 4.186 3.438.85 7.5.85"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsReload(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.85c3.164 0 4.794 2.219 5.5 3.46v.002V2.5a.5.5 0 1 1 1 0v3a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1 0-1h1.733l-.112-.208c-.64-1.126-2.01-2.942-4.62-2.942c-3.44 0-5.651 2.815-5.651 5.65s2.21 5.65 5.65 5.65c1.665 0 3.03-.654 4.001-1.643l.192-.204a5.8 5.8 0 0 0 1.024-1.642l.048-.09a.5.5 0 0 1 .877.47l-.13.296a6.8 6.8 0 0 1-1.072 1.631l-.226.24c-1.152 1.173-2.77 1.942-4.714 1.942c-4.062 0-6.65-3.335-6.65-6.65C.85 4.186 3.438.85 7.5.85"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.85c3.164 0 4.794 2.219 5.5 3.46v.002V2.5a.5.5 0 1 1 1 0v3a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1 0-1h1.733l-.112-.208c-.64-1.126-2.01-2.942-4.62-2.942c-3.44 0-5.651 2.815-5.651 5.65s2.21 5.65 5.65 5.65c1.665 0 3.03-.654 4.001-1.643l.192-.204a5.8 5.8 0 0 0 1.024-1.642l.048-.09a.5.5 0 0 1 .877.47l-.13.296a6.8 6.8 0 0 1-1.072 1.631l-.226.24c-1.152 1.173-2.77 1.942-4.714 1.942c-4.062 0-6.65-3.335-6.65-6.65C.85 4.186 3.438.85 7.5.85"/></svg> </template>
CSS
.icon-reload {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5.85c3.164%200%204.794%202.219%205.5%203.46v.002V2.5a.5.5%200%201%201%201%200v3a.5.5%200%200%201-.5.5h-3a.5.5%200%200%201%200-1h1.733l-.112-.208c-.64-1.126-2.01-2.942-4.62-2.942c-3.44%200-5.651%202.815-5.651%205.65s2.21%205.65%205.65%205.65c1.665%200%203.03-.654%204.001-1.643l.192-.204a5.8%205.8%200%200%200%201.024-1.642l.048-.09a.5.5%200%200%201%20.877.47l-.13.296a6.8%206.8%200%200%201-1.072%201.631l-.226.24c-1.152%201.173-2.77%201.942-4.714%201.942c-4.062%200-6.65-3.335-6.65-6.65C.85%204.186%203.438.85%207.5.85%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5.85c3.164%200%204.794%202.219%205.5%203.46v.002V2.5a.5.5%200%201%201%201%200v3a.5.5%200%200%201-.5.5h-3a.5.5%200%200%201%200-1h1.733l-.112-.208c-.64-1.126-2.01-2.942-4.62-2.942c-3.44%200-5.651%202.815-5.651%205.65s2.21%205.65%205.65%205.65c1.665%200%203.03-.654%204.001-1.643l.192-.204a5.8%205.8%200%200%200%201.024-1.642l.048-.09a.5.5%200%200%201%20.877.47l-.13.296a6.8%206.8%200%200%201-1.072%201.631l-.226.24c-1.152%201.173-2.77%201.942-4.714%201.942c-4.062%200-6.65-3.335-6.65-6.65C.85%204.186%203.438.85%207.5.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/reload.svg?color=%231a73e8&size=48