nature icon
nature-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- nature-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the nature icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 20v-4H9q-2.075 0-3.537-1.463T4 11q0-1.5.825-2.762T7.05 6.4q.225-1.875 1.638-3.137T12 2t3.313 1.263T16.95 6.4q1.4.575 2.225 1.838T20 11q0 2.075-1.463 3.538T15 16h-2v4h5q.425 0 .713.288T19 21t-.288.713T18 22H6q-.425 0-.712-.288T5 21t.288-.712T6 20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNatureRounded(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="M11 20v-4H9q-2.075 0-3.537-1.463T4 11q0-1.5.825-2.762T7.05 6.4q.225-1.875 1.638-3.137T12 2t3.313 1.263T16.95 6.4q1.4.575 2.225 1.838T20 11q0 2.075-1.463 3.538T15 16h-2v4h5q.425 0 .713.288T19 21t-.288.713T18 22H6q-.425 0-.712-.288T5 21t.288-.712T6 20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 20v-4H9q-2.075 0-3.537-1.463T4 11q0-1.5.825-2.762T7.05 6.4q.225-1.875 1.638-3.137T12 2t3.313 1.263T16.95 6.4q1.4.575 2.225 1.838T20 11q0 2.075-1.463 3.538T15 16h-2v4h5q.425 0 .713.288T19 21t-.288.713T18 22H6q-.425 0-.712-.288T5 21t.288-.712T6 20z"/></svg> </template>
CSS
.icon-nature-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%22M11%2020v-4H9q-2.075%200-3.537-1.463T4%2011q0-1.5.825-2.762T7.05%206.4q.225-1.875%201.638-3.137T12%202t3.313%201.263T16.95%206.4q1.4.575%202.225%201.838T20%2011q0%202.075-1.463%203.538T15%2016h-2v4h5q.425%200%20.713.288T19%2021t-.288.713T18%2022H6q-.425%200-.712-.288T5%2021t.288-.712T6%2020z%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%22M11%2020v-4H9q-2.075%200-3.537-1.463T4%2011q0-1.5.825-2.762T7.05%206.4q.225-1.875%201.638-3.137T12%202t3.313%201.263T16.95%206.4q1.4.575%202.225%201.838T20%2011q0%202.075-1.463%203.538T15%2016h-2v4h5q.425%200%20.713.288T19%2021t-.288.713T18%2022H6q-.425%200-.712-.288T5%2021t.288-.712T6%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/nature-rounded.svg?color=%231a73e8&size=48