twitter logo icon

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

Name
twitter-logo
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

The same icon in other sets

Use the twitter logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M10.36 1.569c1.013 0 1.82.48 2.362 1.174a5.2 5.2 0 0 0 1.63-.628a2.63 2.63 0 0 1-1.152 1.45l.001.003a5.3 5.3 0 0 0 1.504-.413v.002c-.338.506-.764.95-1.252 1.313c.026.177.043.354.043.531c0 3.686-2.809 7.974-7.975 7.974A7.93 7.93 0 0 1 1.46 11.86l-.234-.146l-.08-.062a.5.5 0 0 1-.028-.686a.45.45 0 0 1 .347-.217l.09.002l.24.024a5.04 5.04 0 0 0 2.395-.381a3.1 3.1 0 0 1-1.606-1.65l-.082-.225a.45.45 0 0 1 .103-.448A3.07 3.07 0 0 1 1.56 5.76v-.033c0-.16.084-.308.221-.389a.5.5 0 0 1 .147-.052A3.1 3.1 0 0 1 1.58 3.87c0-.468.003-1.058.332-1.589a.45.45 0 0 1 .32-.207a.5.5 0 0 1 .47.088l.071.072l.234.272a6.96 6.96 0 0 0 4.226 2.232v-.04c0-1.728 1.4-3.128 3.126-3.128m0 1a2.128 2.128 0 0 0-2.072 2.614a.5.5 0 0 1-.396.602l-.116.008a7.95 7.95 0 0 1-5.282-2.377q-.014.203-.013.453c0 .755.385 1.422.97 1.813l.057.046a.45.45 0 0 1-.323.778a3 3 0 0 1-.622-.086a2.18 2.18 0 0 0 1.643 1.476a.451.451 0 0 1 .028.876q-.27.073-.556.094a2.17 2.17 0 0 0 1.715.89a.45.45 0 0 1 .27.804a5.3 5.3 0 0 1-2.389 1.042c.705.24 1.46.373 2.247.373c4.5 0 6.975-3.718 6.975-6.974c0-1.288-.902-2.432-2.136-2.432"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsTwitterLogo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M10.36 1.569c1.013 0 1.82.48 2.362 1.174a5.2 5.2 0 0 0 1.63-.628a2.63 2.63 0 0 1-1.152 1.45l.001.003a5.3 5.3 0 0 0 1.504-.413v.002c-.338.506-.764.95-1.252 1.313c.026.177.043.354.043.531c0 3.686-2.809 7.974-7.975 7.974A7.93 7.93 0 0 1 1.46 11.86l-.234-.146l-.08-.062a.5.5 0 0 1-.028-.686a.45.45 0 0 1 .347-.217l.09.002l.24.024a5.04 5.04 0 0 0 2.395-.381a3.1 3.1 0 0 1-1.606-1.65l-.082-.225a.45.45 0 0 1 .103-.448A3.07 3.07 0 0 1 1.56 5.76v-.033c0-.16.084-.308.221-.389a.5.5 0 0 1 .147-.052A3.1 3.1 0 0 1 1.58 3.87c0-.468.003-1.058.332-1.589a.45.45 0 0 1 .32-.207a.5.5 0 0 1 .47.088l.071.072l.234.272a6.96 6.96 0 0 0 4.226 2.232v-.04c0-1.728 1.4-3.128 3.126-3.128m0 1a2.128 2.128 0 0 0-2.072 2.614a.5.5 0 0 1-.396.602l-.116.008a7.95 7.95 0 0 1-5.282-2.377q-.014.203-.013.453c0 .755.385 1.422.97 1.813l.057.046a.45.45 0 0 1-.323.778a3 3 0 0 1-.622-.086a2.18 2.18 0 0 0 1.643 1.476a.451.451 0 0 1 .028.876q-.27.073-.556.094a2.17 2.17 0 0 0 1.715.89a.45.45 0 0 1 .27.804a5.3 5.3 0 0 1-2.389 1.042c.705.24 1.46.373 2.247.373c4.5 0 6.975-3.718 6.975-6.974c0-1.288-.902-2.432-2.136-2.432"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M10.36 1.569c1.013 0 1.82.48 2.362 1.174a5.2 5.2 0 0 0 1.63-.628a2.63 2.63 0 0 1-1.152 1.45l.001.003a5.3 5.3 0 0 0 1.504-.413v.002c-.338.506-.764.95-1.252 1.313c.026.177.043.354.043.531c0 3.686-2.809 7.974-7.975 7.974A7.93 7.93 0 0 1 1.46 11.86l-.234-.146l-.08-.062a.5.5 0 0 1-.028-.686a.45.45 0 0 1 .347-.217l.09.002l.24.024a5.04 5.04 0 0 0 2.395-.381a3.1 3.1 0 0 1-1.606-1.65l-.082-.225a.45.45 0 0 1 .103-.448A3.07 3.07 0 0 1 1.56 5.76v-.033c0-.16.084-.308.221-.389a.5.5 0 0 1 .147-.052A3.1 3.1 0 0 1 1.58 3.87c0-.468.003-1.058.332-1.589a.45.45 0 0 1 .32-.207a.5.5 0 0 1 .47.088l.071.072l.234.272a6.96 6.96 0 0 0 4.226 2.232v-.04c0-1.728 1.4-3.128 3.126-3.128m0 1a2.128 2.128 0 0 0-2.072 2.614a.5.5 0 0 1-.396.602l-.116.008a7.95 7.95 0 0 1-5.282-2.377q-.014.203-.013.453c0 .755.385 1.422.97 1.813l.057.046a.45.45 0 0 1-.323.778a3 3 0 0 1-.622-.086a2.18 2.18 0 0 0 1.643 1.476a.451.451 0 0 1 .028.876q-.27.073-.556.094a2.17 2.17 0 0 0 1.715.89a.45.45 0 0 1 .27.804a5.3 5.3 0 0 1-2.389 1.042c.705.24 1.46.373 2.247.373c4.5 0 6.975-3.718 6.975-6.974c0-1.288-.902-2.432-2.136-2.432"/></svg>
</template>

