Twitter Downloader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Twitter Downloader 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/334415.svg" alt="Twitter Downloader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334415.svg" alt="Twitter Downloader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334415.svg" alt="Twitter Downloader icon" :width="24" :height="24" />
CSS background
.icon-twitter-downloader {
background-image: url('https://proicons.com/icon/334415.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="m34.3578,18.7702v.7027c0,7.0762-5.3686,15.1854-15.1924,15.1854-2.9001.0063-5.7386-.8365-8.1654-2.4243.4215.0572.8466.0831,1.2719.0773,2.404.0066,4.7403-.7953,6.6335-2.2768-2.2906-.0338-4.3016-1.5321-4.9892-3.7173.3327.0705.6718.1059,1.0119.1054.4749.0001.9476-.0637,1.4054-.1897-2.4947-.4973-4.2882-2.6913-4.2795-5.2351v-.0703c.7401.4134,1.5698.6401,2.4173.6605-2.3418-1.541-3.0779-4.6396-1.6795-7.0692,2.7148,3.339,6.7203,5.3673,11.0184,5.5795-.1052-.3988-.1549-.8103-.1476-1.2227-.1063-2.9282,2.1813-5.3881,5.1094-5.4944,1.575-.0572,3.0939.5888,4.1452,1.763,1.1958-.2413,2.343-.6807,3.3941-1.3-.3986,1.2588-1.2466,2.3269-2.3822,3.0005,1.0608-.1462,2.095-.4444,3.0708-.8854-.7072,1.0861-1.6018,2.0379-2.6422,2.8108Z"/><circle class="c" cx="38.5" cy="38.4992" r="7"/><path class="c" d="m33.4316,43.3262c-2.8476,1.3923-6.0483,2.1738-9.4316,2.1738-11.8741,0-21.5-9.6259-21.5-21.5S12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5c0,3.3829-.7813,6.5833-2.1733,9.4307"/><line class="c" x1="38.5" y1="42.4992" x2="38.5" y2="34.4992"/><polyline class="c" points="35.2034 39.2026 38.5 42.4992 41.7966 39.2026"/></svg>
Copied!