Twitter Icon
Free SVG icon from the Arcticons 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/334413.svg" alt="Twitter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334413.svg" alt="Twitter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334413.svg" alt="Twitter icon" :width="24" :height="24" />
CSS background
.icon-twitter {
background-image: url('https://proicons.com/icon/334413.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m38.74,16.55v1c0,10.07-7.64,21.61-21.62,21.61-4.13,0-8.17-1.19-11.62-3.45.6.08,1.2.12,1.81.11,3.42,0,6.75-1.13,9.44-3.24-3.26-.05-6.12-2.18-7.1-5.29.47.1.96.15,1.44.15.68,0,1.35-.09,2-.27-3.55-.71-6.1-3.83-6.09-7.45v-.1c1.05.59,2.23.91,3.44.94-3.33-2.19-4.38-6.6-2.39-10.06,3.86,4.75,9.56,7.64,15.68,7.94-.15-.57-.22-1.15-.21-1.74-.15-4.17,3.1-7.67,7.27-7.82,2.24-.08,4.4.84,5.9,2.51,1.7-.34,3.33-.97,4.83-1.85-.57,1.79-1.77,3.31-3.39,4.27,1.51-.21,2.98-.63,4.37-1.26-1.01,1.55-2.28,2.9-3.76,4Z"/><line class="c" x1="30.35" y1="16.47" x2="32.85" y2="13.96"/><line class="c" x1="30.35" y1="13.96" x2="32.85" y2="16.47"/></svg>
Twitter in other icon packs
Copied!