CSS

.icon-twitter-logo {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.36%201.569c1.013%200%201.82.48%202.362%201.174a5.2%205.2%200%200%200%201.63-.628a2.63%202.63%200%200%201-1.152%201.45l.001.003a5.3%205.3%200%200%200%201.504-.413v.002c-.338.506-.764.95-1.252%201.313c.026.177.043.354.043.531c0%203.686-2.809%207.974-7.975%207.974A7.93%207.93%200%200%201%201.46%2011.86l-.234-.146l-.08-.062a.5.5%200%200%201-.028-.686a.45.45%200%200%201%20.347-.217l.09.002l.24.024a5.04%205.04%200%200%200%202.395-.381a3.1%203.1%200%200%201-1.606-1.65l-.082-.225a.45.45%200%200%201%20.103-.448A3.07%203.07%200%200%201%201.56%205.76v-.033c0-.16.084-.308.221-.389a.5.5%200%200%201%20.147-.052A3.1%203.1%200%200%201%201.58%203.87c0-.468.003-1.058.332-1.589a.45.45%200%200%201%20.32-.207a.5.5%200%200%201%20.47.088l.071.072l.234.272a6.96%206.96%200%200%200%204.226%202.232v-.04c0-1.728%201.4-3.128%203.126-3.128m0%201a2.128%202.128%200%200%200-2.072%202.614a.5.5%200%200%201-.396.602l-.116.008a7.95%207.95%200%200%201-5.282-2.377q-.014.203-.013.453c0%20.755.385%201.422.97%201.813l.057.046a.45.45%200%200%201-.323.778a3%203%200%200%201-.622-.086a2.18%202.18%200%200%200%201.643%201.476a.451.451%200%200%201%20.028.876q-.27.073-.556.094a2.17%202.17%200%200%200%201.715.89a.45.45%200%200%201%20.27.804a5.3%205.3%200%200%201-2.389%201.042c.705.24%201.46.373%202.247.373c4.5%200%206.975-3.718%206.975-6.974c0-1.288-.902-2.432-2.136-2.432%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.36%201.569c1.013%200%201.82.48%202.362%201.174a5.2%205.2%200%200%200%201.63-.628a2.63%202.63%200%200%201-1.152%201.45l.001.003a5.3%205.3%200%200%200%201.504-.413v.002c-.338.506-.764.95-1.252%201.313c.026.177.043.354.043.531c0%203.686-2.809%207.974-7.975%207.974A7.93%207.93%200%200%201%201.46%2011.86l-.234-.146l-.08-.062a.5.5%200%200%201-.028-.686a.45.45%200%200%201%20.347-.217l.09.002l.24.024a5.04%205.04%200%200%200%202.395-.381a3.1%203.1%200%200%201-1.606-1.65l-.082-.225a.45.45%200%200%201%20.103-.448A3.07%203.07%200%200%201%201.56%205.76v-.033c0-.16.084-.308.221-.389a.5.5%200%200%201%20.147-.052A3.1%203.1%200%200%201%201.58%203.87c0-.468.003-1.058.332-1.589a.45.45%200%200%201%20.32-.207a.5.5%200%200%201%20.47.088l.071.072l.234.272a6.96%206.96%200%200%200%204.226%202.232v-.04c0-1.728%201.4-3.128%203.126-3.128m0%201a2.128%202.128%200%200%200-2.072%202.614a.5.5%200%200%201-.396.602l-.116.008a7.95%207.95%200%200%201-5.282-2.377q-.014.203-.013.453c0%20.755.385%201.422.97%201.813l.057.046a.45.45%200%200%201-.323.778a3%203%200%200%201-.622-.086a2.18%202.18%200%200%200%201.643%201.476a.451.451%200%200%201%20.028.876q-.27.073-.556.094a2.17%202.17%200%200%200%201.715.89a.45.45%200%200%201%20.27.804a5.3%205.3%200%200%201-2.389%201.042c.705.24%201.46.373%202.247.373c4.5%200%206.975-3.718%206.975-6.974c0-1.288-.902-2.432-2.136-2.432%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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