threads icon
threads-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- threads-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- 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 1024 1024"><path fill="currentColor" d="M518.944 960h-.261c-133.691-.896-236.47-44.987-305.536-131.003c-61.414-76.57-93.147-183.12-94.192-316.624v-.634c1.12-133.616 32.816-240.054 94.266-316.662C282.213 108.987 385.067 64.896 518.72 64h.523c102.517.747 188.272 27.067 254.837 78.325c62.608 48.16 106.699 116.854 131.003 204.102l-76.16 21.242c-41.216-147.84-145.526-223.402-310.016-224.56c-108.64.822-190.774 34.944-244.16 101.435c-49.952 62.272-75.75 152.245-76.758 267.456c1.008 115.21 26.806 205.184 76.795 267.456c53.387 66.565 135.557 100.725 244.16 101.435c97.925-.747 162.699-23.558 216.533-76.347c61.488-60.219 60.406-134.139 40.694-179.125c-11.574-26.507-32.592-48.534-61.003-65.334c-7.168 50.475-23.221 91.318-47.936 122.155c-33.077 41.141-79.893 63.616-139.253 66.827c-44.875 2.426-88.144-8.14-121.67-29.904c-39.685-25.723-62.906-64.96-65.408-110.656c-2.426-44.427 15.232-85.307 49.654-115.062c32.853-28.373 79.109-45.061 133.765-48.197a517.2 517.2 0 0 1 112.747 5.301c-4.704-27.701-14-49.728-28-65.594c-19.152-21.878-48.832-32.966-88.07-33.227h-1.082c-31.51 0-74.368 8.661-101.584 49.28l-65.595-44.053c36.587-54.283 95.872-84.224 167.179-84.224h1.642c119.243.746 190.288 73.733 197.382 201.152a504 504 0 0 1 11.984 5.301c55.626 26.133 96.32 65.744 117.749 114.613c29.755 67.947 32.517 178.827-57.792 267.232c-69.067 67.574-152.843 98.112-271.675 98.934Zm37.445-436.427c-9.034 0-18.181.262-27.589.784c-68.544 3.846-111.253 35.318-108.864 80.006c2.501 46.89 54.208 68.656 103.936 65.968c45.696-2.427 105.205-20.272 115.21-138.507a392 392 0 0 0-82.693-8.25"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignThreadsFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M518.944 960h-.261c-133.691-.896-236.47-44.987-305.536-131.003c-61.414-76.57-93.147-183.12-94.192-316.624v-.634c1.12-133.616 32.816-240.054 94.266-316.662C282.213 108.987 385.067 64.896 518.72 64h.523c102.517.747 188.272 27.067 254.837 78.325c62.608 48.16 106.699 116.854 131.003 204.102l-76.16 21.242c-41.216-147.84-145.526-223.402-310.016-224.56c-108.64.822-190.774 34.944-244.16 101.435c-49.952 62.272-75.75 152.245-76.758 267.456c1.008 115.21 26.806 205.184 76.795 267.456c53.387 66.565 135.557 100.725 244.16 101.435c97.925-.747 162.699-23.558 216.533-76.347c61.488-60.219 60.406-134.139 40.694-179.125c-11.574-26.507-32.592-48.534-61.003-65.334c-7.168 50.475-23.221 91.318-47.936 122.155c-33.077 41.141-79.893 63.616-139.253 66.827c-44.875 2.426-88.144-8.14-121.67-29.904c-39.685-25.723-62.906-64.96-65.408-110.656c-2.426-44.427 15.232-85.307 49.654-115.062c32.853-28.373 79.109-45.061 133.765-48.197a517.2 517.2 0 0 1 112.747 5.301c-4.704-27.701-14-49.728-28-65.594c-19.152-21.878-48.832-32.966-88.07-33.227h-1.082c-31.51 0-74.368 8.661-101.584 49.28l-65.595-44.053c36.587-54.283 95.872-84.224 167.179-84.224h1.642c119.243.746 190.288 73.733 197.382 201.152a504 504 0 0 1 11.984 5.301c55.626 26.133 96.32 65.744 117.749 114.613c29.755 67.947 32.517 178.827-57.792 267.232c-69.067 67.574-152.843 98.112-271.675 98.934Zm37.445-436.427c-9.034 0-18.181.262-27.589.784c-68.544 3.846-111.253 35.318-108.864 80.006c2.501 46.89 54.208 68.656 103.936 65.968c45.696-2.427 105.205-20.272 115.21-138.507a392 392 0 0 0-82.693-8.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M518.944 960h-.261c-133.691-.896-236.47-44.987-305.536-131.003c-61.414-76.57-93.147-183.12-94.192-316.624v-.634c1.12-133.616 32.816-240.054 94.266-316.662C282.213 108.987 385.067 64.896 518.72 64h.523c102.517.747 188.272 27.067 254.837 78.325c62.608 48.16 106.699 116.854 131.003 204.102l-76.16 21.242c-41.216-147.84-145.526-223.402-310.016-224.56c-108.64.822-190.774 34.944-244.16 101.435c-49.952 62.272-75.75 152.245-76.758 267.456c1.008 115.21 26.806 205.184 76.795 267.456c53.387 66.565 135.557 100.725 244.16 101.435c97.925-.747 162.699-23.558 216.533-76.347c61.488-60.219 60.406-134.139 40.694-179.125c-11.574-26.507-32.592-48.534-61.003-65.334c-7.168 50.475-23.221 91.318-47.936 122.155c-33.077 41.141-79.893 63.616-139.253 66.827c-44.875 2.426-88.144-8.14-121.67-29.904c-39.685-25.723-62.906-64.96-65.408-110.656c-2.426-44.427 15.232-85.307 49.654-115.062c32.853-28.373 79.109-45.061 133.765-48.197a517.2 517.2 0 0 1 112.747 5.301c-4.704-27.701-14-49.728-28-65.594c-19.152-21.878-48.832-32.966-88.07-33.227h-1.082c-31.51 0-74.368 8.661-101.584 49.28l-65.595-44.053c36.587-54.283 95.872-84.224 167.179-84.224h1.642c119.243.746 190.288 73.733 197.382 201.152a504 504 0 0 1 11.984 5.301c55.626 26.133 96.32 65.744 117.749 114.613c29.755 67.947 32.517 178.827-57.792 267.232c-69.067 67.574-152.843 98.112-271.675 98.934Zm37.445-436.427c-9.034 0-18.181.262-27.589.784c-68.544 3.846-111.253 35.318-108.864 80.006c2.501 46.89 54.208 68.656 103.936 65.968c45.696-2.427 105.205-20.272 115.21-138.507a392 392 0 0 0-82.693-8.25"/></svg> </template>
CSS
.icon-threads-filled {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M518.944%20960h-.261c-133.691-.896-236.47-44.987-305.536-131.003c-61.414-76.57-93.147-183.12-94.192-316.624v-.634c1.12-133.616%2032.816-240.054%2094.266-316.662C282.213%20108.987%20385.067%2064.896%20518.72%2064h.523c102.517.747%20188.272%2027.067%20254.837%2078.325c62.608%2048.16%20106.699%20116.854%20131.003%20204.102l-76.16%2021.242c-41.216-147.84-145.526-223.402-310.016-224.56c-108.64.822-190.774%2034.944-244.16%20101.435c-49.952%2062.272-75.75%20152.245-76.758%20267.456c1.008%20115.21%2026.806%20205.184%2076.795%20267.456c53.387%2066.565%20135.557%20100.725%20244.16%20101.435c97.925-.747%20162.699-23.558%20216.533-76.347c61.488-60.219%2060.406-134.139%2040.694-179.125c-11.574-26.507-32.592-48.534-61.003-65.334c-7.168%2050.475-23.221%2091.318-47.936%20122.155c-33.077%2041.141-79.893%2063.616-139.253%2066.827c-44.875%202.426-88.144-8.14-121.67-29.904c-39.685-25.723-62.906-64.96-65.408-110.656c-2.426-44.427%2015.232-85.307%2049.654-115.062c32.853-28.373%2079.109-45.061%20133.765-48.197a517.2%20517.2%200%200%201%20112.747%205.301c-4.704-27.701-14-49.728-28-65.594c-19.152-21.878-48.832-32.966-88.07-33.227h-1.082c-31.51%200-74.368%208.661-101.584%2049.28l-65.595-44.053c36.587-54.283%2095.872-84.224%20167.179-84.224h1.642c119.243.746%20190.288%2073.733%20197.382%20201.152a504%20504%200%200%201%2011.984%205.301c55.626%2026.133%2096.32%2065.744%20117.749%20114.613c29.755%2067.947%2032.517%20178.827-57.792%20267.232c-69.067%2067.574-152.843%2098.112-271.675%2098.934Zm37.445-436.427c-9.034%200-18.181.262-27.589.784c-68.544%203.846-111.253%2035.318-108.864%2080.006c2.501%2046.89%2054.208%2068.656%20103.936%2065.968c45.696-2.427%20105.205-20.272%20115.21-138.507a392%20392%200%200%200-82.693-8.25%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M518.944%20960h-.261c-133.691-.896-236.47-44.987-305.536-131.003c-61.414-76.57-93.147-183.12-94.192-316.624v-.634c1.12-133.616%2032.816-240.054%2094.266-316.662C282.213%20108.987%20385.067%2064.896%20518.72%2064h.523c102.517.747%20188.272%2027.067%20254.837%2078.325c62.608%2048.16%20106.699%20116.854%20131.003%20204.102l-76.16%2021.242c-41.216-147.84-145.526-223.402-310.016-224.56c-108.64.822-190.774%2034.944-244.16%20101.435c-49.952%2062.272-75.75%20152.245-76.758%20267.456c1.008%20115.21%2026.806%20205.184%2076.795%20267.456c53.387%2066.565%20135.557%20100.725%20244.16%20101.435c97.925-.747%20162.699-23.558%20216.533-76.347c61.488-60.219%2060.406-134.139%2040.694-179.125c-11.574-26.507-32.592-48.534-61.003-65.334c-7.168%2050.475-23.221%2091.318-47.936%20122.155c-33.077%2041.141-79.893%2063.616-139.253%2066.827c-44.875%202.426-88.144-8.14-121.67-29.904c-39.685-25.723-62.906-64.96-65.408-110.656c-2.426-44.427%2015.232-85.307%2049.654-115.062c32.853-28.373%2079.109-45.061%20133.765-48.197a517.2%20517.2%200%200%201%20112.747%205.301c-4.704-27.701-14-49.728-28-65.594c-19.152-21.878-48.832-32.966-88.07-33.227h-1.082c-31.51%200-74.368%208.661-101.584%2049.28l-65.595-44.053c36.587-54.283%2095.872-84.224%20167.179-84.224h1.642c119.243.746%20190.288%2073.733%20197.382%20201.152a504%20504%200%200%201%2011.984%205.301c55.626%2026.133%2096.32%2065.744%20117.749%20114.613c29.755%2067.947%2032.517%20178.827-57.792%20267.232c-69.067%2067.574-152.843%2098.112-271.675%2098.934Zm37.445-436.427c-9.034%200-18.181.262-27.589.784c-68.544%203.846-111.253%2035.318-108.864%2080.006c2.501%2046.89%2054.208%2068.656%20103.936%2065.968c45.696-2.427%20105.205-20.272%20115.21-138.507a392%20392%200%200%200-82.693-8.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/threads-filled.svg?color=%231a73e8&size=48