logo twitter icon

logo-twitter from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
logo-twitter
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the logo twitter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M22.582 4.8c-.523.423-1.477.88-2.082 1.018A5 5 0 0 0 11 8v1C7.27 9 3.938 7.298 1.737 4.629A10.5 10.5 0 0 0 1 8.499c0 4.435 2.748 8.227 6.634 9.766a12.4 12.4 0 0 1-4.819 2.021A11.95 11.95 0 0 0 9 22c6.627 0 12-5.373 12-12V8.83a29 29 0 0 0 1.604-2.118"/></svg>

React

import type { SVGProps } from "react";

export function TdesignLogoTwitter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M22.582 4.8c-.523.423-1.477.88-2.082 1.018A5 5 0 0 0 11 8v1C7.27 9 3.938 7.298 1.737 4.629A10.5 10.5 0 0 0 1 8.499c0 4.435 2.748 8.227 6.634 9.766a12.4 12.4 0 0 1-4.819 2.021A11.95 11.95 0 0 0 9 22c6.627 0 12-5.373 12-12V8.83a29 29 0 0 0 1.604-2.118"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M22.582 4.8c-.523.423-1.477.88-2.082 1.018A5 5 0 0 0 11 8v1C7.27 9 3.938 7.298 1.737 4.629A10.5 10.5 0 0 0 1 8.499c0 4.435 2.748 8.227 6.634 9.766a12.4 12.4 0 0 1-4.819 2.021A11.95 11.95 0 0 0 9 22c6.627 0 12-5.373 12-12V8.83a29 29 0 0 0 1.604-2.118"/></svg>
</template>

CSS

.icon-logo-twitter {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M22.582%204.8c-.523.423-1.477.88-2.082%201.018A5%205%200%200%200%2011%208v1C7.27%209%203.938%207.298%201.737%204.629A10.5%2010.5%200%200%200%201%208.499c0%204.435%202.748%208.227%206.634%209.766a12.4%2012.4%200%200%201-4.819%202.021A11.95%2011.95%200%200%200%209%2022c6.627%200%2012-5.373%2012-12V8.83a29%2029%200%200%200%201.604-2.118%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M22.582%204.8c-.523.423-1.477.88-2.082%201.018A5%205%200%200%200%2011%208v1C7.27%209%203.938%207.298%201.737%204.629A10.5%2010.5%200%200%200%201%208.499c0%204.435%202.748%208.227%206.634%209.766a12.4%2012.4%200%200%201-4.819%202.021A11.95%2011.95%200%200%200%209%2022c6.627%200%2012-5.373%2012-12V8.83a29%2029%200%200%200%201.604-2.118%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/logo-twitter.svg?color=%231a73e8&size=48