twitter square icon
twitter-square from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- twitter-square
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the twitter square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm11.69 3.629c-1.75 0-3.208 1.578-2.801 3.525a8.14 8.14 0 0 1-5.914-3a2.83 2.83 0 0 0-.39 1.448a2.87 2.87 0 0 0 1.278 2.388a2.9 2.9 0 0 1-1.295-.361v.033a2.87 2.87 0 0 0 2.297 2.818a3.1 3.1 0 0 1-1.295.053a2.87 2.87 0 0 0 2.682 1.99a5.75 5.75 0 0 1-3.56 1.225A6 6 0 0 1 9 20.715A8.13 8.13 0 0 0 13.406 22c5.276 0 8.164-4.371 8.164-8.164c0-.123 0-.248-.01-.371a6 6 0 0 0 1.438-1.488a5.7 5.7 0 0 1-1.652.447a2.86 2.86 0 0 0 1.26-1.58a5.6 5.6 0 0 1-1.82.691a2.86 2.86 0 0 0-2.097-.906z"/></svg>
React
import type { SVGProps } from "react";
export function LaTwitterSquare(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="M5 5v22h22V5zm2 2h18v18H7zm11.69 3.629c-1.75 0-3.208 1.578-2.801 3.525a8.14 8.14 0 0 1-5.914-3a2.83 2.83 0 0 0-.39 1.448a2.87 2.87 0 0 0 1.278 2.388a2.9 2.9 0 0 1-1.295-.361v.033a2.87 2.87 0 0 0 2.297 2.818a3.1 3.1 0 0 1-1.295.053a2.87 2.87 0 0 0 2.682 1.99a5.75 5.75 0 0 1-3.56 1.225A6 6 0 0 1 9 20.715A8.13 8.13 0 0 0 13.406 22c5.276 0 8.164-4.371 8.164-8.164c0-.123 0-.248-.01-.371a6 6 0 0 0 1.438-1.488a5.7 5.7 0 0 1-1.652.447a2.86 2.86 0 0 0 1.26-1.58a5.6 5.6 0 0 1-1.82.691a2.86 2.86 0 0 0-2.097-.906z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm11.69 3.629c-1.75 0-3.208 1.578-2.801 3.525a8.14 8.14 0 0 1-5.914-3a2.83 2.83 0 0 0-.39 1.448a2.87 2.87 0 0 0 1.278 2.388a2.9 2.9 0 0 1-1.295-.361v.033a2.87 2.87 0 0 0 2.297 2.818a3.1 3.1 0 0 1-1.295.053a2.87 2.87 0 0 0 2.682 1.99a5.75 5.75 0 0 1-3.56 1.225A6 6 0 0 1 9 20.715A8.13 8.13 0 0 0 13.406 22c5.276 0 8.164-4.371 8.164-8.164c0-.123 0-.248-.01-.371a6 6 0 0 0 1.438-1.488a5.7 5.7 0 0 1-1.652.447a2.86 2.86 0 0 0 1.26-1.58a5.6 5.6 0 0 1-1.82.691a2.86 2.86 0 0 0-2.097-.906z"/></svg> </template>
CSS
.icon-twitter-square {
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%22M5%205v22h22V5zm2%202h18v18H7zm11.69%203.629c-1.75%200-3.208%201.578-2.801%203.525a8.14%208.14%200%200%201-5.914-3a2.83%202.83%200%200%200-.39%201.448a2.87%202.87%200%200%200%201.278%202.388a2.9%202.9%200%200%201-1.295-.361v.033a2.87%202.87%200%200%200%202.297%202.818a3.1%203.1%200%200%201-1.295.053a2.87%202.87%200%200%200%202.682%201.99a5.75%205.75%200%200%201-3.56%201.225A6%206%200%200%201%209%2020.715A8.13%208.13%200%200%200%2013.406%2022c5.276%200%208.164-4.371%208.164-8.164c0-.123%200-.248-.01-.371a6%206%200%200%200%201.438-1.488a5.7%205.7%200%200%201-1.652.447a2.86%202.86%200%200%200%201.26-1.58a5.6%205.6%200%200%201-1.82.691a2.86%202.86%200%200%200-2.097-.906z%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%22M5%205v22h22V5zm2%202h18v18H7zm11.69%203.629c-1.75%200-3.208%201.578-2.801%203.525a8.14%208.14%200%200%201-5.914-3a2.83%202.83%200%200%200-.39%201.448a2.87%202.87%200%200%200%201.278%202.388a2.9%202.9%200%200%201-1.295-.361v.033a2.87%202.87%200%200%200%202.297%202.818a3.1%203.1%200%200%201-1.295.053a2.87%202.87%200%200%200%202.682%201.99a5.75%205.75%200%200%201-3.56%201.225A6%206%200%200%201%209%2020.715A8.13%208.13%200%200%200%2013.406%2022c5.276%200%208.164-4.371%208.164-8.164c0-.123%200-.248-.01-.371a6%206%200%200%200%201.438-1.488a5.7%205.7%200%200%201-1.652.447a2.86%202.86%200%200%200%201.26-1.58a5.6%205.6%200%200%201-1.82.691a2.86%202.86%200%200%200-2.097-.906z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/twitter-square.svg?color=%231a73e8&size=48