twitter icon
twitter from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 14×14
- License
- MIT
The same icon in other sets
twitter-fillAkar Iconstwitter-outlinedAnt Design IconstwitterBootstrap IconstwitterBoxicons BrandstwitterCoreUI BrandstwitterCodiconstwitterDevicontwitter-fillEva IconstwitterFont Awesome 6 BrandstwitterFont Awesome BrandstwitterFeather Iconstwitter-solidFlowbite Iconstwittercss.ggtwitterHuge IconstwitterIconParktwitterIconPark OutlinetwitterIconPark SolidtwitterIconPark TwoTonetwitterIconoirtwitterJam IconstwitterLine AwesometwitterMaterial Line IconstwitterSVG LogostwitterLucide
Use the twitter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><g fill="none"><g clip-path="url(#SVGScRvgbTy)"><path fill="currentColor" d="M11.025.656h2.147L8.482 6.03L14 13.344H9.68L6.294 8.909l-3.87 4.435H.275l5.016-5.75L0 .657h4.43L7.486 4.71zm-.755 11.4h1.19L3.78 1.877H2.504z"/></g><defs><clipPath id="SVGScRvgbTy"><path fill="#fff" d="M0 0h14v14H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function PrimeTwitter(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><g fill="none"><g clipPath="url(#SVGScRvgbTy)"><path fill="currentColor" d="M11.025.656h2.147L8.482 6.03L14 13.344H9.68L6.294 8.909l-3.87 4.435H.275l5.016-5.75L0 .657h4.43L7.486 4.71zm-.755 11.4h1.19L3.78 1.877H2.504z"/></g><defs><clipPath id="SVGScRvgbTy"><path fill="#fff" d="M0 0h14v14H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><g fill="none"><g clip-path="url(#SVGScRvgbTy)"><path fill="currentColor" d="M11.025.656h2.147L8.482 6.03L14 13.344H9.68L6.294 8.909l-3.87 4.435H.275l5.016-5.75L0 .657h4.43L7.486 4.71zm-.755 11.4h1.19L3.78 1.877H2.504z"/></g><defs><clipPath id="SVGScRvgbTy"><path fill="#fff" d="M0 0h14v14H0z"/></clipPath></defs></g></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%2014%2014%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGScRvgbTy)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.025.656h2.147L8.482%206.03L14%2013.344H9.68L6.294%208.909l-3.87%204.435H.275l5.016-5.75L0%20.657h4.43L7.486%204.71zm-.755%2011.4h1.19L3.78%201.877H2.504z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGScRvgbTy%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h14v14H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%2014%2014%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGScRvgbTy)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.025.656h2.147L8.482%206.03L14%2013.344H9.68L6.294%208.909l-3.87%204.435H.275l5.016-5.75L0%20.657h4.43L7.486%204.71zm-.755%2011.4h1.19L3.78%201.877H2.504z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGScRvgbTy%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h14v14H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/twitter.svg?color=%231a73e8&size=48