1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-30 09:10:59 +02:00

video call icons #75

This commit is contained in:
codecalm
2020-09-22 12:50:07 +02:00
parent e6457baede
commit f06a395863
4 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
---
<svg>
<path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" />
<rect x="3" y="6" width="12" height="12" rx="2" />
<line x1="7" y1="12" x2="11" y2="12" />
</svg>

7
src/_icons/video-off.svg Normal file
View File

@@ -0,0 +1,7 @@
---
---
<svg>
<line x1="3" y1="3" x2="21" y2="21" />
<path d="M15 11v-1l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894" />
<path d="M10 6h3a2 2 0 0 1 2 2v3m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1" />
</svg>

View File

@@ -0,0 +1,8 @@
---
---
<svg>
<path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" />
<rect x="3" y="6" width="12" height="12" rx="2" />
<line x1="7" y1="12" x2="11" y2="12" />
<line x1="9" y1="10" x2="9" y2="14" />
</svg>

6
src/_icons/video.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" />
<rect x="3" y="6" width="12" height="12" rx="2" />
</svg>