twitter icon
twitter from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
twitter-fillAkar IconstwitterBootstrap IconstwitterBoxicons BrandstwitterDevicontwitter-fillEva IconstwitterFont Awesome 6 BrandstwitterFeather Iconstwittercss.ggtwitterHuge IconstwitterIconoirtwitterJam IconstwitterMaterial Line IconstwitterSVG LogostwitterLucidetwitterMage IconstwitterMaterial Design Iconstwitter-fillMingCute IcontwitterOpenMojitwitter-fillRemix IcontwitterSimple IconstwitterSkill Iconstwitter-outlineTeenyiconstwitterUniconstwitterUnicons Monochrome
More other icons from Line Awesome
Use the twitter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 8.559a9.8 9.8 0 0 1-2.828.773a4.94 4.94 0 0 0 2.164-2.723a9.9 9.9 0 0 1-3.125 1.196a4.924 4.924 0 0 0-8.52 3.367q0 .582.13 1.121A13.96 13.96 0 0 1 5.67 7.148a4.9 4.9 0 0 0-.667 2.477c0 1.707.867 3.215 2.191 4.098a4.9 4.9 0 0 1-2.23-.618v.063a4.92 4.92 0 0 0 3.95 4.828a4.9 4.9 0 0 1-2.224.086a4.93 4.93 0 0 0 4.598 3.422A9.88 9.88 0 0 1 4 23.539a13.9 13.9 0 0 0 7.547 2.215c9.058 0 14.012-7.504 14.012-14.012c0-.21-.008-.426-.016-.637A10.1 10.1 0 0 0 28 8.56z"/></svg>
React
import type { SVGProps } from "react";
export function LaTwitter(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 8.559a9.8 9.8 0 0 1-2.828.773a4.94 4.94 0 0 0 2.164-2.723a9.9 9.9 0 0 1-3.125 1.196a4.924 4.924 0 0 0-8.52 3.367q0 .582.13 1.121A13.96 13.96 0 0 1 5.67 7.148a4.9 4.9 0 0 0-.667 2.477c0 1.707.867 3.215 2.191 4.098a4.9 4.9 0 0 1-2.23-.618v.063a4.92 4.92 0 0 0 3.95 4.828a4.9 4.9 0 0 1-2.224.086a4.93 4.93 0 0 0 4.598 3.422A9.88 9.88 0 0 1 4 23.539a13.9 13.9 0 0 0 7.547 2.215c9.058 0 14.012-7.504 14.012-14.012c0-.21-.008-.426-.016-.637A10.1 10.1 0 0 0 28 8.56z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 8.559a9.8 9.8 0 0 1-2.828.773a4.94 4.94 0 0 0 2.164-2.723a9.9 9.9 0 0 1-3.125 1.196a4.924 4.924 0 0 0-8.52 3.367q0 .582.13 1.121A13.96 13.96 0 0 1 5.67 7.148a4.9 4.9 0 0 0-.667 2.477c0 1.707.867 3.215 2.191 4.098a4.9 4.9 0 0 1-2.23-.618v.063a4.92 4.92 0 0 0 3.95 4.828a4.9 4.9 0 0 1-2.224.086a4.93 4.93 0 0 0 4.598 3.422A9.88 9.88 0 0 1 4 23.539a13.9 13.9 0 0 0 7.547 2.215c9.058 0 14.012-7.504 14.012-14.012c0-.21-.008-.426-.016-.637A10.1 10.1 0 0 0 28 8.56z"/></svg> </template>
CSS
.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%208.559a9.8%209.8%200%200%201-2.828.773a4.94%204.94%200%200%200%202.164-2.723a9.9%209.9%200%200%201-3.125%201.196a4.924%204.924%200%200%200-8.52%203.367q0%20.582.13%201.121A13.96%2013.96%200%200%201%205.67%207.148a4.9%204.9%200%200%200-.667%202.477c0%201.707.867%203.215%202.191%204.098a4.9%204.9%200%200%201-2.23-.618v.063a4.92%204.92%200%200%200%203.95%204.828a4.9%204.9%200%200%201-2.224.086a4.93%204.93%200%200%200%204.598%203.422A9.88%209.88%200%200%201%204%2023.539a13.9%2013.9%200%200%200%207.547%202.215c9.058%200%2014.012-7.504%2014.012-14.012c0-.21-.008-.426-.016-.637A10.1%2010.1%200%200%200%2028%208.56z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%208.559a9.8%209.8%200%200%201-2.828.773a4.94%204.94%200%200%200%202.164-2.723a9.9%209.9%200%200%201-3.125%201.196a4.924%204.924%200%200%200-8.52%203.367q0%20.582.13%201.121A13.96%2013.96%200%200%201%205.67%207.148a4.9%204.9%200%200%200-.667%202.477c0%201.707.867%203.215%202.191%204.098a4.9%204.9%200%200%201-2.23-.618v.063a4.92%204.92%200%200%200%203.95%204.828a4.9%204.9%200%200%201-2.224.086a4.93%204.93%200%200%200%204.598%203.422A9.88%209.88%200%200%201%204%2023.539a13.9%2013.9%200%200%200%207.547%202.215c9.058%200%2014.012-7.504%2014.012-14.012c0-.21-.008-.426-.016-.637A10.1%2010.1%200%200%200%2028%208.56z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/twitter.svg?color=%231a73e8&size=48