tent from Streamline Emojis by Streamline · Default · Travel Places · CC-BY-4.0 Attribution required.

Name
tent
Set
Streamline Emojis
Style
Default
Category
Travel Places
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More travel places icons from Streamline Emojis

Use the tent emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M46.25 45.7c0 1-10 1.3-22.25 1.3s-22.25-.31-22.25-1.3s10-1.81 22.25-1.81s22.25.81 22.25 1.81" opacity=".15"/><path fill="#fff" d="M3.03 3.03h41.94v41.94H3.03Z"/><path fill="#f0f0f0" d="M41.37 42H6.63A3.6 3.6 0 0 1 3 38.38v3A3.6 3.6 0 0 0 6.63 45h34.74a3.6 3.6 0 0 0 3.6-3.6v-3a3.6 3.6 0 0 1-3.6 3.6"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M3.03 3.03h41.94v41.94H3.03Z"/><path fill="#bf8df2" d="M6.03 6.03h35.95v35.95H6.03Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M6.03 6.03h35.95v35.95H6.03Z"/><path fill="#6dd627" d="M6 26.41h36v14.36a1.2 1.2 0 0 1-1.2 1.2H7.23A1.2 1.2 0 0 1 6 40.77z"/><path fill="#46b000" d="M40.77 39H7.23A1.2 1.2 0 0 1 6 37.78v3A1.19 1.19 0 0 0 7.23 42h33.54a1.19 1.19 0 0 0 1.2-1.2v-3a1.2 1.2 0 0 1-1.2 1.2"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M35.91 17.63a3.22 3.22 0 1 1 0-6.44a3 3 0 0 1 .43 0a4.8 4.8 0 0 0-3.05-1.08a4.87 4.87 0 1 0 4.4 7a3.2 3.2 0 0 1-1.78.52"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M6 26.41h36v14.36a1.2 1.2 0 0 1-1.2 1.2H7.23A1.2 1.2 0 0 1 6 40.77z"/><path fill="#ffaa54" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 22.29L21.38 36.6l8.43-3.77a.59.59 0 0 0 .26-.86Z"/><path fill="#ff8a14" d="m24 22.29l-10.25-2.4a.6.6 0 0 0-.72.46c-.15.76-.51 2.35-1.31 5.39a34 34 0 0 1-2.54 6.84a.59.59 0 0 0 .38.84l11.82 3.18Z"/><path fill="#ffaa54" d="m23.27 26.28l.73-4l-10.24-2.4a.6.6 0 0 0-.73.46c-.12.61-.38 1.76-.89 3.77Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m24 22.29l-10.25-2.4a.6.6 0 0 0-.72.46c-.15.76-.51 2.35-1.31 5.39a34 34 0 0 1-2.54 6.84a.59.59 0 0 0 .38.84l11.82 3.18Zm0 0l2.07 12.21"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisTent(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M46.25 45.7c0 1-10 1.3-22.25 1.3s-22.25-.31-22.25-1.3s10-1.81 22.25-1.81s22.25.81 22.25 1.81" opacity=".15"/><path fill="#fff" d="M3.03 3.03h41.94v41.94H3.03Z"/><path fill="#f0f0f0" d="M41.37 42H6.63A3.6 3.6 0 0 1 3 38.38v3A3.6 3.6 0 0 0 6.63 45h34.74a3.6 3.6 0 0 0 3.6-3.6v-3a3.6 3.6 0 0 1-3.6 3.6"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M3.03 3.03h41.94v41.94H3.03Z"/><path fill="#bf8df2" d="M6.03 6.03h35.95v35.95H6.03Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M6.03 6.03h35.95v35.95H6.03Z"/><path fill="#6dd627" d="M6 26.41h36v14.36a1.2 1.2 0 0 1-1.2 1.2H7.23A1.2 1.2 0 0 1 6 40.77z"/><path fill="#46b000" d="M40.77 39H7.23A1.2 1.2 0 0 1 6 37.78v3A1.19 1.19 0 0 0 7.23 42h33.54a1.19 1.19 0 0 0 1.2-1.2v-3a1.2 1.2 0 0 1-1.2 1.2"/><path fill="#ffe500" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M35.91 17.63a3.22 3.22 0 1 1 0-6.44a3 3 0 0 1 .43 0a4.8 4.8 0 0 0-3.05-1.08a4.87 4.87 0 1 0 4.4 7a3.2 3.2 0 0 1-1.78.52"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M6 26.41h36v14.36a1.2 1.2 0 0 1-1.2 1.2H7.23A1.2 1.2 0 0 1 6 40.77z"/><path fill="#ffaa54" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M24 22.29L21.38 36.6l8.43-3.77a.59.59 0 0 0 .26-.86Z"/><path fill="#ff8a14" d="m24 22.29l-10.25-2.4a.6.6 0 0 0-.72.46c-.15.76-.51 2.35-1.31 5.39a34 34 0 0 1-2.54 6.84a.59.59 0 0 0 .38.84l11.82 3.18Z"/><path fill="#ffaa54" d="m23.27 26.28l.73-4l-10.24-2.4a.6.6 0 0 0-.73.46c-.12.61-.38 1.76-.89 3.77Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m24 22.29l-10.25-2.4a.6.6 0 0 0-.72.46c-.15.76-.51 2.35-1.31 5.39a34 34 0 0 1-2.54 6.84a.59.59 0 0 0 .38.84l11.82 3.18Zm0 0l2.07 12.21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M46.25 45.7c0 1-10 1.3-22.25 1.3s-22.25-.31-22.25-1.3s10-1.81 22.25-1.81s22.25.81 22.25 1.81" opacity=".15"/><path fill="#fff" d="M3.03 3.03h41.94v41.94H3.03Z"/><path fill="#f0f0f0" d="M41.37 42H6.63A3.6 3.6 0 0 1 3 38.38v3A3.6 3.6 0 0 0 6.63 45h34.74a3.6 3.6 0 0 0 3.6-3.6v-3a3.6 3.6 0 0 1-3.6 3.6"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M3.03 3.03h41.94v41.94H3.03Z"/><path fill="#bf8df2" d="M6.03 6.03h35.95v35.95H6.03Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M6.03 6.03h35.95v35.95H6.03Z"/><path fill="#6dd627" d="M6 26.41h36v14.36a1.2 1.2 0 0 1-1.2 1.2H7.23A1.2 1.2 0 0 1 6 40.77z"/><path fill="#46b000" d="M40.77 39H7.23A1.2 1.2 0 0 1 6 37.78v3A1.19 1.19 0 0 0 7.23 42h33.54a1.19 1.19 0 0 0 1.2-1.2v-3a1.2 1.2 0 0 1-1.2 1.2"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M35.91 17.63a3.22 3.22 0 1 1 0-6.44a3 3 0 0 1 .43 0a4.8 4.8 0 0 0-3.05-1.08a4.87 4.87 0 1 0 4.4 7a3.2 3.2 0 0 1-1.78.52"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M6 26.41h36v14.36a1.2 1.2 0 0 1-1.2 1.2H7.23A1.2 1.2 0 0 1 6 40.77z"/><path fill="#ffaa54" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 22.29L21.38 36.6l8.43-3.77a.59.59 0 0 0 .26-.86Z"/><path fill="#ff8a14" d="m24 22.29l-10.25-2.4a.6.6 0 0 0-.72.46c-.15.76-.51 2.35-1.31 5.39a34 34 0 0 1-2.54 6.84a.59.59 0 0 0 .38.84l11.82 3.18Z"/><path fill="#ffaa54" d="m23.27 26.28l.73-4l-10.24-2.4a.6.6 0 0 0-.73.46c-.12.61-.38 1.76-.89 3.77Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m24 22.29l-10.25-2.4a.6.6 0 0 0-.72.46c-.15.76-.51 2.35-1.31 5.39a34 34 0 0 1-2.54 6.84a.59.59 0 0 0 .38.84l11.82 3.18Zm0 0l2.07 12.21"/></svg>
</template>

