sync icon
sync from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- sync
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-sync
The same icon in other sets
Use the sync icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13 7.101l.01.001a5 5 0 0 1 2.526 1.362a5 5 0 0 1 1.363 2.528a5.1 5.1 0 0 1-.001 2.016a5 5 0 0 1-1.363 2.527l1.414 1.414a7 7 0 0 0 1.908-3.54a7 7 0 0 0 0-2.819a6.96 6.96 0 0 0-1.907-3.539a7 7 0 0 0-2.223-1.5a7 7 0 0 0-1.315-.408c-.137-.028-.275-.043-.412-.063V2L9 6l4 4zm-7.45 7.623c.174.412.392.812.646 1.19c.249.37.537.718.854 1.034a7 7 0 0 0 2.224 1.501c.425.18.868.317 1.315.408c.167.034.338.056.508.078v2.944l4-4l-4-4v3.03c-.035-.006-.072-.003-.107-.011a5 5 0 0 1-2.526-1.362a4.994 4.994 0 0 1 .001-7.071L7.051 7.05a7 7 0 0 0-1.5 2.224A7 7 0 0 0 5 12a7 7 0 0 0 .55 2.724"/></svg>
React
import type { SVGProps } from "react";
export function BxSync(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="m13 7.101l.01.001a5 5 0 0 1 2.526 1.362a5 5 0 0 1 1.363 2.528a5.1 5.1 0 0 1-.001 2.016a5 5 0 0 1-1.363 2.527l1.414 1.414a7 7 0 0 0 1.908-3.54a7 7 0 0 0 0-2.819a6.96 6.96 0 0 0-1.907-3.539a7 7 0 0 0-2.223-1.5a7 7 0 0 0-1.315-.408c-.137-.028-.275-.043-.412-.063V2L9 6l4 4zm-7.45 7.623c.174.412.392.812.646 1.19c.249.37.537.718.854 1.034a7 7 0 0 0 2.224 1.501c.425.18.868.317 1.315.408c.167.034.338.056.508.078v2.944l4-4l-4-4v3.03c-.035-.006-.072-.003-.107-.011a5 5 0 0 1-2.526-1.362a4.994 4.994 0 0 1 .001-7.071L7.051 7.05a7 7 0 0 0-1.5 2.224A7 7 0 0 0 5 12a7 7 0 0 0 .55 2.724"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13 7.101l.01.001a5 5 0 0 1 2.526 1.362a5 5 0 0 1 1.363 2.528a5.1 5.1 0 0 1-.001 2.016a5 5 0 0 1-1.363 2.527l1.414 1.414a7 7 0 0 0 1.908-3.54a7 7 0 0 0 0-2.819a6.96 6.96 0 0 0-1.907-3.539a7 7 0 0 0-2.223-1.5a7 7 0 0 0-1.315-.408c-.137-.028-.275-.043-.412-.063V2L9 6l4 4zm-7.45 7.623c.174.412.392.812.646 1.19c.249.37.537.718.854 1.034a7 7 0 0 0 2.224 1.501c.425.18.868.317 1.315.408c.167.034.338.056.508.078v2.944l4-4l-4-4v3.03c-.035-.006-.072-.003-.107-.011a5 5 0 0 1-2.526-1.362a4.994 4.994 0 0 1 .001-7.071L7.051 7.05a7 7 0 0 0-1.5 2.224A7 7 0 0 0 5 12a7 7 0 0 0 .55 2.724"/></svg> </template>
CSS
.icon-sync {
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%22m13%207.101l.01.001a5%205%200%200%201%202.526%201.362a5%205%200%200%201%201.363%202.528a5.1%205.1%200%200%201-.001%202.016a5%205%200%200%201-1.363%202.527l1.414%201.414a7%207%200%200%200%201.908-3.54a7%207%200%200%200%200-2.819a6.96%206.96%200%200%200-1.907-3.539a7%207%200%200%200-2.223-1.5a7%207%200%200%200-1.315-.408c-.137-.028-.275-.043-.412-.063V2L9%206l4%204zm-7.45%207.623c.174.412.392.812.646%201.19c.249.37.537.718.854%201.034a7%207%200%200%200%202.224%201.501c.425.18.868.317%201.315.408c.167.034.338.056.508.078v2.944l4-4l-4-4v3.03c-.035-.006-.072-.003-.107-.011a5%205%200%200%201-2.526-1.362a4.994%204.994%200%200%201%20.001-7.071L7.051%207.05a7%207%200%200%200-1.5%202.224A7%207%200%200%200%205%2012a7%207%200%200%200%20.55%202.724%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%22m13%207.101l.01.001a5%205%200%200%201%202.526%201.362a5%205%200%200%201%201.363%202.528a5.1%205.1%200%200%201-.001%202.016a5%205%200%200%201-1.363%202.527l1.414%201.414a7%207%200%200%200%201.908-3.54a7%207%200%200%200%200-2.819a6.96%206.96%200%200%200-1.907-3.539a7%207%200%200%200-2.223-1.5a7%207%200%200%200-1.315-.408c-.137-.028-.275-.043-.412-.063V2L9%206l4%204zm-7.45%207.623c.174.412.392.812.646%201.19c.249.37.537.718.854%201.034a7%207%200%200%200%202.224%201.501c.425.18.868.317%201.315.408c.167.034.338.056.508.078v2.944l4-4l-4-4v3.03c-.035-.006-.072-.003-.107-.011a5%205%200%200%201-2.526-1.362a4.994%204.994%200%200%201%20.001-7.071L7.051%207.05a7%207%200%200%200-1.5%202.224A7%207%200%200%200%205%2012a7%207%200%200%200%20.55%202.724%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/sync.svg?color=%231a73e8&size=48