diff options
author | codecalm <codecalm@gmail.com> | 2020-03-22 21:00:37 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-22 21:00:37 +0100 |
commit | 3b0a3d1f2175f0d7234f1674cf677df19de706c7 (patch) | |
tree | f9c280ce0bbd3e61201a1a18a8d8ded5b690bae9 /src | |
parent | gift icon (diff) | |
download | tabler-icons-3b0a3d1f2175f0d7234f1674cf677df19de706c7.tar.xz |
virus icon
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/virus.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/_icons/virus.svg b/src/_icons/virus.svg new file mode 100644 index 00000000..92dc3347 --- /dev/null +++ b/src/_icons/virus.svg @@ -0,0 +1,13 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="5" /> + <path d="M12 7v-4m-1 0h2" /> + <path d="M12 7v-4m-1 0h2" transform="rotate(45 12 12)" /> + <path d="M12 7v-4m-1 0h2" transform="rotate(90 12 12)" /> + <path d="M12 7v-4m-1 0h2" transform="rotate(135 12 12)" /> + <path d="M12 7v-4m-1 0h2" transform="rotate(180 12 12)" /> + <path d="M12 7v-4m-1 0h2" transform="rotate(225 12 12)" /> + <path d="M12 7v-4m-1 0h2" transform="rotate(270 12 12)" /> + <path d="M12 7v-4m-1 0h2" transform="rotate(315 12 12)" /> +</svg> |