refresh from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
refresh
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-refresh

The same icon in other sets

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="M10 11H7.101l.001-.009a5 5 0 0 1 .752-1.787a5.05 5.05 0 0 1 2.2-1.811q.455-.193.938-.291a5.1 5.1 0 0 1 2.018 0a5 5 0 0 1 2.525 1.361l1.416-1.412a7 7 0 0 0-2.224-1.501a7 7 0 0 0-1.315-.408a7.1 7.1 0 0 0-2.819 0a7 7 0 0 0-1.316.409a7.04 7.04 0 0 0-3.08 2.534a7 7 0 0 0-1.054 2.505c-.028.135-.043.273-.063.41H2l4 4zm4 2h2.899l-.001.008a4.98 4.98 0 0 1-2.103 3.138a4.9 4.9 0 0 1-1.787.752a5.1 5.1 0 0 1-2.017 0a5 5 0 0 1-1.787-.752a5 5 0 0 1-.74-.61L7.05 16.95a7 7 0 0 0 2.225 1.5c.424.18.867.317 1.315.408a7.1 7.1 0 0 0 2.818 0a7.03 7.03 0 0 0 4.395-2.945a7 7 0 0 0 1.053-2.503c.027-.135.043-.273.063-.41H22l-4-4z"/></svg>

React

import type { SVGProps } from "react";

export function BxRefresh(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="M10 11H7.101l.001-.009a5 5 0 0 1 .752-1.787a5.05 5.05 0 0 1 2.2-1.811q.455-.193.938-.291a5.1 5.1 0 0 1 2.018 0a5 5 0 0 1 2.525 1.361l1.416-1.412a7 7 0 0 0-2.224-1.501a7 7 0 0 0-1.315-.408a7.1 7.1 0 0 0-2.819 0a7 7 0 0 0-1.316.409a7.04 7.04 0 0 0-3.08 2.534a7 7 0 0 0-1.054 2.505c-.028.135-.043.273-.063.41H2l4 4zm4 2h2.899l-.001.008a4.98 4.98 0 0 1-2.103 3.138a4.9 4.9 0 0 1-1.787.752a5.1 5.1 0 0 1-2.017 0a5 5 0 0 1-1.787-.752a5 5 0 0 1-.74-.61L7.05 16.95a7 7 0 0 0 2.225 1.5c.424.18.867.317 1.315.408a7.1 7.1 0 0 0 2.818 0a7.03 7.03 0 0 0 4.395-2.945a7 7 0 0 0 1.053-2.503c.027-.135.043-.273.063-.41H22l-4-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 11H7.101l.001-.009a5 5 0 0 1 .752-1.787a5.05 5.05 0 0 1 2.2-1.811q.455-.193.938-.291a5.1 5.1 0 0 1 2.018 0a5 5 0 0 1 2.525 1.361l1.416-1.412a7 7 0 0 0-2.224-1.501a7 7 0 0 0-1.315-.408a7.1 7.1 0 0 0-2.819 0a7 7 0 0 0-1.316.409a7.04 7.04 0 0 0-3.08 2.534a7 7 0 0 0-1.054 2.505c-.028.135-.043.273-.063.41H2l4 4zm4 2h2.899l-.001.008a4.98 4.98 0 0 1-2.103 3.138a4.9 4.9 0 0 1-1.787.752a5.1 5.1 0 0 1-2.017 0a5 5 0 0 1-1.787-.752a5 5 0 0 1-.74-.61L7.05 16.95a7 7 0 0 0 2.225 1.5c.424.18.867.317 1.315.408a7.1 7.1 0 0 0 2.818 0a7.03 7.03 0 0 0 4.395-2.945a7 7 0 0 0 1.053-2.503c.027-.135.043-.273.063-.41H22l-4-4z"/></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%22M10%2011H7.101l.001-.009a5%205%200%200%201%20.752-1.787a5.05%205.05%200%200%201%202.2-1.811q.455-.193.938-.291a5.1%205.1%200%200%201%202.018%200a5%205%200%200%201%202.525%201.361l1.416-1.412a7%207%200%200%200-2.224-1.501a7%207%200%200%200-1.315-.408a7.1%207.1%200%200%200-2.819%200a7%207%200%200%200-1.316.409a7.04%207.04%200%200%200-3.08%202.534a7%207%200%200%200-1.054%202.505c-.028.135-.043.273-.063.41H2l4%204zm4%202h2.899l-.001.008a4.98%204.98%200%200%201-2.103%203.138a4.9%204.9%200%200%201-1.787.752a5.1%205.1%200%200%201-2.017%200a5%205%200%200%201-1.787-.752a5%205%200%200%201-.74-.61L7.05%2016.95a7%207%200%200%200%202.225%201.5c.424.18.867.317%201.315.408a7.1%207.1%200%200%200%202.818%200a7.03%207.03%200%200%200%204.395-2.945a7%207%200%200%200%201.053-2.503c.027-.135.043-.273.063-.41H22l-4-4z%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%22M10%2011H7.101l.001-.009a5%205%200%200%201%20.752-1.787a5.05%205.05%200%200%201%202.2-1.811q.455-.193.938-.291a5.1%205.1%200%200%201%202.018%200a5%205%200%200%201%202.525%201.361l1.416-1.412a7%207%200%200%200-2.224-1.501a7%207%200%200%200-1.315-.408a7.1%207.1%200%200%200-2.819%200a7%207%200%200%200-1.316.409a7.04%207.04%200%200%200-3.08%202.534a7%207%200%200%200-1.054%202.505c-.028.135-.043.273-.063.41H2l4%204zm4%202h2.899l-.001.008a4.98%204.98%200%200%201-2.103%203.138a4.9%204.9%200%200%201-1.787.752a5.1%205.1%200%200%201-2.017%200a5%205%200%200%201-1.787-.752a5%205%200%200%201-.74-.61L7.05%2016.95a7%207%200%200%200%202.225%201.5c.424.18.867.317%201.315.408a7.1%207.1%200%200%200%202.818%200a7.03%207.03%200%200%200%204.395-2.945a7%207%200%200%200%201.053-2.503c.027-.135.043-.273.063-.41H22l-4-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/refresh.svg?color=%231a73e8&size=48