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

Name
sync-problem-outline
Set
Material Symbols
Style
Outline
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
sync-problem-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

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="M3 20v-2h2.75l-.4-.35q-1.3-1.15-1.825-2.625T3 12.05q0-2.775 1.662-4.938T9 4.25v2.1Q7.2 7 6.1 8.563T5 12.05q0 1.125.425 2.188T6.75 16.2l.25.25V14h2v6zm8.288-3.287Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288M11 13V7h2v6zm4 6.75v-2.1q1.8-.65 2.9-2.212T19 11.95q0-1.125-.425-2.187T17.25 7.8L17 7.55V10h-2V4h6v2h-2.75l.4.35q1.225 1.225 1.788 2.663T21 11.95q0 2.775-1.662 4.938T15 19.75"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSyncProblemOutline(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 20v-2h2.75l-.4-.35q-1.3-1.15-1.825-2.625T3 12.05q0-2.775 1.662-4.938T9 4.25v2.1Q7.2 7 6.1 8.563T5 12.05q0 1.125.425 2.188T6.75 16.2l.25.25V14h2v6zm8.288-3.287Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288M11 13V7h2v6zm4 6.75v-2.1q1.8-.65 2.9-2.212T19 11.95q0-1.125-.425-2.187T17.25 7.8L17 7.55V10h-2V4h6v2h-2.75l.4.35q1.225 1.225 1.788 2.663T21 11.95q0 2.775-1.662 4.938T15 19.75"/></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 20v-2h2.75l-.4-.35q-1.3-1.15-1.825-2.625T3 12.05q0-2.775 1.662-4.938T9 4.25v2.1Q7.2 7 6.1 8.563T5 12.05q0 1.125.425 2.188T6.75 16.2l.25.25V14h2v6zm8.288-3.287Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288M11 13V7h2v6zm4 6.75v-2.1q1.8-.65 2.9-2.212T19 11.95q0-1.125-.425-2.187T17.25 7.8L17 7.55V10h-2V4h6v2h-2.75l.4.35q1.225 1.225 1.788 2.663T21 11.95q0 2.775-1.662 4.938T15 19.75"/></svg>
</template>

CSS

.icon-sync-problem-outline {
  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%2020v-2h2.75l-.4-.35q-1.3-1.15-1.825-2.625T3%2012.05q0-2.775%201.662-4.938T9%204.25v2.1Q7.2%207%206.1%208.563T5%2012.05q0%201.125.425%202.188T6.75%2016.2l.25.25V14h2v6zm8.288-3.287Q11%2016.425%2011%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017t-.712-.288M11%2013V7h2v6zm4%206.75v-2.1q1.8-.65%202.9-2.212T19%2011.95q0-1.125-.425-2.187T17.25%207.8L17%207.55V10h-2V4h6v2h-2.75l.4.35q1.225%201.225%201.788%202.663T21%2011.95q0%202.775-1.662%204.938T15%2019.75%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%2020v-2h2.75l-.4-.35q-1.3-1.15-1.825-2.625T3%2012.05q0-2.775%201.662-4.938T9%204.25v2.1Q7.2%207%206.1%208.563T5%2012.05q0%201.125.425%202.188T6.75%2016.2l.25.25V14h2v6zm8.288-3.287Q11%2016.425%2011%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017t-.712-.288M11%2013V7h2v6zm4%206.75v-2.1q1.8-.65%202.9-2.212T19%2011.95q0-1.125-.425-2.187T17.25%207.8L17%207.55V10h-2V4h6v2h-2.75l.4.35q1.225%201.225%201.788%202.663T21%2011.95q0%202.775-1.662%204.938T15%2019.75%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-outline.svg?color=%231a73e8&size=48