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

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

1 other variant in Google Material Icons

More social icons from Google Material Icons

Use the round people icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5S5.5 6.57 5.5 8.5S7.07 12 9 12m0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7m0 6.75c-2.34 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-.75c0-2.33-4.66-3.5-7-3.5M4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25zm11.7-3.19c1.16.84 1.96 1.96 1.96 3.44V19h3c.55 0 1-.45 1-1v-.75c0-2.02-3.5-3.17-5.96-3.44M15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35c.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundPeopleOutline(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="M9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5S5.5 6.57 5.5 8.5S7.07 12 9 12m0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7m0 6.75c-2.34 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-.75c0-2.33-4.66-3.5-7-3.5M4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25zm11.7-3.19c1.16.84 1.96 1.96 1.96 3.44V19h3c.55 0 1-.45 1-1v-.75c0-2.02-3.5-3.17-5.96-3.44M15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35c.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5S5.5 6.57 5.5 8.5S7.07 12 9 12m0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7m0 6.75c-2.34 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-.75c0-2.33-4.66-3.5-7-3.5M4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25zm11.7-3.19c1.16.84 1.96 1.96 1.96 3.44V19h3c.55 0 1-.45 1-1v-.75c0-2.02-3.5-3.17-5.96-3.44M15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35c.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35"/></svg>
</template>

CSS

.icon-round-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%22M9%2012c1.93%200%203.5-1.57%203.5-3.5S10.93%205%209%205S5.5%206.57%205.5%208.5S7.07%2012%209%2012m0-5c.83%200%201.5.67%201.5%201.5S9.83%2010%209%2010s-1.5-.67-1.5-1.5S8.17%207%209%207m0%206.75c-2.34%200-7%201.17-7%203.5V18c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1v-.75c0-2.33-4.66-3.5-7-3.5M4.34%2017c.84-.58%202.87-1.25%204.66-1.25s3.82.67%204.66%201.25zm11.7-3.19c1.16.84%201.96%201.96%201.96%203.44V19h3c.55%200%201-.45%201-1v-.75c0-2.02-3.5-3.17-5.96-3.44M15%2012c1.93%200%203.5-1.57%203.5-3.5S16.93%205%2015%205c-.54%200-1.04.13-1.5.35c.63.89%201%201.98%201%203.15s-.37%202.26-1%203.15c.46.22.96.35%201.5.35%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%22M9%2012c1.93%200%203.5-1.57%203.5-3.5S10.93%205%209%205S5.5%206.57%205.5%208.5S7.07%2012%209%2012m0-5c.83%200%201.5.67%201.5%201.5S9.83%2010%209%2010s-1.5-.67-1.5-1.5S8.17%207%209%207m0%206.75c-2.34%200-7%201.17-7%203.5V18c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1v-.75c0-2.33-4.66-3.5-7-3.5M4.34%2017c.84-.58%202.87-1.25%204.66-1.25s3.82.67%204.66%201.25zm11.7-3.19c1.16.84%201.96%201.96%201.96%203.44V19h3c.55%200%201-.45%201-1v-.75c0-2.02-3.5-3.17-5.96-3.44M15%2012c1.93%200%203.5-1.57%203.5-3.5S16.93%205%2015%205c-.54%200-1.04.13-1.5.35c.63.89%201%201.98%201%203.15s-.37%202.26-1%203.15c.46.22.96.35%201.5.35%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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