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

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

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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="M4.116 19.346v-1h3.096l-1.054-1.042q-1.166-1.131-1.681-2.481t-.516-2.734q0-2.41 1.375-4.361Q6.709 5.777 8.96 4.942v1.062q-1.819.765-2.909 2.424t-1.09 3.66q0 1.222.463 2.37q.463 1.15 1.44 2.127l1.02 1.019v-3.027h1v4.77zm7.345-2.806q-.23-.23-.23-.54t.23-.54t.539-.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23m.04-3.31V7.5h1v5.73zm3.539 5.828v-1.062q1.819-.765 2.909-2.424t1.09-3.66q0-1.221-.463-2.37t-1.44-2.126l-1.02-1.02v3.027h-1v-4.77h4.77v1h-3.097l1.054 1.043q1.149 1.148 1.673 2.49q.523 1.341.523 2.726q0 2.41-1.374 4.36t-3.626 2.786"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSyncProblemOutline(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.116 19.346v-1h3.096l-1.054-1.042q-1.166-1.131-1.681-2.481t-.516-2.734q0-2.41 1.375-4.361Q6.709 5.777 8.96 4.942v1.062q-1.819.765-2.909 2.424t-1.09 3.66q0 1.222.463 2.37q.463 1.15 1.44 2.127l1.02 1.019v-3.027h1v4.77zm7.345-2.806q-.23-.23-.23-.54t.23-.54t.539-.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23m.04-3.31V7.5h1v5.73zm3.539 5.828v-1.062q1.819-.765 2.909-2.424t1.09-3.66q0-1.221-.463-2.37t-1.44-2.126l-1.02-1.02v3.027h-1v-4.77h4.77v1h-3.097l1.054 1.043q1.149 1.148 1.673 2.49q.523 1.341.523 2.726q0 2.41-1.374 4.36t-3.626 2.786"/></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.116 19.346v-1h3.096l-1.054-1.042q-1.166-1.131-1.681-2.481t-.516-2.734q0-2.41 1.375-4.361Q6.709 5.777 8.96 4.942v1.062q-1.819.765-2.909 2.424t-1.09 3.66q0 1.222.463 2.37q.463 1.15 1.44 2.127l1.02 1.019v-3.027h1v4.77zm7.345-2.806q-.23-.23-.23-.54t.23-.54t.539-.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23m.04-3.31V7.5h1v5.73zm3.539 5.828v-1.062q1.819-.765 2.909-2.424t1.09-3.66q0-1.221-.463-2.37t-1.44-2.126l-1.02-1.02v3.027h-1v-4.77h4.77v1h-3.097l1.054 1.043q1.149 1.148 1.673 2.49q.523 1.341.523 2.726q0 2.41-1.374 4.36t-3.626 2.786"/></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%22M4.116%2019.346v-1h3.096l-1.054-1.042q-1.166-1.131-1.681-2.481t-.516-2.734q0-2.41%201.375-4.361Q6.709%205.777%208.96%204.942v1.062q-1.819.765-2.909%202.424t-1.09%203.66q0%201.222.463%202.37q.463%201.15%201.44%202.127l1.02%201.019v-3.027h1v4.77zm7.345-2.806q-.23-.23-.23-.54t.23-.54t.539-.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23m.04-3.31V7.5h1v5.73zm3.539%205.828v-1.062q1.819-.765%202.909-2.424t1.09-3.66q0-1.221-.463-2.37t-1.44-2.126l-1.02-1.02v3.027h-1v-4.77h4.77v1h-3.097l1.054%201.043q1.149%201.148%201.673%202.49q.523%201.341.523%202.726q0%202.41-1.374%204.36t-3.626%202.786%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.116%2019.346v-1h3.096l-1.054-1.042q-1.166-1.131-1.681-2.481t-.516-2.734q0-2.41%201.375-4.361Q6.709%205.777%208.96%204.942v1.062q-1.819.765-2.909%202.424t-1.09%203.66q0%201.222.463%202.37q.463%201.15%201.44%202.127l1.02%201.019v-3.027h1v4.77zm7.345-2.806q-.23-.23-.23-.54t.23-.54t.539-.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23m.04-3.31V7.5h1v5.73zm3.539%205.828v-1.062q1.819-.765%202.909-2.424t1.09-3.66q0-1.221-.463-2.37t-1.44-2.126l-1.02-1.02v3.027h-1v-4.77h4.77v1h-3.097l1.054%201.043q1.149%201.148%201.673%202.49q.523%201.341.523%202.726q0%202.41-1.374%204.36t-3.626%202.786%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-problem-outline.svg?color=%231a73e8&size=48