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

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

2 other variants in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

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 20v-2h2.725q-1.275-1.1-2-2.65T4 12q0-2.8 1.7-4.937T10 4.25v2.1q-1.75.625-2.875 2.163T6 12q0 1.35.538 2.488T8 16.45V14h2v6zm14-8q0-1.275-.513-2.387T16 7.55V10h-2V4h6v2h-2.725q1.475 1.325 2.088 2.838T20 12zm-3 10v-5h1v-1q0-.825.588-1.412T18 14t1.413.588T20 16v1h1v5zm2-5h2v-1q0-.425-.288-.712T18 15t-.712.288T17 16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSyncLockSharp(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 20v-2h2.725q-1.275-1.1-2-2.65T4 12q0-2.8 1.7-4.937T10 4.25v2.1q-1.75.625-2.875 2.163T6 12q0 1.35.538 2.488T8 16.45V14h2v6zm14-8q0-1.275-.513-2.387T16 7.55V10h-2V4h6v2h-2.725q1.475 1.325 2.088 2.838T20 12zm-3 10v-5h1v-1q0-.825.588-1.412T18 14t1.413.588T20 16v1h1v5zm2-5h2v-1q0-.425-.288-.712T18 15t-.712.288T17 16z"/></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 20v-2h2.725q-1.275-1.1-2-2.65T4 12q0-2.8 1.7-4.937T10 4.25v2.1q-1.75.625-2.875 2.163T6 12q0 1.35.538 2.488T8 16.45V14h2v6zm14-8q0-1.275-.513-2.387T16 7.55V10h-2V4h6v2h-2.725q1.475 1.325 2.088 2.838T20 12zm-3 10v-5h1v-1q0-.825.588-1.412T18 14t1.413.588T20 16v1h1v5zm2-5h2v-1q0-.425-.288-.712T18 15t-.712.288T17 16z"/></svg>
</template>

CSS

.icon-sync-lock-sharp {
  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%2020v-2h2.725q-1.275-1.1-2-2.65T4%2012q0-2.8%201.7-4.937T10%204.25v2.1q-1.75.625-2.875%202.163T6%2012q0%201.35.538%202.488T8%2016.45V14h2v6zm14-8q0-1.275-.513-2.387T16%207.55V10h-2V4h6v2h-2.725q1.475%201.325%202.088%202.838T20%2012zm-3%2010v-5h1v-1q0-.825.588-1.412T18%2014t1.413.588T20%2016v1h1v5zm2-5h2v-1q0-.425-.288-.712T18%2015t-.712.288T17%2016z%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%2020v-2h2.725q-1.275-1.1-2-2.65T4%2012q0-2.8%201.7-4.937T10%204.25v2.1q-1.75.625-2.875%202.163T6%2012q0%201.35.538%202.488T8%2016.45V14h2v6zm14-8q0-1.275-.513-2.387T16%207.55V10h-2V4h6v2h-2.725q1.475%201.325%202.088%202.838T20%2012zm-3%2010v-5h1v-1q0-.825.588-1.412T18%2014t1.413.588T20%2016v1h1v5zm2-5h2v-1q0-.425-.288-.712T18%2015t-.712.288T17%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sync-lock-sharp.svg?color=%231a73e8&size=48