refresh reverse icon
refresh-reverse from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- refresh-reverse
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the refresh reverse icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -2.5 24 24"><path fill="currentColor" d="m4.859 5.308l1.594-.488a1 1 0 0 1 .585 1.913l-3.825 1.17a1 1 0 0 1-1.249-.665L.794 3.413a1 1 0 1 1 1.913-.585l.44 1.441C5.555.56 10.332-1.035 14.573.703a9.38 9.38 0 0 1 5.38 5.831a1 1 0 1 1-1.905.608A7.381 7.381 0 0 0 4.86 5.308zm12.327 8.195l-1.775.443a1 1 0 1 1-.484-1.94l3.643-.909a1 1 0 0 1 .61-.08a1 1 0 0 1 .84.75l.968 3.88a1 1 0 0 1-1.94.484l-.33-1.322a9.381 9.381 0 0 1-16.384-1.796l-.26-.634a1 1 0 1 1 1.851-.758l.26.633a7.381 7.381 0 0 0 13.001 1.25z"/></svg>
React
import type { SVGProps } from "react";
export function JamRefreshReverse(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -2.5 24 24"><path fill="currentColor" d="m4.859 5.308l1.594-.488a1 1 0 0 1 .585 1.913l-3.825 1.17a1 1 0 0 1-1.249-.665L.794 3.413a1 1 0 1 1 1.913-.585l.44 1.441C5.555.56 10.332-1.035 14.573.703a9.38 9.38 0 0 1 5.38 5.831a1 1 0 1 1-1.905.608A7.381 7.381 0 0 0 4.86 5.308zm12.327 8.195l-1.775.443a1 1 0 1 1-.484-1.94l3.643-.909a1 1 0 0 1 .61-.08a1 1 0 0 1 .84.75l.968 3.88a1 1 0 0 1-1.94.484l-.33-1.322a9.381 9.381 0 0 1-16.384-1.796l-.26-.634a1 1 0 1 1 1.851-.758l.26.633a7.381 7.381 0 0 0 13.001 1.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -2.5 24 24"><path fill="currentColor" d="m4.859 5.308l1.594-.488a1 1 0 0 1 .585 1.913l-3.825 1.17a1 1 0 0 1-1.249-.665L.794 3.413a1 1 0 1 1 1.913-.585l.44 1.441C5.555.56 10.332-1.035 14.573.703a9.38 9.38 0 0 1 5.38 5.831a1 1 0 1 1-1.905.608A7.381 7.381 0 0 0 4.86 5.308zm12.327 8.195l-1.775.443a1 1 0 1 1-.484-1.94l3.643-.909a1 1 0 0 1 .61-.08a1 1 0 0 1 .84.75l.968 3.88a1 1 0 0 1-1.94.484l-.33-1.322a9.381 9.381 0 0 1-16.384-1.796l-.26-.634a1 1 0 1 1 1.851-.758l.26.633a7.381 7.381 0 0 0 13.001 1.25z"/></svg> </template>
CSS
.icon-refresh-reverse {
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%22-1.5%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.859%205.308l1.594-.488a1%201%200%200%201%20.585%201.913l-3.825%201.17a1%201%200%200%201-1.249-.665L.794%203.413a1%201%200%201%201%201.913-.585l.44%201.441C5.555.56%2010.332-1.035%2014.573.703a9.38%209.38%200%200%201%205.38%205.831a1%201%200%201%201-1.905.608A7.381%207.381%200%200%200%204.86%205.308zm12.327%208.195l-1.775.443a1%201%200%201%201-.484-1.94l3.643-.909a1%201%200%200%201%20.61-.08a1%201%200%200%201%20.84.75l.968%203.88a1%201%200%200%201-1.94.484l-.33-1.322a9.381%209.381%200%200%201-16.384-1.796l-.26-.634a1%201%200%201%201%201.851-.758l.26.633a7.381%207.381%200%200%200%2013.001%201.25z%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%22-1.5%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.859%205.308l1.594-.488a1%201%200%200%201%20.585%201.913l-3.825%201.17a1%201%200%200%201-1.249-.665L.794%203.413a1%201%200%201%201%201.913-.585l.44%201.441C5.555.56%2010.332-1.035%2014.573.703a9.38%209.38%200%200%201%205.38%205.831a1%201%200%201%201-1.905.608A7.381%207.381%200%200%200%204.86%205.308zm12.327%208.195l-1.775.443a1%201%200%201%201-.484-1.94l3.643-.909a1%201%200%200%201%20.61-.08a1%201%200%200%201%20.84.75l.968%203.88a1%201%200%200%201-1.94.484l-.33-1.322a9.381%209.381%200%200%201-16.384-1.796l-.26-.634a1%201%200%201%201%201.851-.758l.26.633a7.381%207.381%200%200%200%2013.001%201.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/refresh-reverse.svg?color=%231a73e8&size=48