threads icon
threads-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- threads-fill
- Set
- Bootstrap Icons
- Style
- Fill
- 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"><g fill="currentColor"><path d="M6.81 9.204c0-.41.197-1.062 1.727-1.062c.469 0 .758.034 1.146.121c-.124 1.606-.91 1.818-1.674 1.818c-.418 0-1.2-.218-1.2-.877Z"/><path d="M2.59 16h10.82A2.59 2.59 0 0 0 16 13.41V2.59A2.59 2.59 0 0 0 13.41 0H2.59A2.59 2.59 0 0 0 0 2.59v10.82A2.59 2.59 0 0 0 2.59 16M5.866 5.91c.567-.81 1.315-1.126 2.35-1.126c.73 0 1.351.246 1.795.711c.443.466.696 1.132.754 1.983q.368.154.678.363c.832.559 1.29 1.395 1.29 2.353c0 2.037-1.67 3.806-4.692 3.806c-2.595 0-5.291-1.51-5.291-6.004C2.75 3.526 5.361 2 8.033 2c1.234 0 4.129.182 5.217 3.777l-1.02.264c-.842-2.56-2.607-2.968-4.224-2.968c-2.675 0-4.187 1.628-4.187 5.093c0 3.107 1.69 4.757 4.222 4.757c2.083 0 3.636-1.082 3.636-2.667c0-1.079-.906-1.595-.953-1.595c-.177.925-.651 2.482-2.733 2.482c-1.213 0-2.26-.838-2.26-1.936c0-1.568 1.488-2.136 2.663-2.136c.44 0 .97.03 1.247.086c0-.478-.404-1.296-1.426-1.296c-.911 0-1.16.288-1.45.624l-.024.027c-.202-.135-.875-.601-.875-.601Z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiThreadsFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M6.81 9.204c0-.41.197-1.062 1.727-1.062c.469 0 .758.034 1.146.121c-.124 1.606-.91 1.818-1.674 1.818c-.418 0-1.2-.218-1.2-.877Z"/><path d="M2.59 16h10.82A2.59 2.59 0 0 0 16 13.41V2.59A2.59 2.59 0 0 0 13.41 0H2.59A2.59 2.59 0 0 0 0 2.59v10.82A2.59 2.59 0 0 0 2.59 16M5.866 5.91c.567-.81 1.315-1.126 2.35-1.126c.73 0 1.351.246 1.795.711c.443.466.696 1.132.754 1.983q.368.154.678.363c.832.559 1.29 1.395 1.29 2.353c0 2.037-1.67 3.806-4.692 3.806c-2.595 0-5.291-1.51-5.291-6.004C2.75 3.526 5.361 2 8.033 2c1.234 0 4.129.182 5.217 3.777l-1.02.264c-.842-2.56-2.607-2.968-4.224-2.968c-2.675 0-4.187 1.628-4.187 5.093c0 3.107 1.69 4.757 4.222 4.757c2.083 0 3.636-1.082 3.636-2.667c0-1.079-.906-1.595-.953-1.595c-.177.925-.651 2.482-2.733 2.482c-1.213 0-2.26-.838-2.26-1.936c0-1.568 1.488-2.136 2.663-2.136c.44 0 .97.03 1.247.086c0-.478-.404-1.296-1.426-1.296c-.911 0-1.16.288-1.45.624l-.024.027c-.202-.135-.875-.601-.875-.601Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M6.81 9.204c0-.41.197-1.062 1.727-1.062c.469 0 .758.034 1.146.121c-.124 1.606-.91 1.818-1.674 1.818c-.418 0-1.2-.218-1.2-.877Z"/><path d="M2.59 16h10.82A2.59 2.59 0 0 0 16 13.41V2.59A2.59 2.59 0 0 0 13.41 0H2.59A2.59 2.59 0 0 0 0 2.59v10.82A2.59 2.59 0 0 0 2.59 16M5.866 5.91c.567-.81 1.315-1.126 2.35-1.126c.73 0 1.351.246 1.795.711c.443.466.696 1.132.754 1.983q.368.154.678.363c.832.559 1.29 1.395 1.29 2.353c0 2.037-1.67 3.806-4.692 3.806c-2.595 0-5.291-1.51-5.291-6.004C2.75 3.526 5.361 2 8.033 2c1.234 0 4.129.182 5.217 3.777l-1.02.264c-.842-2.56-2.607-2.968-4.224-2.968c-2.675 0-4.187 1.628-4.187 5.093c0 3.107 1.69 4.757 4.222 4.757c2.083 0 3.636-1.082 3.636-2.667c0-1.079-.906-1.595-.953-1.595c-.177.925-.651 2.482-2.733 2.482c-1.213 0-2.26-.838-2.26-1.936c0-1.568 1.488-2.136 2.663-2.136c.44 0 .97.03 1.247.086c0-.478-.404-1.296-1.426-1.296c-.911 0-1.16.288-1.45.624l-.024.027c-.202-.135-.875-.601-.875-.601Z"/></g></svg> </template>
CSS
.icon-threads-fill {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.81%209.204c0-.41.197-1.062%201.727-1.062c.469%200%20.758.034%201.146.121c-.124%201.606-.91%201.818-1.674%201.818c-.418%200-1.2-.218-1.2-.877Z%22%2F%3E%3Cpath%20d%3D%22M2.59%2016h10.82A2.59%202.59%200%200%200%2016%2013.41V2.59A2.59%202.59%200%200%200%2013.41%200H2.59A2.59%202.59%200%200%200%200%202.59v10.82A2.59%202.59%200%200%200%202.59%2016M5.866%205.91c.567-.81%201.315-1.126%202.35-1.126c.73%200%201.351.246%201.795.711c.443.466.696%201.132.754%201.983q.368.154.678.363c.832.559%201.29%201.395%201.29%202.353c0%202.037-1.67%203.806-4.692%203.806c-2.595%200-5.291-1.51-5.291-6.004C2.75%203.526%205.361%202%208.033%202c1.234%200%204.129.182%205.217%203.777l-1.02.264c-.842-2.56-2.607-2.968-4.224-2.968c-2.675%200-4.187%201.628-4.187%205.093c0%203.107%201.69%204.757%204.222%204.757c2.083%200%203.636-1.082%203.636-2.667c0-1.079-.906-1.595-.953-1.595c-.177.925-.651%202.482-2.733%202.482c-1.213%200-2.26-.838-2.26-1.936c0-1.568%201.488-2.136%202.663-2.136c.44%200%20.97.03%201.247.086c0-.478-.404-1.296-1.426-1.296c-.911%200-1.16.288-1.45.624l-.024.027c-.202-.135-.875-.601-.875-.601Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.81%209.204c0-.41.197-1.062%201.727-1.062c.469%200%20.758.034%201.146.121c-.124%201.606-.91%201.818-1.674%201.818c-.418%200-1.2-.218-1.2-.877Z%22%2F%3E%3Cpath%20d%3D%22M2.59%2016h10.82A2.59%202.59%200%200%200%2016%2013.41V2.59A2.59%202.59%200%200%200%2013.41%200H2.59A2.59%202.59%200%200%200%200%202.59v10.82A2.59%202.59%200%200%200%202.59%2016M5.866%205.91c.567-.81%201.315-1.126%202.35-1.126c.73%200%201.351.246%201.795.711c.443.466.696%201.132.754%201.983q.368.154.678.363c.832.559%201.29%201.395%201.29%202.353c0%202.037-1.67%203.806-4.692%203.806c-2.595%200-5.291-1.51-5.291-6.004C2.75%203.526%205.361%202%208.033%202c1.234%200%204.129.182%205.217%203.777l-1.02.264c-.842-2.56-2.607-2.968-4.224-2.968c-2.675%200-4.187%201.628-4.187%205.093c0%203.107%201.69%204.757%204.222%204.757c2.083%200%203.636-1.082%203.636-2.667c0-1.079-.906-1.595-.953-1.595c-.177.925-.651%202.482-2.733%202.482c-1.213%200-2.26-.838-2.26-1.936c0-1.568%201.488-2.136%202.663-2.136c.44%200%20.97.03%201.247.086c0-.478-.404-1.296-1.426-1.296c-.911%200-1.16.288-1.45.624l-.024.027c-.202-.135-.875-.601-.875-.601Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/threads-fill.svg?color=%231a73e8&size=48