Twitch icon in outline, twotone, bold and bulk. Free in all four styles, for logos, integrations, payment methods, social links. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconTwitch } from "@devigner-ui/icons";
<IconTwitch className="size-6" />
<script setup>
import { IconTwitch } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTwitch class="size-6" />
</template>
<script>
import { IconTwitch } from "@devigner-ui/icons-svelte";
</script>
<IconTwitch class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.17 2h17v12l-5 5h-5l-2 3h-3v-3h-4V5z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M11.67 7h-2v6h2z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M16.67 7h-2v6h2z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>