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

brightness-low.svg « icons - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 507cb1be8c845cf9614dee20bfb4143fd9380f72 (plain)
1
2
3
4
5
6
7
8
9
10
11
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-brightness-low" viewBox="0 0 20 20">
  <path fill-rule="evenodd" d="M10 13a3 3 0 100-6 3 3 0 000 6zm0 1a4 4 0 100-8 4 4 0 000 8z" clip-rule="evenodd"/>
  <circle cx="10" cy="4.5" r=".5"/>
  <circle cx="10" cy="15.5" r=".5"/>
  <circle cx="15.5" cy="10" r=".5" transform="rotate(90 15.5 10)"/>
  <circle cx="4.5" cy="10" r=".5" transform="rotate(90 4.5 10)"/>
  <circle cx="13.889" cy="6.111" r=".5" transform="rotate(45 13.89 6.11)"/>
  <circle cx="6.111" cy="13.889" r=".5" transform="rotate(45 6.11 13.89)"/>
  <circle cx="13.889" cy="13.889" r=".5" transform="rotate(135 13.89 13.89)"/>
  <circle cx="6.111" cy="6.111" r=".5" transform="rotate(135 6.11 6.11)"/>
</svg>