Instagram Threads Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Instagram Threads 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/342023.svg" alt="Instagram Threads icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342023.svg" alt="Instagram Threads icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342023.svg" alt="Instagram Threads icon" :width="24" :height="24" />
CSS background
.icon-instagram-threads {
background-image: url('https://proicons.com/icon/342023.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m17.9506,16.3319c2.0764-2.0764,3.9473-2.943,6.7315-2.943s9.1279.981,8.245,11.0852c-.8829,10.1042-7.1379,9.7772-8.245,9.7772-4.1155,0-7.3854-1.6677-7.3854-5.8532,0-5.7526,6.638-6.0494,8.8616-6.0494,5.4281,0,14.4205,1.6513,14.4205,10.7255,0,11.0525-12.9817,12.4259-16.3498,12.4259-8.1095,0-18.6388-4.1202-18.6388-22.203S19.1838,2.5,24.682,2.5s13.2644.8011,17.7279,12.8183"/></svg>
Copied!