i groups perspective crowd negative icon

i-groups-perspective-crowd-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
i-groups-perspective-crowd-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the i groups perspective crowd negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsIGroupsPerspectiveCrowdNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm18 16.5a4.5 4.5 0 0 1-4.5 4.5A4.5 4.5 0 0 1 9 16.5c0-2.486 2.014-4.5 4.5-4.5s4.5 2.014 4.5 4.5M13.5 23C10.33 23 4 24.787 4 28.333V36h19v-7.667C23 24.787 16.67 23 13.5 23M39 16.5a4.5 4.5 0 0 1-4.5 4.5a4.5 4.5 0 0 1-4.5-4.5c0-2.486 2.014-4.5 4.5-4.5s4.5 2.014 4.5 4.5M24 18a3 3 0 1 0 0-6a3 3 0 1 0 0 6m1 10.333C25 24.787 31.33 23 34.5 23s9.5 1.787 9.5 5.333V36H25zm2.962-5.835q.389-.166.789-.313C27.228 21.396 25.27 21 24 21s-3.228.396-4.75 1.185q.4.147.787.313c1.172.5 2.354 1.176 3.273 2.08c.246.243.48.508.69.797c.21-.289.444-.554.69-.797c.919-.904 2.101-1.58 3.272-2.08" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsIGroupsPerspectiveCrowdNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsIGroupsPerspectiveCrowdNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsIGroupsPerspectiveCrowdNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm18 16.5a4.5 4.5 0 0 1-4.5 4.5A4.5 4.5 0 0 1 9 16.5c0-2.486 2.014-4.5 4.5-4.5s4.5 2.014 4.5 4.5M13.5 23C10.33 23 4 24.787 4 28.333V36h19v-7.667C23 24.787 16.67 23 13.5 23M39 16.5a4.5 4.5 0 0 1-4.5 4.5a4.5 4.5 0 0 1-4.5-4.5c0-2.486 2.014-4.5 4.5-4.5s4.5 2.014 4.5 4.5M24 18a3 3 0 1 0 0-6a3 3 0 1 0 0 6m1 10.333C25 24.787 31.33 23 34.5 23s9.5 1.787 9.5 5.333V36H25zm2.962-5.835q.389-.166.789-.313C27.228 21.396 25.27 21 24 21s-3.228.396-4.75 1.185q.4.147.787.313c1.172.5 2.354 1.176 3.273 2.08c.246.243.48.508.69.797c.21-.289.444-.554.69-.797c.919-.904 2.101-1.58 3.272-2.08" clipRule="evenodd"/></g><defs><clipPath id="healthiconsIGroupsPerspectiveCrowdNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsIGroupsPerspectiveCrowdNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm18 16.5a4.5 4.5 0 0 1-4.5 4.5A4.5 4.5 0 0 1 9 16.5c0-2.486 2.014-4.5 4.5-4.5s4.5 2.014 4.5 4.5M13.5 23C10.33 23 4 24.787 4 28.333V36h19v-7.667C23 24.787 16.67 23 13.5 23M39 16.5a4.5 4.5 0 0 1-4.5 4.5a4.5 4.5 0 0 1-4.5-4.5c0-2.486 2.014-4.5 4.5-4.5s4.5 2.014 4.5 4.5M24 18a3 3 0 1 0 0-6a3 3 0 1 0 0 6m1 10.333C25 24.787 31.33 23 34.5 23s9.5 1.787 9.5 5.333V36H25zm2.962-5.835q.389-.166.789-.313C27.228 21.396 25.27 21 24 21s-3.228.396-4.75 1.185q.4.147.787.313c1.172.5 2.354 1.176 3.273 2.08c.246.243.48.508.69.797c.21-.289.444-.554.69-.797c.919-.904 2.101-1.58 3.272-2.08" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsIGroupsPerspectiveCrowdNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-i-groups-perspective-crowd-negative {
  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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsIGroupsPerspectiveCrowdNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm18%2016.5a4.5%204.5%200%200%201-4.5%204.5A4.5%204.5%200%200%201%209%2016.5c0-2.486%202.014-4.5%204.5-4.5s4.5%202.014%204.5%204.5M13.5%2023C10.33%2023%204%2024.787%204%2028.333V36h19v-7.667C23%2024.787%2016.67%2023%2013.5%2023M39%2016.5a4.5%204.5%200%200%201-4.5%204.5a4.5%204.5%200%200%201-4.5-4.5c0-2.486%202.014-4.5%204.5-4.5s4.5%202.014%204.5%204.5M24%2018a3%203%200%201%200%200-6a3%203%200%201%200%200%206m1%2010.333C25%2024.787%2031.33%2023%2034.5%2023s9.5%201.787%209.5%205.333V36H25zm2.962-5.835q.389-.166.789-.313C27.228%2021.396%2025.27%2021%2024%2021s-3.228.396-4.75%201.185q.4.147.787.313c1.172.5%202.354%201.176%203.273%202.08c.246.243.48.508.69.797c.21-.289.444-.554.69-.797c.919-.904%202.101-1.58%203.272-2.08%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsIGroupsPerspectiveCrowdNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsIGroupsPerspectiveCrowdNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm18%2016.5a4.5%204.5%200%200%201-4.5%204.5A4.5%204.5%200%200%201%209%2016.5c0-2.486%202.014-4.5%204.5-4.5s4.5%202.014%204.5%204.5M13.5%2023C10.33%2023%204%2024.787%204%2028.333V36h19v-7.667C23%2024.787%2016.67%2023%2013.5%2023M39%2016.5a4.5%204.5%200%200%201-4.5%204.5a4.5%204.5%200%200%201-4.5-4.5c0-2.486%202.014-4.5%204.5-4.5s4.5%202.014%204.5%204.5M24%2018a3%203%200%201%200%200-6a3%203%200%201%200%200%206m1%2010.333C25%2024.787%2031.33%2023%2034.5%2023s9.5%201.787%209.5%205.333V36H25zm2.962-5.835q.389-.166.789-.313C27.228%2021.396%2025.27%2021%2024%2021s-3.228.396-4.75%201.185q.4.147.787.313c1.172.5%202.354%201.176%203.273%202.08c.246.243.48.508.69.797c.21-.289.444-.554.69-.797c.919-.904%202.101-1.58%203.272-2.08%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsIGroupsPerspectiveCrowdNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/i-groups-perspective-crowd-negative.svg?color=%231a73e8&size=48