twitch-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
twitch-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT

1 other variant in Ant Design Icons

The same icon in other sets

Use the twitch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M166.133 112L114 251.167v556.466h191.2V912h104.4l104.233-104.4h156.5L879 599V112zm69.534 69.5H809.5v382.633L687.767 685.867H496.5L392.267 790.1V685.867h-156.6zM427 529.4h69.5V320.733H427zm191.167 0H687.7V320.733h-69.533z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignTwitchOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fillRule="evenodd" d="M166.133 112L114 251.167v556.466h191.2V912h104.4l104.233-104.4h156.5L879 599V112zm69.534 69.5H809.5v382.633L687.767 685.867H496.5L392.267 790.1V685.867h-156.6zM427 529.4h69.5V320.733H427zm191.167 0H687.7V320.733h-69.533z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M166.133 112L114 251.167v556.466h191.2V912h104.4l104.233-104.4h156.5L879 599V112zm69.534 69.5H809.5v382.633L687.767 685.867H496.5L392.267 790.1V685.867h-156.6zM427 529.4h69.5V320.733H427zm191.167 0H687.7V320.733h-69.533z"/></svg>
</template>

CSS

.icon-twitch-outlined {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M166.133%20112L114%20251.167v556.466h191.2V912h104.4l104.233-104.4h156.5L879%20599V112zm69.534%2069.5H809.5v382.633L687.767%20685.867H496.5L392.267%20790.1V685.867h-156.6zM427%20529.4h69.5V320.733H427zm191.167%200H687.7V320.733h-69.533z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M166.133%20112L114%20251.167v556.466h191.2V912h104.4l104.233-104.4h156.5L879%20599V112zm69.534%2069.5H809.5v382.633L687.767%20685.867H496.5L392.267%20790.1V685.867h-156.6zM427%20529.4h69.5V320.733H427zm191.167%200H687.7V320.733h-69.533z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/twitch-outlined.svg?color=%231a73e8&size=48