CSS

.icon-tent {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M46.25%2045.7c0%201-10%201.3-22.25%201.3s-22.25-.31-22.25-1.3s10-1.81%2022.25-1.81s22.25.81%2022.25%201.81%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.03%203.03h41.94v41.94H3.03Z%22%2F%3E%3Cpath%20fill%3D%22%23f0f0f0%22%20d%3D%22M41.37%2042H6.63A3.6%203.6%200%200%201%203%2038.38v3A3.6%203.6%200%200%200%206.63%2045h34.74a3.6%203.6%200%200%200%203.6-3.6v-3a3.6%203.6%200%200%201-3.6%203.6%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.03%203.03h41.94v41.94H3.03Z%22%2F%3E%3Cpath%20fill%3D%22%23bf8df2%22%20d%3D%22M6.03%206.03h35.95v35.95H6.03Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.03%206.03h35.95v35.95H6.03Z%22%2F%3E%3Cpath%20fill%3D%22%236dd627%22%20d%3D%22M6%2026.41h36v14.36a1.2%201.2%200%200%201-1.2%201.2H7.23A1.2%201.2%200%200%201%206%2040.77z%22%2F%3E%3Cpath%20fill%3D%22%2346b000%22%20d%3D%22M40.77%2039H7.23A1.2%201.2%200%200%201%206%2037.78v3A1.19%201.19%200%200%200%207.23%2042h33.54a1.19%201.19%200%200%200%201.2-1.2v-3a1.2%201.2%200%200%201-1.2%201.2%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35.91%2017.63a3.22%203.22%200%201%201%200-6.44a3%203%200%200%201%20.43%200a4.8%204.8%200%200%200-3.05-1.08a4.87%204.87%200%201%200%204.4%207a3.2%203.2%200%200%201-1.78.52%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2026.41h36v14.36a1.2%201.2%200%200%201-1.2%201.2H7.23A1.2%201.2%200%200%201%206%2040.77z%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2022.29L21.38%2036.6l8.43-3.77a.59.59%200%200%200%20.26-.86Z%22%2F%3E%3Cpath%20fill%3D%22%23ff8a14%22%20d%3D%22m24%2022.29l-10.25-2.4a.6.6%200%200%200-.72.46c-.15.76-.51%202.35-1.31%205.39a34%2034%200%200%201-2.54%206.84a.59.59%200%200%200%20.38.84l11.82%203.18Z%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22m23.27%2026.28l.73-4l-10.24-2.4a.6.6%200%200%200-.73.46c-.12.61-.38%201.76-.89%203.77Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m24%2022.29l-10.25-2.4a.6.6%200%200%200-.72.46c-.15.76-.51%202.35-1.31%205.39a34%2034%200%200%201-2.54%206.84a.59.59%200%200%200%20.38.84l11.82%203.18Zm0%200l2.07%2012.21%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M46.25%2045.7c0%201-10%201.3-22.25%201.3s-22.25-.31-22.25-1.3s10-1.81%2022.25-1.81s22.25.81%2022.25%201.81%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.03%203.03h41.94v41.94H3.03Z%22%2F%3E%3Cpath%20fill%3D%22%23f0f0f0%22%20d%3D%22M41.37%2042H6.63A3.6%203.6%200%200%201%203%2038.38v3A3.6%203.6%200%200%200%206.63%2045h34.74a3.6%203.6%200%200%200%203.6-3.6v-3a3.6%203.6%200%200%201-3.6%203.6%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.03%203.03h41.94v41.94H3.03Z%22%2F%3E%3Cpath%20fill%3D%22%23bf8df2%22%20d%3D%22M6.03%206.03h35.95v35.95H6.03Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.03%206.03h35.95v35.95H6.03Z%22%2F%3E%3Cpath%20fill%3D%22%236dd627%22%20d%3D%22M6%2026.41h36v14.36a1.2%201.2%200%200%201-1.2%201.2H7.23A1.2%201.2%200%200%201%206%2040.77z%22%2F%3E%3Cpath%20fill%3D%22%2346b000%22%20d%3D%22M40.77%2039H7.23A1.2%201.2%200%200%201%206%2037.78v3A1.19%201.19%200%200%200%207.23%2042h33.54a1.19%201.19%200%200%200%201.2-1.2v-3a1.2%201.2%200%200%201-1.2%201.2%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35.91%2017.63a3.22%203.22%200%201%201%200-6.44a3%203%200%200%201%20.43%200a4.8%204.8%200%200%200-3.05-1.08a4.87%204.87%200%201%200%204.4%207a3.2%203.2%200%200%201-1.78.52%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2026.41h36v14.36a1.2%201.2%200%200%201-1.2%201.2H7.23A1.2%201.2%200%200%201%206%2040.77z%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2022.29L21.38%2036.6l8.43-3.77a.59.59%200%200%200%20.26-.86Z%22%2F%3E%3Cpath%20fill%3D%22%23ff8a14%22%20d%3D%22m24%2022.29l-10.25-2.4a.6.6%200%200%200-.72.46c-.15.76-.51%202.35-1.31%205.39a34%2034%200%200%201-2.54%206.84a.59.59%200%200%200%20.38.84l11.82%203.18Z%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22m23.27%2026.28l.73-4l-10.24-2.4a.6.6%200%200%200-.73.46c-.12.61-.38%201.76-.89%203.77Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m24%2022.29l-10.25-2.4a.6.6%200%200%200-.72.46c-.15.76-.51%202.35-1.31%205.39a34%2034%200%200%201-2.54%206.84a.59.59%200%200%200%20.38.84l11.82%203.18Zm0%200l2.07%2012.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/tent.svg?color=%231a73e8&size=48