sync arrow up icon
sync-arrow-up from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- sync-arrow-up
- Set
- Material Symbols Light
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sync-arrow-up-outline, sync-arrow-up-outline-sharp, sync-arrow-up-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the sync arrow up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.673 18.327v-1h1.733q-1.425-.858-2.242-2.295t-.818-3.128q0-2.31 1.464-4.084t3.71-2.208v1.03q-1.84.404-3.007 1.876q-1.167 1.473-1.167 3.38q0 1.596.852 2.915t2.321 1.945V14.48h1v3.846zm6.135-.111v-1.012q1.877-.423 3.102-1.886t1.225-3.39q0-1.537-.814-2.817q-.813-1.28-2.186-2.003v2.2h-1V5.462h3.846v1h-1.964q1.425.877 2.271 2.324t.846 3.137q0 2.329-1.511 4.093q-1.512 1.765-3.815 2.2m9.077.784V6.916L17.4 8.4l-.708-.708L19.385 5l2.692 2.692l-.713.708l-1.48-1.479V19z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSyncArrowUp(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="M3.673 18.327v-1h1.733q-1.425-.858-2.242-2.295t-.818-3.128q0-2.31 1.464-4.084t3.71-2.208v1.03q-1.84.404-3.007 1.876q-1.167 1.473-1.167 3.38q0 1.596.852 2.915t2.321 1.945V14.48h1v3.846zm6.135-.111v-1.012q1.877-.423 3.102-1.886t1.225-3.39q0-1.537-.814-2.817q-.813-1.28-2.186-2.003v2.2h-1V5.462h3.846v1h-1.964q1.425.877 2.271 2.324t.846 3.137q0 2.329-1.511 4.093q-1.512 1.765-3.815 2.2m9.077.784V6.916L17.4 8.4l-.708-.708L19.385 5l2.692 2.692l-.713.708l-1.48-1.479V19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.673 18.327v-1h1.733q-1.425-.858-2.242-2.295t-.818-3.128q0-2.31 1.464-4.084t3.71-2.208v1.03q-1.84.404-3.007 1.876q-1.167 1.473-1.167 3.38q0 1.596.852 2.915t2.321 1.945V14.48h1v3.846zm6.135-.111v-1.012q1.877-.423 3.102-1.886t1.225-3.39q0-1.537-.814-2.817q-.813-1.28-2.186-2.003v2.2h-1V5.462h3.846v1h-1.964q1.425.877 2.271 2.324t.846 3.137q0 2.329-1.511 4.093q-1.512 1.765-3.815 2.2m9.077.784V6.916L17.4 8.4l-.708-.708L19.385 5l2.692 2.692l-.713.708l-1.48-1.479V19z"/></svg> </template>
CSS
.icon-sync-arrow-up {
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%22M3.673%2018.327v-1h1.733q-1.425-.858-2.242-2.295t-.818-3.128q0-2.31%201.464-4.084t3.71-2.208v1.03q-1.84.404-3.007%201.876q-1.167%201.473-1.167%203.38q0%201.596.852%202.915t2.321%201.945V14.48h1v3.846zm6.135-.111v-1.012q1.877-.423%203.102-1.886t1.225-3.39q0-1.537-.814-2.817q-.813-1.28-2.186-2.003v2.2h-1V5.462h3.846v1h-1.964q1.425.877%202.271%202.324t.846%203.137q0%202.329-1.511%204.093q-1.512%201.765-3.815%202.2m9.077.784V6.916L17.4%208.4l-.708-.708L19.385%205l2.692%202.692l-.713.708l-1.48-1.479V19z%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%22M3.673%2018.327v-1h1.733q-1.425-.858-2.242-2.295t-.818-3.128q0-2.31%201.464-4.084t3.71-2.208v1.03q-1.84.404-3.007%201.876q-1.167%201.473-1.167%203.38q0%201.596.852%202.915t2.321%201.945V14.48h1v3.846zm6.135-.111v-1.012q1.877-.423%203.102-1.886t1.225-3.39q0-1.537-.814-2.817q-.813-1.28-2.186-2.003v2.2h-1V5.462h3.846v1h-1.964q1.425.877%202.271%202.324t.846%203.137q0%202.329-1.511%204.093q-1.512%201.765-3.815%202.2m9.077.784V6.916L17.4%208.4l-.708-.708L19.385%205l2.692%202.692l-.713.708l-1.48-1.479V19z%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-arrow-up.svg?color=%231a73e8&size=48