add-team from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
add-team
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the add team icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.5 20c.23-2.903 2.681-5.328 5.688-5.47q.38-.018.812-.03l.808.052a6.2 6.2 0 0 1 3.692 1.511M12.25 8.75a3.25 3.25 0 1 1-6.5 0a3.25 3.25 0 0 1 6.5 0M15 10.996a6.12 6.12 0 0 1 3.5 1.524M15.488 8A3.25 3.25 0 0 0 17 5.25C17 3.455 15.55 2 13.76 2c-.879 0-1.676.351-2.26.921M18.5 16v6m3-3h-6"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAddTeam(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2.5 20c.23-2.903 2.681-5.328 5.688-5.47q.38-.018.812-.03l.808.052a6.2 6.2 0 0 1 3.692 1.511M12.25 8.75a3.25 3.25 0 1 1-6.5 0a3.25 3.25 0 0 1 6.5 0M15 10.996a6.12 6.12 0 0 1 3.5 1.524M15.488 8A3.25 3.25 0 0 0 17 5.25C17 3.455 15.55 2 13.76 2c-.879 0-1.676.351-2.26.921M18.5 16v6m3-3h-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.5 20c.23-2.903 2.681-5.328 5.688-5.47q.38-.018.812-.03l.808.052a6.2 6.2 0 0 1 3.692 1.511M12.25 8.75a3.25 3.25 0 1 1-6.5 0a3.25 3.25 0 0 1 6.5 0M15 10.996a6.12 6.12 0 0 1 3.5 1.524M15.488 8A3.25 3.25 0 0 0 17 5.25C17 3.455 15.55 2 13.76 2c-.879 0-1.676.351-2.26.921M18.5 16v6m3-3h-6"/></svg>
</template>

CSS

.icon-add-team {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2.5%2020c.23-2.903%202.681-5.328%205.688-5.47q.38-.018.812-.03l.808.052a6.2%206.2%200%200%201%203.692%201.511M12.25%208.75a3.25%203.25%200%201%201-6.5%200a3.25%203.25%200%200%201%206.5%200M15%2010.996a6.12%206.12%200%200%201%203.5%201.524M15.488%208A3.25%203.25%200%200%200%2017%205.25C17%203.455%2015.55%202%2013.76%202c-.879%200-1.676.351-2.26.921M18.5%2016v6m3-3h-6%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2.5%2020c.23-2.903%202.681-5.328%205.688-5.47q.38-.018.812-.03l.808.052a6.2%206.2%200%200%201%203.692%201.511M12.25%208.75a3.25%203.25%200%201%201-6.5%200a3.25%203.25%200%200%201%206.5%200M15%2010.996a6.12%206.12%200%200%201%203.5%201.524M15.488%208A3.25%203.25%200%200%200%2017%205.25C17%203.455%2015.55%202%2013.76%202c-.879%200-1.676.351-2.26.921M18.5%2016v6m3-3h-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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