round sync problem icon
round-sync-problem from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.
- Name
- round-sync-problem
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Notification
- Viewbox
- 24×24
- License
- Apache 2.0
More notification icons from Google Material Icons
baseline-account-treebaseline-adbbaseline-airline-seat-flatbaseline-airline-seat-flat-angledbaseline-airline-seat-individual-suitebaseline-airline-seat-legroom-extrabaseline-airline-seat-legroom-normalbaseline-airline-seat-legroom-reducedbaseline-airline-seat-recline-extrabaseline-airline-seat-recline-normalbaseline-bluetooth-audiobaseline-confirmation-numberbaseline-directions-offbaseline-disc-fullbaseline-do-disturbbaseline-do-disturb-altbaseline-do-disturb-offbaseline-do-disturb-onbaseline-do-not-disturbbaseline-do-not-disturb-altbaseline-do-not-disturb-offbaseline-do-not-disturb-onbaseline-drive-etabaseline-enhanced-encryption
Use the round 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 12c0 2.21.91 4.2 2.36 5.64l-1.51 1.51a.5.5 0 0 0 .36.85H8.5c.28 0 .5-.22.5-.5v-4.29c0-.45-.54-.67-.85-.35l-1.39 1.39C5.68 15.15 5 13.66 5 12c0-2.39 1.4-4.46 3.43-5.42c.34-.16.57-.47.57-.84v-.19c0-.68-.71-1.11-1.32-.82A7.99 7.99 0 0 0 3 12m8 5h2v-2h-2zm8.79-13H15.5c-.28 0-.5.22-.5.5v4.29c0 .45.54.67.85.35l1.39-1.39C18.32 8.85 19 10.34 19 12c0 2.39-1.4 4.46-3.43 5.42c-.34.16-.57.47-.57.84v.18c0 .68.71 1.11 1.32.82A7.97 7.97 0 0 0 21 12c0-2.21-.91-4.2-2.36-5.64l1.51-1.51a.5.5 0 0 0-.36-.85M12 13c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundSyncProblem(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 12c0 2.21.91 4.2 2.36 5.64l-1.51 1.51a.5.5 0 0 0 .36.85H8.5c.28 0 .5-.22.5-.5v-4.29c0-.45-.54-.67-.85-.35l-1.39 1.39C5.68 15.15 5 13.66 5 12c0-2.39 1.4-4.46 3.43-5.42c.34-.16.57-.47.57-.84v-.19c0-.68-.71-1.11-1.32-.82A7.99 7.99 0 0 0 3 12m8 5h2v-2h-2zm8.79-13H15.5c-.28 0-.5.22-.5.5v4.29c0 .45.54.67.85.35l1.39-1.39C18.32 8.85 19 10.34 19 12c0 2.39-1.4 4.46-3.43 5.42c-.34.16-.57.47-.57.84v.18c0 .68.71 1.11 1.32.82A7.97 7.97 0 0 0 21 12c0-2.21-.91-4.2-2.36-5.64l1.51-1.51a.5.5 0 0 0-.36-.85M12 13c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1"/></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 12c0 2.21.91 4.2 2.36 5.64l-1.51 1.51a.5.5 0 0 0 .36.85H8.5c.28 0 .5-.22.5-.5v-4.29c0-.45-.54-.67-.85-.35l-1.39 1.39C5.68 15.15 5 13.66 5 12c0-2.39 1.4-4.46 3.43-5.42c.34-.16.57-.47.57-.84v-.19c0-.68-.71-1.11-1.32-.82A7.99 7.99 0 0 0 3 12m8 5h2v-2h-2zm8.79-13H15.5c-.28 0-.5.22-.5.5v4.29c0 .45.54.67.85.35l1.39-1.39C18.32 8.85 19 10.34 19 12c0 2.39-1.4 4.46-3.43 5.42c-.34.16-.57.47-.57.84v.18c0 .68.71 1.11 1.32.82A7.97 7.97 0 0 0 21 12c0-2.21-.91-4.2-2.36-5.64l1.51-1.51a.5.5 0 0 0-.36-.85M12 13c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1"/></svg> </template>
CSS
.icon-round-sync-problem {
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%2012c0%202.21.91%204.2%202.36%205.64l-1.51%201.51a.5.5%200%200%200%20.36.85H8.5c.28%200%20.5-.22.5-.5v-4.29c0-.45-.54-.67-.85-.35l-1.39%201.39C5.68%2015.15%205%2013.66%205%2012c0-2.39%201.4-4.46%203.43-5.42c.34-.16.57-.47.57-.84v-.19c0-.68-.71-1.11-1.32-.82A7.99%207.99%200%200%200%203%2012m8%205h2v-2h-2zm8.79-13H15.5c-.28%200-.5.22-.5.5v4.29c0%20.45.54.67.85.35l1.39-1.39C18.32%208.85%2019%2010.34%2019%2012c0%202.39-1.4%204.46-3.43%205.42c-.34.16-.57.47-.57.84v.18c0%20.68.71%201.11%201.32.82A7.97%207.97%200%200%200%2021%2012c0-2.21-.91-4.2-2.36-5.64l1.51-1.51a.5.5%200%200%200-.36-.85M12%2013c.55%200%201-.45%201-1V8c0-.55-.45-1-1-1s-1%20.45-1%201v4c0%20.55.45%201%201%201%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%2012c0%202.21.91%204.2%202.36%205.64l-1.51%201.51a.5.5%200%200%200%20.36.85H8.5c.28%200%20.5-.22.5-.5v-4.29c0-.45-.54-.67-.85-.35l-1.39%201.39C5.68%2015.15%205%2013.66%205%2012c0-2.39%201.4-4.46%203.43-5.42c.34-.16.57-.47.57-.84v-.19c0-.68-.71-1.11-1.32-.82A7.99%207.99%200%200%200%203%2012m8%205h2v-2h-2zm8.79-13H15.5c-.28%200-.5.22-.5.5v4.29c0%20.45.54.67.85.35l1.39-1.39C18.32%208.85%2019%2010.34%2019%2012c0%202.39-1.4%204.46-3.43%205.42c-.34.16-.57.47-.57.84v.18c0%20.68.71%201.11%201.32.82A7.97%207.97%200%200%200%2021%2012c0-2.21-.91-4.2-2.36-5.64l1.51-1.51a.5.5%200%200%200-.36-.85M12%2013c.55%200%201-.45%201-1V8c0-.55-.45-1-1-1s-1%20.45-1%201v4c0%20.55.45%201%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-sync-problem.svg?color=%231a73e8&size=48