sync arrow up icon

sync-arrow-up from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
sync-arrow-up
Set
Material Symbols
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

The same icon in other sets

More ui actions icons from Material Symbols

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="M2 19.5v-2h1.425q-1.175-1.05-1.8-2.488T1 12q0-2.675 1.675-4.737T7 4.65V6.7q-1.8.5-2.9 1.963T3 11.975q0 1.25.525 2.338T5 16.2v-1.7h2v5zm8-.15V17.3q1.8-.5 2.9-1.963t1.1-3.312q0-1.25-.525-2.337T12 7.8v1.7h-2v-5h5v2h-1.425q1.175 1.05 1.8 2.488T16 12q0 2.675-1.675 4.738T10 19.35m8.5.65V7.8l-1.1 1.1L16 7.5L19.5 4L23 7.5l-1.425 1.4L20.5 7.825V20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSyncArrowUp(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="M2 19.5v-2h1.425q-1.175-1.05-1.8-2.488T1 12q0-2.675 1.675-4.737T7 4.65V6.7q-1.8.5-2.9 1.963T3 11.975q0 1.25.525 2.338T5 16.2v-1.7h2v5zm8-.15V17.3q1.8-.5 2.9-1.963t1.1-3.312q0-1.25-.525-2.337T12 7.8v1.7h-2v-5h5v2h-1.425q1.175 1.05 1.8 2.488T16 12q0 2.675-1.675 4.738T10 19.35m8.5.65V7.8l-1.1 1.1L16 7.5L19.5 4L23 7.5l-1.425 1.4L20.5 7.825V20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 19.5v-2h1.425q-1.175-1.05-1.8-2.488T1 12q0-2.675 1.675-4.737T7 4.65V6.7q-1.8.5-2.9 1.963T3 11.975q0 1.25.525 2.338T5 16.2v-1.7h2v5zm8-.15V17.3q1.8-.5 2.9-1.963t1.1-3.312q0-1.25-.525-2.337T12 7.8v1.7h-2v-5h5v2h-1.425q1.175 1.05 1.8 2.488T16 12q0 2.675-1.675 4.738T10 19.35m8.5.65V7.8l-1.1 1.1L16 7.5L19.5 4L23 7.5l-1.425 1.4L20.5 7.825V20z"/></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%22M2%2019.5v-2h1.425q-1.175-1.05-1.8-2.488T1%2012q0-2.675%201.675-4.737T7%204.65V6.7q-1.8.5-2.9%201.963T3%2011.975q0%201.25.525%202.338T5%2016.2v-1.7h2v5zm8-.15V17.3q1.8-.5%202.9-1.963t1.1-3.312q0-1.25-.525-2.337T12%207.8v1.7h-2v-5h5v2h-1.425q1.175%201.05%201.8%202.488T16%2012q0%202.675-1.675%204.738T10%2019.35m8.5.65V7.8l-1.1%201.1L16%207.5L19.5%204L23%207.5l-1.425%201.4L20.5%207.825V20z%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%22M2%2019.5v-2h1.425q-1.175-1.05-1.8-2.488T1%2012q0-2.675%201.675-4.737T7%204.65V6.7q-1.8.5-2.9%201.963T3%2011.975q0%201.25.525%202.338T5%2016.2v-1.7h2v5zm8-.15V17.3q1.8-.5%202.9-1.963t1.1-3.312q0-1.25-.525-2.337T12%207.8v1.7h-2v-5h5v2h-1.425q1.175%201.05%201.8%202.488T16%2012q0%202.675-1.675%204.738T10%2019.35m8.5.65V7.8l-1.1%201.1L16%207.5L19.5%204L23%207.5l-1.425%201.4L20.5%207.825V20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sync-arrow-up.svg?color=%231a73e8&size=48