twitter-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
twitter-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the 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-linejoin="round" stroke-width="2" d="M19.138 9.25L21 5.976l-2.362.442c-.556-.801-1.884-1.718-3.844-1.325c-2.346.471-3.103 2.465-3.103 4.627c-2.637 0-5.068-.944-6.981-3.744c0 0-3.259 8.465 4.188 10.826c-1.396 1.416-2.792 1.888-4.654 2.418c4.655 1.359 9.309.887 11.636-1.002c2.327-1.888 3.47-4.672 3.258-8.97Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteTwitterLine(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" strokeLinejoin="round" strokeWidth="2" d="M19.138 9.25L21 5.976l-2.362.442c-.556-.801-1.884-1.718-3.844-1.325c-2.346.471-3.103 2.465-3.103 4.627c-2.637 0-5.068-.944-6.981-3.744c0 0-3.259 8.465 4.188 10.826c-1.396 1.416-2.792 1.888-4.654 2.418c4.655 1.359 9.309.887 11.636-1.002c2.327-1.888 3.47-4.672 3.258-8.97Z"/></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-linejoin="round" stroke-width="2" d="M19.138 9.25L21 5.976l-2.362.442c-.556-.801-1.884-1.718-3.844-1.325c-2.346.471-3.103 2.465-3.103 4.627c-2.637 0-5.068-.944-6.981-3.744c0 0-3.259 8.465 4.188 10.826c-1.396 1.416-2.792 1.888-4.654 2.418c4.655 1.359 9.309.887 11.636-1.002c2.327-1.888 3.47-4.672 3.258-8.97Z"/></svg>
</template>

CSS

.icon-twitter-line {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M19.138%209.25L21%205.976l-2.362.442c-.556-.801-1.884-1.718-3.844-1.325c-2.346.471-3.103%202.465-3.103%204.627c-2.637%200-5.068-.944-6.981-3.744c0%200-3.259%208.465%204.188%2010.826c-1.396%201.416-2.792%201.888-4.654%202.418c4.655%201.359%209.309.887%2011.636-1.002c2.327-1.888%203.47-4.672%203.258-8.97Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M19.138%209.25L21%205.976l-2.362.442c-.556-.801-1.884-1.718-3.844-1.325c-2.346.471-3.103%202.465-3.103%204.627c-2.637%200-5.068-.944-6.981-3.744c0%200-3.259%208.465%204.188%2010.826c-1.396%201.416-2.792%201.888-4.654%202.418c4.655%201.359%209.309.887%2011.636-1.002c2.327-1.888%203.47-4.672%203.258-8.97Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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