threads from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
threads
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Use the threads logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.39 11.27c-.09-.04-.17-.08-.26-.12c-.15-2.84-1.71-4.47-4.32-4.49h-.04c-1.56 0-2.86.67-3.66 1.88l1.44.98c.6-.91 1.53-1.1 2.22-1.1h.02c.86 0 1.51.26 1.93.74c.31.35.51.84.61 1.46c-.76-.13-1.59-.17-2.47-.12c-2.48.14-4.08 1.59-3.97 3.6c.05 1.02.56 1.9 1.43 2.47c.73.48 1.68.72 2.66.67c1.3-.07 2.32-.57 3.03-1.47c.54-.69.88-1.58 1.03-2.7c.62.37 1.08.86 1.33 1.45c.43 1 .46 2.65-.89 4c-1.18 1.18-2.6 1.69-4.74 1.7c-2.38-.02-4.17-.78-5.34-2.26c-1.09-1.39-1.66-3.4-1.68-5.97c.02-2.57.59-4.58 1.68-5.97c1.17-1.49 2.97-2.25 5.34-2.26c2.39.02 4.22.78 5.43 2.28c.59.73 1.04 1.65 1.34 2.73l1.68-.45c-.36-1.32-.92-2.46-1.69-3.4c-1.56-1.91-3.83-2.89-6.76-2.91h-.01c-2.92.02-5.17 1-6.68 2.92C3.71 6.64 3.01 9.02 2.99 12c.02 3 .72 5.37 2.06 7.08C6.56 21 8.81 21.98 11.73 22h.01c2.6-.02 4.43-.7 5.94-2.21c1.98-1.97 1.92-4.45 1.26-5.97c-.47-1.09-1.36-1.97-2.58-2.56Zm-4.49 4.22c-1.09.06-2.22-.43-2.27-1.47c-.04-.78.55-1.64 2.34-1.74c.2-.01.41-.02.6-.02c.65 0 1.26.06 1.81.18c-.21 2.57-1.41 2.99-2.48 3.05"/></svg>

React

import type { SVGProps } from "react";

