twitter alt icon

twitter-alt from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
twitter-alt
Set
Unicons
Style
Line
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand logos icons from Unicons

Use the twitter alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.991 3.95a1 1 0 0 0-1.51-.86a7.5 7.5 0 0 1-1.874.794a5.15 5.15 0 0 0-3.374-1.242a5.23 5.23 0 0 0-5.223 5.063a11.03 11.03 0 0 1-6.814-3.924a1.01 1.01 0 0 0-.857-.365a1 1 0 0 0-.785.5a5.28 5.28 0 0 0-.242 4.769l-.002.001a1.04 1.04 0 0 0-.496.89a3 3 0 0 0 .027.439a5.2 5.2 0 0 0 1.568 3.312a1 1 0 0 0-.066.77a5.2 5.2 0 0 0 2.362 2.922a7.5 7.5 0 0 1-3.59.448A1 1 0 0 0 1.45 19.3a12.94 12.94 0 0 0 7.01 2.061a12.79 12.79 0 0 0 12.465-9.363a12.8 12.8 0 0 0 .535-3.646l-.001-.2a5.77 5.77 0 0 0 1.532-4.202m-3.306 3.212a1 1 0 0 0-.234.702c.01.165.009.331.009.488a10.8 10.8 0 0 1-.454 3.08a10.685 10.685 0 0 1-10.546 7.93a11 11 0 0 1-2.55-.301a9.5 9.5 0 0 0 2.942-1.564a1 1 0 0 0-.602-1.786a3.2 3.2 0 0 1-2.214-.935q.224-.042.445-.105a1 1 0 0 0-.08-1.943a3.2 3.2 0 0 1-2.25-1.726a5 5 0 0 0 .545.046a1.02 1.02 0 0 0 .984-.696a1 1 0 0 0-.4-1.137a3.2 3.2 0 0 1-1.425-2.673q0-.1.006-.198a13 13 0 0 0 8.21 3.48a1.02 1.02 0 0 0 .817-.36a1 1 0 0 0 .206-.867a3.2 3.2 0 0 1-.087-.729a3.23 3.23 0 0 1 3.226-3.226a3.18 3.18 0 0 1 2.345 1.02a.99.99 0 0 0 .921.298a9 9 0 0 0 1.212-.322a6.7 6.7 0 0 1-1.026 1.524"/></svg>

React

import type { SVGProps } from "react";

export function UilTwitterAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.991 3.95a1 1 0 0 0-1.51-.86a7.5 7.5 0 0 1-1.874.794a5.15 5.15 0 0 0-3.374-1.242a5.23 5.23 0 0 0-5.223 5.063a11.03 11.03 0 0 1-6.814-3.924a1.01 1.01 0 0 0-.857-.365a1 1 0 0 0-.785.5a5.28 5.28 0 0 0-.242 4.769l-.002.001a1.04 1.04 0 0 0-.496.89a3 3 0 0 0 .027.439a5.2 5.2 0 0 0 1.568 3.312a1 1 0 0 0-.066.77a5.2 5.2 0 0 0 2.362 2.922a7.5 7.5 0 0 1-3.59.448A1 1 0 0 0 1.45 19.3a12.94 12.94 0 0 0 7.01 2.061a12.79 12.79 0 0 0 12.465-9.363a12.8 12.8 0 0 0 .535-3.646l-.001-.2a5.77 5.77 0 0 0 1.532-4.202m-3.306 3.212a1 1 0 0 0-.234.702c.01.165.009.331.009.488a10.8 10.8 0 0 1-.454 3.08a10.685 10.685 0 0 1-10.546 7.93a11 11 0 0 1-2.55-.301a9.5 9.5 0 0 0 2.942-1.564a1 1 0 0 0-.602-1.786a3.2 3.2 0 0 1-2.214-.935q.224-.042.445-.105a1 1 0 0 0-.08-1.943a3.2 3.2 0 0 1-2.25-1.726a5 5 0 0 0 .545.046a1.02 1.02 0 0 0 .984-.696a1 1 0 0 0-.4-1.137a3.2 3.2 0 0 1-1.425-2.673q0-.1.006-.198a13 13 0 0 0 8.21 3.48a1.02 1.02 0 0 0 .817-.36a1 1 0 0 0 .206-.867a3.2 3.2 0 0 1-.087-.729a3.23 3.23 0 0 1 3.226-3.226a3.18 3.18 0 0 1 2.345 1.02a.99.99 0 0 0 .921.298a9 9 0 0 0 1.212-.322a6.7 6.7 0 0 1-1.026 1.524"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.991 3.95a1 1 0 0 0-1.51-.86a7.5 7.5 0 0 1-1.874.794a5.15 5.15 0 0 0-3.374-1.242a5.23 5.23 0 0 0-5.223 5.063a11.03 11.03 0 0 1-6.814-3.924a1.01 1.01 0 0 0-.857-.365a1 1 0 0 0-.785.5a5.28 5.28 0 0 0-.242 4.769l-.002.001a1.04 1.04 0 0 0-.496.89a3 3 0 0 0 .027.439a5.2 5.2 0 0 0 1.568 3.312a1 1 0 0 0-.066.77a5.2 5.2 0 0 0 2.362 2.922a7.5 7.5 0 0 1-3.59.448A1 1 0 0 0 1.45 19.3a12.94 12.94 0 0 0 7.01 2.061a12.79 12.79 0 0 0 12.465-9.363a12.8 12.8 0 0 0 .535-3.646l-.001-.2a5.77 5.77 0 0 0 1.532-4.202m-3.306 3.212a1 1 0 0 0-.234.702c.01.165.009.331.009.488a10.8 10.8 0 0 1-.454 3.08a10.685 10.685 0 0 1-10.546 7.93a11 11 0 0 1-2.55-.301a9.5 9.5 0 0 0 2.942-1.564a1 1 0 0 0-.602-1.786a3.2 3.2 0 0 1-2.214-.935q.224-.042.445-.105a1 1 0 0 0-.08-1.943a3.2 3.2 0 0 1-2.25-1.726a5 5 0 0 0 .545.046a1.02 1.02 0 0 0 .984-.696a1 1 0 0 0-.4-1.137a3.2 3.2 0 0 1-1.425-2.673q0-.1.006-.198a13 13 0 0 0 8.21 3.48a1.02 1.02 0 0 0 .817-.36a1 1 0 0 0 .206-.867a3.2 3.2 0 0 1-.087-.729a3.23 3.23 0 0 1 3.226-3.226a3.18 3.18 0 0 1 2.345 1.02a.99.99 0 0 0 .921.298a9 9 0 0 0 1.212-.322a6.7 6.7 0 0 1-1.026 1.524"/></svg>
</template>

