threads-fill from Akar Icons by Arturo Wibawa · Fill · MIT Free for personal and commercial use.

Name
threads-fill
Set
Akar Icons
Style
Fill
Viewbox
24×24
License
MIT

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 24 24"><path fill="currentColor" d="M17.692 11.124a9 9 0 0 0-.315-.143c-.185-3.414-2.05-5.368-5.182-5.388h-.042c-1.873 0-3.431.8-4.39 2.255l1.722 1.181c.716-1.087 1.84-1.318 2.669-1.318h.028c1.031.006 1.81.306 2.313.89c.367.426.612 1.015.733 1.757a13.2 13.2 0 0 0-2.96-.143c-2.977.172-4.892 1.909-4.763 4.322c.065 1.223.675 2.277 1.717 2.964c.88.582 2.015.866 3.194.802c1.558-.085 2.78-.68 3.632-1.766c.647-.825 1.056-1.894 1.237-3.241c.742.448 1.292 1.037 1.596 1.745c.516 1.205.546 3.184-1.068 4.797c-1.415 1.414-3.116 2.025-5.686 2.044c-2.851-.02-5.008-.935-6.41-2.717c-1.313-1.67-1.991-4.08-2.016-7.165c.025-3.085.703-5.496 2.016-7.165c1.402-1.782 3.558-2.696 6.41-2.717c2.871.02 5.065.94 6.521 2.73c.714.879 1.252 1.983 1.607 3.27l2.018-.538c-.43-1.585-1.107-2.95-2.027-4.083C18.38 1.2 15.65.024 12.134 0h-.014C8.61.024 5.912 1.205 4.099 3.51c-1.614 2.05-2.446 4.904-2.474 8.482v.016c.028 3.578.86 6.431 2.474 8.482c1.813 2.305 4.511 3.486 8.02 3.51h.015c3.12-.022 5.319-.838 7.13-2.649c2.371-2.368 2.3-5.336 1.518-7.158c-.56-1.307-1.629-2.368-3.09-3.07m-5.387 5.064c-1.305.074-2.66-.512-2.728-1.766c-.05-.93.662-1.969 2.808-2.092q.369-.022.724-.021c.78 0 1.508.075 2.171.22c-.247 3.088-1.697 3.59-2.975 3.66"/></svg>

React

import type { SVGProps } from "react";

