aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/assets/img/stoped.svg
blob: 0198f154846477a9bdf95f57048ddd2239f42d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24">
  <defs>
    <path id="stoped-a" d="M14,7 L8,7 C7.4,7 7,7.4 7,8 L7,14 C7,14.6 7.4,15 8,15 L14,15 C14.6,15 15,14.6 15,14 L15,8 C15,7.4 14.6,7 14,7 Z M11,0 C4.9,0 0,4.9 0,11 C0,17.1 4.9,22 11,22 C17.1,22 22,17.1 22,11 C22,4.9 17.1,0 11,0 Z M11,20 C6,20 2,16 2,11 C2,6 6,2 11,2 C16,2 20,6 20,11 C20,16 16,20 11,20 Z"/>
  </defs>
  <g fill="none" fill-rule="evenodd" transform="translate(1 1)">
    <mask id="stoped-b" fill="#fff">
      <use xlink:href="#stoped-a"/>
    </mask>
    <use fill="#191919" fill-rule="nonzero" xlink:href="#stoped-a"/>
    <g fill="#5A5A5A" mask="url(#stoped-b)">
      <rect width="30" height="30" transform="translate(-4 -4)"/>
    </g>
  </g>
</svg>