Twitter Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Twitter icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307481.svg" alt="Twitter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307481.svg" alt="Twitter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307481.svg" alt="Twitter icon" :width="24" :height="24" />
CSS background
.icon-twitter {
background-image: url('https://proicons.com/icon/307481.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M9.23677 7.004L14.0763 1.49939H12.9295L8.72732 6.27897L5.37105 1.49939H1.5L6.57533 8.72696L1.5 14.4994H2.64688L7.08449 9.45199L10.6289 14.4994H14.5L9.23648 7.004H9.23677ZM7.66595 8.79063L7.15172 8.07093L3.06012 2.34418H4.82166L8.12363 6.96585L8.63787 7.68555L12.93 13.693H11.1685L7.66595 8.79091V8.79063Z"/></svg>
Twitter in other icon packs
Copied!