sync-arrow-down-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
sync-arrow-down-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
sync-arrow-down-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 down 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.384.388l-2.011-2.011q-.16-.165-.16-.357t.166-.35q.165-.16.356-.163q.192-.003.351.162l1.364 1.364V5.5q0-.213.143-.357q.143-.143.357-.143q.213 0 .356.143t.144.357v11.585l1.369-1.37q.16-.16.354-.16t.353.16t.16.354t-.16.354l-2.011 2.012q-.242.242-.565.242t-.566-.242"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSyncArrowDownRounded(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.384.388l-2.011-2.011q-.16-.165-.16-.357t.166-.35q.165-.16.356-.163q.192-.003.351.162l1.364 1.364V5.5q0-.213.143-.357q.143-.143.357-.143q.213 0 .356.143t.144.357v11.585l1.369-1.37q.16-.16.354-.16t.353.16t.16.354t-.16.354l-2.011 2.012q-.242.242-.565.242t-.566-.242"/></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.384.388l-2.011-2.011q-.16-.165-.16-.357t.166-.35q.165-.16.356-.163q.192-.003.351.162l1.364 1.364V5.5q0-.213.143-.357q.143-.143.357-.143q.213 0 .356.143t.144.357v11.585l1.369-1.37q.16-.16.354-.16t.353.16t.16.354t-.16.354l-2.011 2.012q-.242.242-.565.242t-.566-.242"/></svg>
</template>

CSS

.icon-sync-arrow-down-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.384.388l-2.011-2.011q-.16-.165-.16-.357t.166-.35q.165-.16.356-.163q.192-.003.351.162l1.364%201.364V5.5q0-.213.143-.357q.143-.143.357-.143q.213%200%20.356.143t.144.357v11.585l1.369-1.37q.16-.16.354-.16t.353.16t.16.354t-.16.354l-2.011%202.012q-.242.242-.565.242t-.566-.242%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.384.388l-2.011-2.011q-.16-.165-.16-.357t.166-.35q.165-.16.356-.163q.192-.003.351.162l1.364%201.364V5.5q0-.213.143-.357q.143-.143.357-.143q.213%200%20.356.143t.144.357v11.585l1.369-1.37q.16-.16.354-.16t.353.16t.16.354t-.16.354l-2.011%202.012q-.242.242-.565.242t-.566-.242%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-down-rounded.svg?color=%231a73e8&size=48