wood from Fluent Emoji Flat by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
wood
Set
Fluent Emoji Flat
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji Flat

Use the wood emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#6d4534" d="M24 6.5H8v19c0 1.933 3.582 3.5 8 3.5s8-1.567 8-3.5z"/><path fill="#a56953" d="M16 10c4.418 0 8-1.567 8-3.5S20.418 3 16 3S8 4.567 8 6.5c0 .637.32 1.181 1 1.696c.022.017-.023-.018 0 0V14.5a.5.5 0 0 0 1 0V8.815c.027.014-.028-.014 0 0c1.467.75 3.566 1.185 6 1.185m11.354.768L24 14.12V25.5c0 .888-.755 1.698-2 2.315V23.5a.5.5 0 0 0-1-.008v-9.578a2.5 2.5 0 0 1 .732-1.768l3.5-3.5a1 1 0 0 1 1.414 0l.708.708a1 1 0 0 1 0 1.414m-23.208 8.5L8 23.12v2.38c0 1.105 1.171 2.09 3 2.732v-5.318a2.5 2.5 0 0 0-.732-1.768l-4-4a1 1 0 0 0-1.414 0l-.708.707a1 1 0 0 0 0 1.415M12 15.5a.5.5 0 0 1 1 0v4a.5.5 0 1 1-1 0z"/><path fill="#f3ad61" d="M23 6.25C23 7.769 19.866 9 16 9S9 7.769 9 6.25s3.134-2.75 7-2.75s7 1.231 7 2.75"/><path fill="#6d4534" d="M16 8c2.761 0 5-.84 5-1.875S18.761 4.25 16 4.25s-5 .84-5 1.875S13.239 8 16 8m0-1c-1.657 0-3-.448-3-1s1.343-1 3-1s3 .448 3 1s-1.343 1-3 1"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatWood(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#6d4534" d="M24 6.5H8v19c0 1.933 3.582 3.5 8 3.5s8-1.567 8-3.5z"/><path fill="#a56953" d="M16 10c4.418 0 8-1.567 8-3.5S20.418 3 16 3S8 4.567 8 6.5c0 .637.32 1.181 1 1.696c.022.017-.023-.018 0 0V14.5a.5.5 0 0 0 1 0V8.815c.027.014-.028-.014 0 0c1.467.75 3.566 1.185 6 1.185m11.354.768L24 14.12V25.5c0 .888-.755 1.698-2 2.315V23.5a.5.5 0 0 0-1-.008v-9.578a2.5 2.5 0 0 1 .732-1.768l3.5-3.5a1 1 0 0 1 1.414 0l.708.708a1 1 0 0 1 0 1.414m-23.208 8.5L8 23.12v2.38c0 1.105 1.171 2.09 3 2.732v-5.318a2.5 2.5 0 0 0-.732-1.768l-4-4a1 1 0 0 0-1.414 0l-.708.707a1 1 0 0 0 0 1.415M12 15.5a.5.5 0 0 1 1 0v4a.5.5 0 1 1-1 0z"/><path fill="#f3ad61" d="M23 6.25C23 7.769 19.866 9 16 9S9 7.769 9 6.25s3.134-2.75 7-2.75s7 1.231 7 2.75"/><path fill="#6d4534" d="M16 8c2.761 0 5-.84 5-1.875S18.761 4.25 16 4.25s-5 .84-5 1.875S13.239 8 16 8m0-1c-1.657 0-3-.448-3-1s1.343-1 3-1s3 .448 3 1s-1.343 1-3 1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#6d4534" d="M24 6.5H8v19c0 1.933 3.582 3.5 8 3.5s8-1.567 8-3.5z"/><path fill="#a56953" d="M16 10c4.418 0 8-1.567 8-3.5S20.418 3 16 3S8 4.567 8 6.5c0 .637.32 1.181 1 1.696c.022.017-.023-.018 0 0V14.5a.5.5 0 0 0 1 0V8.815c.027.014-.028-.014 0 0c1.467.75 3.566 1.185 6 1.185m11.354.768L24 14.12V25.5c0 .888-.755 1.698-2 2.315V23.5a.5.5 0 0 0-1-.008v-9.578a2.5 2.5 0 0 1 .732-1.768l3.5-3.5a1 1 0 0 1 1.414 0l.708.708a1 1 0 0 1 0 1.414m-23.208 8.5L8 23.12v2.38c0 1.105 1.171 2.09 3 2.732v-5.318a2.5 2.5 0 0 0-.732-1.768l-4-4a1 1 0 0 0-1.414 0l-.708.707a1 1 0 0 0 0 1.415M12 15.5a.5.5 0 0 1 1 0v4a.5.5 0 1 1-1 0z"/><path fill="#f3ad61" d="M23 6.25C23 7.769 19.866 9 16 9S9 7.769 9 6.25s3.134-2.75 7-2.75s7 1.231 7 2.75"/><path fill="#6d4534" d="M16 8c2.761 0 5-.84 5-1.875S18.761 4.25 16 4.25s-5 .84-5 1.875S13.239 8 16 8m0-1c-1.657 0-3-.448-3-1s1.343-1 3-1s3 .448 3 1s-1.343 1-3 1"/></g></svg>
</template>

