sync icon
sync-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- sync-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sync-outline-rounded
2 other variants in Material Symbols Light
The same icon in other sets
sync-outlinedAnt Design IconssyncBoxIcons v2syncCodiconssync-fillEva IconssyncFont Awesome Solidsynccss.ggsyncIconParksyncIconPark OutlinesyncIonIconssyncLine AwesomesyncMaterial SymbolssyncMaterial Design IconssyncOcticonssyncPixelarticonssyncPrime IconssyncWeb3 IconssyncWeb3 Icons BrandedsyncUnicons
More ui actions icons from Material Symbols Light
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="M5.5 12.089q0 1.218.462 2.37q.463 1.15 1.442 2.126l1.019 1.019v-2.527q0-.212.144-.356t.357-.144t.356.144t.143.356v3.462q0 .343-.232.575t-.576.232H5.154q-.213 0-.356-.144t-.144-.356t.144-.356t.356-.144H7.75l-1.054-1.042q-1.165-1.131-1.68-2.485q-.516-1.354-.516-2.73q0-2.177 1.123-3.984t3.014-2.793q.196-.104.41-.045q.215.06.282.262q.067.188-.011.389q-.078.2-.277.307q-1.624.858-2.582 2.42Q5.5 10.208 5.5 12.09m13-.177q0-1.22-.462-2.37q-.463-1.151-1.442-2.126l-1.019-1.02v2.527q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V5.462q0-.344.232-.576t.576-.232h3.461q.213 0 .357.144t.143.357t-.143.356t-.357.143H16.25l1.054 1.042q1.145 1.145 1.67 2.488q.526 1.343.526 2.73q0 2.175-1.113 3.972q-1.114 1.797-3.004 2.783q-.196.104-.411.054t-.281-.251q-.068-.19.012-.391q.08-.202.257-.306q1.623-.858 2.581-2.42q.959-1.563.959-3.443"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSyncRounded(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="M5.5 12.089q0 1.218.462 2.37q.463 1.15 1.442 2.126l1.019 1.019v-2.527q0-.212.144-.356t.357-.144t.356.144t.143.356v3.462q0 .343-.232.575t-.576.232H5.154q-.213 0-.356-.144t-.144-.356t.144-.356t.356-.144H7.75l-1.054-1.042q-1.165-1.131-1.68-2.485q-.516-1.354-.516-2.73q0-2.177 1.123-3.984t3.014-2.793q.196-.104.41-.045q.215.06.282.262q.067.188-.011.389q-.078.2-.277.307q-1.624.858-2.582 2.42Q5.5 10.208 5.5 12.09m13-.177q0-1.22-.462-2.37q-.463-1.151-1.442-2.126l-1.019-1.02v2.527q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V5.462q0-.344.232-.576t.576-.232h3.461q.213 0 .357.144t.143.357t-.143.356t-.357.143H16.25l1.054 1.042q1.145 1.145 1.67 2.488q.526 1.343.526 2.73q0 2.175-1.113 3.972q-1.114 1.797-3.004 2.783q-.196.104-.411.054t-.281-.251q-.068-.19.012-.391q.08-.202.257-.306q1.623-.858 2.581-2.42q.959-1.563.959-3.443"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 12.089q0 1.218.462 2.37q.463 1.15 1.442 2.126l1.019 1.019v-2.527q0-.212.144-.356t.357-.144t.356.144t.143.356v3.462q0 .343-.232.575t-.576.232H5.154q-.213 0-.356-.144t-.144-.356t.144-.356t.356-.144H7.75l-1.054-1.042q-1.165-1.131-1.68-2.485q-.516-1.354-.516-2.73q0-2.177 1.123-3.984t3.014-2.793q.196-.104.41-.045q.215.06.282.262q.067.188-.011.389q-.078.2-.277.307q-1.624.858-2.582 2.42Q5.5 10.208 5.5 12.09m13-.177q0-1.22-.462-2.37q-.463-1.151-1.442-2.126l-1.019-1.02v2.527q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V5.462q0-.344.232-.576t.576-.232h3.461q.213 0 .357.144t.143.357t-.143.356t-.357.143H16.25l1.054 1.042q1.145 1.145 1.67 2.488q.526 1.343.526 2.73q0 2.175-1.113 3.972q-1.114 1.797-3.004 2.783q-.196.104-.411.054t-.281-.251q-.068-.19.012-.391q.08-.202.257-.306q1.623-.858 2.581-2.42q.959-1.563.959-3.443"/></svg> </template>
CSS
.icon-sync-rounded {
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%22M5.5%2012.089q0%201.218.462%202.37q.463%201.15%201.442%202.126l1.019%201.019v-2.527q0-.212.144-.356t.357-.144t.356.144t.143.356v3.462q0%20.343-.232.575t-.576.232H5.154q-.213%200-.356-.144t-.144-.356t.144-.356t.356-.144H7.75l-1.054-1.042q-1.165-1.131-1.68-2.485q-.516-1.354-.516-2.73q0-2.177%201.123-3.984t3.014-2.793q.196-.104.41-.045q.215.06.282.262q.067.188-.011.389q-.078.2-.277.307q-1.624.858-2.582%202.42Q5.5%2010.208%205.5%2012.09m13-.177q0-1.22-.462-2.37q-.463-1.151-1.442-2.126l-1.019-1.02v2.527q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356V5.462q0-.344.232-.576t.576-.232h3.461q.213%200%20.357.144t.143.357t-.143.356t-.357.143H16.25l1.054%201.042q1.145%201.145%201.67%202.488q.526%201.343.526%202.73q0%202.175-1.113%203.972q-1.114%201.797-3.004%202.783q-.196.104-.411.054t-.281-.251q-.068-.19.012-.391q.08-.202.257-.306q1.623-.858%202.581-2.42q.959-1.563.959-3.443%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%22M5.5%2012.089q0%201.218.462%202.37q.463%201.15%201.442%202.126l1.019%201.019v-2.527q0-.212.144-.356t.357-.144t.356.144t.143.356v3.462q0%20.343-.232.575t-.576.232H5.154q-.213%200-.356-.144t-.144-.356t.144-.356t.356-.144H7.75l-1.054-1.042q-1.165-1.131-1.68-2.485q-.516-1.354-.516-2.73q0-2.177%201.123-3.984t3.014-2.793q.196-.104.41-.045q.215.06.282.262q.067.188-.011.389q-.078.2-.277.307q-1.624.858-2.582%202.42Q5.5%2010.208%205.5%2012.09m13-.177q0-1.22-.462-2.37q-.463-1.151-1.442-2.126l-1.019-1.02v2.527q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356V5.462q0-.344.232-.576t.576-.232h3.461q.213%200%20.357.144t.143.357t-.143.356t-.357.143H16.25l1.054%201.042q1.145%201.145%201.67%202.488q.526%201.343.526%202.73q0%202.175-1.113%203.972q-1.114%201.797-3.004%202.783q-.196.104-.411.054t-.281-.251q-.068-.19.012-.391q.08-.202.257-.306q1.623-.858%202.581-2.42q.959-1.563.959-3.443%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sync-rounded.svg?color=%231a73e8&size=48