refresh
design • interface • vector
General
react
import React from 'react';
export const Refresh = (props) => (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
<path d="M 23 4 v 6 h -6 M 1 20 v -6 h 6 M 3.51 9 a 9 9 0 0 1 14.85 -3.36 L 23 10 M 1 14 l 4.64 4.36 A 9 9 0 0 0 20.49 15" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
</svg>
);
export default Refresh;