nature people icon

nature-people-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
nature-people-rounded
Set
Material Symbols
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the nature people icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 11q-.65 0-1.075-.425T3 9.5t.425-1.075T4.5 8t1.075.425T6 9.5t-.425 1.075T4.5 11M6 20h8v-5h-1.75q-1.775 0-3.012-1.237T8 10.75q0-1.325.713-2.363T10.55 6.85q.275-1.625 1.513-2.737T15 3t2.938 1.113T19.45 6.85q1.125.5 1.838 1.538T22 10.75q0 1.775-1.237 3.013T17.75 15H16v5h4q.425 0 .713.288T21 21t-.288.713T20 22H4q-.425 0-.712-.288T3 21v-4q-.275-.275-.638-.437T2 16v-3q0-.425.288-.712T3 12h3q.425 0 .713.288T7 13v3q0 .4-.363.563T6 17z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNaturePeopleRounded(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="M4.5 11q-.65 0-1.075-.425T3 9.5t.425-1.075T4.5 8t1.075.425T6 9.5t-.425 1.075T4.5 11M6 20h8v-5h-1.75q-1.775 0-3.012-1.237T8 10.75q0-1.325.713-2.363T10.55 6.85q.275-1.625 1.513-2.737T15 3t2.938 1.113T19.45 6.85q1.125.5 1.838 1.538T22 10.75q0 1.775-1.237 3.013T17.75 15H16v5h4q.425 0 .713.288T21 21t-.288.713T20 22H4q-.425 0-.712-.288T3 21v-4q-.275-.275-.638-.437T2 16v-3q0-.425.288-.712T3 12h3q.425 0 .713.288T7 13v3q0 .4-.363.563T6 17z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 11q-.65 0-1.075-.425T3 9.5t.425-1.075T4.5 8t1.075.425T6 9.5t-.425 1.075T4.5 11M6 20h8v-5h-1.75q-1.775 0-3.012-1.237T8 10.75q0-1.325.713-2.363T10.55 6.85q.275-1.625 1.513-2.737T15 3t2.938 1.113T19.45 6.85q1.125.5 1.838 1.538T22 10.75q0 1.775-1.237 3.013T17.75 15H16v5h4q.425 0 .713.288T21 21t-.288.713T20 22H4q-.425 0-.712-.288T3 21v-4q-.275-.275-.638-.437T2 16v-3q0-.425.288-.712T3 12h3q.425 0 .713.288T7 13v3q0 .4-.363.563T6 17z"/></svg>
</template>

CSS

.icon-nature-people-rounded {
  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%22M4.5%2011q-.65%200-1.075-.425T3%209.5t.425-1.075T4.5%208t1.075.425T6%209.5t-.425%201.075T4.5%2011M6%2020h8v-5h-1.75q-1.775%200-3.012-1.237T8%2010.75q0-1.325.713-2.363T10.55%206.85q.275-1.625%201.513-2.737T15%203t2.938%201.113T19.45%206.85q1.125.5%201.838%201.538T22%2010.75q0%201.775-1.237%203.013T17.75%2015H16v5h4q.425%200%20.713.288T21%2021t-.288.713T20%2022H4q-.425%200-.712-.288T3%2021v-4q-.275-.275-.638-.437T2%2016v-3q0-.425.288-.712T3%2012h3q.425%200%20.713.288T7%2013v3q0%20.4-.363.563T6%2017z%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%22M4.5%2011q-.65%200-1.075-.425T3%209.5t.425-1.075T4.5%208t1.075.425T6%209.5t-.425%201.075T4.5%2011M6%2020h8v-5h-1.75q-1.775%200-3.012-1.237T8%2010.75q0-1.325.713-2.363T10.55%206.85q.275-1.625%201.513-2.737T15%203t2.938%201.113T19.45%206.85q1.125.5%201.838%201.538T22%2010.75q0%201.775-1.237%203.013T17.75%2015H16v5h4q.425%200%20.713.288T21%2021t-.288.713T20%2022H4q-.425%200-.712-.288T3%2021v-4q-.275-.275-.638-.437T2%2016v-3q0-.425.288-.712T3%2012h3q.425%200%20.713.288T7%2013v3q0%20.4-.363.563T6%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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