threads icon
threads from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- threads
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
Use the threads icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802c.756-1.081 1.753-1.502 3.132-1.502c.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137c0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994C1 2.034 4.482 0 8.044 0C9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79c0 4.143 2.254 6.343 5.63 6.343c2.777 0 4.847-1.443 4.847-3.556c0-1.438-1.208-2.127-1.27-2.127c-.236 1.234-.868 3.31-3.644 3.31c-1.618 0-3.013-1.118-3.013-2.582c0-2.09 1.984-2.847 3.55-2.847c.586 0 1.294.04 1.663.114c0-.637-.54-1.728-1.9-1.728c-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416c0 .878 1.043 1.168 1.6 1.168c1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg>
React
import type { SVGProps } from "react";
export function BiThreads(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802c.756-1.081 1.753-1.502 3.132-1.502c.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137c0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994C1 2.034 4.482 0 8.044 0C9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79c0 4.143 2.254 6.343 5.63 6.343c2.777 0 4.847-1.443 4.847-3.556c0-1.438-1.208-2.127-1.27-2.127c-.236 1.234-.868 3.31-3.644 3.31c-1.618 0-3.013-1.118-3.013-2.582c0-2.09 1.984-2.847 3.55-2.847c.586 0 1.294.04 1.663.114c0-.637-.54-1.728-1.9-1.728c-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416c0 .878 1.043 1.168 1.6 1.168c1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802c.756-1.081 1.753-1.502 3.132-1.502c.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137c0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994C1 2.034 4.482 0 8.044 0C9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79c0 4.143 2.254 6.343 5.63 6.343c2.777 0 4.847-1.443 4.847-3.556c0-1.438-1.208-2.127-1.27-2.127c-.236 1.234-.868 3.31-3.644 3.31c-1.618 0-3.013-1.118-3.013-2.582c0-2.09 1.984-2.847 3.55-2.847c.586 0 1.294.04 1.663.114c0-.637-.54-1.728-1.9-1.728c-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416c0 .878 1.043 1.168 1.6 1.168c1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg> </template>
CSS
.icon-threads {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.321%206.016c-.27-.18-1.166-.802-1.166-.802c.756-1.081%201.753-1.502%203.132-1.502c.975%200%201.803.327%202.394.948s.928%201.509%201.005%202.644q.492.207.905.484c1.109.745%201.719%201.86%201.719%203.137c0%202.716-2.226%205.075-6.256%205.075C4.594%2016%201%2013.987%201%207.994C1%202.034%204.482%200%208.044%200C9.69%200%2013.55.243%2015%205.036l-1.36.353C12.516%201.974%2010.163%201.43%208.006%201.43c-3.565%200-5.582%202.171-5.582%206.79c0%204.143%202.254%206.343%205.63%206.343c2.777%200%204.847-1.443%204.847-3.556c0-1.438-1.208-2.127-1.27-2.127c-.236%201.234-.868%203.31-3.644%203.31c-1.618%200-3.013-1.118-3.013-2.582c0-2.09%201.984-2.847%203.55-2.847c.586%200%201.294.04%201.663.114c0-.637-.54-1.728-1.9-1.728c-1.25%200-1.566.405-1.967.868ZM8.716%208.19c-2.04%200-2.304.87-2.304%201.416c0%20.878%201.043%201.168%201.6%201.168c1.02%200%202.067-.282%202.232-2.423a6.2%206.2%200%200%200-1.528-.161%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.321%206.016c-.27-.18-1.166-.802-1.166-.802c.756-1.081%201.753-1.502%203.132-1.502c.975%200%201.803.327%202.394.948s.928%201.509%201.005%202.644q.492.207.905.484c1.109.745%201.719%201.86%201.719%203.137c0%202.716-2.226%205.075-6.256%205.075C4.594%2016%201%2013.987%201%207.994C1%202.034%204.482%200%208.044%200C9.69%200%2013.55.243%2015%205.036l-1.36.353C12.516%201.974%2010.163%201.43%208.006%201.43c-3.565%200-5.582%202.171-5.582%206.79c0%204.143%202.254%206.343%205.63%206.343c2.777%200%204.847-1.443%204.847-3.556c0-1.438-1.208-2.127-1.27-2.127c-.236%201.234-.868%203.31-3.644%203.31c-1.618%200-3.013-1.118-3.013-2.582c0-2.09%201.984-2.847%203.55-2.847c.586%200%201.294.04%201.663.114c0-.637-.54-1.728-1.9-1.728c-1.25%200-1.566.405-1.967.868ZM8.716%208.19c-2.04%200-2.304.87-2.304%201.416c0%20.878%201.043%201.168%201.6%201.168c1.02%200%202.067-.282%202.232-2.423a6.2%206.2%200%200%200-1.528-.161%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/threads.svg?color=%231a73e8&size=48