export function BxlThreads(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.39 11.27c-.09-.04-.17-.08-.26-.12c-.15-2.84-1.71-4.47-4.32-4.49h-.04c-1.56 0-2.86.67-3.66 1.88l1.44.98c.6-.91 1.53-1.1 2.22-1.1h.02c.86 0 1.51.26 1.93.74c.31.35.51.84.61 1.46c-.76-.13-1.59-.17-2.47-.12c-2.48.14-4.08 1.59-3.97 3.6c.05 1.02.56 1.9 1.43 2.47c.73.48 1.68.72 2.66.67c1.3-.07 2.32-.57 3.03-1.47c.54-.69.88-1.58 1.03-2.7c.62.37 1.08.86 1.33 1.45c.43 1 .46 2.65-.89 4c-1.18 1.18-2.6 1.69-4.74 1.7c-2.38-.02-4.17-.78-5.34-2.26c-1.09-1.39-1.66-3.4-1.68-5.97c.02-2.57.59-4.58 1.68-5.97c1.17-1.49 2.97-2.25 5.34-2.26c2.39.02 4.22.78 5.43 2.28c.59.73 1.04 1.65 1.34 2.73l1.68-.45c-.36-1.32-.92-2.46-1.69-3.4c-1.56-1.91-3.83-2.89-6.76-2.91h-.01c-2.92.02-5.17 1-6.68 2.92C3.71 6.64 3.01 9.02 2.99 12c.02 3 .72 5.37 2.06 7.08C6.56 21 8.81 21.98 11.73 22h.01c2.6-.02 4.43-.7 5.94-2.21c1.98-1.97 1.92-4.45 1.26-5.97c-.47-1.09-1.36-1.97-2.58-2.56Zm-4.49 4.22c-1.09.06-2.22-.43-2.27-1.47c-.04-.78.55-1.64 2.34-1.74c.2-.01.41-.02.6-.02c.65 0 1.26.06 1.81.18c-.21 2.57-1.41 2.99-2.48 3.05"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.39 11.27c-.09-.04-.17-.08-.26-.12c-.15-2.84-1.71-4.47-4.32-4.49h-.04c-1.56 0-2.86.67-3.66 1.88l1.44.98c.6-.91 1.53-1.1 2.22-1.1h.02c.86 0 1.51.26 1.93.74c.31.35.51.84.61 1.46c-.76-.13-1.59-.17-2.47-.12c-2.48.14-4.08 1.59-3.97 3.6c.05 1.02.56 1.9 1.43 2.47c.73.48 1.68.72 2.66.67c1.3-.07 2.32-.57 3.03-1.47c.54-.69.88-1.58 1.03-2.7c.62.37 1.08.86 1.33 1.45c.43 1 .46 2.65-.89 4c-1.18 1.18-2.6 1.69-4.74 1.7c-2.38-.02-4.17-.78-5.34-2.26c-1.09-1.39-1.66-3.4-1.68-5.97c.02-2.57.59-4.58 1.68-5.97c1.17-1.49 2.97-2.25 5.34-2.26c2.39.02 4.22.78 5.43 2.28c.59.73 1.04 1.65 1.34 2.73l1.68-.45c-.36-1.32-.92-2.46-1.69-3.4c-1.56-1.91-3.83-2.89-6.76-2.91h-.01c-2.92.02-5.17 1-6.68 2.92C3.71 6.64 3.01 9.02 2.99 12c.02 3 .72 5.37 2.06 7.08C6.56 21 8.81 21.98 11.73 22h.01c2.6-.02 4.43-.7 5.94-2.21c1.98-1.97 1.92-4.45 1.26-5.97c-.47-1.09-1.36-1.97-2.58-2.56Zm-4.49 4.22c-1.09.06-2.22-.43-2.27-1.47c-.04-.78.55-1.64 2.34-1.74c.2-.01.41-.02.6-.02c.65 0 1.26.06 1.81.18c-.21 2.57-1.41 2.99-2.48 3.05"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.39%2011.27c-.09-.04-.17-.08-.26-.12c-.15-2.84-1.71-4.47-4.32-4.49h-.04c-1.56%200-2.86.67-3.66%201.88l1.44.98c.6-.91%201.53-1.1%202.22-1.1h.02c.86%200%201.51.26%201.93.74c.31.35.51.84.61%201.46c-.76-.13-1.59-.17-2.47-.12c-2.48.14-4.08%201.59-3.97%203.6c.05%201.02.56%201.9%201.43%202.47c.73.48%201.68.72%202.66.67c1.3-.07%202.32-.57%203.03-1.47c.54-.69.88-1.58%201.03-2.7c.62.37%201.08.86%201.33%201.45c.43%201%20.46%202.65-.89%204c-1.18%201.18-2.6%201.69-4.74%201.7c-2.38-.02-4.17-.78-5.34-2.26c-1.09-1.39-1.66-3.4-1.68-5.97c.02-2.57.59-4.58%201.68-5.97c1.17-1.49%202.97-2.25%205.34-2.26c2.39.02%204.22.78%205.43%202.28c.59.73%201.04%201.65%201.34%202.73l1.68-.45c-.36-1.32-.92-2.46-1.69-3.4c-1.56-1.91-3.83-2.89-6.76-2.91h-.01c-2.92.02-5.17%201-6.68%202.92C3.71%206.64%203.01%209.02%202.99%2012c.02%203%20.72%205.37%202.06%207.08C6.56%2021%208.81%2021.98%2011.73%2022h.01c2.6-.02%204.43-.7%205.94-2.21c1.98-1.97%201.92-4.45%201.26-5.97c-.47-1.09-1.36-1.97-2.58-2.56Zm-4.49%204.22c-1.09.06-2.22-.43-2.27-1.47c-.04-.78.55-1.64%202.34-1.74c.2-.01.41-.02.6-.02c.65%200%201.26.06%201.81.18c-.21%202.57-1.41%202.99-2.48%203.05%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.39%2011.27c-.09-.04-.17-.08-.26-.12c-.15-2.84-1.71-4.47-4.32-4.49h-.04c-1.56%200-2.86.67-3.66%201.88l1.44.98c.6-.91%201.53-1.1%202.22-1.1h.02c.86%200%201.51.26%201.93.74c.31.35.51.84.61%201.46c-.76-.13-1.59-.17-2.47-.12c-2.48.14-4.08%201.59-3.97%203.6c.05%201.02.56%201.9%201.43%202.47c.73.48%201.68.72%202.66.67c1.3-.07%202.32-.57%203.03-1.47c.54-.69.88-1.58%201.03-2.7c.62.37%201.08.86%201.33%201.45c.43%201%20.46%202.65-.89%204c-1.18%201.18-2.6%201.69-4.74%201.7c-2.38-.02-4.17-.78-5.34-2.26c-1.09-1.39-1.66-3.4-1.68-5.97c.02-2.57.59-4.58%201.68-5.97c1.17-1.49%202.97-2.25%205.34-2.26c2.39.02%204.22.78%205.43%202.28c.59.73%201.04%201.65%201.34%202.73l1.68-.45c-.36-1.32-.92-2.46-1.69-3.4c-1.56-1.91-3.83-2.89-6.76-2.91h-.01c-2.92.02-5.17%201-6.68%202.92C3.71%206.64%203.01%209.02%202.99%2012c.02%203%20.72%205.37%202.06%207.08C6.56%2021%208.81%2021.98%2011.73%2022h.01c2.6-.02%204.43-.7%205.94-2.21c1.98-1.97%201.92-4.45%201.26-5.97c-.47-1.09-1.36-1.97-2.58-2.56Zm-4.49%204.22c-1.09.06-2.22-.43-2.27-1.47c-.04-.78.55-1.64%202.34-1.74c.2-.01.41-.02.6-.02c.65%200%201.26.06%201.81.18c-.21%202.57-1.41%202.99-2.48%203.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/threads.svg?color=%231a73e8&size=48