sync problem icon
sync-problem-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- sync-problem-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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="M11.46 16.54q-.23-.23-.23-.54t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23m.183-3.453q-.143-.144-.143-.356V8q0-.213.144-.356t.357-.144t.356.144T12.5 8v4.73q0 .213-.144.357t-.357.144t-.356-.144m-6.682-1.01q0 1.522.644 2.804q.643 1.282 2.28 2.723v-2.527q0-.212.144-.356t.356-.144t.356.144t.143.356v3.462q0 .343-.232.575t-.575.232H4.616q-.213 0-.357-.144t-.144-.356t.144-.356t.356-.144h2.59q-1.793-1.561-2.518-3.073t-.725-3.203q0-2.209 1.148-4.022t3.007-2.756q.196-.104.401-.034t.272.276t-.02.401q-.09.193-.28.296q-1.592.813-2.56 2.383q-.969 1.57-.969 3.463m14.078-.154q0-1.522-.644-2.804q-.643-1.282-2.28-2.723v2.527q0 .213-.144.356t-.356.144t-.356-.144t-.144-.356V5.462q0-.344.233-.576q.232-.232.575-.232h3.462q.212 0 .356.144t.144.357t-.144.356t-.356.143h-2.59q1.793 1.562 2.519 3.073t.725 3.203q0 2.209-1.151 4.022q-1.15 1.813-3.005 2.762q-.196.103-.401.031t-.272-.28t.02-.4q.09-.193.28-.296q1.592-.813 2.56-2.384q.969-1.57.969-3.462"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSyncProblemOutlineRounded(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.46 16.54q-.23-.23-.23-.54t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23m.183-3.453q-.143-.144-.143-.356V8q0-.213.144-.356t.357-.144t.356.144T12.5 8v4.73q0 .213-.144.357t-.357.144t-.356-.144m-6.682-1.01q0 1.522.644 2.804q.643 1.282 2.28 2.723v-2.527q0-.212.144-.356t.356-.144t.356.144t.143.356v3.462q0 .343-.232.575t-.575.232H4.616q-.213 0-.357-.144t-.144-.356t.144-.356t.356-.144h2.59q-1.793-1.561-2.518-3.073t-.725-3.203q0-2.209 1.148-4.022t3.007-2.756q.196-.104.401-.034t.272.276t-.02.401q-.09.193-.28.296q-1.592.813-2.56 2.383q-.969 1.57-.969 3.463m14.078-.154q0-1.522-.644-2.804q-.643-1.282-2.28-2.723v2.527q0 .213-.144.356t-.356.144t-.356-.144t-.144-.356V5.462q0-.344.233-.576q.232-.232.575-.232h3.462q.212 0 .356.144t.144.357t-.144.356t-.356.143h-2.59q1.793 1.562 2.519 3.073t.725 3.203q0 2.209-1.151 4.022q-1.15 1.813-3.005 2.762q-.196.103-.401.031t-.272-.28t.02-.4q.09-.193.28-.296q1.592-.813 2.56-2.384q.969-1.57.969-3.462"/></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.46 16.54q-.23-.23-.23-.54t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23m.183-3.453q-.143-.144-.143-.356V8q0-.213.144-.356t.357-.144t.356.144T12.5 8v4.73q0 .213-.144.357t-.357.144t-.356-.144m-6.682-1.01q0 1.522.644 2.804q.643 1.282 2.28 2.723v-2.527q0-.212.144-.356t.356-.144t.356.144t.143.356v3.462q0 .343-.232.575t-.575.232H4.616q-.213 0-.357-.144t-.144-.356t.144-.356t.356-.144h2.59q-1.793-1.561-2.518-3.073t-.725-3.203q0-2.209 1.148-4.022t3.007-2.756q.196-.104.401-.034t.272.276t-.02.401q-.09.193-.28.296q-1.592.813-2.56 2.383q-.969 1.57-.969 3.463m14.078-.154q0-1.522-.644-2.804q-.643-1.282-2.28-2.723v2.527q0 .213-.144.356t-.356.144t-.356-.144t-.144-.356V5.462q0-.344.233-.576q.232-.232.575-.232h3.462q.212 0 .356.144t.144.357t-.144.356t-.356.143h-2.59q1.793 1.562 2.519 3.073t.725 3.203q0 2.209-1.151 4.022q-1.15 1.813-3.005 2.762q-.196.103-.401.031t-.272-.28t.02-.4q.09-.193.28-.296q1.592-.813 2.56-2.384q.969-1.57.969-3.462"/></svg> </template>
CSS
.icon-sync-problem-outline-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.46%2016.54q-.23-.23-.23-.54t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23m.183-3.453q-.143-.144-.143-.356V8q0-.213.144-.356t.357-.144t.356.144T12.5%208v4.73q0%20.213-.144.357t-.357.144t-.356-.144m-6.682-1.01q0%201.522.644%202.804q.643%201.282%202.28%202.723v-2.527q0-.212.144-.356t.356-.144t.356.144t.143.356v3.462q0%20.343-.232.575t-.575.232H4.616q-.213%200-.357-.144t-.144-.356t.144-.356t.356-.144h2.59q-1.793-1.561-2.518-3.073t-.725-3.203q0-2.209%201.148-4.022t3.007-2.756q.196-.104.401-.034t.272.276t-.02.401q-.09.193-.28.296q-1.592.813-2.56%202.383q-.969%201.57-.969%203.463m14.078-.154q0-1.522-.644-2.804q-.643-1.282-2.28-2.723v2.527q0%20.213-.144.356t-.356.144t-.356-.144t-.144-.356V5.462q0-.344.233-.576q.232-.232.575-.232h3.462q.212%200%20.356.144t.144.357t-.144.356t-.356.143h-2.59q1.793%201.562%202.519%203.073t.725%203.203q0%202.209-1.151%204.022q-1.15%201.813-3.005%202.762q-.196.103-.401.031t-.272-.28t.02-.4q.09-.193.28-.296q1.592-.813%202.56-2.384q.969-1.57.969-3.462%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.46%2016.54q-.23-.23-.23-.54t.23-.54t.54-.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23m.183-3.453q-.143-.144-.143-.356V8q0-.213.144-.356t.357-.144t.356.144T12.5%208v4.73q0%20.213-.144.357t-.357.144t-.356-.144m-6.682-1.01q0%201.522.644%202.804q.643%201.282%202.28%202.723v-2.527q0-.212.144-.356t.356-.144t.356.144t.143.356v3.462q0%20.343-.232.575t-.575.232H4.616q-.213%200-.357-.144t-.144-.356t.144-.356t.356-.144h2.59q-1.793-1.561-2.518-3.073t-.725-3.203q0-2.209%201.148-4.022t3.007-2.756q.196-.104.401-.034t.272.276t-.02.401q-.09.193-.28.296q-1.592.813-2.56%202.383q-.969%201.57-.969%203.463m14.078-.154q0-1.522-.644-2.804q-.643-1.282-2.28-2.723v2.527q0%20.213-.144.356t-.356.144t-.356-.144t-.144-.356V5.462q0-.344.233-.576q.232-.232.575-.232h3.462q.212%200%20.356.144t.144.357t-.144.356t-.356.143h-2.59q1.793%201.562%202.519%203.073t.725%203.203q0%202.209-1.151%204.022q-1.15%201.813-3.005%202.762q-.196.103-.401.031t-.272-.28t.02-.4q.09-.193.28-.296q1.592-.813%202.56-2.384q.969-1.57.969-3.462%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-rounded.svg?color=%231a73e8&size=48