twotone nature people icon

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

Name
twotone-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 twotone nature people icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="15.17" cy="9.17" r="5" fill="currentColor" opacity=".3"/><circle cx="4.5" cy="9.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M15.17 2.17c-3.87 0-7 3.13-7 7A6.98 6.98 0 0 0 14 16.06V20H6v-3h1v-4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v4h1v5h16v-2h-3v-3.88a7 7 0 0 0 6.17-6.95c0-3.87-3.13-7-7-7m0 12c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneNaturePeople(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="15.17" cy="9.17" r="5" fill="currentColor" opacity=".3"/><circle cx="4.5" cy="9.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M15.17 2.17c-3.87 0-7 3.13-7 7A6.98 6.98 0 0 0 14 16.06V20H6v-3h1v-4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v4h1v5h16v-2h-3v-3.88a7 7 0 0 0 6.17-6.95c0-3.87-3.13-7-7-7m0 12c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="15.17" cy="9.17" r="5" fill="currentColor" opacity=".3"/><circle cx="4.5" cy="9.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M15.17 2.17c-3.87 0-7 3.13-7 7A6.98 6.98 0 0 0 14 16.06V20H6v-3h1v-4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v4h1v5h16v-2h-3v-3.88a7 7 0 0 0 6.17-6.95c0-3.87-3.13-7-7-7m0 12c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5"/></svg>
</template>

CSS

.icon-twotone-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%2215.17%22%20cy%3D%229.17%22%20r%3D%225%22%20fill%3D%22currentColor%22%20opacity%3D%22.3%22%2F%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%22M15.17%202.17c-3.87%200-7%203.13-7%207A6.98%206.98%200%200%200%2014%2016.06V20H6v-3h1v-4c0-.55-.45-1-1-1H3c-.55%200-1%20.45-1%201v4h1v5h16v-2h-3v-3.88a7%207%200%200%200%206.17-6.95c0-3.87-3.13-7-7-7m0%2012c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205%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%2215.17%22%20cy%3D%229.17%22%20r%3D%225%22%20fill%3D%22currentColor%22%20opacity%3D%22.3%22%2F%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%22M15.17%202.17c-3.87%200-7%203.13-7%207A6.98%206.98%200%200%200%2014%2016.06V20H6v-3h1v-4c0-.55-.45-1-1-1H3c-.55%200-1%20.45-1%201v4h1v5h16v-2h-3v-3.88a7%207%200%200%200%206.17-6.95c0-3.87-3.13-7-7-7m0%2012c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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