emoji nature icon
emoji-nature-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- emoji-nature-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- emoji-nature-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the emoji nature icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18 8.462l-1.03.93q-.236.23-.566.23t-.623-.18q-.235-.16-.322-.46q-.086-.3.025-.678l.477-1.558l-1.08-.654q-.285-.167-.4-.467t-.046-.61q.067-.29.336-.46t.629-.17h1.308l.377-1.258q.092-.321.349-.532q.257-.21.566-.21t.566.21t.35.532l.376 1.258H20.6q.34 0 .607.17t.359.46q.117.316.009.626q-.108.309-.367.451l-1.17.654l.478 1.52q.111.359.034.681t-.33.495q-.28.198-.617.189t-.572-.239zm.655-1.692q.268-.268.268-.655q0-.386-.268-.655T18 5.192t-.655.269t-.268.655q0 .386.268.654t.655.27t.655-.269m-5.817 10.976q.46 1.193-.326 2.223T10.346 21q-.671 0-1.255-.387q-.583-.386-.914-1.048q-1.594.07-2.697-1.024q-1.103-1.093-1.046-2.68q-.673-.309-1.053-.96T3 13.435q0-1.295 1.157-2.001t2.405-.195l1.319.534q.327-.91 1.085-1.484q.757-.573 1.707-.623V7.653h.885V9.71q1.079.122 1.842.882t.939 1.926h2.045v.885h-2.011q-.05.93-.638 1.688t-1.496 1.104zm-5.007.831q-.097-.675.006-1.38t.367-1.4q-.633.274-1.353.358t-1.428-.024q.058 1.071.745 1.758t1.663.688M6.134 15.17q.916 0 1.817-.335q.901-.334 1.991-1.088l-3.654-1.558q-.84-.357-1.564.042T4 13.458q0 .746.598 1.228q.598.483 1.537.483M10.346 20q.837 0 1.34-.601t.226-1.287l-1.543-3.939q-.782 1.03-1.16 1.956t-.378 1.786q0 .922.422 1.503q.422.582 1.093.582m1.516-4.742q.673-.289 1.092-.884t.419-1.315q0-.992-.679-1.696t-1.665-.704q-.777 0-1.379.42t-.82 1.098l2.182.938zm-3.658.538"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEmojiNatureOutline(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="m18 8.462l-1.03.93q-.236.23-.566.23t-.623-.18q-.235-.16-.322-.46q-.086-.3.025-.678l.477-1.558l-1.08-.654q-.285-.167-.4-.467t-.046-.61q.067-.29.336-.46t.629-.17h1.308l.377-1.258q.092-.321.349-.532q.257-.21.566-.21t.566.21t.35.532l.376 1.258H20.6q.34 0 .607.17t.359.46q.117.316.009.626q-.108.309-.367.451l-1.17.654l.478 1.52q.111.359.034.681t-.33.495q-.28.198-.617.189t-.572-.239zm.655-1.692q.268-.268.268-.655q0-.386-.268-.655T18 5.192t-.655.269t-.268.655q0 .386.268.654t.655.27t.655-.269m-5.817 10.976q.46 1.193-.326 2.223T10.346 21q-.671 0-1.255-.387q-.583-.386-.914-1.048q-1.594.07-2.697-1.024q-1.103-1.093-1.046-2.68q-.673-.309-1.053-.96T3 13.435q0-1.295 1.157-2.001t2.405-.195l1.319.534q.327-.91 1.085-1.484q.757-.573 1.707-.623V7.653h.885V9.71q1.079.122 1.842.882t.939 1.926h2.045v.885h-2.011q-.05.93-.638 1.688t-1.496 1.104zm-5.007.831q-.097-.675.006-1.38t.367-1.4q-.633.274-1.353.358t-1.428-.024q.058 1.071.745 1.758t1.663.688M6.134 15.17q.916 0 1.817-.335q.901-.334 1.991-1.088l-3.654-1.558q-.84-.357-1.564.042T4 13.458q0 .746.598 1.228q.598.483 1.537.483M10.346 20q.837 0 1.34-.601t.226-1.287l-1.543-3.939q-.782 1.03-1.16 1.956t-.378 1.786q0 .922.422 1.503q.422.582 1.093.582m1.516-4.742q.673-.289 1.092-.884t.419-1.315q0-.992-.679-1.696t-1.665-.704q-.777 0-1.379.42t-.82 1.098l2.182.938zm-3.658.538"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18 8.462l-1.03.93q-.236.23-.566.23t-.623-.18q-.235-.16-.322-.46q-.086-.3.025-.678l.477-1.558l-1.08-.654q-.285-.167-.4-.467t-.046-.61q.067-.29.336-.46t.629-.17h1.308l.377-1.258q.092-.321.349-.532q.257-.21.566-.21t.566.21t.35.532l.376 1.258H20.6q.34 0 .607.17t.359.46q.117.316.009.626q-.108.309-.367.451l-1.17.654l.478 1.52q.111.359.034.681t-.33.495q-.28.198-.617.189t-.572-.239zm.655-1.692q.268-.268.268-.655q0-.386-.268-.655T18 5.192t-.655.269t-.268.655q0 .386.268.654t.655.27t.655-.269m-5.817 10.976q.46 1.193-.326 2.223T10.346 21q-.671 0-1.255-.387q-.583-.386-.914-1.048q-1.594.07-2.697-1.024q-1.103-1.093-1.046-2.68q-.673-.309-1.053-.96T3 13.435q0-1.295 1.157-2.001t2.405-.195l1.319.534q.327-.91 1.085-1.484q.757-.573 1.707-.623V7.653h.885V9.71q1.079.122 1.842.882t.939 1.926h2.045v.885h-2.011q-.05.93-.638 1.688t-1.496 1.104zm-5.007.831q-.097-.675.006-1.38t.367-1.4q-.633.274-1.353.358t-1.428-.024q.058 1.071.745 1.758t1.663.688M6.134 15.17q.916 0 1.817-.335q.901-.334 1.991-1.088l-3.654-1.558q-.84-.357-1.564.042T4 13.458q0 .746.598 1.228q.598.483 1.537.483M10.346 20q.837 0 1.34-.601t.226-1.287l-1.543-3.939q-.782 1.03-1.16 1.956t-.378 1.786q0 .922.422 1.503q.422.582 1.093.582m1.516-4.742q.673-.289 1.092-.884t.419-1.315q0-.992-.679-1.696t-1.665-.704q-.777 0-1.379.42t-.82 1.098l2.182.938zm-3.658.538"/></svg> </template>
CSS
.icon-emoji-nature-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%22m18%208.462l-1.03.93q-.236.23-.566.23t-.623-.18q-.235-.16-.322-.46q-.086-.3.025-.678l.477-1.558l-1.08-.654q-.285-.167-.4-.467t-.046-.61q.067-.29.336-.46t.629-.17h1.308l.377-1.258q.092-.321.349-.532q.257-.21.566-.21t.566.21t.35.532l.376%201.258H20.6q.34%200%20.607.17t.359.46q.117.316.009.626q-.108.309-.367.451l-1.17.654l.478%201.52q.111.359.034.681t-.33.495q-.28.198-.617.189t-.572-.239zm.655-1.692q.268-.268.268-.655q0-.386-.268-.655T18%205.192t-.655.269t-.268.655q0%20.386.268.654t.655.27t.655-.269m-5.817%2010.976q.46%201.193-.326%202.223T10.346%2021q-.671%200-1.255-.387q-.583-.386-.914-1.048q-1.594.07-2.697-1.024q-1.103-1.093-1.046-2.68q-.673-.309-1.053-.96T3%2013.435q0-1.295%201.157-2.001t2.405-.195l1.319.534q.327-.91%201.085-1.484q.757-.573%201.707-.623V7.653h.885V9.71q1.079.122%201.842.882t.939%201.926h2.045v.885h-2.011q-.05.93-.638%201.688t-1.496%201.104zm-5.007.831q-.097-.675.006-1.38t.367-1.4q-.633.274-1.353.358t-1.428-.024q.058%201.071.745%201.758t1.663.688M6.134%2015.17q.916%200%201.817-.335q.901-.334%201.991-1.088l-3.654-1.558q-.84-.357-1.564.042T4%2013.458q0%20.746.598%201.228q.598.483%201.537.483M10.346%2020q.837%200%201.34-.601t.226-1.287l-1.543-3.939q-.782%201.03-1.16%201.956t-.378%201.786q0%20.922.422%201.503q.422.582%201.093.582m1.516-4.742q.673-.289%201.092-.884t.419-1.315q0-.992-.679-1.696t-1.665-.704q-.777%200-1.379.42t-.82%201.098l2.182.938zm-3.658.538%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%22m18%208.462l-1.03.93q-.236.23-.566.23t-.623-.18q-.235-.16-.322-.46q-.086-.3.025-.678l.477-1.558l-1.08-.654q-.285-.167-.4-.467t-.046-.61q.067-.29.336-.46t.629-.17h1.308l.377-1.258q.092-.321.349-.532q.257-.21.566-.21t.566.21t.35.532l.376%201.258H20.6q.34%200%20.607.17t.359.46q.117.316.009.626q-.108.309-.367.451l-1.17.654l.478%201.52q.111.359.034.681t-.33.495q-.28.198-.617.189t-.572-.239zm.655-1.692q.268-.268.268-.655q0-.386-.268-.655T18%205.192t-.655.269t-.268.655q0%20.386.268.654t.655.27t.655-.269m-5.817%2010.976q.46%201.193-.326%202.223T10.346%2021q-.671%200-1.255-.387q-.583-.386-.914-1.048q-1.594.07-2.697-1.024q-1.103-1.093-1.046-2.68q-.673-.309-1.053-.96T3%2013.435q0-1.295%201.157-2.001t2.405-.195l1.319.534q.327-.91%201.085-1.484q.757-.573%201.707-.623V7.653h.885V9.71q1.079.122%201.842.882t.939%201.926h2.045v.885h-2.011q-.05.93-.638%201.688t-1.496%201.104zm-5.007.831q-.097-.675.006-1.38t.367-1.4q-.633.274-1.353.358t-1.428-.024q.058%201.071.745%201.758t1.663.688M6.134%2015.17q.916%200%201.817-.335q.901-.334%201.991-1.088l-3.654-1.558q-.84-.357-1.564.042T4%2013.458q0%20.746.598%201.228q.598.483%201.537.483M10.346%2020q.837%200%201.34-.601t.226-1.287l-1.543-3.939q-.782%201.03-1.16%201.956t-.378%201.786q0%20.922.422%201.503q.422.582%201.093.582m1.516-4.742q.673-.289%201.092-.884t.419-1.315q0-.992-.679-1.696t-1.665-.704q-.777%200-1.379.42t-.82%201.098l2.182.938zm-3.658.538%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/emoji-nature-outline.svg?color=%231a73e8&size=48