Twitter Icon
Free SVG icon from the IcoFont 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/306728.svg" alt="Twitter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306728.svg" alt="Twitter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306728.svg" alt="Twitter icon" :width="24" :height="24" />
CSS background
.icon-twitter {
background-image: url('https://proicons.com/icon/306728.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M938 228c-33 15-67 24-104 29 38-22 66-58 79-100-34 21-73 36-114 44-32-35-79-57-131-57-99 0-179 81-179 180 0 14 1 28 4 41-149-8-281-79-370-188-15 27-24 58-24 90 0 63 32 118 80 150-30-1-57-9-81-23v3c0 87 61 159 144 176-15 4-31 6-48 6-11 0-23-1-33-3 22 71 89 123 167 124-61 49-139 77-223 77-14 0-28-1-43-2 80 51 174 80 276 80 330 0 510-273 510-510v-24c35-25 66-57 90-93z"/></svg>
Twitter in other icon packs
Copied!