cloud sync icon
cloud-sync-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-sync-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the cloud sync icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 12.077q0 1.523.643 2.805t2.28 2.722v-2.527q0-.213.143-.357t.357-.143t.357.143t.143.357v3.462q0 .348-.23.577q-.23.23-.577.23H5.154q-.213 0-.357-.143q-.143-.143-.143-.357q0-.213.143-.356q.144-.144.357-.144h2.59q-1.794-1.561-2.519-3.073T4.5 12.077q0-2.202 1.151-4.016t2.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.463M15 19.5q-1.02 0-1.76-.74T12.5 17q0-1.008.68-1.726t1.805-.768q.367-.881 1.147-1.444T18 12.5q1.229 0 2.134.815q.904.814 1.047 2.185h.307q.839 0 1.425.571t.587 1.404q0 .839-.58 1.432t-1.42.593zm.577-13.084v2.507q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V5.462q0-.348.23-.578t.578-.23h3.461q.214 0 .357.143q.143.144.143.357t-.143.357q-.143.143-.357.143h-2.59q1.402 1.225 2.053 2.278q.65 1.053.937 2.114q.068.189-.052.36t-.313.227t-.359-.067q-.164-.122-.237-.31q-.27-.975-.848-1.831q-.58-.856-1.86-2.01M15 18.5h6.5q.412 0 .706-.294t.294-.706t-.294-.706t-.706-.294h-1.25v-.75q0-.937-.657-1.593T18 13.5t-1.564.57t-.667 1.372v.058H15q-.617 0-1.059.441q-.441.442-.441 1.059t.441 1.059q.442.441 1.059.441m3-2.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCloudSyncOutlineRounded(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="M5.5 12.077q0 1.523.643 2.805t2.28 2.722v-2.527q0-.213.143-.357t.357-.143t.357.143t.143.357v3.462q0 .348-.23.577q-.23.23-.577.23H5.154q-.213 0-.357-.143q-.143-.143-.143-.357q0-.213.143-.356q.144-.144.357-.144h2.59q-1.794-1.561-2.519-3.073T4.5 12.077q0-2.202 1.151-4.016t2.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.463M15 19.5q-1.02 0-1.76-.74T12.5 17q0-1.008.68-1.726t1.805-.768q.367-.881 1.147-1.444T18 12.5q1.229 0 2.134.815q.904.814 1.047 2.185h.307q.839 0 1.425.571t.587 1.404q0 .839-.58 1.432t-1.42.593zm.577-13.084v2.507q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V5.462q0-.348.23-.578t.578-.23h3.461q.214 0 .357.143q.143.144.143.357t-.143.357q-.143.143-.357.143h-2.59q1.402 1.225 2.053 2.278q.65 1.053.937 2.114q.068.189-.052.36t-.313.227t-.359-.067q-.164-.122-.237-.31q-.27-.975-.848-1.831q-.58-.856-1.86-2.01M15 18.5h6.5q.412 0 .706-.294t.294-.706t-.294-.706t-.706-.294h-1.25v-.75q0-.937-.657-1.593T18 13.5t-1.564.57t-.667 1.372v.058H15q-.617 0-1.059.441q-.441.442-.441 1.059t.441 1.059q.442.441 1.059.441m3-2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 12.077q0 1.523.643 2.805t2.28 2.722v-2.527q0-.213.143-.357t.357-.143t.357.143t.143.357v3.462q0 .348-.23.577q-.23.23-.577.23H5.154q-.213 0-.357-.143q-.143-.143-.143-.357q0-.213.143-.356q.144-.144.357-.144h2.59q-1.794-1.561-2.519-3.073T4.5 12.077q0-2.202 1.151-4.016t2.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.463M15 19.5q-1.02 0-1.76-.74T12.5 17q0-1.008.68-1.726t1.805-.768q.367-.881 1.147-1.444T18 12.5q1.229 0 2.134.815q.904.814 1.047 2.185h.307q.839 0 1.425.571t.587 1.404q0 .839-.58 1.432t-1.42.593zm.577-13.084v2.507q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V5.462q0-.348.23-.578t.578-.23h3.461q.214 0 .357.143q.143.144.143.357t-.143.357q-.143.143-.357.143h-2.59q1.402 1.225 2.053 2.278q.65 1.053.937 2.114q.068.189-.052.36t-.313.227t-.359-.067q-.164-.122-.237-.31q-.27-.975-.848-1.831q-.58-.856-1.86-2.01M15 18.5h6.5q.412 0 .706-.294t.294-.706t-.294-.706t-.706-.294h-1.25v-.75q0-.937-.657-1.593T18 13.5t-1.564.57t-.667 1.372v.058H15q-.617 0-1.059.441q-.441.442-.441 1.059t.441 1.059q.442.441 1.059.441m3-2.5"/></svg> </template>
CSS
.icon-cloud-sync-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%22M5.5%2012.077q0%201.523.643%202.805t2.28%202.722v-2.527q0-.213.143-.357t.357-.143t.357.143t.143.357v3.462q0%20.348-.23.577q-.23.23-.577.23H5.154q-.213%200-.357-.143q-.143-.143-.143-.357q0-.213.143-.356q.144-.144.357-.144h2.59q-1.794-1.561-2.519-3.073T4.5%2012.077q0-2.202%201.151-4.016t2.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.463M15%2019.5q-1.02%200-1.76-.74T12.5%2017q0-1.008.68-1.726t1.805-.768q.367-.881%201.147-1.444T18%2012.5q1.229%200%202.134.815q.904.814%201.047%202.185h.307q.839%200%201.425.571t.587%201.404q0%20.839-.58%201.432t-1.42.593zm.577-13.084v2.507q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V5.462q0-.348.23-.578t.578-.23h3.461q.214%200%20.357.143q.143.144.143.357t-.143.357q-.143.143-.357.143h-2.59q1.402%201.225%202.053%202.278q.65%201.053.937%202.114q.068.189-.052.36t-.313.227t-.359-.067q-.164-.122-.237-.31q-.27-.975-.848-1.831q-.58-.856-1.86-2.01M15%2018.5h6.5q.412%200%20.706-.294t.294-.706t-.294-.706t-.706-.294h-1.25v-.75q0-.937-.657-1.593T18%2013.5t-1.564.57t-.667%201.372v.058H15q-.617%200-1.059.441q-.441.442-.441%201.059t.441%201.059q.442.441%201.059.441m3-2.5%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%22M5.5%2012.077q0%201.523.643%202.805t2.28%202.722v-2.527q0-.213.143-.357t.357-.143t.357.143t.143.357v3.462q0%20.348-.23.577q-.23.23-.577.23H5.154q-.213%200-.357-.143q-.143-.143-.143-.357q0-.213.143-.356q.144-.144.357-.144h2.59q-1.794-1.561-2.519-3.073T4.5%2012.077q0-2.202%201.151-4.016t2.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.463M15%2019.5q-1.02%200-1.76-.74T12.5%2017q0-1.008.68-1.726t1.805-.768q.367-.881%201.147-1.444T18%2012.5q1.229%200%202.134.815q.904.814%201.047%202.185h.307q.839%200%201.425.571t.587%201.404q0%20.839-.58%201.432t-1.42.593zm.577-13.084v2.507q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V5.462q0-.348.23-.578t.578-.23h3.461q.214%200%20.357.143q.143.144.143.357t-.143.357q-.143.143-.357.143h-2.59q1.402%201.225%202.053%202.278q.65%201.053.937%202.114q.068.189-.052.36t-.313.227t-.359-.067q-.164-.122-.237-.31q-.27-.975-.848-1.831q-.58-.856-1.86-2.01M15%2018.5h6.5q.412%200%20.706-.294t.294-.706t-.294-.706t-.706-.294h-1.25v-.75q0-.937-.657-1.593T18%2013.5t-1.564.57t-.667%201.372v.058H15q-.617%200-1.059.441q-.441.442-.441%201.059t.441%201.059q.442.441%201.059.441m3-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/cloud-sync-outline-rounded.svg?color=%231a73e8&size=48