CSS

.icon-wood {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22M24%206.5H8v19c0%201.933%203.582%203.5%208%203.5s8-1.567%208-3.5z%22%2F%3E%3Cpath%20fill%3D%22%23a56953%22%20d%3D%22M16%2010c4.418%200%208-1.567%208-3.5S20.418%203%2016%203S8%204.567%208%206.5c0%20.637.32%201.181%201%201.696c.022.017-.023-.018%200%200V14.5a.5.5%200%200%200%201%200V8.815c.027.014-.028-.014%200%200c1.467.75%203.566%201.185%206%201.185m11.354.768L24%2014.12V25.5c0%20.888-.755%201.698-2%202.315V23.5a.5.5%200%200%200-1-.008v-9.578a2.5%202.5%200%200%201%20.732-1.768l3.5-3.5a1%201%200%200%201%201.414%200l.708.708a1%201%200%200%201%200%201.414m-23.208%208.5L8%2023.12v2.38c0%201.105%201.171%202.09%203%202.732v-5.318a2.5%202.5%200%200%200-.732-1.768l-4-4a1%201%200%200%200-1.414%200l-.708.707a1%201%200%200%200%200%201.415M12%2015.5a.5.5%200%200%201%201%200v4a.5.5%200%201%201-1%200z%22%2F%3E%3Cpath%20fill%3D%22%23f3ad61%22%20d%3D%22M23%206.25C23%207.769%2019.866%209%2016%209S9%207.769%209%206.25s3.134-2.75%207-2.75s7%201.231%207%202.75%22%2F%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22M16%208c2.761%200%205-.84%205-1.875S18.761%204.25%2016%204.25s-5%20.84-5%201.875S13.239%208%2016%208m0-1c-1.657%200-3-.448-3-1s1.343-1%203-1s3%20.448%203%201s-1.343%201-3%201%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22M24%206.5H8v19c0%201.933%203.582%203.5%208%203.5s8-1.567%208-3.5z%22%2F%3E%3Cpath%20fill%3D%22%23a56953%22%20d%3D%22M16%2010c4.418%200%208-1.567%208-3.5S20.418%203%2016%203S8%204.567%208%206.5c0%20.637.32%201.181%201%201.696c.022.017-.023-.018%200%200V14.5a.5.5%200%200%200%201%200V8.815c.027.014-.028-.014%200%200c1.467.75%203.566%201.185%206%201.185m11.354.768L24%2014.12V25.5c0%20.888-.755%201.698-2%202.315V23.5a.5.5%200%200%200-1-.008v-9.578a2.5%202.5%200%200%201%20.732-1.768l3.5-3.5a1%201%200%200%201%201.414%200l.708.708a1%201%200%200%201%200%201.414m-23.208%208.5L8%2023.12v2.38c0%201.105%201.171%202.09%203%202.732v-5.318a2.5%202.5%200%200%200-.732-1.768l-4-4a1%201%200%200%200-1.414%200l-.708.707a1%201%200%200%200%200%201.415M12%2015.5a.5.5%200%200%201%201%200v4a.5.5%200%201%201-1%200z%22%2F%3E%3Cpath%20fill%3D%22%23f3ad61%22%20d%3D%22M23%206.25C23%207.769%2019.866%209%2016%209S9%207.769%209%206.25s3.134-2.75%207-2.75s7%201.231%207%202.75%22%2F%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22M16%208c2.761%200%205-.84%205-1.875S18.761%204.25%2016%204.25s-5%20.84-5%201.875S13.239%208%2016%208m0-1c-1.657%200-3-.448-3-1s1.343-1%203-1s3%20.448%203%201s-1.343%201-3%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/wood.svg?color=%231a73e8&size=48