sync-lock-rounded from Material Symbols Light by Google · Rounded · Privacy · Apache-2.0 Free for personal and commercial use.

Name
sync-lock-rounded
Set
Material Symbols Light
Style
Rounded
Category
Privacy
Viewbox
24×24
License
Apache 2.0
Aliases
sync-lock-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More privacy icons from Material Symbols Light

Use the sync lock 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.215 1.148-4.029t3.008-2.756q.196-.104.4-.034t.273.276t-.019.4t-.281.297q-1.593.813-2.56 2.383q-.969 1.57-.969 3.463m13.5-.039q-.213 0-.357-.143t-.16-.357q-.08-1.398-.74-2.587t-2.166-2.536v2.508q0 .213-.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.75 1.49 2.449 2.984t.778 2.9q.011.214-.13.357q-.14.144-.353.144m-2.846 9.692q-.368 0-.645-.278q-.278-.278-.278-.645v-2.692q0-.368.278-.646t.645-.278h.096v-1q0-.748.51-1.258q.511-.511 1.26-.511t1.258.51t.51 1.26v1h.096q.368 0 .626.277q.26.278.26.646v2.692q0 .367-.279.645q-.277.278-.645.278zm.865-4.539h2v-1q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSyncLockRounded(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.215 1.148-4.029t3.008-2.756q.196-.104.4-.034t.273.276t-.019.4t-.281.297q-1.593.813-2.56 2.383q-.969 1.57-.969 3.463m13.5-.039q-.213 0-.357-.143t-.16-.357q-.08-1.398-.74-2.587t-2.166-2.536v2.508q0 .213-.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.75 1.49 2.449 2.984t.778 2.9q.011.214-.13.357q-.14.144-.353.144m-2.846 9.692q-.368 0-.645-.278q-.278-.278-.278-.645v-2.692q0-.368.278-.646t.645-.278h.096v-1q0-.748.51-1.258q.511-.511 1.26-.511t1.258.51t.51 1.26v1h.096q.368 0 .626.277q.26.278.26.646v2.692q0 .367-.279.645q-.277.278-.645.278zm.865-4.539h2v-1q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712z"/></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.215 1.148-4.029t3.008-2.756q.196-.104.4-.034t.273.276t-.019.4t-.281.297q-1.593.813-2.56 2.383q-.969 1.57-.969 3.463m13.5-.039q-.213 0-.357-.143t-.16-.357q-.08-1.398-.74-2.587t-2.166-2.536v2.508q0 .213-.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.75 1.49 2.449 2.984t.778 2.9q.011.214-.13.357q-.14.144-.353.144m-2.846 9.692q-.368 0-.645-.278q-.278-.278-.278-.645v-2.692q0-.368.278-.646t.645-.278h.096v-1q0-.748.51-1.258q.511-.511 1.26-.511t1.258.51t.51 1.26v1h.096q.368 0 .626.277q.26.278.26.646v2.692q0 .367-.279.645q-.277.278-.645.278zm.865-4.539h2v-1q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712z"/></svg>
</template>

CSS

.icon-sync-lock-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.215%201.148-4.029t3.008-2.756q.196-.104.4-.034t.273.276t-.019.4t-.281.297q-1.593.813-2.56%202.383q-.969%201.57-.969%203.463m13.5-.039q-.213%200-.357-.143t-.16-.357q-.08-1.398-.74-2.587t-2.166-2.536v2.508q0%20.213-.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.75%201.49%202.449%202.984t.778%202.9q.011.214-.13.357q-.14.144-.353.144m-2.846%209.692q-.368%200-.645-.278q-.278-.278-.278-.645v-2.692q0-.368.278-.646t.645-.278h.096v-1q0-.748.51-1.258q.511-.511%201.26-.511t1.258.51t.51%201.26v1h.096q.368%200%20.626.277q.26.278.26.646v2.692q0%20.367-.279.645q-.277.278-.645.278zm.865-4.539h2v-1q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712z%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.215%201.148-4.029t3.008-2.756q.196-.104.4-.034t.273.276t-.019.4t-.281.297q-1.593.813-2.56%202.383q-.969%201.57-.969%203.463m13.5-.039q-.213%200-.357-.143t-.16-.357q-.08-1.398-.74-2.587t-2.166-2.536v2.508q0%20.213-.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.75%201.49%202.449%202.984t.778%202.9q.011.214-.13.357q-.14.144-.353.144m-2.846%209.692q-.368%200-.645-.278q-.278-.278-.278-.645v-2.692q0-.368.278-.646t.645-.278h.096v-1q0-.748.51-1.258q.511-.511%201.26-.511t1.258.51t.51%201.26v1h.096q.368%200%20.626.277q.26.278.26.646v2.692q0%20.367-.279.645q-.277.278-.645.278zm.865-4.539h2v-1q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712z%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-lock-rounded.svg?color=%231a73e8&size=48