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

Name
round-forest
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round forest icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.14 12h-.06c.81 0 1.28-.91.82-1.57L9.82 3.17a1 1 0 0 0-1.64 0L3.1 10.43c-.46.66.01 1.57.82 1.57h-.06L.99 16.46c-.43.66.05 1.54.84 1.54H7v2c0 1.1.9 2 2 2s2-.9 2-2v-2h5.17c.79 0 1.27-.88.84-1.54z"/><path fill="currentColor" d="M23.01 16.46L20.14 12h-.06c.81 0 1.28-.91.82-1.57l-5.08-7.26a1 1 0 0 0-1.64 0l-1.57 2.24l3.11 4.44a2.004 2.004 0 0 1-.16 2.5l2.29 3.57c.4.62.42 1.4.07 2.04c-.01.02-.02.03-.03.04h4.28c.79 0 1.27-.88.84-1.54M13 20c0 1.1.9 2 2 2s2-.9 2-2v-1h-4z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundForest(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="M14.14 12h-.06c.81 0 1.28-.91.82-1.57L9.82 3.17a1 1 0 0 0-1.64 0L3.1 10.43c-.46.66.01 1.57.82 1.57h-.06L.99 16.46c-.43.66.05 1.54.84 1.54H7v2c0 1.1.9 2 2 2s2-.9 2-2v-2h5.17c.79 0 1.27-.88.84-1.54z"/><path fill="currentColor" d="M23.01 16.46L20.14 12h-.06c.81 0 1.28-.91.82-1.57l-5.08-7.26a1 1 0 0 0-1.64 0l-1.57 2.24l3.11 4.44a2.004 2.004 0 0 1-.16 2.5l2.29 3.57c.4.62.42 1.4.07 2.04c-.01.02-.02.03-.03.04h4.28c.79 0 1.27-.88.84-1.54M13 20c0 1.1.9 2 2 2s2-.9 2-2v-1h-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.14 12h-.06c.81 0 1.28-.91.82-1.57L9.82 3.17a1 1 0 0 0-1.64 0L3.1 10.43c-.46.66.01 1.57.82 1.57h-.06L.99 16.46c-.43.66.05 1.54.84 1.54H7v2c0 1.1.9 2 2 2s2-.9 2-2v-2h5.17c.79 0 1.27-.88.84-1.54z"/><path fill="currentColor" d="M23.01 16.46L20.14 12h-.06c.81 0 1.28-.91.82-1.57l-5.08-7.26a1 1 0 0 0-1.64 0l-1.57 2.24l3.11 4.44a2.004 2.004 0 0 1-.16 2.5l2.29 3.57c.4.62.42 1.4.07 2.04c-.01.02-.02.03-.03.04h4.28c.79 0 1.27-.88.84-1.54M13 20c0 1.1.9 2 2 2s2-.9 2-2v-1h-4z"/></svg>
</template>

CSS

.icon-round-forest {
  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%22M14.14%2012h-.06c.81%200%201.28-.91.82-1.57L9.82%203.17a1%201%200%200%200-1.64%200L3.1%2010.43c-.46.66.01%201.57.82%201.57h-.06L.99%2016.46c-.43.66.05%201.54.84%201.54H7v2c0%201.1.9%202%202%202s2-.9%202-2v-2h5.17c.79%200%201.27-.88.84-1.54z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.01%2016.46L20.14%2012h-.06c.81%200%201.28-.91.82-1.57l-5.08-7.26a1%201%200%200%200-1.64%200l-1.57%202.24l3.11%204.44a2.004%202.004%200%200%201-.16%202.5l2.29%203.57c.4.62.42%201.4.07%202.04c-.01.02-.02.03-.03.04h4.28c.79%200%201.27-.88.84-1.54M13%2020c0%201.1.9%202%202%202s2-.9%202-2v-1h-4z%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%22M14.14%2012h-.06c.81%200%201.28-.91.82-1.57L9.82%203.17a1%201%200%200%200-1.64%200L3.1%2010.43c-.46.66.01%201.57.82%201.57h-.06L.99%2016.46c-.43.66.05%201.54.84%201.54H7v2c0%201.1.9%202%202%202s2-.9%202-2v-2h5.17c.79%200%201.27-.88.84-1.54z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.01%2016.46L20.14%2012h-.06c.81%200%201.28-.91.82-1.57l-5.08-7.26a1%201%200%200%200-1.64%200l-1.57%202.24l3.11%204.44a2.004%202.004%200%200%201-.16%202.5l2.29%203.57c.4.62.42%201.4.07%202.04c-.01.02-.02.03-.03.04h4.28c.79%200%201.27-.88.84-1.54M13%2020c0%201.1.9%202%202%202s2-.9%202-2v-1h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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