Emoji Wood Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Wood icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339981.svg" alt="Emoji Wood icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339981.svg" alt="Emoji Wood icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339981.svg" alt="Emoji Wood icon" :width="24" :height="24" />
CSS background
.icon-emoji-wood {
background-image: url('https://proicons.com/icon/339981.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M33.5283,29.2289s2.253-5.9228,4.5868-7.671c0,0-.3889-4.0783-2.0418-4.4667-.6231.7611-1.5607,1.1955-2.545,1.1791v-7.8048"/><path id="c" class="g" d="M33.5283,29.2289v8.3038c0,2.2953-3.7075,4.2268-8.7443,4.7957l-.0135-.0367c-.3321-.9058-.5135-1.8599-.537-2.8242-.0304-.5936.0488-1.1877.2334-1.7527.1676-.4673.4382-.8931.599-1.3628.1875-.6673.263-1.361.2235-2.0529l-.0166-7.7887"/><path id="d" class="g" d="M9.8849,10.4655v27.0672c0,1.067.8012,2.0554,2.1646,2.8649-.2446-1.3442-.164-2.7273.2351-4.034,0,0,.5537-1.8371,1.2133,1.2117.6978,1.0386.9937,2.2952.8324,3.5355v.3026c2.3859.7487,4.8755,1.1149,7.3762,1.085.2595.0102,2.7424-.0864,3.0774-.17"/><path id="e" class="g" d="M23.5671,11.4815c5.5105-1.8828-7.6599-3.1066-6.7441.1908,1.8417,2.0986,11.7783,1.9761,12.7078-1.1146.8967-4.1951-17.1902-3.6761-15.4233.7036"/><path id="f" class="g" d="M18.3665,33.6452c-.2875-2.4542-.4179-4.9242-.3903-7.3949.0477-.5339-.0243-1.0717-.2107-1.5743-.2193-.3766-.4769-.7297-.7688-1.0534-.816-1.2846-1.1363-2.8217-.9012-4.3248.2108-1.3941.3507-2.798.419-4.2062l-.0041-.1645c1.7107.342,3.4515.5109,5.1962.5041,6.529,0,11.8217-2.2231,11.8217-4.9655s-5.2927-4.9656-11.8217-4.9656-11.8217,2.2232-11.8217,4.9656c0,1.8944,2.3714,3.8699,6.6255,4.4614"/></svg>
Copied!