nature people icon

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

Name
nature-people-sharp
Set
Material Symbols
Style
Sharp
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 11M3 22v-5H2v-5h5v5H6v3h8v-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 15H16v5h5v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNaturePeopleSharp(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 11M3 22v-5H2v-5h5v5H6v3h8v-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 15H16v5h5v2z"/></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 11M3 22v-5H2v-5h5v5H6v3h8v-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 15H16v5h5v2z"/></svg>
</template>

CSS

.icon-nature-people-sharp {
  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%2011M3%2022v-5H2v-5h5v5H6v3h8v-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%2015H16v5h5v2z%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%2011M3%2022v-5H2v-5h5v5H6v3h8v-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%2015H16v5h5v2z%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-sharp.svg?color=%231a73e8&size=48