export function AkarIconsThreadsFill(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="M17.692 11.124a9 9 0 0 0-.315-.143c-.185-3.414-2.05-5.368-5.182-5.388h-.042c-1.873 0-3.431.8-4.39 2.255l1.722 1.181c.716-1.087 1.84-1.318 2.669-1.318h.028c1.031.006 1.81.306 2.313.89c.367.426.612 1.015.733 1.757a13.2 13.2 0 0 0-2.96-.143c-2.977.172-4.892 1.909-4.763 4.322c.065 1.223.675 2.277 1.717 2.964c.88.582 2.015.866 3.194.802c1.558-.085 2.78-.68 3.632-1.766c.647-.825 1.056-1.894 1.237-3.241c.742.448 1.292 1.037 1.596 1.745c.516 1.205.546 3.184-1.068 4.797c-1.415 1.414-3.116 2.025-5.686 2.044c-2.851-.02-5.008-.935-6.41-2.717c-1.313-1.67-1.991-4.08-2.016-7.165c.025-3.085.703-5.496 2.016-7.165c1.402-1.782 3.558-2.696 6.41-2.717c2.871.02 5.065.94 6.521 2.73c.714.879 1.252 1.983 1.607 3.27l2.018-.538c-.43-1.585-1.107-2.95-2.027-4.083C18.38 1.2 15.65.024 12.134 0h-.014C8.61.024 5.912 1.205 4.099 3.51c-1.614 2.05-2.446 4.904-2.474 8.482v.016c.028 3.578.86 6.431 2.474 8.482c1.813 2.305 4.511 3.486 8.02 3.51h.015c3.12-.022 5.319-.838 7.13-2.649c2.371-2.368 2.3-5.336 1.518-7.158c-.56-1.307-1.629-2.368-3.09-3.07m-5.387 5.064c-1.305.074-2.66-.512-2.728-1.766c-.05-.93.662-1.969 2.808-2.092q.369-.022.724-.021c.78 0 1.508.075 2.171.22c-.247 3.088-1.697 3.59-2.975 3.66"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.692 11.124a9 9 0 0 0-.315-.143c-.185-3.414-2.05-5.368-5.182-5.388h-.042c-1.873 0-3.431.8-4.39 2.255l1.722 1.181c.716-1.087 1.84-1.318 2.669-1.318h.028c1.031.006 1.81.306 2.313.89c.367.426.612 1.015.733 1.757a13.2 13.2 0 0 0-2.96-.143c-2.977.172-4.892 1.909-4.763 4.322c.065 1.223.675 2.277 1.717 2.964c.88.582 2.015.866 3.194.802c1.558-.085 2.78-.68 3.632-1.766c.647-.825 1.056-1.894 1.237-3.241c.742.448 1.292 1.037 1.596 1.745c.516 1.205.546 3.184-1.068 4.797c-1.415 1.414-3.116 2.025-5.686 2.044c-2.851-.02-5.008-.935-6.41-2.717c-1.313-1.67-1.991-4.08-2.016-7.165c.025-3.085.703-5.496 2.016-7.165c1.402-1.782 3.558-2.696 6.41-2.717c2.871.02 5.065.94 6.521 2.73c.714.879 1.252 1.983 1.607 3.27l2.018-.538c-.43-1.585-1.107-2.95-2.027-4.083C18.38 1.2 15.65.024 12.134 0h-.014C8.61.024 5.912 1.205 4.099 3.51c-1.614 2.05-2.446 4.904-2.474 8.482v.016c.028 3.578.86 6.431 2.474 8.482c1.813 2.305 4.511 3.486 8.02 3.51h.015c3.12-.022 5.319-.838 7.13-2.649c2.371-2.368 2.3-5.336 1.518-7.158c-.56-1.307-1.629-2.368-3.09-3.07m-5.387 5.064c-1.305.074-2.66-.512-2.728-1.766c-.05-.93.662-1.969 2.808-2.092q.369-.022.724-.021c.78 0 1.508.075 2.171.22c-.247 3.088-1.697 3.59-2.975 3.66"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.692%2011.124a9%209%200%200%200-.315-.143c-.185-3.414-2.05-5.368-5.182-5.388h-.042c-1.873%200-3.431.8-4.39%202.255l1.722%201.181c.716-1.087%201.84-1.318%202.669-1.318h.028c1.031.006%201.81.306%202.313.89c.367.426.612%201.015.733%201.757a13.2%2013.2%200%200%200-2.96-.143c-2.977.172-4.892%201.909-4.763%204.322c.065%201.223.675%202.277%201.717%202.964c.88.582%202.015.866%203.194.802c1.558-.085%202.78-.68%203.632-1.766c.647-.825%201.056-1.894%201.237-3.241c.742.448%201.292%201.037%201.596%201.745c.516%201.205.546%203.184-1.068%204.797c-1.415%201.414-3.116%202.025-5.686%202.044c-2.851-.02-5.008-.935-6.41-2.717c-1.313-1.67-1.991-4.08-2.016-7.165c.025-3.085.703-5.496%202.016-7.165c1.402-1.782%203.558-2.696%206.41-2.717c2.871.02%205.065.94%206.521%202.73c.714.879%201.252%201.983%201.607%203.27l2.018-.538c-.43-1.585-1.107-2.95-2.027-4.083C18.38%201.2%2015.65.024%2012.134%200h-.014C8.61.024%205.912%201.205%204.099%203.51c-1.614%202.05-2.446%204.904-2.474%208.482v.016c.028%203.578.86%206.431%202.474%208.482c1.813%202.305%204.511%203.486%208.02%203.51h.015c3.12-.022%205.319-.838%207.13-2.649c2.371-2.368%202.3-5.336%201.518-7.158c-.56-1.307-1.629-2.368-3.09-3.07m-5.387%205.064c-1.305.074-2.66-.512-2.728-1.766c-.05-.93.662-1.969%202.808-2.092q.369-.022.724-.021c.78%200%201.508.075%202.171.22c-.247%203.088-1.697%203.59-2.975%203.66%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%22M17.692%2011.124a9%209%200%200%200-.315-.143c-.185-3.414-2.05-5.368-5.182-5.388h-.042c-1.873%200-3.431.8-4.39%202.255l1.722%201.181c.716-1.087%201.84-1.318%202.669-1.318h.028c1.031.006%201.81.306%202.313.89c.367.426.612%201.015.733%201.757a13.2%2013.2%200%200%200-2.96-.143c-2.977.172-4.892%201.909-4.763%204.322c.065%201.223.675%202.277%201.717%202.964c.88.582%202.015.866%203.194.802c1.558-.085%202.78-.68%203.632-1.766c.647-.825%201.056-1.894%201.237-3.241c.742.448%201.292%201.037%201.596%201.745c.516%201.205.546%203.184-1.068%204.797c-1.415%201.414-3.116%202.025-5.686%202.044c-2.851-.02-5.008-.935-6.41-2.717c-1.313-1.67-1.991-4.08-2.016-7.165c.025-3.085.703-5.496%202.016-7.165c1.402-1.782%203.558-2.696%206.41-2.717c2.871.02%205.065.94%206.521%202.73c.714.879%201.252%201.983%201.607%203.27l2.018-.538c-.43-1.585-1.107-2.95-2.027-4.083C18.38%201.2%2015.65.024%2012.134%200h-.014C8.61.024%205.912%201.205%204.099%203.51c-1.614%202.05-2.446%204.904-2.474%208.482v.016c.028%203.578.86%206.431%202.474%208.482c1.813%202.305%204.511%203.486%208.02%203.51h.015c3.12-.022%205.319-.838%207.13-2.649c2.371-2.368%202.3-5.336%201.518-7.158c-.56-1.307-1.629-2.368-3.09-3.07m-5.387%205.064c-1.305.074-2.66-.512-2.728-1.766c-.05-.93.662-1.969%202.808-2.092q.369-.022.724-.021c.78%200%201.508.075%202.171.22c-.247%203.088-1.697%203.59-2.975%203.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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