baseline-people-outline from Google Material Icons by Material Design Authors · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
baseline-people-outline
Set
Google Material Icons
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
people-outline

1 other variant in Google Material Icons

More social icons from Google Material Icons

Use the baseline people icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 13c-1.2 0-3.07.34-4.5 1c-1.43-.67-3.3-1-4.5-1C5.33 13 1 14.08 1 16.25V19h22v-2.75c0-2.17-4.33-3.25-6.5-3.25m-4 4.5h-10v-1.25c0-.54 2.56-1.75 5-1.75s5 1.21 5 1.75zm9 0H14v-1.25c0-.46-.2-.86-.52-1.22c.88-.3 1.96-.53 3.02-.53c2.44 0 5 1.21 5 1.75zM7.5 12c1.93 0 3.5-1.57 3.5-3.5S9.43 5 7.5 5S4 6.57 4 8.5S5.57 12 7.5 12m0-5.5c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2m9 5.5c1.93 0 3.5-1.57 3.5-3.5S18.43 5 16.5 5S13 6.57 13 8.5s1.57 3.5 3.5 3.5m0-5.5c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselinePeopleOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 13c-1.2 0-3.07.34-4.5 1c-1.43-.67-3.3-1-4.5-1C5.33 13 1 14.08 1 16.25V19h22v-2.75c0-2.17-4.33-3.25-6.5-3.25m-4 4.5h-10v-1.25c0-.54 2.56-1.75 5-1.75s5 1.21 5 1.75zm9 0H14v-1.25c0-.46-.2-.86-.52-1.22c.88-.3 1.96-.53 3.02-.53c2.44 0 5 1.21 5 1.75zM7.5 12c1.93 0 3.5-1.57 3.5-3.5S9.43 5 7.5 5S4 6.57 4 8.5S5.57 12 7.5 12m0-5.5c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2m9 5.5c1.93 0 3.5-1.57 3.5-3.5S18.43 5 16.5 5S13 6.57 13 8.5s1.57 3.5 3.5 3.5m0-5.5c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 13c-1.2 0-3.07.34-4.5 1c-1.43-.67-3.3-1-4.5-1C5.33 13 1 14.08 1 16.25V19h22v-2.75c0-2.17-4.33-3.25-6.5-3.25m-4 4.5h-10v-1.25c0-.54 2.56-1.75 5-1.75s5 1.21 5 1.75zm9 0H14v-1.25c0-.46-.2-.86-.52-1.22c.88-.3 1.96-.53 3.02-.53c2.44 0 5 1.21 5 1.75zM7.5 12c1.93 0 3.5-1.57 3.5-3.5S9.43 5 7.5 5S4 6.57 4 8.5S5.57 12 7.5 12m0-5.5c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2m9 5.5c1.93 0 3.5-1.57 3.5-3.5S18.43 5 16.5 5S13 6.57 13 8.5s1.57 3.5 3.5 3.5m0-5.5c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2"/></svg>
</template>

CSS

.icon-baseline-people-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%2013c-1.2%200-3.07.34-4.5%201c-1.43-.67-3.3-1-4.5-1C5.33%2013%201%2014.08%201%2016.25V19h22v-2.75c0-2.17-4.33-3.25-6.5-3.25m-4%204.5h-10v-1.25c0-.54%202.56-1.75%205-1.75s5%201.21%205%201.75zm9%200H14v-1.25c0-.46-.2-.86-.52-1.22c.88-.3%201.96-.53%203.02-.53c2.44%200%205%201.21%205%201.75zM7.5%2012c1.93%200%203.5-1.57%203.5-3.5S9.43%205%207.5%205S4%206.57%204%208.5S5.57%2012%207.5%2012m0-5.5c1.1%200%202%20.9%202%202s-.9%202-2%202s-2-.9-2-2s.9-2%202-2m9%205.5c1.93%200%203.5-1.57%203.5-3.5S18.43%205%2016.5%205S13%206.57%2013%208.5s1.57%203.5%203.5%203.5m0-5.5c1.1%200%202%20.9%202%202s-.9%202-2%202s-2-.9-2-2s.9-2%202-2%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%22currentColor%22%20d%3D%22M16.5%2013c-1.2%200-3.07.34-4.5%201c-1.43-.67-3.3-1-4.5-1C5.33%2013%201%2014.08%201%2016.25V19h22v-2.75c0-2.17-4.33-3.25-6.5-3.25m-4%204.5h-10v-1.25c0-.54%202.56-1.75%205-1.75s5%201.21%205%201.75zm9%200H14v-1.25c0-.46-.2-.86-.52-1.22c.88-.3%201.96-.53%203.02-.53c2.44%200%205%201.21%205%201.75zM7.5%2012c1.93%200%203.5-1.57%203.5-3.5S9.43%205%207.5%205S4%206.57%204%208.5S5.57%2012%207.5%2012m0-5.5c1.1%200%202%20.9%202%202s-.9%202-2%202s-2-.9-2-2s.9-2%202-2m9%205.5c1.93%200%203.5-1.57%203.5-3.5S18.43%205%2016.5%205S13%206.57%2013%208.5s1.57%203.5%203.5%203.5m0-5.5c1.1%200%202%20.9%202%202s-.9%202-2%202s-2-.9-2-2s.9-2%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-people-outline.svg?color=%231a73e8&size=48