nature people icon
nature-people-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- nature-people-outline
- Set
- Material Symbols
- Style
- Outline
- 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-4q0-.425.288-.712T3 12h3q.425 0 .713.288T7 13v4H6v3h8v-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 15H16v5h5v2zm9.25-9h5.5q.95 0 1.6-.65t.65-1.6q0-.675-.363-1.225T18.65 8.7l-1.05-.45l-.15-1.1q-.15-.925-.837-1.537T15 5t-1.612.613t-.838 1.537l-.15 1.1l-1.05.45q-.625.275-.987.825T10 10.75q0 .95.65 1.6t1.6.65M15 9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNaturePeopleOutline(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-4q0-.425.288-.712T3 12h3q.425 0 .713.288T7 13v4H6v3h8v-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 15H16v5h5v2zm9.25-9h5.5q.95 0 1.6-.65t.65-1.6q0-.675-.363-1.225T18.65 8.7l-1.05-.45l-.15-1.1q-.15-.925-.837-1.537T15 5t-1.612.613t-.838 1.537l-.15 1.1l-1.05.45q-.625.275-.987.825T10 10.75q0 .95.65 1.6t1.6.65M15 9"/></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-4q0-.425.288-.712T3 12h3q.425 0 .713.288T7 13v4H6v3h8v-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 15H16v5h5v2zm9.25-9h5.5q.95 0 1.6-.65t.65-1.6q0-.675-.363-1.225T18.65 8.7l-1.05-.45l-.15-1.1q-.15-.925-.837-1.537T15 5t-1.612.613t-.838 1.537l-.15 1.1l-1.05.45q-.625.275-.987.825T10 10.75q0 .95.65 1.6t1.6.65M15 9"/></svg> </template>
CSS
.icon-nature-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%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-4q0-.425.288-.712T3%2012h3q.425%200%20.713.288T7%2013v4H6v3h8v-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%2015H16v5h5v2zm9.25-9h5.5q.95%200%201.6-.65t.65-1.6q0-.675-.363-1.225T18.65%208.7l-1.05-.45l-.15-1.1q-.15-.925-.837-1.537T15%205t-1.612.613t-.838%201.537l-.15%201.1l-1.05.45q-.625.275-.987.825T10%2010.75q0%20.95.65%201.6t1.6.65M15%209%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-4q0-.425.288-.712T3%2012h3q.425%200%20.713.288T7%2013v4H6v3h8v-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%2015H16v5h5v2zm9.25-9h5.5q.95%200%201.6-.65t.65-1.6q0-.675-.363-1.225T18.65%208.7l-1.05-.45l-.15-1.1q-.15-.925-.837-1.537T15%205t-1.612.613t-.838%201.537l-.15%201.1l-1.05.45q-.625.275-.987.825T10%2010.75q0%20.95.65%201.6t1.6.65M15%209%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-outline.svg?color=%231a73e8&size=48