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

Name
sync-problem-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

More ui actions icons from Material Symbols

Use the sync problem icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.288 16.713Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288m0-4Q11 12.425 11 12V8q0-.425.288-.712T12 7t.713.288T13 8v4q0 .425-.288.713T12 13t-.712-.288M5 12q0 1.35.538 2.488T7 16.45V15q0-.425.288-.712T8 14t.713.288T9 15v4q0 .425-.288.713T8 20H4q-.425 0-.712-.288T3 19t.288-.712T4 18h1.725q-1.275-1.1-2-2.65T3 12q0-2.35 1.225-4.25t3.2-2.9q.35-.2.738-.025t.512.575t-.038.775t-.512.575q-1.4.775-2.262 2.163T5 12m14 .525q0-1.35-.537-2.488T17 8.076v1.45q0 .425-.288.713t-.712.287t-.712-.288T15 9.526v-4q0-.425.288-.712T16 4.525h4q.425 0 .713.288t.287.712t-.288.713t-.712.287h-1.725q1.275 1.1 2 2.65t.725 3.35q0 2.35-1.225 4.263t-3.2 2.912q-.35.2-.737.013t-.513-.588t.038-.775t.512-.575q1.4-.775 2.263-2.162T19 12.525"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSyncProblemRounded(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="M11.288 16.713Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288m0-4Q11 12.425 11 12V8q0-.425.288-.712T12 7t.713.288T13 8v4q0 .425-.288.713T12 13t-.712-.288M5 12q0 1.35.538 2.488T7 16.45V15q0-.425.288-.712T8 14t.713.288T9 15v4q0 .425-.288.713T8 20H4q-.425 0-.712-.288T3 19t.288-.712T4 18h1.725q-1.275-1.1-2-2.65T3 12q0-2.35 1.225-4.25t3.2-2.9q.35-.2.738-.025t.512.575t-.038.775t-.512.575q-1.4.775-2.262 2.163T5 12m14 .525q0-1.35-.537-2.488T17 8.076v1.45q0 .425-.288.713t-.712.287t-.712-.288T15 9.526v-4q0-.425.288-.712T16 4.525h4q.425 0 .713.288t.287.712t-.288.713t-.712.287h-1.725q1.275 1.1 2 2.65t.725 3.35q0 2.35-1.225 4.263t-3.2 2.912q-.35.2-.737.013t-.513-.588t.038-.775t.512-.575q1.4-.775 2.263-2.162T19 12.525"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.288 16.713Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288m0-4Q11 12.425 11 12V8q0-.425.288-.712T12 7t.713.288T13 8v4q0 .425-.288.713T12 13t-.712-.288M5 12q0 1.35.538 2.488T7 16.45V15q0-.425.288-.712T8 14t.713.288T9 15v4q0 .425-.288.713T8 20H4q-.425 0-.712-.288T3 19t.288-.712T4 18h1.725q-1.275-1.1-2-2.65T3 12q0-2.35 1.225-4.25t3.2-2.9q.35-.2.738-.025t.512.575t-.038.775t-.512.575q-1.4.775-2.262 2.163T5 12m14 .525q0-1.35-.537-2.488T17 8.076v1.45q0 .425-.288.713t-.712.287t-.712-.288T15 9.526v-4q0-.425.288-.712T16 4.525h4q.425 0 .713.288t.287.712t-.288.713t-.712.287h-1.725q1.275 1.1 2 2.65t.725 3.35q0 2.35-1.225 4.263t-3.2 2.912q-.35.2-.737.013t-.513-.588t.038-.775t.512-.575q1.4-.775 2.263-2.162T19 12.525"/></svg>
</template>

CSS

.icon-sync-problem-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%22M11.288%2016.713Q11%2016.425%2011%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017t-.712-.288m0-4Q11%2012.425%2011%2012V8q0-.425.288-.712T12%207t.713.288T13%208v4q0%20.425-.288.713T12%2013t-.712-.288M5%2012q0%201.35.538%202.488T7%2016.45V15q0-.425.288-.712T8%2014t.713.288T9%2015v4q0%20.425-.288.713T8%2020H4q-.425%200-.712-.288T3%2019t.288-.712T4%2018h1.725q-1.275-1.1-2-2.65T3%2012q0-2.35%201.225-4.25t3.2-2.9q.35-.2.738-.025t.512.575t-.038.775t-.512.575q-1.4.775-2.262%202.163T5%2012m14%20.525q0-1.35-.537-2.488T17%208.076v1.45q0%20.425-.288.713t-.712.287t-.712-.288T15%209.526v-4q0-.425.288-.712T16%204.525h4q.425%200%20.713.288t.287.712t-.288.713t-.712.287h-1.725q1.275%201.1%202%202.65t.725%203.35q0%202.35-1.225%204.263t-3.2%202.912q-.35.2-.737.013t-.513-.588t.038-.775t.512-.575q1.4-.775%202.263-2.162T19%2012.525%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%22M11.288%2016.713Q11%2016.425%2011%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017t-.712-.288m0-4Q11%2012.425%2011%2012V8q0-.425.288-.712T12%207t.713.288T13%208v4q0%20.425-.288.713T12%2013t-.712-.288M5%2012q0%201.35.538%202.488T7%2016.45V15q0-.425.288-.712T8%2014t.713.288T9%2015v4q0%20.425-.288.713T8%2020H4q-.425%200-.712-.288T3%2019t.288-.712T4%2018h1.725q-1.275-1.1-2-2.65T3%2012q0-2.35%201.225-4.25t3.2-2.9q.35-.2.738-.025t.512.575t-.038.775t-.512.575q-1.4.775-2.262%202.163T5%2012m14%20.525q0-1.35-.537-2.488T17%208.076v1.45q0%20.425-.288.713t-.712.287t-.712-.288T15%209.526v-4q0-.425.288-.712T16%204.525h4q.425%200%20.713.288t.287.712t-.288.713t-.712.287h-1.725q1.275%201.1%202%202.65t.725%203.35q0%202.35-1.225%204.263t-3.2%202.912q-.35.2-.737.013t-.513-.588t.038-.775t.512-.575q1.4-.775%202.263-2.162T19%2012.525%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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