sync arrow up icon
sync-arrow-up-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- sync-arrow-up-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sync-arrow-up-outline-rounded
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="M4.173 18.327q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h1.233q-1.425-.858-2.242-2.295t-.818-3.128q0-2.14 1.238-3.81t3.205-2.277q.202-.078.372.025t.237.312t-.049.375t-.318.252q-1.65.521-2.667 1.933t-1.018 3.184q0 1.596.852 2.915t2.321 1.945V14.98q0-.214.144-.357t.356-.143t.357.143t.143.357v2.538q0 .348-.23.578t-.577.23zm6.262-.28q-.177.066-.318-.063q-.14-.128-.188-.311q-.048-.182.029-.35t.254-.24q1.725-.516 2.824-1.923t1.099-3.231q0-1.538-.814-2.818q-.813-1.28-2.186-2.003v1.7q0 .213-.144.356t-.356.144t-.357-.144t-.144-.356V6.269q0-.348.23-.578t.578-.23h2.539q.213 0 .357.144t.143.356t-.143.357t-.357.144h-1.464q1.425.877 2.272 2.324t.846 3.137q0 2.177-1.326 3.86t-3.374 2.263m8.45-11.13l-1.37 1.368q-.16.16-.353.16t-.354-.16t-.16-.353t.16-.354l2.011-2.012q.243-.242.566-.242t.565.242l2.012 2.012q.16.165.16.357t-.166.35t-.357.163t-.351-.163l-1.364-1.363V18.5q0 .214-.143.357t-.356.143t-.357-.143t-.143-.357z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSyncArrowUpRounded(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="M4.173 18.327q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h1.233q-1.425-.858-2.242-2.295t-.818-3.128q0-2.14 1.238-3.81t3.205-2.277q.202-.078.372.025t.237.312t-.049.375t-.318.252q-1.65.521-2.667 1.933t-1.018 3.184q0 1.596.852 2.915t2.321 1.945V14.98q0-.214.144-.357t.356-.143t.357.143t.143.357v2.538q0 .348-.23.578t-.577.23zm6.262-.28q-.177.066-.318-.063q-.14-.128-.188-.311q-.048-.182.029-.35t.254-.24q1.725-.516 2.824-1.923t1.099-3.231q0-1.538-.814-2.818q-.813-1.28-2.186-2.003v1.7q0 .213-.144.356t-.356.144t-.357-.144t-.144-.356V6.269q0-.348.23-.578t.578-.23h2.539q.213 0 .357.144t.143.356t-.143.357t-.357.144h-1.464q1.425.877 2.272 2.324t.846 3.137q0 2.177-1.326 3.86t-3.374 2.263m8.45-11.13l-1.37 1.368q-.16.16-.353.16t-.354-.16t-.16-.353t.16-.354l2.011-2.012q.243-.242.566-.242t.565.242l2.012 2.012q.16.165.16.357t-.166.35t-.357.163t-.351-.163l-1.364-1.363V18.5q0 .214-.143.357t-.356.143t-.357-.143t-.143-.357z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.173 18.327q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h1.233q-1.425-.858-2.242-2.295t-.818-3.128q0-2.14 1.238-3.81t3.205-2.277q.202-.078.372.025t.237.312t-.049.375t-.318.252q-1.65.521-2.667 1.933t-1.018 3.184q0 1.596.852 2.915t2.321 1.945V14.98q0-.214.144-.357t.356-.143t.357.143t.143.357v2.538q0 .348-.23.578t-.577.23zm6.262-.28q-.177.066-.318-.063q-.14-.128-.188-.311q-.048-.182.029-.35t.254-.24q1.725-.516 2.824-1.923t1.099-3.231q0-1.538-.814-2.818q-.813-1.28-2.186-2.003v1.7q0 .213-.144.356t-.356.144t-.357-.144t-.144-.356V6.269q0-.348.23-.578t.578-.23h2.539q.213 0 .357.144t.143.356t-.143.357t-.357.144h-1.464q1.425.877 2.272 2.324t.846 3.137q0 2.177-1.326 3.86t-3.374 2.263m8.45-11.13l-1.37 1.368q-.16.16-.353.16t-.354-.16t-.16-.353t.16-.354l2.011-2.012q.243-.242.566-.242t.565.242l2.012 2.012q.16.165.16.357t-.166.35t-.357.163t-.351-.163l-1.364-1.363V18.5q0 .214-.143.357t-.356.143t-.357-.143t-.143-.357z"/></svg> </template>
CSS
.icon-sync-arrow-up-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%22M4.173%2018.327q-.213%200-.357-.143t-.143-.357t.143-.357t.357-.143h1.233q-1.425-.858-2.242-2.295t-.818-3.128q0-2.14%201.238-3.81t3.205-2.277q.202-.078.372.025t.237.312t-.049.375t-.318.252q-1.65.521-2.667%201.933t-1.018%203.184q0%201.596.852%202.915t2.321%201.945V14.98q0-.214.144-.357t.356-.143t.357.143t.143.357v2.538q0%20.348-.23.578t-.577.23zm6.262-.28q-.177.066-.318-.063q-.14-.128-.188-.311q-.048-.182.029-.35t.254-.24q1.725-.516%202.824-1.923t1.099-3.231q0-1.538-.814-2.818q-.813-1.28-2.186-2.003v1.7q0%20.213-.144.356t-.356.144t-.357-.144t-.144-.356V6.269q0-.348.23-.578t.578-.23h2.539q.213%200%20.357.144t.143.356t-.143.357t-.357.144h-1.464q1.425.877%202.272%202.324t.846%203.137q0%202.177-1.326%203.86t-3.374%202.263m8.45-11.13l-1.37%201.368q-.16.16-.353.16t-.354-.16t-.16-.353t.16-.354l2.011-2.012q.243-.242.566-.242t.565.242l2.012%202.012q.16.165.16.357t-.166.35t-.357.163t-.351-.163l-1.364-1.363V18.5q0%20.214-.143.357t-.356.143t-.357-.143t-.143-.357z%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%22M4.173%2018.327q-.213%200-.357-.143t-.143-.357t.143-.357t.357-.143h1.233q-1.425-.858-2.242-2.295t-.818-3.128q0-2.14%201.238-3.81t3.205-2.277q.202-.078.372.025t.237.312t-.049.375t-.318.252q-1.65.521-2.667%201.933t-1.018%203.184q0%201.596.852%202.915t2.321%201.945V14.98q0-.214.144-.357t.356-.143t.357.143t.143.357v2.538q0%20.348-.23.578t-.577.23zm6.262-.28q-.177.066-.318-.063q-.14-.128-.188-.311q-.048-.182.029-.35t.254-.24q1.725-.516%202.824-1.923t1.099-3.231q0-1.538-.814-2.818q-.813-1.28-2.186-2.003v1.7q0%20.213-.144.356t-.356.144t-.357-.144t-.144-.356V6.269q0-.348.23-.578t.578-.23h2.539q.213%200%20.357.144t.143.356t-.143.357t-.357.144h-1.464q1.425.877%202.272%202.324t.846%203.137q0%202.177-1.326%203.86t-3.374%202.263m8.45-11.13l-1.37%201.368q-.16.16-.353.16t-.354-.16t-.16-.353t.16-.354l2.011-2.012q.243-.242.566-.242t.565.242l2.012%202.012q.16.165.16.357t-.166.35t-.357.163t-.351-.163l-1.364-1.363V18.5q0%20.214-.143.357t-.356.143t-.357-.143t-.143-.357z%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-rounded.svg?color=%231a73e8&size=48