i groups perspective crowd icon

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

Name
i-groups-perspective-crowd-outline
Set
Health Icons
Style
Outline
Category
People
Viewbox
48×48
License
MIT
Aliases
i-groups-perspective-crowd2x-outline

1 other variant in Health Icons

More people icons from Health Icons

Use the i groups perspective crowd icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M28 16c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4m-2 0a1.999 1.999 0 1 1-4 0a1.999 1.999 0 1 1 4 0m-8 1.5a4.5 4.5 0 0 1-4.5 4.5A4.5 4.5 0 0 1 9 17.5c0-2.486 2.014-4.5 4.5-4.5s4.5 2.014 4.5 4.5m-2 0c0 1.382-1.118 2.5-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5c0-1.382 1.118-2.5 2.5-2.5s2.5 1.118 2.5 2.5M4 29.455C4 25.827 10.663 24 14 24c.801 0 1.794.105 2.84.316C18.133 23.31 20.673 22 24 22s5.867 1.31 7.16 2.316C32.206 24.106 33.199 24 34 24c3.337 0 10 1.827 10 5.454V36H4zm2 0c0-.237.094-.552.512-.974c.437-.44 1.128-.884 2.037-1.281C10.38 26.4 12.605 26 14 26s3.622.4 5.45 1.2c.91.397 1.601.842 2.038 1.281c.418.422.512.737.512.973V34H6zm22.55-4.41A10.3 10.3 0 0 0 24 24c-1.875 0-3.432.495-4.55 1.045c2.44.897 4.55 2.368 4.55 4.41c0-2.042 2.11-3.513 4.55-4.41m-2.038 3.436c-.418.422-.512.737-.512.973V34h16v-4.546c0-.236-.094-.551-.512-.973c-.437-.44-1.128-.884-2.037-1.281C37.62 26.4 35.395 26 34 26s-3.622.4-5.45 1.2c-.91.397-1.601.842-2.038 1.281M34.5 22c2.486 0 4.5-2.014 4.5-4.5S36.986 13 34.5 13a4.5 4.5 0 0 0-4.5 4.5a4.5 4.5 0 0 0 4.5 4.5m0-2c1.382 0 2.5-1.118 2.5-2.5S35.882 15 34.5 15a2.5 2.5 0 0 0-2.5 2.5c0 1.382 1.118 2.5 2.5 2.5" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsIGroupsPerspectiveCrowdOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M28 16c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4m-2 0a1.999 1.999 0 1 1-4 0a1.999 1.999 0 1 1 4 0m-8 1.5a4.5 4.5 0 0 1-4.5 4.5A4.5 4.5 0 0 1 9 17.5c0-2.486 2.014-4.5 4.5-4.5s4.5 2.014 4.5 4.5m-2 0c0 1.382-1.118 2.5-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5c0-1.382 1.118-2.5 2.5-2.5s2.5 1.118 2.5 2.5M4 29.455C4 25.827 10.663 24 14 24c.801 0 1.794.105 2.84.316C18.133 23.31 20.673 22 24 22s5.867 1.31 7.16 2.316C32.206 24.106 33.199 24 34 24c3.337 0 10 1.827 10 5.454V36H4zm2 0c0-.237.094-.552.512-.974c.437-.44 1.128-.884 2.037-1.281C10.38 26.4 12.605 26 14 26s3.622.4 5.45 1.2c.91.397 1.601.842 2.038 1.281c.418.422.512.737.512.973V34H6zm22.55-4.41A10.3 10.3 0 0 0 24 24c-1.875 0-3.432.495-4.55 1.045c2.44.897 4.55 2.368 4.55 4.41c0-2.042 2.11-3.513 4.55-4.41m-2.038 3.436c-.418.422-.512.737-.512.973V34h16v-4.546c0-.236-.094-.551-.512-.973c-.437-.44-1.128-.884-2.037-1.281C37.62 26.4 35.395 26 34 26s-3.622.4-5.45 1.2c-.91.397-1.601.842-2.038 1.281M34.5 22c2.486 0 4.5-2.014 4.5-4.5S36.986 13 34.5 13a4.5 4.5 0 0 0-4.5 4.5a4.5 4.5 0 0 0 4.5 4.5m0-2c1.382 0 2.5-1.118 2.5-2.5S35.882 15 34.5 15a2.5 2.5 0 0 0-2.5 2.5c0 1.382 1.118 2.5 2.5 2.5" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M28 16c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4m-2 0a1.999 1.999 0 1 1-4 0a1.999 1.999 0 1 1 4 0m-8 1.5a4.5 4.5 0 0 1-4.5 4.5A4.5 4.5 0 0 1 9 17.5c0-2.486 2.014-4.5 4.5-4.5s4.5 2.014 4.5 4.5m-2 0c0 1.382-1.118 2.5-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5c0-1.382 1.118-2.5 2.5-2.5s2.5 1.118 2.5 2.5M4 29.455C4 25.827 10.663 24 14 24c.801 0 1.794.105 2.84.316C18.133 23.31 20.673 22 24 22s5.867 1.31 7.16 2.316C32.206 24.106 33.199 24 34 24c3.337 0 10 1.827 10 5.454V36H4zm2 0c0-.237.094-.552.512-.974c.437-.44 1.128-.884 2.037-1.281C10.38 26.4 12.605 26 14 26s3.622.4 5.45 1.2c.91.397 1.601.842 2.038 1.281c.418.422.512.737.512.973V34H6zm22.55-4.41A10.3 10.3 0 0 0 24 24c-1.875 0-3.432.495-4.55 1.045c2.44.897 4.55 2.368 4.55 4.41c0-2.042 2.11-3.513 4.55-4.41m-2.038 3.436c-.418.422-.512.737-.512.973V34h16v-4.546c0-.236-.094-.551-.512-.973c-.437-.44-1.128-.884-2.037-1.281C37.62 26.4 35.395 26 34 26s-3.622.4-5.45 1.2c-.91.397-1.601.842-2.038 1.281M34.5 22c2.486 0 4.5-2.014 4.5-4.5S36.986 13 34.5 13a4.5 4.5 0 0 0-4.5 4.5a4.5 4.5 0 0 0 4.5 4.5m0-2c1.382 0 2.5-1.118 2.5-2.5S35.882 15 34.5 15a2.5 2.5 0 0 0-2.5 2.5c0 1.382 1.118 2.5 2.5 2.5" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-i-groups-perspective-crowd-outline {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M28%2016c0%202.21-1.79%204-4%204s-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204m-2%200a1.999%201.999%200%201%201-4%200a1.999%201.999%200%201%201%204%200m-8%201.5a4.5%204.5%200%200%201-4.5%204.5A4.5%204.5%200%200%201%209%2017.5c0-2.486%202.014-4.5%204.5-4.5s4.5%202.014%204.5%204.5m-2%200c0%201.382-1.118%202.5-2.5%202.5a2.5%202.5%200%200%201-2.5-2.5c0-1.382%201.118-2.5%202.5-2.5s2.5%201.118%202.5%202.5M4%2029.455C4%2025.827%2010.663%2024%2014%2024c.801%200%201.794.105%202.84.316C18.133%2023.31%2020.673%2022%2024%2022s5.867%201.31%207.16%202.316C32.206%2024.106%2033.199%2024%2034%2024c3.337%200%2010%201.827%2010%205.454V36H4zm2%200c0-.237.094-.552.512-.974c.437-.44%201.128-.884%202.037-1.281C10.38%2026.4%2012.605%2026%2014%2026s3.622.4%205.45%201.2c.91.397%201.601.842%202.038%201.281c.418.422.512.737.512.973V34H6zm22.55-4.41A10.3%2010.3%200%200%200%2024%2024c-1.875%200-3.432.495-4.55%201.045c2.44.897%204.55%202.368%204.55%204.41c0-2.042%202.11-3.513%204.55-4.41m-2.038%203.436c-.418.422-.512.737-.512.973V34h16v-4.546c0-.236-.094-.551-.512-.973c-.437-.44-1.128-.884-2.037-1.281C37.62%2026.4%2035.395%2026%2034%2026s-3.622.4-5.45%201.2c-.91.397-1.601.842-2.038%201.281M34.5%2022c2.486%200%204.5-2.014%204.5-4.5S36.986%2013%2034.5%2013a4.5%204.5%200%200%200-4.5%204.5a4.5%204.5%200%200%200%204.5%204.5m0-2c1.382%200%202.5-1.118%202.5-2.5S35.882%2015%2034.5%2015a2.5%202.5%200%200%200-2.5%202.5c0%201.382%201.118%202.5%202.5%202.5%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M28%2016c0%202.21-1.79%204-4%204s-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204m-2%200a1.999%201.999%200%201%201-4%200a1.999%201.999%200%201%201%204%200m-8%201.5a4.5%204.5%200%200%201-4.5%204.5A4.5%204.5%200%200%201%209%2017.5c0-2.486%202.014-4.5%204.5-4.5s4.5%202.014%204.5%204.5m-2%200c0%201.382-1.118%202.5-2.5%202.5a2.5%202.5%200%200%201-2.5-2.5c0-1.382%201.118-2.5%202.5-2.5s2.5%201.118%202.5%202.5M4%2029.455C4%2025.827%2010.663%2024%2014%2024c.801%200%201.794.105%202.84.316C18.133%2023.31%2020.673%2022%2024%2022s5.867%201.31%207.16%202.316C32.206%2024.106%2033.199%2024%2034%2024c3.337%200%2010%201.827%2010%205.454V36H4zm2%200c0-.237.094-.552.512-.974c.437-.44%201.128-.884%202.037-1.281C10.38%2026.4%2012.605%2026%2014%2026s3.622.4%205.45%201.2c.91.397%201.601.842%202.038%201.281c.418.422.512.737.512.973V34H6zm22.55-4.41A10.3%2010.3%200%200%200%2024%2024c-1.875%200-3.432.495-4.55%201.045c2.44.897%204.55%202.368%204.55%204.41c0-2.042%202.11-3.513%204.55-4.41m-2.038%203.436c-.418.422-.512.737-.512.973V34h16v-4.546c0-.236-.094-.551-.512-.973c-.437-.44-1.128-.884-2.037-1.281C37.62%2026.4%2035.395%2026%2034%2026s-3.622.4-5.45%201.2c-.91.397-1.601.842-2.038%201.281M34.5%2022c2.486%200%204.5-2.014%204.5-4.5S36.986%2013%2034.5%2013a4.5%204.5%200%200%200-4.5%204.5a4.5%204.5%200%200%200%204.5%204.5m0-2c1.382%200%202.5-1.118%202.5-2.5S35.882%2015%2034.5%2015a2.5%202.5%200%200%200-2.5%202.5c0%201.382%201.118%202.5%202.5%202.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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