twitter logo icon
twitter-logo-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- twitter-logo-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 256 256"><path fill="currentColor" d="m245.66 77.66l-29.9 29.9C209.72 177.58 150.67 232 80 232c-14.52 0-26.49-2.3-35.58-6.84c-7.33-3.67-10.33-7.6-11.08-8.72a8 8 0 0 1 3.85-11.93c.26-.1 24.24-9.31 39.47-26.84a111 111 0 0 1-21.88-24.2c-12.4-18.41-26.28-50.39-22-98.18a8 8 0 0 1 13.65-4.92c.35.35 33.28 33.1 73.54 43.72V88a47.87 47.87 0 0 1 14.36-34.3A46.87 46.87 0 0 1 168.1 40a48.66 48.66 0 0 1 41.47 24H240a8 8 0 0 1 5.66 13.66"/></svg>
React
import type { SVGProps } from "react";
export function PhTwitterLogoFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m245.66 77.66l-29.9 29.9C209.72 177.58 150.67 232 80 232c-14.52 0-26.49-2.3-35.58-6.84c-7.33-3.67-10.33-7.6-11.08-8.72a8 8 0 0 1 3.85-11.93c.26-.1 24.24-9.31 39.47-26.84a111 111 0 0 1-21.88-24.2c-12.4-18.41-26.28-50.39-22-98.18a8 8 0 0 1 13.65-4.92c.35.35 33.28 33.1 73.54 43.72V88a47.87 47.87 0 0 1 14.36-34.3A46.87 46.87 0 0 1 168.1 40a48.66 48.66 0 0 1 41.47 24H240a8 8 0 0 1 5.66 13.66"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m245.66 77.66l-29.9 29.9C209.72 177.58 150.67 232 80 232c-14.52 0-26.49-2.3-35.58-6.84c-7.33-3.67-10.33-7.6-11.08-8.72a8 8 0 0 1 3.85-11.93c.26-.1 24.24-9.31 39.47-26.84a111 111 0 0 1-21.88-24.2c-12.4-18.41-26.28-50.39-22-98.18a8 8 0 0 1 13.65-4.92c.35.35 33.28 33.1 73.54 43.72V88a47.87 47.87 0 0 1 14.36-34.3A46.87 46.87 0 0 1 168.1 40a48.66 48.66 0 0 1 41.47 24H240a8 8 0 0 1 5.66 13.66"/></svg> </template>
CSS
.icon-twitter-logo-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m245.66%2077.66l-29.9%2029.9C209.72%20177.58%20150.67%20232%2080%20232c-14.52%200-26.49-2.3-35.58-6.84c-7.33-3.67-10.33-7.6-11.08-8.72a8%208%200%200%201%203.85-11.93c.26-.1%2024.24-9.31%2039.47-26.84a111%20111%200%200%201-21.88-24.2c-12.4-18.41-26.28-50.39-22-98.18a8%208%200%200%201%2013.65-4.92c.35.35%2033.28%2033.1%2073.54%2043.72V88a47.87%2047.87%200%200%201%2014.36-34.3A46.87%2046.87%200%200%201%20168.1%2040a48.66%2048.66%200%200%201%2041.47%2024H240a8%208%200%200%201%205.66%2013.66%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m245.66%2077.66l-29.9%2029.9C209.72%20177.58%20150.67%20232%2080%20232c-14.52%200-26.49-2.3-35.58-6.84c-7.33-3.67-10.33-7.6-11.08-8.72a8%208%200%200%201%203.85-11.93c.26-.1%2024.24-9.31%2039.47-26.84a111%20111%200%200%201-21.88-24.2c-12.4-18.41-26.28-50.39-22-98.18a8%208%200%200%201%2013.65-4.92c.35.35%2033.28%2033.1%2073.54%2043.72V88a47.87%2047.87%200%200%201%2014.36-34.3A46.87%2046.87%200%200%201%20168.1%2040a48.66%2048.66%200%200%201%2041.47%2024H240a8%208%200%200%201%205.66%2013.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/twitter-logo-fill.svg?color=%231a73e8&size=48