group discussion meetingx3 icon

group-discussion-meetingx3 from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.

Name
group-discussion-meetingx3
Set
Health Icons
Style
Filled
Category
People
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More people icons from Health Icons

Use the group discussion meetingx3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M18.5 26c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4"/><path fill-rule="evenodd" d="M14.5 28a1.999 1.999 0 1 0 0-4a1.999 1.999 0 1 0 0 4m0 2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4" clip-rule="evenodd"/><path d="M6 36.546C6 33.522 11.663 32 14.5 32s8.5 1.523 8.5 4.545V42H6z"/><path fill-rule="evenodd" d="M8.334 35.983c-.316.312-.334.491-.334.563V40h13v-3.455c0-.07-.018-.25-.334-.562c-.334-.329-.885-.682-1.64-1.005C17.506 34.327 15.65 34 14.5 34s-3.007.327-4.526.978c-.755.323-1.306.676-1.64 1.005M14.5 32C11.663 32 6 33.523 6 36.545V42h17v-5.455C23 33.524 17.337 32 14.5 32" clip-rule="evenodd"/><path d="M37.5 26c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4"/><path fill-rule="evenodd" d="M33.5 28a1.999 1.999 0 1 0 0-4a1.999 1.999 0 1 0 0 4m0 2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4" clip-rule="evenodd"/><path d="M28 24c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4"/><path fill-rule="evenodd" d="M24 26a1.999 1.999 0 1 0 0-4a1.999 1.999 0 1 0 0 4m0 2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4" clip-rule="evenodd"/><path d="M23 12.833A4.833 4.833 0 0 0 18.167 8h-3.169a4.998 4.998 0 0 0-.181 9.993L15 18v2s8-1.167 8-7.167m3-1.597A5.236 5.236 0 0 1 31.236 6H37a5 5 0 0 1 0 10h-2v3s-9-1.264-9-7.764m-1 25.31C25 33.522 30.663 32 33.5 32s8.5 1.523 8.5 4.545V42H25z"/><path fill-rule="evenodd" d="M27.334 35.983c-.316.312-.334.491-.334.563V40h13v-3.455c0-.07-.018-.25-.334-.562c-.334-.329-.885-.682-1.64-1.005C36.506 34.327 34.65 34 33.5 34s-3.007.327-4.526.978c-.755.323-1.306.676-1.64 1.005M33.5 32c-2.837 0-8.5 1.523-8.5 4.545V42h17v-5.455C42 33.524 36.337 32 33.5 32M24 35v-.455c0-1.677-1.847-2.893-4.005-3.643A9.4 9.4 0 0 1 24 30a9.4 9.4 0 0 1 4.005.902c-2.158.75-4.005 1.966-4.005 3.643z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M24 35v-.455c0-.893.524-1.656 1.34-2.287l.141-.105c.697-.506 1.58-.923 2.524-1.25a9.5 9.5 0 0 0-2.968-.845a9.3 9.3 0 0 0-2.074 0a9.5 9.5 0 0 0-2.968.844c.943.328 1.827.745 2.523 1.25q.072.052.141.106c.817.63 1.34 1.394 1.34 2.287z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsGroupDiscussionMeetingx3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M18.5 26c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4"/><path fillRule="evenodd" d="M14.5 28a1.999 1.999 0 1 0 0-4a1.999 1.999 0 1 0 0 4m0 2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4" clipRule="evenodd"/><path d="M6 36.546C6 33.522 11.663 32 14.5 32s8.5 1.523 8.5 4.545V42H6z"/><path fillRule="evenodd" d="M8.334 35.983c-.316.312-.334.491-.334.563V40h13v-3.455c0-.07-.018-.25-.334-.562c-.334-.329-.885-.682-1.64-1.005C17.506 34.327 15.65 34 14.5 34s-3.007.327-4.526.978c-.755.323-1.306.676-1.64 1.005M14.5 32C11.663 32 6 33.523 6 36.545V42h17v-5.455C23 33.524 17.337 32 14.5 32" clipRule="evenodd"/><path d="M37.5 26c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4"/><path fillRule="evenodd" d="M33.5 28a1.999 1.999 0 1 0 0-4a1.999 1.999 0 1 0 0 4m0 2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4" clipRule="evenodd"/><path d="M28 24c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4"/><path fillRule="evenodd" d="M24 26a1.999 1.999 0 1 0 0-4a1.999 1.999 0 1 0 0 4m0 2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4" clipRule="evenodd"/><path d="M23 12.833A4.833 4.833 0 0 0 18.167 8h-3.169a4.998 4.998 0 0 0-.181 9.993L15 18v2s8-1.167 8-7.167m3-1.597A5.236 5.236 0 0 1 31.236 6H37a5 5 0 0 1 0 10h-2v3s-9-1.264-9-7.764m-1 25.31C25 33.522 30.663 32 33.5 32s8.5 1.523 8.5 4.545V42H25z"/><path fillRule="evenodd" d="M27.334 35.983c-.316.312-.334.491-.334.563V40h13v-3.455c0-.07-.018-.25-.334-.562c-.334-.329-.885-.682-1.64-1.005C36.506 34.327 34.65 34 33.5 34s-3.007.327-4.526.978c-.755.323-1.306.676-1.64 1.005M33.5 32c-2.837 0-8.5 1.523-8.5 4.545V42h17v-5.455C42 33.524 36.337 32 33.5 32M24 35v-.455c0-1.677-1.847-2.893-4.005-3.643A9.4 9.4 0 0 1 24 30a9.4 9.4 0 0 1 4.005.902c-2.158.75-4.005 1.966-4.005 3.643z" clipRule="evenodd"/><path fillRule="evenodd" d="M24 35v-.455c0-.893.524-1.656 1.34-2.287l.141-.105c.697-.506 1.58-.923 2.524-1.25a9.5 9.5 0 0 0-2.968-.845a9.3 9.3 0 0 0-2.074 0a9.5 9.5 0 0 0-2.968.844c.943.328 1.827.745 2.523 1.25q.072.052.141.106c.817.63 1.34 1.394 1.34 2.287z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M18.5 26c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4"/><path fill-rule="evenodd" d="M14.5 28a1.999 1.999 0 1 0 0-4a1.999 1.999 0 1 0 0 4m0 2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4" clip-rule="evenodd"/><path d="M6 36.546C6 33.522 11.663 32 14.5 32s8.5 1.523 8.5 4.545V42H6z"/><path fill-rule="evenodd" d="M8.334 35.983c-.316.312-.334.491-.334.563V40h13v-3.455c0-.07-.018-.25-.334-.562c-.334-.329-.885-.682-1.64-1.005C17.506 34.327 15.65 34 14.5 34s-3.007.327-4.526.978c-.755.323-1.306.676-1.64 1.005M14.5 32C11.663 32 6 33.523 6 36.545V42h17v-5.455C23 33.524 17.337 32 14.5 32" clip-rule="evenodd"/><path d="M37.5 26c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4"/><path fill-rule="evenodd" d="M33.5 28a1.999 1.999 0 1 0 0-4a1.999 1.999 0 1 0 0 4m0 2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4" clip-rule="evenodd"/><path d="M28 24c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4"/><path fill-rule="evenodd" d="M24 26a1.999 1.999 0 1 0 0-4a1.999 1.999 0 1 0 0 4m0 2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4" clip-rule="evenodd"/><path d="M23 12.833A4.833 4.833 0 0 0 18.167 8h-3.169a4.998 4.998 0 0 0-.181 9.993L15 18v2s8-1.167 8-7.167m3-1.597A5.236 5.236 0 0 1 31.236 6H37a5 5 0 0 1 0 10h-2v3s-9-1.264-9-7.764m-1 25.31C25 33.522 30.663 32 33.5 32s8.5 1.523 8.5 4.545V42H25z"/><path fill-rule="evenodd" d="M27.334 35.983c-.316.312-.334.491-.334.563V40h13v-3.455c0-.07-.018-.25-.334-.562c-.334-.329-.885-.682-1.64-1.005C36.506 34.327 34.65 34 33.5 34s-3.007.327-4.526.978c-.755.323-1.306.676-1.64 1.005M33.5 32c-2.837 0-8.5 1.523-8.5 4.545V42h17v-5.455C42 33.524 36.337 32 33.5 32M24 35v-.455c0-1.677-1.847-2.893-4.005-3.643A9.4 9.4 0 0 1 24 30a9.4 9.4 0 0 1 4.005.902c-2.158.75-4.005 1.966-4.005 3.643z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M24 35v-.455c0-.893.524-1.656 1.34-2.287l.141-.105c.697-.506 1.58-.923 2.524-1.25a9.5 9.5 0 0 0-2.968-.845a9.3 9.3 0 0 0-2.074 0a9.5 9.5 0 0 0-2.968.844c.943.328 1.827.745 2.523 1.25q.072.052.141.106c.817.63 1.34 1.394 1.34 2.287z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-group-discussion-meetingx3 {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.5%2026c0%202.21-1.79%204-4%204s-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.5%2028a1.999%201.999%200%201%200%200-4a1.999%201.999%200%201%200%200%204m0%202c2.21%200%204-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6%2036.546C6%2033.522%2011.663%2032%2014.5%2032s8.5%201.523%208.5%204.545V42H6z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.334%2035.983c-.316.312-.334.491-.334.563V40h13v-3.455c0-.07-.018-.25-.334-.562c-.334-.329-.885-.682-1.64-1.005C17.506%2034.327%2015.65%2034%2014.5%2034s-3.007.327-4.526.978c-.755.323-1.306.676-1.64%201.005M14.5%2032C11.663%2032%206%2033.523%206%2036.545V42h17v-5.455C23%2033.524%2017.337%2032%2014.5%2032%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M37.5%2026c0%202.21-1.79%204-4%204s-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.5%2028a1.999%201.999%200%201%200%200-4a1.999%201.999%200%201%200%200%204m0%202c2.21%200%204-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M28%2024c0%202.21-1.79%204-4%204s-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2026a1.999%201.999%200%201%200%200-4a1.999%201.999%200%201%200%200%204m0%202c2.21%200%204-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23%2012.833A4.833%204.833%200%200%200%2018.167%208h-3.169a4.998%204.998%200%200%200-.181%209.993L15%2018v2s8-1.167%208-7.167m3-1.597A5.236%205.236%200%200%201%2031.236%206H37a5%205%200%200%201%200%2010h-2v3s-9-1.264-9-7.764m-1%2025.31C25%2033.522%2030.663%2032%2033.5%2032s8.5%201.523%208.5%204.545V42H25z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M27.334%2035.983c-.316.312-.334.491-.334.563V40h13v-3.455c0-.07-.018-.25-.334-.562c-.334-.329-.885-.682-1.64-1.005C36.506%2034.327%2034.65%2034%2033.5%2034s-3.007.327-4.526.978c-.755.323-1.306.676-1.64%201.005M33.5%2032c-2.837%200-8.5%201.523-8.5%204.545V42h17v-5.455C42%2033.524%2036.337%2032%2033.5%2032M24%2035v-.455c0-1.677-1.847-2.893-4.005-3.643A9.4%209.4%200%200%201%2024%2030a9.4%209.4%200%200%201%204.005.902c-2.158.75-4.005%201.966-4.005%203.643z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2035v-.455c0-.893.524-1.656%201.34-2.287l.141-.105c.697-.506%201.58-.923%202.524-1.25a9.5%209.5%200%200%200-2.968-.845a9.3%209.3%200%200%200-2.074%200a9.5%209.5%200%200%200-2.968.844c.943.328%201.827.745%202.523%201.25q.072.052.141.106c.817.63%201.34%201.394%201.34%202.287z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.5%2026c0%202.21-1.79%204-4%204s-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.5%2028a1.999%201.999%200%201%200%200-4a1.999%201.999%200%201%200%200%204m0%202c2.21%200%204-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6%2036.546C6%2033.522%2011.663%2032%2014.5%2032s8.5%201.523%208.5%204.545V42H6z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.334%2035.983c-.316.312-.334.491-.334.563V40h13v-3.455c0-.07-.018-.25-.334-.562c-.334-.329-.885-.682-1.64-1.005C17.506%2034.327%2015.65%2034%2014.5%2034s-3.007.327-4.526.978c-.755.323-1.306.676-1.64%201.005M14.5%2032C11.663%2032%206%2033.523%206%2036.545V42h17v-5.455C23%2033.524%2017.337%2032%2014.5%2032%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M37.5%2026c0%202.21-1.79%204-4%204s-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.5%2028a1.999%201.999%200%201%200%200-4a1.999%201.999%200%201%200%200%204m0%202c2.21%200%204-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M28%2024c0%202.21-1.79%204-4%204s-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2026a1.999%201.999%200%201%200%200-4a1.999%201.999%200%201%200%200%204m0%202c2.21%200%204-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23%2012.833A4.833%204.833%200%200%200%2018.167%208h-3.169a4.998%204.998%200%200%200-.181%209.993L15%2018v2s8-1.167%208-7.167m3-1.597A5.236%205.236%200%200%201%2031.236%206H37a5%205%200%200%201%200%2010h-2v3s-9-1.264-9-7.764m-1%2025.31C25%2033.522%2030.663%2032%2033.5%2032s8.5%201.523%208.5%204.545V42H25z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M27.334%2035.983c-.316.312-.334.491-.334.563V40h13v-3.455c0-.07-.018-.25-.334-.562c-.334-.329-.885-.682-1.64-1.005C36.506%2034.327%2034.65%2034%2033.5%2034s-3.007.327-4.526.978c-.755.323-1.306.676-1.64%201.005M33.5%2032c-2.837%200-8.5%201.523-8.5%204.545V42h17v-5.455C42%2033.524%2036.337%2032%2033.5%2032M24%2035v-.455c0-1.677-1.847-2.893-4.005-3.643A9.4%209.4%200%200%201%2024%2030a9.4%209.4%200%200%201%204.005.902c-2.158.75-4.005%201.966-4.005%203.643z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2035v-.455c0-.893.524-1.656%201.34-2.287l.141-.105c.697-.506%201.58-.923%202.524-1.25a9.5%209.5%200%200%200-2.968-.845a9.3%209.3%200%200%200-2.074%200a9.5%209.5%200%200%200-2.968.844c.943.328%201.827.745%202.523%201.25q.072.052.141.106c.817.63%201.34%201.394%201.34%202.287z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/group-discussion-meetingx3.svg?color=%231a73e8&size=48