Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lock-fill.svg « icons - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 26c0f5e15d31cf4bf24512d3745ab258423291f5 (plain)
1
2
3
4
5
6
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="bi bi-lock-fill" viewBox="0 0 20 20">
  <g fill="none" fill-rule="evenodd" transform="translate(4 3)">
    <rect width="12" height="9" y="6" fill="currentColor" rx="2"/>
    <path stroke="currentColor" d="M9 6V3a3 3 0 10-6 0v3h0"/>
  </g>
</svg>