team icon
team-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- team-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- team, team-outline
The same icon in other sets
Use the team icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M824.2 699.9a301.6 301.6 0 0 0-86.4-60.4C783.1 602.8 812 546.8 812 484c0-110.8-92.4-201.7-203.2-200c-109.1 1.7-197 90.6-197 200c0 62.8 29 118.8 74.2 155.5a301 301 0 0 0-86.4 60.4C345 754.6 314 826.8 312 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7c1.9-58 25.4-112.3 66.7-153.5A226.62 226.62 0 0 1 612 684c60.9 0 118.2 23.7 161.3 66.8C814.5 792 838 846.3 840 904.3c.1 4.3 3.7 7.7 8 7.7h56a8 8 0 0 0 8-8.2c-2-77-33-149.2-87.8-203.9M612 612c-34.2 0-66.4-13.3-90.5-37.5a126.86 126.86 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88c24-24.6 56.1-38.3 90.4-38.7c33.9-.3 66.8 12.9 91 36.6c24.8 24.3 38.4 56.8 38.4 91.4c0 34.2-13.3 66.3-37.5 90.5A127.3 127.3 0 0 1 612 612M361.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4c0-15.9 1.5-31.4 4.3-46.5c.7-3.6-1.2-7.3-4.5-8.8c-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6c24.7-25.3 57.9-39.1 93.2-38.7c31.9.3 62.7 12.6 86 34.4c7.9 7.4 14.7 15.6 20.4 24.4c2 3.1 5.9 4.4 9.3 3.2c17.6-6.1 36.2-10.4 55.3-12.4c5.6-.6 8.8-6.6 6.3-11.6c-32.5-64.3-98.9-108.7-175.7-109.9c-110.9-1.7-203.3 89.2-203.3 199.9c0 62.8 28.9 118.8 74.2 155.5c-31.8 14.7-61.1 35-86.5 60.4c-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7c1.9-58 25.4-112.3 66.7-153.5c29.4-29.4 65.4-49.8 104.7-59.7c3.9-1 6.5-4.7 6-8.7"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignTeamOutlined(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="M824.2 699.9a301.6 301.6 0 0 0-86.4-60.4C783.1 602.8 812 546.8 812 484c0-110.8-92.4-201.7-203.2-200c-109.1 1.7-197 90.6-197 200c0 62.8 29 118.8 74.2 155.5a301 301 0 0 0-86.4 60.4C345 754.6 314 826.8 312 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7c1.9-58 25.4-112.3 66.7-153.5A226.62 226.62 0 0 1 612 684c60.9 0 118.2 23.7 161.3 66.8C814.5 792 838 846.3 840 904.3c.1 4.3 3.7 7.7 8 7.7h56a8 8 0 0 0 8-8.2c-2-77-33-149.2-87.8-203.9M612 612c-34.2 0-66.4-13.3-90.5-37.5a126.86 126.86 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88c24-24.6 56.1-38.3 90.4-38.7c33.9-.3 66.8 12.9 91 36.6c24.8 24.3 38.4 56.8 38.4 91.4c0 34.2-13.3 66.3-37.5 90.5A127.3 127.3 0 0 1 612 612M361.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4c0-15.9 1.5-31.4 4.3-46.5c.7-3.6-1.2-7.3-4.5-8.8c-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6c24.7-25.3 57.9-39.1 93.2-38.7c31.9.3 62.7 12.6 86 34.4c7.9 7.4 14.7 15.6 20.4 24.4c2 3.1 5.9 4.4 9.3 3.2c17.6-6.1 36.2-10.4 55.3-12.4c5.6-.6 8.8-6.6 6.3-11.6c-32.5-64.3-98.9-108.7-175.7-109.9c-110.9-1.7-203.3 89.2-203.3 199.9c0 62.8 28.9 118.8 74.2 155.5c-31.8 14.7-61.1 35-86.5 60.4c-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7c1.9-58 25.4-112.3 66.7-153.5c29.4-29.4 65.4-49.8 104.7-59.7c3.9-1 6.5-4.7 6-8.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M824.2 699.9a301.6 301.6 0 0 0-86.4-60.4C783.1 602.8 812 546.8 812 484c0-110.8-92.4-201.7-203.2-200c-109.1 1.7-197 90.6-197 200c0 62.8 29 118.8 74.2 155.5a301 301 0 0 0-86.4 60.4C345 754.6 314 826.8 312 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7c1.9-58 25.4-112.3 66.7-153.5A226.62 226.62 0 0 1 612 684c60.9 0 118.2 23.7 161.3 66.8C814.5 792 838 846.3 840 904.3c.1 4.3 3.7 7.7 8 7.7h56a8 8 0 0 0 8-8.2c-2-77-33-149.2-87.8-203.9M612 612c-34.2 0-66.4-13.3-90.5-37.5a126.86 126.86 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88c24-24.6 56.1-38.3 90.4-38.7c33.9-.3 66.8 12.9 91 36.6c24.8 24.3 38.4 56.8 38.4 91.4c0 34.2-13.3 66.3-37.5 90.5A127.3 127.3 0 0 1 612 612M361.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4c0-15.9 1.5-31.4 4.3-46.5c.7-3.6-1.2-7.3-4.5-8.8c-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6c24.7-25.3 57.9-39.1 93.2-38.7c31.9.3 62.7 12.6 86 34.4c7.9 7.4 14.7 15.6 20.4 24.4c2 3.1 5.9 4.4 9.3 3.2c17.6-6.1 36.2-10.4 55.3-12.4c5.6-.6 8.8-6.6 6.3-11.6c-32.5-64.3-98.9-108.7-175.7-109.9c-110.9-1.7-203.3 89.2-203.3 199.9c0 62.8 28.9 118.8 74.2 155.5c-31.8 14.7-61.1 35-86.5 60.4c-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7c1.9-58 25.4-112.3 66.7-153.5c29.4-29.4 65.4-49.8 104.7-59.7c3.9-1 6.5-4.7 6-8.7"/></svg> </template>
CSS
.icon-team-outlined {
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%22M824.2%20699.9a301.6%20301.6%200%200%200-86.4-60.4C783.1%20602.8%20812%20546.8%20812%20484c0-110.8-92.4-201.7-203.2-200c-109.1%201.7-197%2090.6-197%20200c0%2062.8%2029%20118.8%2074.2%20155.5a301%20301%200%200%200-86.4%2060.4C345%20754.6%20314%20826.8%20312%20903.8a8%208%200%200%200%208%208.2h56c4.3%200%207.9-3.4%208-7.7c1.9-58%2025.4-112.3%2066.7-153.5A226.62%20226.62%200%200%201%20612%20684c60.9%200%20118.2%2023.7%20161.3%2066.8C814.5%20792%20838%20846.3%20840%20904.3c.1%204.3%203.7%207.7%208%207.7h56a8%208%200%200%200%208-8.2c-2-77-33-149.2-87.8-203.9M612%20612c-34.2%200-66.4-13.3-90.5-37.5a126.86%20126.86%200%200%201-37.5-91.8c.3-32.8%2013.4-64.5%2036.3-88c24-24.6%2056.1-38.3%2090.4-38.7c33.9-.3%2066.8%2012.9%2091%2036.6c24.8%2024.3%2038.4%2056.8%2038.4%2091.4c0%2034.2-13.3%2066.3-37.5%2090.5A127.3%20127.3%200%200%201%20612%20612M361.5%20510.4c-.9-8.7-1.4-17.5-1.4-26.4c0-15.9%201.5-31.4%204.3-46.5c.7-3.6-1.2-7.3-4.5-8.8c-13.6-6.1-26.1-14.5-36.9-25.1a127.54%20127.54%200%200%201-38.7-95.4c.9-32.1%2013.8-62.6%2036.3-85.6c24.7-25.3%2057.9-39.1%2093.2-38.7c31.9.3%2062.7%2012.6%2086%2034.4c7.9%207.4%2014.7%2015.6%2020.4%2024.4c2%203.1%205.9%204.4%209.3%203.2c17.6-6.1%2036.2-10.4%2055.3-12.4c5.6-.6%208.8-6.6%206.3-11.6c-32.5-64.3-98.9-108.7-175.7-109.9c-110.9-1.7-203.3%2089.2-203.3%20199.9c0%2062.8%2028.9%20118.8%2074.2%20155.5c-31.8%2014.7-61.1%2035-86.5%2060.4c-54.8%2054.7-85.8%20126.9-87.8%20204a8%208%200%200%200%208%208.2h56.1c4.3%200%207.9-3.4%208-7.7c1.9-58%2025.4-112.3%2066.7-153.5c29.4-29.4%2065.4-49.8%20104.7-59.7c3.9-1%206.5-4.7%206-8.7%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%22M824.2%20699.9a301.6%20301.6%200%200%200-86.4-60.4C783.1%20602.8%20812%20546.8%20812%20484c0-110.8-92.4-201.7-203.2-200c-109.1%201.7-197%2090.6-197%20200c0%2062.8%2029%20118.8%2074.2%20155.5a301%20301%200%200%200-86.4%2060.4C345%20754.6%20314%20826.8%20312%20903.8a8%208%200%200%200%208%208.2h56c4.3%200%207.9-3.4%208-7.7c1.9-58%2025.4-112.3%2066.7-153.5A226.62%20226.62%200%200%201%20612%20684c60.9%200%20118.2%2023.7%20161.3%2066.8C814.5%20792%20838%20846.3%20840%20904.3c.1%204.3%203.7%207.7%208%207.7h56a8%208%200%200%200%208-8.2c-2-77-33-149.2-87.8-203.9M612%20612c-34.2%200-66.4-13.3-90.5-37.5a126.86%20126.86%200%200%201-37.5-91.8c.3-32.8%2013.4-64.5%2036.3-88c24-24.6%2056.1-38.3%2090.4-38.7c33.9-.3%2066.8%2012.9%2091%2036.6c24.8%2024.3%2038.4%2056.8%2038.4%2091.4c0%2034.2-13.3%2066.3-37.5%2090.5A127.3%20127.3%200%200%201%20612%20612M361.5%20510.4c-.9-8.7-1.4-17.5-1.4-26.4c0-15.9%201.5-31.4%204.3-46.5c.7-3.6-1.2-7.3-4.5-8.8c-13.6-6.1-26.1-14.5-36.9-25.1a127.54%20127.54%200%200%201-38.7-95.4c.9-32.1%2013.8-62.6%2036.3-85.6c24.7-25.3%2057.9-39.1%2093.2-38.7c31.9.3%2062.7%2012.6%2086%2034.4c7.9%207.4%2014.7%2015.6%2020.4%2024.4c2%203.1%205.9%204.4%209.3%203.2c17.6-6.1%2036.2-10.4%2055.3-12.4c5.6-.6%208.8-6.6%206.3-11.6c-32.5-64.3-98.9-108.7-175.7-109.9c-110.9-1.7-203.3%2089.2-203.3%20199.9c0%2062.8%2028.9%20118.8%2074.2%20155.5c-31.8%2014.7-61.1%2035-86.5%2060.4c-54.8%2054.7-85.8%20126.9-87.8%20204a8%208%200%200%200%208%208.2h56.1c4.3%200%207.9-3.4%208-7.7c1.9-58%2025.4-112.3%2066.7-153.5c29.4-29.4%2065.4-49.8%20104.7-59.7c3.9-1%206.5-4.7%206-8.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/team-outlined.svg?color=%231a73e8&size=48