twotone emoji nature icon
twotone-emoji-nature from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-emoji-nature
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the twotone emoji nature icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="18" cy="6" r="1" fill="currentColor" opacity=".3"/><path fill="currentColor" d="M21.94 4.88c-.19-.55-.75-.92-1.36-.88h-.98l-.31-.97C19.15 2.43 18.61 2 18 2s-1.15.43-1.29 1.04L16.4 4h-.98a1.32 1.32 0 0 0-1.35.88c-.19.56.04 1.17.56 1.48l.87.52l-.4 1.24c-.23.58-.04 1.25.45 1.62c.5.37 1.17.35 1.64-.06l.81-.7l.81.7c.47.4 1.15.43 1.64.06c.5-.37.68-1.04.45-1.62l-.39-1.24l.87-.52c.51-.31.74-.92.56-1.48M18 7c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1"/><path fill="currentColor" d="M6.1 17.9c.53.53 1.27.69 1.94.5c-.03-1.19.35-2.37.92-3.36c-1 .57-2.17.95-3.36.92c-.19.67-.02 1.41.5 1.94m3.55-6.35l1.61.66c.25.1.44.3.54.54l.66 1.61c.75-.78.74-2.01-.03-2.78c-.77-.78-2-.78-2.78-.03" opacity=".3"/><path fill="currentColor" d="M14.86 12c-.17-.67-.5-1.31-1.03-1.84c-.52-.52-1.16-.85-1.83-1.02V7h-1v2c-1.01.01-2.02.39-2.79 1.16l-.56.56l-1.53-.63c-1.52-.63-3.27.1-3.89 1.62a2.98 2.98 0 0 0 1.44 3.8A3.97 3.97 0 0 0 4.7 19.3c1.03 1.03 2.48 1.36 3.79 1.03a2.98 2.98 0 0 0 3.8 1.44a2.98 2.98 0 0 0 1.62-3.89l-.63-1.53l.56-.56C14.61 15.02 15 14.01 15 13h2v-1zM4.58 13.8a.993.993 0 0 1-.54-1.3c.21-.51.79-.75 1.3-.54l2.92 1.2c-1.04.68-2.43 1.15-3.68.64m3.46 4.6c-.67.19-1.41.02-1.94-.5c-.53-.53-.69-1.27-.5-1.94c1.19.03 2.37-.35 3.36-.92c-.57.99-.95 2.17-.92 3.36m3.46 1.56a.993.993 0 0 1-1.3-.54c-.51-1.25-.04-2.64.64-3.67l1.2 2.92c.21.5-.03 1.09-.54 1.29m.95-5.61l-.66-1.61c-.1-.25-.3-.44-.54-.54l-1.61-.66a1.98 1.98 0 0 1 2.78.03c.78.77.78 2 .03 2.78"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneEmojiNature(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="18" cy="6" r="1" fill="currentColor" opacity=".3"/><path fill="currentColor" d="M21.94 4.88c-.19-.55-.75-.92-1.36-.88h-.98l-.31-.97C19.15 2.43 18.61 2 18 2s-1.15.43-1.29 1.04L16.4 4h-.98a1.32 1.32 0 0 0-1.35.88c-.19.56.04 1.17.56 1.48l.87.52l-.4 1.24c-.23.58-.04 1.25.45 1.62c.5.37 1.17.35 1.64-.06l.81-.7l.81.7c.47.4 1.15.43 1.64.06c.5-.37.68-1.04.45-1.62l-.39-1.24l.87-.52c.51-.31.74-.92.56-1.48M18 7c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1"/><path fill="currentColor" d="M6.1 17.9c.53.53 1.27.69 1.94.5c-.03-1.19.35-2.37.92-3.36c-1 .57-2.17.95-3.36.92c-.19.67-.02 1.41.5 1.94m3.55-6.35l1.61.66c.25.1.44.3.54.54l.66 1.61c.75-.78.74-2.01-.03-2.78c-.77-.78-2-.78-2.78-.03" opacity=".3"/><path fill="currentColor" d="M14.86 12c-.17-.67-.5-1.31-1.03-1.84c-.52-.52-1.16-.85-1.83-1.02V7h-1v2c-1.01.01-2.02.39-2.79 1.16l-.56.56l-1.53-.63c-1.52-.63-3.27.1-3.89 1.62a2.98 2.98 0 0 0 1.44 3.8A3.97 3.97 0 0 0 4.7 19.3c1.03 1.03 2.48 1.36 3.79 1.03a2.98 2.98 0 0 0 3.8 1.44a2.98 2.98 0 0 0 1.62-3.89l-.63-1.53l.56-.56C14.61 15.02 15 14.01 15 13h2v-1zM4.58 13.8a.993.993 0 0 1-.54-1.3c.21-.51.79-.75 1.3-.54l2.92 1.2c-1.04.68-2.43 1.15-3.68.64m3.46 4.6c-.67.19-1.41.02-1.94-.5c-.53-.53-.69-1.27-.5-1.94c1.19.03 2.37-.35 3.36-.92c-.57.99-.95 2.17-.92 3.36m3.46 1.56a.993.993 0 0 1-1.3-.54c-.51-1.25-.04-2.64.64-3.67l1.2 2.92c.21.5-.03 1.09-.54 1.29m.95-5.61l-.66-1.61c-.1-.25-.3-.44-.54-.54l-1.61-.66a1.98 1.98 0 0 1 2.78.03c.78.77.78 2 .03 2.78"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="18" cy="6" r="1" fill="currentColor" opacity=".3"/><path fill="currentColor" d="M21.94 4.88c-.19-.55-.75-.92-1.36-.88h-.98l-.31-.97C19.15 2.43 18.61 2 18 2s-1.15.43-1.29 1.04L16.4 4h-.98a1.32 1.32 0 0 0-1.35.88c-.19.56.04 1.17.56 1.48l.87.52l-.4 1.24c-.23.58-.04 1.25.45 1.62c.5.37 1.17.35 1.64-.06l.81-.7l.81.7c.47.4 1.15.43 1.64.06c.5-.37.68-1.04.45-1.62l-.39-1.24l.87-.52c.51-.31.74-.92.56-1.48M18 7c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1"/><path fill="currentColor" d="M6.1 17.9c.53.53 1.27.69 1.94.5c-.03-1.19.35-2.37.92-3.36c-1 .57-2.17.95-3.36.92c-.19.67-.02 1.41.5 1.94m3.55-6.35l1.61.66c.25.1.44.3.54.54l.66 1.61c.75-.78.74-2.01-.03-2.78c-.77-.78-2-.78-2.78-.03" opacity=".3"/><path fill="currentColor" d="M14.86 12c-.17-.67-.5-1.31-1.03-1.84c-.52-.52-1.16-.85-1.83-1.02V7h-1v2c-1.01.01-2.02.39-2.79 1.16l-.56.56l-1.53-.63c-1.52-.63-3.27.1-3.89 1.62a2.98 2.98 0 0 0 1.44 3.8A3.97 3.97 0 0 0 4.7 19.3c1.03 1.03 2.48 1.36 3.79 1.03a2.98 2.98 0 0 0 3.8 1.44a2.98 2.98 0 0 0 1.62-3.89l-.63-1.53l.56-.56C14.61 15.02 15 14.01 15 13h2v-1zM4.58 13.8a.993.993 0 0 1-.54-1.3c.21-.51.79-.75 1.3-.54l2.92 1.2c-1.04.68-2.43 1.15-3.68.64m3.46 4.6c-.67.19-1.41.02-1.94-.5c-.53-.53-.69-1.27-.5-1.94c1.19.03 2.37-.35 3.36-.92c-.57.99-.95 2.17-.92 3.36m3.46 1.56a.993.993 0 0 1-1.3-.54c-.51-1.25-.04-2.64.64-3.67l1.2 2.92c.21.5-.03 1.09-.54 1.29m.95-5.61l-.66-1.61c-.1-.25-.3-.44-.54-.54l-1.61-.66a1.98 1.98 0 0 1 2.78.03c.78.77.78 2 .03 2.78"/></svg> </template>
CSS
.icon-twotone-emoji-nature {
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%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%221%22%20fill%3D%22currentColor%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.94%204.88c-.19-.55-.75-.92-1.36-.88h-.98l-.31-.97C19.15%202.43%2018.61%202%2018%202s-1.15.43-1.29%201.04L16.4%204h-.98a1.32%201.32%200%200%200-1.35.88c-.19.56.04%201.17.56%201.48l.87.52l-.4%201.24c-.23.58-.04%201.25.45%201.62c.5.37%201.17.35%201.64-.06l.81-.7l.81.7c.47.4%201.15.43%201.64.06c.5-.37.68-1.04.45-1.62l-.39-1.24l.87-.52c.51-.31.74-.92.56-1.48M18%207c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.1%2017.9c.53.53%201.27.69%201.94.5c-.03-1.19.35-2.37.92-3.36c-1%20.57-2.17.95-3.36.92c-.19.67-.02%201.41.5%201.94m3.55-6.35l1.61.66c.25.1.44.3.54.54l.66%201.61c.75-.78.74-2.01-.03-2.78c-.77-.78-2-.78-2.78-.03%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.86%2012c-.17-.67-.5-1.31-1.03-1.84c-.52-.52-1.16-.85-1.83-1.02V7h-1v2c-1.01.01-2.02.39-2.79%201.16l-.56.56l-1.53-.63c-1.52-.63-3.27.1-3.89%201.62a2.98%202.98%200%200%200%201.44%203.8A3.97%203.97%200%200%200%204.7%2019.3c1.03%201.03%202.48%201.36%203.79%201.03a2.98%202.98%200%200%200%203.8%201.44a2.98%202.98%200%200%200%201.62-3.89l-.63-1.53l.56-.56C14.61%2015.02%2015%2014.01%2015%2013h2v-1zM4.58%2013.8a.993.993%200%200%201-.54-1.3c.21-.51.79-.75%201.3-.54l2.92%201.2c-1.04.68-2.43%201.15-3.68.64m3.46%204.6c-.67.19-1.41.02-1.94-.5c-.53-.53-.69-1.27-.5-1.94c1.19.03%202.37-.35%203.36-.92c-.57.99-.95%202.17-.92%203.36m3.46%201.56a.993.993%200%200%201-1.3-.54c-.51-1.25-.04-2.64.64-3.67l1.2%202.92c.21.5-.03%201.09-.54%201.29m.95-5.61l-.66-1.61c-.1-.25-.3-.44-.54-.54l-1.61-.66a1.98%201.98%200%200%201%202.78.03c.78.77.78%202%20.03%202.78%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%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%221%22%20fill%3D%22currentColor%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.94%204.88c-.19-.55-.75-.92-1.36-.88h-.98l-.31-.97C19.15%202.43%2018.61%202%2018%202s-1.15.43-1.29%201.04L16.4%204h-.98a1.32%201.32%200%200%200-1.35.88c-.19.56.04%201.17.56%201.48l.87.52l-.4%201.24c-.23.58-.04%201.25.45%201.62c.5.37%201.17.35%201.64-.06l.81-.7l.81.7c.47.4%201.15.43%201.64.06c.5-.37.68-1.04.45-1.62l-.39-1.24l.87-.52c.51-.31.74-.92.56-1.48M18%207c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.1%2017.9c.53.53%201.27.69%201.94.5c-.03-1.19.35-2.37.92-3.36c-1%20.57-2.17.95-3.36.92c-.19.67-.02%201.41.5%201.94m3.55-6.35l1.61.66c.25.1.44.3.54.54l.66%201.61c.75-.78.74-2.01-.03-2.78c-.77-.78-2-.78-2.78-.03%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.86%2012c-.17-.67-.5-1.31-1.03-1.84c-.52-.52-1.16-.85-1.83-1.02V7h-1v2c-1.01.01-2.02.39-2.79%201.16l-.56.56l-1.53-.63c-1.52-.63-3.27.1-3.89%201.62a2.98%202.98%200%200%200%201.44%203.8A3.97%203.97%200%200%200%204.7%2019.3c1.03%201.03%202.48%201.36%203.79%201.03a2.98%202.98%200%200%200%203.8%201.44a2.98%202.98%200%200%200%201.62-3.89l-.63-1.53l.56-.56C14.61%2015.02%2015%2014.01%2015%2013h2v-1zM4.58%2013.8a.993.993%200%200%201-.54-1.3c.21-.51.79-.75%201.3-.54l2.92%201.2c-1.04.68-2.43%201.15-3.68.64m3.46%204.6c-.67.19-1.41.02-1.94-.5c-.53-.53-.69-1.27-.5-1.94c1.19.03%202.37-.35%203.36-.92c-.57.99-.95%202.17-.92%203.36m3.46%201.56a.993.993%200%200%201-1.3-.54c-.51-1.25-.04-2.64.64-3.67l1.2%202.92c.21.5-.03%201.09-.54%201.29m.95-5.61l-.66-1.61c-.1-.25-.3-.44-.54-.54l-1.61-.66a1.98%201.98%200%200%201%202.78.03c.78.77.78%202%20.03%202.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-emoji-nature.svg?color=%231a73e8&size=48