bxl twitter icon

bxl-twitter from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxl-twitter
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxl twitter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.633 7.997c.013.175.013.349.013.523c0 5.325-4.053 11.461-11.46 11.461c-2.282 0-4.402-.661-6.186-1.809c.324.037.636.05.973.05a8.07 8.07 0 0 0 5.001-1.721a4.036 4.036 0 0 1-3.767-2.793c.249.037.499.062.761.062c.361 0 .724-.05 1.061-.137a4.027 4.027 0 0 1-3.23-3.953v-.05c.537.299 1.16.486 1.82.511a4.022 4.022 0 0 1-1.796-3.354c0-.748.199-1.434.548-2.032a11.457 11.457 0 0 0 8.306 4.215c-.062-.3-.1-.611-.1-.923a4.026 4.026 0 0 1 4.028-4.028c1.16 0 2.207.486 2.943 1.272a7.957 7.957 0 0 0 2.556-.973a4.02 4.02 0 0 1-1.771 2.22a8.073 8.073 0 0 0 2.319-.624a8.645 8.645 0 0 1-2.019 2.083z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxlTwitter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.633 7.997c.013.175.013.349.013.523c0 5.325-4.053 11.461-11.46 11.461c-2.282 0-4.402-.661-6.186-1.809c.324.037.636.05.973.05a8.07 8.07 0 0 0 5.001-1.721a4.036 4.036 0 0 1-3.767-2.793c.249.037.499.062.761.062c.361 0 .724-.05 1.061-.137a4.027 4.027 0 0 1-3.23-3.953v-.05c.537.299 1.16.486 1.82.511a4.022 4.022 0 0 1-1.796-3.354c0-.748.199-1.434.548-2.032a11.457 11.457 0 0 0 8.306 4.215c-.062-.3-.1-.611-.1-.923a4.026 4.026 0 0 1 4.028-4.028c1.16 0 2.207.486 2.943 1.272a7.957 7.957 0 0 0 2.556-.973a4.02 4.02 0 0 1-1.771 2.22a8.073 8.073 0 0 0 2.319-.624a8.645 8.645 0 0 1-2.019 2.083z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.633 7.997c.013.175.013.349.013.523c0 5.325-4.053 11.461-11.46 11.461c-2.282 0-4.402-.661-6.186-1.809c.324.037.636.05.973.05a8.07 8.07 0 0 0 5.001-1.721a4.036 4.036 0 0 1-3.767-2.793c.249.037.499.062.761.062c.361 0 .724-.05 1.061-.137a4.027 4.027 0 0 1-3.23-3.953v-.05c.537.299 1.16.486 1.82.511a4.022 4.022 0 0 1-1.796-3.354c0-.748.199-1.434.548-2.032a11.457 11.457 0 0 0 8.306 4.215c-.062-.3-.1-.611-.1-.923a4.026 4.026 0 0 1 4.028-4.028c1.16 0 2.207.486 2.943 1.272a7.957 7.957 0 0 0 2.556-.973a4.02 4.02 0 0 1-1.771 2.22a8.073 8.073 0 0 0 2.319-.624a8.645 8.645 0 0 1-2.019 2.083z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxl-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%2024%2024%22%3E%3Cpath%20d%3D%22M19.633%207.997c.013.175.013.349.013.523c0%205.325-4.053%2011.461-11.46%2011.461c-2.282%200-4.402-.661-6.186-1.809c.324.037.636.05.973.05a8.07%208.07%200%200%200%205.001-1.721a4.036%204.036%200%200%201-3.767-2.793c.249.037.499.062.761.062c.361%200%20.724-.05%201.061-.137a4.027%204.027%200%200%201-3.23-3.953v-.05c.537.299%201.16.486%201.82.511a4.022%204.022%200%200%201-1.796-3.354c0-.748.199-1.434.548-2.032a11.457%2011.457%200%200%200%208.306%204.215c-.062-.3-.1-.611-.1-.923a4.026%204.026%200%200%201%204.028-4.028c1.16%200%202.207.486%202.943%201.272a7.957%207.957%200%200%200%202.556-.973a4.02%204.02%200%200%201-1.771%202.22a8.073%208.073%200%200%200%202.319-.624a8.645%208.645%200%200%201-2.019%202.083z%22%20fill%3D%22currentColor%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%20d%3D%22M19.633%207.997c.013.175.013.349.013.523c0%205.325-4.053%2011.461-11.46%2011.461c-2.282%200-4.402-.661-6.186-1.809c.324.037.636.05.973.05a8.07%208.07%200%200%200%205.001-1.721a4.036%204.036%200%200%201-3.767-2.793c.249.037.499.062.761.062c.361%200%20.724-.05%201.061-.137a4.027%204.027%200%200%201-3.23-3.953v-.05c.537.299%201.16.486%201.82.511a4.022%204.022%200%200%201-1.796-3.354c0-.748.199-1.434.548-2.032a11.457%2011.457%200%200%200%208.306%204.215c-.062-.3-.1-.611-.1-.923a4.026%204.026%200%200%201%204.028-4.028c1.16%200%202.207.486%202.943%201.272a7.957%207.957%200%200%200%202.556-.973a4.02%204.02%200%200%201-1.771%202.22a8.073%208.073%200%200%200%202.319-.624a8.645%208.645%200%200%201-2.019%202.083z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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