Twtich Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Twtich 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/310441.svg" alt="Twtich icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310441.svg" alt="Twtich icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310441.svg" alt="Twtich icon" :width="24" :height="24" />
CSS background
.icon-twtich {
background-image: url('https://proicons.com/icon/310441.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.8988 6.92566H15.4445V11.1356H16.8988V6.92566Z" fill="black"/> <path d="M13.1044 6.92566H11.6501V11.1356H13.1044V6.92566Z" fill="black"/> <path d="M20.398 3H7.15583L3.5473 6.54292V19.2165H7.71351V23L11.4095 19.2603H14.187L20.4527 12.9836L20.398 3ZM8.0525 14.7332V4.77146H18.7906V12.0869L16.1115 14.766H13.3778L11.1908 16.8764V14.6894L8.0525 14.7332Z" fill="black"/> </svg>
Copied!