diff options
author | codecalm <codecalm@gmail.com> | 2022-01-18 17:47:52 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-01-18 17:47:52 +0100 |
commit | 207c62c8d927b1f67414c82f31ff6ece7d6e5a6b (patch) | |
tree | b7334d306bb3bafd16918eee83ed674cd39dffb8 /icons/robot.svg | |
parent | 5 new icons: `api-app`, `api`, `brand-lastfm`, `brand-tripadvisor`, `plug-con... (diff) | |
download | tabler-icons-207c62c8d927b1f67414c82f31ff6ece7d6e5a6b.tar.xz |
Release 1.53.0v1.53.0
Diffstat (limited to 'icons/robot.svg')
-rw-r--r-- | icons/robot.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/icons/robot.svg b/icons/robot.svg new file mode 100644 index 00000000..4d416df5 --- /dev/null +++ b/icons/robot.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-robot" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <path d="M7 7h10a2 2 0 0 1 2 2v1l1 1v3l-1 1v3a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-3l-1 -1v-3l1 -1v-1a2 2 0 0 1 2 -2z" /> + <path d="M10 16h4" /> + <circle cx="8.5" cy="11.5" r="1" /> + <circle cx="15.5" cy="11.5" r="1" /> + <path d="M9 7l-1 -4" /> + <path d="M15 7l1 -4" /> +</svg> + + |