twitter-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
twitter-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Use the twitter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.08 20A11.07 11.07 0 0 0 19.52 9A8.1 8.1 0 0 0 21 6.16a.44.44 0 0 0-.62-.51a1.88 1.88 0 0 1-2.16-.38a3.89 3.89 0 0 0-5.58-.17A4.13 4.13 0 0 0 11.49 9C8.14 9.2 5.84 7.61 4 5.43a.43.43 0 0 0-.75.24a9.68 9.68 0 0 0 4.6 10.05A6.73 6.73 0 0 1 3.38 18a.45.45 0 0 0-.14.84A11 11 0 0 0 8.08 20"/></svg>

React

import type { SVGProps } from "react";

export function EvaTwitterFill(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="M8.08 20A11.07 11.07 0 0 0 19.52 9A8.1 8.1 0 0 0 21 6.16a.44.44 0 0 0-.62-.51a1.88 1.88 0 0 1-2.16-.38a3.89 3.89 0 0 0-5.58-.17A4.13 4.13 0 0 0 11.49 9C8.14 9.2 5.84 7.61 4 5.43a.43.43 0 0 0-.75.24a9.68 9.68 0 0 0 4.6 10.05A6.73 6.73 0 0 1 3.38 18a.45.45 0 0 0-.14.84A11 11 0 0 0 8.08 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.08 20A11.07 11.07 0 0 0 19.52 9A8.1 8.1 0 0 0 21 6.16a.44.44 0 0 0-.62-.51a1.88 1.88 0 0 1-2.16-.38a3.89 3.89 0 0 0-5.58-.17A4.13 4.13 0 0 0 11.49 9C8.14 9.2 5.84 7.61 4 5.43a.43.43 0 0 0-.75.24a9.68 9.68 0 0 0 4.6 10.05A6.73 6.73 0 0 1 3.38 18a.45.45 0 0 0-.14.84A11 11 0 0 0 8.08 20"/></svg>
</template>

CSS

.icon-twitter-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.08%2020A11.07%2011.07%200%200%200%2019.52%209A8.1%208.1%200%200%200%2021%206.16a.44.44%200%200%200-.62-.51a1.88%201.88%200%200%201-2.16-.38a3.89%203.89%200%200%200-5.58-.17A4.13%204.13%200%200%200%2011.49%209C8.14%209.2%205.84%207.61%204%205.43a.43.43%200%200%200-.75.24a9.68%209.68%200%200%200%204.6%2010.05A6.73%206.73%200%200%201%203.38%2018a.45.45%200%200%200-.14.84A11%2011%200%200%200%208.08%2020%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%22M8.08%2020A11.07%2011.07%200%200%200%2019.52%209A8.1%208.1%200%200%200%2021%206.16a.44.44%200%200%200-.62-.51a1.88%201.88%200%200%201-2.16-.38a3.89%203.89%200%200%200-5.58-.17A4.13%204.13%200%200%200%2011.49%209C8.14%209.2%205.84%207.61%204%205.43a.43.43%200%200%200-.75.24a9.68%209.68%200%200%200%204.6%2010.05A6.73%206.73%200%200%201%203.38%2018a.45.45%200%200%200-.14.84A11%2011%200%200%200%208.08%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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