round nature people icon

round-nature-people from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
round-nature-people
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the round nature people icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="4.5" cy="9.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M22.17 9.17c0-3.91-3.19-7.06-7.11-7c-3.83.06-6.99 3.37-6.88 7.19a6.986 6.986 0 0 0 5.83 6.7V20H6v-3h.5c.28 0 .5-.22.5-.5V13c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v3.5c0 .28.22.5.5.5H3v4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1h-2v-3.88a7 7 0 0 0 6.17-6.95"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundNaturePeople(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="4.5" cy="9.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M22.17 9.17c0-3.91-3.19-7.06-7.11-7c-3.83.06-6.99 3.37-6.88 7.19a6.986 6.986 0 0 0 5.83 6.7V20H6v-3h.5c.28 0 .5-.22.5-.5V13c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v3.5c0 .28.22.5.5.5H3v4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1h-2v-3.88a7 7 0 0 0 6.17-6.95"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="4.5" cy="9.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M22.17 9.17c0-3.91-3.19-7.06-7.11-7c-3.83.06-6.99 3.37-6.88 7.19a6.986 6.986 0 0 0 5.83 6.7V20H6v-3h.5c.28 0 .5-.22.5-.5V13c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v3.5c0 .28.22.5.5.5H3v4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1h-2v-3.88a7 7 0 0 0 6.17-6.95"/></svg>
</template>

CSS

.icon-round-nature-people {
  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%3Ccircle%20cx%3D%224.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.17%209.17c0-3.91-3.19-7.06-7.11-7c-3.83.06-6.99%203.37-6.88%207.19a6.986%206.986%200%200%200%205.83%206.7V20H6v-3h.5c.28%200%20.5-.22.5-.5V13c0-.55-.45-1-1-1H3c-.55%200-1%20.45-1%201v3.5c0%20.28.22.5.5.5H3v4c0%20.55.45%201%201%201h14c.55%200%201-.45%201-1s-.45-1-1-1h-2v-3.88a7%207%200%200%200%206.17-6.95%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%3Ccircle%20cx%3D%224.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.17%209.17c0-3.91-3.19-7.06-7.11-7c-3.83.06-6.99%203.37-6.88%207.19a6.986%206.986%200%200%200%205.83%206.7V20H6v-3h.5c.28%200%20.5-.22.5-.5V13c0-.55-.45-1-1-1H3c-.55%200-1%20.45-1%201v3.5c0%20.28.22.5.5.5H3v4c0%20.55.45%201%201%201h14c.55%200%201-.45%201-1s-.45-1-1-1h-2v-3.88a7%207%200%200%200%206.17-6.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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