sync desktop icon
sync-desktop-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- sync-desktop-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the sync desktop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.192 17.23H20v-3.114h-5.808zm0 1q-.416 0-.708-.291q-.292-.292-.292-.708v-3.116q0-.416.292-.708t.708-.292H20q.417 0 .708.292q.292.292.292.709v3.115q0 .416-.292.708q-.291.292-.708.292zm-1.5 2.77q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H21.5q.213 0 .356.144t.144.357t-.144.356T21.5 21zm1.5-3.77v-3.114zM5.5 12.078q0 1.522.643 2.804q.644 1.282 2.28 2.723v-2.527q0-.212.144-.356t.357-.144t.356.144t.143.356v3.462q0 .343-.232.575t-.576.232H5.154q-.213 0-.356-.144t-.144-.356t.144-.356t.356-.144h2.59q-1.794-1.561-2.519-3.073T4.5 12.086q0-2.211 1.151-4.025t2.991-2.755q.197-.104.408-.042t.279.27t-.028.4t-.272.297q-1.592.813-2.56 2.383q-.969 1.57-.969 3.463m10.077-5.661v2.507q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V5.462q0-.344.232-.576t.575-.232h3.462q.213 0 .356.144t.144.357t-.144.356t-.356.143h-2.59q1.402 1.225 2.053 2.278q.65 1.053.937 2.114q.068.189-.052.36t-.313.227t-.359-.062q-.164-.117-.237-.315q-.27-.975-.848-1.831q-.58-.856-1.86-2.01"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSyncDesktopOutlineRounded(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="M14.192 17.23H20v-3.114h-5.808zm0 1q-.416 0-.708-.291q-.292-.292-.292-.708v-3.116q0-.416.292-.708t.708-.292H20q.417 0 .708.292q.292.292.292.709v3.115q0 .416-.292.708q-.291.292-.708.292zm-1.5 2.77q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H21.5q.213 0 .356.144t.144.357t-.144.356T21.5 21zm1.5-3.77v-3.114zM5.5 12.078q0 1.522.643 2.804q.644 1.282 2.28 2.723v-2.527q0-.212.144-.356t.357-.144t.356.144t.143.356v3.462q0 .343-.232.575t-.576.232H5.154q-.213 0-.356-.144t-.144-.356t.144-.356t.356-.144h2.59q-1.794-1.561-2.519-3.073T4.5 12.086q0-2.211 1.151-4.025t2.991-2.755q.197-.104.408-.042t.279.27t-.028.4t-.272.297q-1.592.813-2.56 2.383q-.969 1.57-.969 3.463m10.077-5.661v2.507q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V5.462q0-.344.232-.576t.575-.232h3.462q.213 0 .356.144t.144.357t-.144.356t-.356.143h-2.59q1.402 1.225 2.053 2.278q.65 1.053.937 2.114q.068.189-.052.36t-.313.227t-.359-.062q-.164-.117-.237-.315q-.27-.975-.848-1.831q-.58-.856-1.86-2.01"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.192 17.23H20v-3.114h-5.808zm0 1q-.416 0-.708-.291q-.292-.292-.292-.708v-3.116q0-.416.292-.708t.708-.292H20q.417 0 .708.292q.292.292.292.709v3.115q0 .416-.292.708q-.291.292-.708.292zm-1.5 2.77q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H21.5q.213 0 .356.144t.144.357t-.144.356T21.5 21zm1.5-3.77v-3.114zM5.5 12.078q0 1.522.643 2.804q.644 1.282 2.28 2.723v-2.527q0-.212.144-.356t.357-.144t.356.144t.143.356v3.462q0 .343-.232.575t-.576.232H5.154q-.213 0-.356-.144t-.144-.356t.144-.356t.356-.144h2.59q-1.794-1.561-2.519-3.073T4.5 12.086q0-2.211 1.151-4.025t2.991-2.755q.197-.104.408-.042t.279.27t-.028.4t-.272.297q-1.592.813-2.56 2.383q-.969 1.57-.969 3.463m10.077-5.661v2.507q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V5.462q0-.344.232-.576t.575-.232h3.462q.213 0 .356.144t.144.357t-.144.356t-.356.143h-2.59q1.402 1.225 2.053 2.278q.65 1.053.937 2.114q.068.189-.052.36t-.313.227t-.359-.062q-.164-.117-.237-.315q-.27-.975-.848-1.831q-.58-.856-1.86-2.01"/></svg> </template>
CSS
.icon-sync-desktop-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%22M14.192%2017.23H20v-3.114h-5.808zm0%201q-.416%200-.708-.291q-.292-.292-.292-.708v-3.116q0-.416.292-.708t.708-.292H20q.417%200%20.708.292q.292.292.292.709v3.115q0%20.416-.292.708q-.291.292-.708.292zm-1.5%202.77q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143H21.5q.213%200%20.356.144t.144.357t-.144.356T21.5%2021zm1.5-3.77v-3.114zM5.5%2012.078q0%201.522.643%202.804q.644%201.282%202.28%202.723v-2.527q0-.212.144-.356t.357-.144t.356.144t.143.356v3.462q0%20.343-.232.575t-.576.232H5.154q-.213%200-.356-.144t-.144-.356t.144-.356t.356-.144h2.59q-1.794-1.561-2.519-3.073T4.5%2012.086q0-2.211%201.151-4.025t2.991-2.755q.197-.104.408-.042t.279.27t-.028.4t-.272.297q-1.592.813-2.56%202.383q-.969%201.57-.969%203.463m10.077-5.661v2.507q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356V5.462q0-.344.232-.576t.575-.232h3.462q.213%200%20.356.144t.144.357t-.144.356t-.356.143h-2.59q1.402%201.225%202.053%202.278q.65%201.053.937%202.114q.068.189-.052.36t-.313.227t-.359-.062q-.164-.117-.237-.315q-.27-.975-.848-1.831q-.58-.856-1.86-2.01%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%22M14.192%2017.23H20v-3.114h-5.808zm0%201q-.416%200-.708-.291q-.292-.292-.292-.708v-3.116q0-.416.292-.708t.708-.292H20q.417%200%20.708.292q.292.292.292.709v3.115q0%20.416-.292.708q-.291.292-.708.292zm-1.5%202.77q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143H21.5q.213%200%20.356.144t.144.357t-.144.356T21.5%2021zm1.5-3.77v-3.114zM5.5%2012.078q0%201.522.643%202.804q.644%201.282%202.28%202.723v-2.527q0-.212.144-.356t.357-.144t.356.144t.143.356v3.462q0%20.343-.232.575t-.576.232H5.154q-.213%200-.356-.144t-.144-.356t.144-.356t.356-.144h2.59q-1.794-1.561-2.519-3.073T4.5%2012.086q0-2.211%201.151-4.025t2.991-2.755q.197-.104.408-.042t.279.27t-.028.4t-.272.297q-1.592.813-2.56%202.383q-.969%201.57-.969%203.463m10.077-5.661v2.507q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356V5.462q0-.344.232-.576t.575-.232h3.462q.213%200%20.356.144t.144.357t-.144.356t-.356.143h-2.59q1.402%201.225%202.053%202.278q.65%201.053.937%202.114q.068.189-.052.36t-.313.227t-.359-.062q-.164-.117-.237-.315q-.27-.975-.848-1.831q-.58-.856-1.86-2.01%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-desktop-outline-rounded.svg?color=%231a73e8&size=48