CSS

.icon-twitter-alt {
  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%22currentColor%22%20d%3D%22M22.991%203.95a1%201%200%200%200-1.51-.86a7.5%207.5%200%200%201-1.874.794a5.15%205.15%200%200%200-3.374-1.242a5.23%205.23%200%200%200-5.223%205.063a11.03%2011.03%200%200%201-6.814-3.924a1.01%201.01%200%200%200-.857-.365a1%201%200%200%200-.785.5a5.28%205.28%200%200%200-.242%204.769l-.002.001a1.04%201.04%200%200%200-.496.89a3%203%200%200%200%20.027.439a5.2%205.2%200%200%200%201.568%203.312a1%201%200%200%200-.066.77a5.2%205.2%200%200%200%202.362%202.922a7.5%207.5%200%200%201-3.59.448A1%201%200%200%200%201.45%2019.3a12.94%2012.94%200%200%200%207.01%202.061a12.79%2012.79%200%200%200%2012.465-9.363a12.8%2012.8%200%200%200%20.535-3.646l-.001-.2a5.77%205.77%200%200%200%201.532-4.202m-3.306%203.212a1%201%200%200%200-.234.702c.01.165.009.331.009.488a10.8%2010.8%200%200%201-.454%203.08a10.685%2010.685%200%200%201-10.546%207.93a11%2011%200%200%201-2.55-.301a9.5%209.5%200%200%200%202.942-1.564a1%201%200%200%200-.602-1.786a3.2%203.2%200%200%201-2.214-.935q.224-.042.445-.105a1%201%200%200%200-.08-1.943a3.2%203.2%200%200%201-2.25-1.726a5%205%200%200%200%20.545.046a1.02%201.02%200%200%200%20.984-.696a1%201%200%200%200-.4-1.137a3.2%203.2%200%200%201-1.425-2.673q0-.1.006-.198a13%2013%200%200%200%208.21%203.48a1.02%201.02%200%200%200%20.817-.36a1%201%200%200%200%20.206-.867a3.2%203.2%200%200%201-.087-.729a3.23%203.23%200%200%201%203.226-3.226a3.18%203.18%200%200%201%202.345%201.02a.99.99%200%200%200%20.921.298a9%209%200%200%200%201.212-.322a6.7%206.7%200%200%201-1.026%201.524%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%22currentColor%22%20d%3D%22M22.991%203.95a1%201%200%200%200-1.51-.86a7.5%207.5%200%200%201-1.874.794a5.15%205.15%200%200%200-3.374-1.242a5.23%205.23%200%200%200-5.223%205.063a11.03%2011.03%200%200%201-6.814-3.924a1.01%201.01%200%200%200-.857-.365a1%201%200%200%200-.785.5a5.28%205.28%200%200%200-.242%204.769l-.002.001a1.04%201.04%200%200%200-.496.89a3%203%200%200%200%20.027.439a5.2%205.2%200%200%200%201.568%203.312a1%201%200%200%200-.066.77a5.2%205.2%200%200%200%202.362%202.922a7.5%207.5%200%200%201-3.59.448A1%201%200%200%200%201.45%2019.3a12.94%2012.94%200%200%200%207.01%202.061a12.79%2012.79%200%200%200%2012.465-9.363a12.8%2012.8%200%200%200%20.535-3.646l-.001-.2a5.77%205.77%200%200%200%201.532-4.202m-3.306%203.212a1%201%200%200%200-.234.702c.01.165.009.331.009.488a10.8%2010.8%200%200%201-.454%203.08a10.685%2010.685%200%200%201-10.546%207.93a11%2011%200%200%201-2.55-.301a9.5%209.5%200%200%200%202.942-1.564a1%201%200%200%200-.602-1.786a3.2%203.2%200%200%201-2.214-.935q.224-.042.445-.105a1%201%200%200%200-.08-1.943a3.2%203.2%200%200%201-2.25-1.726a5%205%200%200%200%20.545.046a1.02%201.02%200%200%200%20.984-.696a1%201%200%200%200-.4-1.137a3.2%203.2%200%200%201-1.425-2.673q0-.1.006-.198a13%2013%200%200%200%208.21%203.48a1.02%201.02%200%200%200%20.817-.36a1%201%200%200%200%20.206-.867a3.2%203.2%200%200%201-.087-.729a3.23%203.23%200%200%201%203.226-3.226a3.18%203.18%200%200%201%202.345%201.02a.99.99%200%200%200%20.921.298a9%209%200%200%200%201.212-.322a6.7%206.7%200%200%201-1.026%201.524%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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