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

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

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="M4.654 19.346v-1h3.09q-1.794-1.561-2.519-3.073T4.5 12.077q0-2.454 1.402-4.409T9.5 4.942v1.062q-1.789.74-2.894 2.403T5.5 12.077q0 1.523.643 2.805t2.28 2.722v-3.027h1v4.77zM18.5 12.04q0-1.564-.647-2.86t-2.276-2.763v3.007h-1v-4.77h4.77v1h-3.091q1.898 1.614 2.587 3.233t.657 3.153zm-2.346 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 MaterialSymbolsLightSyncLock(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="M4.654 19.346v-1h3.09q-1.794-1.561-2.519-3.073T4.5 12.077q0-2.454 1.402-4.409T9.5 4.942v1.062q-1.789.74-2.894 2.403T5.5 12.077q0 1.523.643 2.805t2.28 2.722v-3.027h1v4.77zM18.5 12.04q0-1.564-.647-2.86t-2.276-2.763v3.007h-1v-4.77h4.77v1h-3.091q1.898 1.614 2.587 3.233t.657 3.153zm-2.346 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="M4.654 19.346v-1h3.09q-1.794-1.561-2.519-3.073T4.5 12.077q0-2.454 1.402-4.409T9.5 4.942v1.062q-1.789.74-2.894 2.403T5.5 12.077q0 1.523.643 2.805t2.28 2.722v-3.027h1v4.77zM18.5 12.04q0-1.564-.647-2.86t-2.276-2.763v3.007h-1v-4.77h4.77v1h-3.091q1.898 1.614 2.587 3.233t.657 3.153zm-2.346 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 {
  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%22M4.654%2019.346v-1h3.09q-1.794-1.561-2.519-3.073T4.5%2012.077q0-2.454%201.402-4.409T9.5%204.942v1.062q-1.789.74-2.894%202.403T5.5%2012.077q0%201.523.643%202.805t2.28%202.722v-3.027h1v4.77zM18.5%2012.04q0-1.564-.647-2.86t-2.276-2.763v3.007h-1v-4.77h4.77v1h-3.091q1.898%201.614%202.587%203.233t.657%203.153zm-2.346%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%22M4.654%2019.346v-1h3.09q-1.794-1.561-2.519-3.073T4.5%2012.077q0-2.454%201.402-4.409T9.5%204.942v1.062q-1.789.74-2.894%202.403T5.5%2012.077q0%201.523.643%202.805t2.28%202.722v-3.027h1v4.77zM18.5%2012.04q0-1.564-.647-2.86t-2.276-2.763v3.007h-1v-4.77h4.77v1h-3.091q1.898%201.614%202.587%203.233t.657%203.153zm-2.346%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.svg?color=%231a73e8&size=48