desert emoji
desert from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- desert
- Set
- OpenMoji
- Style
- Default
- Category
- Travel Places
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More travel places icons from OpenMoji
Use the desert emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#f1b31c" stroke="#f1b31c" d="M65 39s-3 0-6 1c-.864.288-2 0-2 0c-8.417 0-12-1.583-12-1.583s-5.833-3.5-7.917-4.417S33 29 33 29c-1-3-3.28-5.989-5-6c-4.208-.028-6.254 5.836-11 9c-3 2-3.39 2.814-6 4c-2.272 1.033-3.474 2.98-4 4c0 0-2.98 1.938-3.062 5.688C3.854 49.438 7 52 7 52s5 6.75 13.75 3.875c9.187-3.019 10.204-1.485 13.65-.765c4.604.962 15.725-.297 19.183 1.223C59.895 59.11 64.363 53.877 65 53c1.188-1.633.79-4.122 1.833-5.542c3-4.083 2.042-5.083-1.833-8.458"/><path fill="#5c9e31" stroke="#5c9e31" d="M48 49V26a3 3 0 0 0-3-3h0a3 3 0 0 0-3 3v23z"/><path fill="#5c9e31" d="M41 35a2 2 0 0 1-2-2v-2a2 2 0 1 0-4 0v2a6 6 0 0 0 6 6m8 0a2 2 0 0 0 2-2v-5a2 2 0 1 1 4 0v5a6 6 0 0 1-6 6"/></g><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M48 49V26a3 3 0 0 0-3-3h0a3 3 0 0 0-3 3v23m-1-14a2 2 0 0 1-2-2v-2a2 2 0 0 0-2-2h0a2 2 0 0 0-2 2v2a6 6 0 0 0 6 6m8 0a2 2 0 0 0 2-2v-5a2 2 0 0 1 2-2h0a2 2 0 0 1 2 2v5a6 6 0 0 1-6 6m16 10c-1 0-5.177-.835-6-1c-5-1-9.15-1.194-15 1c-8 3-8.943 2.26-10 2c-2.158-.53-5.197-3.87-9-5c-4.706-1.399-6.102-1.111-9-1c-1.848.07-5.126.523-9 3m0-12c.526-1.02 1.728-2.967 4-4c2.61-1.186 3-2 6-4c4.746-3.164 6.792-9.028 11-9c1.72.011 4 3 5 6m32 10s-3 0-6 1c-.864.288-2 0-2 0"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiDesert(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path fill="#f1b31c" stroke="#f1b31c" d="M65 39s-3 0-6 1c-.864.288-2 0-2 0c-8.417 0-12-1.583-12-1.583s-5.833-3.5-7.917-4.417S33 29 33 29c-1-3-3.28-5.989-5-6c-4.208-.028-6.254 5.836-11 9c-3 2-3.39 2.814-6 4c-2.272 1.033-3.474 2.98-4 4c0 0-2.98 1.938-3.062 5.688C3.854 49.438 7 52 7 52s5 6.75 13.75 3.875c9.187-3.019 10.204-1.485 13.65-.765c4.604.962 15.725-.297 19.183 1.223C59.895 59.11 64.363 53.877 65 53c1.188-1.633.79-4.122 1.833-5.542c3-4.083 2.042-5.083-1.833-8.458"/><path fill="#5c9e31" stroke="#5c9e31" d="M48 49V26a3 3 0 0 0-3-3h0a3 3 0 0 0-3 3v23z"/><path fill="#5c9e31" d="M41 35a2 2 0 0 1-2-2v-2a2 2 0 1 0-4 0v2a6 6 0 0 0 6 6m8 0a2 2 0 0 0 2-2v-5a2 2 0 1 1 4 0v5a6 6 0 0 1-6 6"/></g><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M48 49V26a3 3 0 0 0-3-3h0a3 3 0 0 0-3 3v23m-1-14a2 2 0 0 1-2-2v-2a2 2 0 0 0-2-2h0a2 2 0 0 0-2 2v2a6 6 0 0 0 6 6m8 0a2 2 0 0 0 2-2v-5a2 2 0 0 1 2-2h0a2 2 0 0 1 2 2v5a6 6 0 0 1-6 6m16 10c-1 0-5.177-.835-6-1c-5-1-9.15-1.194-15 1c-8 3-8.943 2.26-10 2c-2.158-.53-5.197-3.87-9-5c-4.706-1.399-6.102-1.111-9-1c-1.848.07-5.126.523-9 3m0-12c.526-1.02 1.728-2.967 4-4c2.61-1.186 3-2 6-4c4.746-3.164 6.792-9.028 11-9c1.72.011 4 3 5 6m32 10s-3 0-6 1c-.864.288-2 0-2 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#f1b31c" stroke="#f1b31c" d="M65 39s-3 0-6 1c-.864.288-2 0-2 0c-8.417 0-12-1.583-12-1.583s-5.833-3.5-7.917-4.417S33 29 33 29c-1-3-3.28-5.989-5-6c-4.208-.028-6.254 5.836-11 9c-3 2-3.39 2.814-6 4c-2.272 1.033-3.474 2.98-4 4c0 0-2.98 1.938-3.062 5.688C3.854 49.438 7 52 7 52s5 6.75 13.75 3.875c9.187-3.019 10.204-1.485 13.65-.765c4.604.962 15.725-.297 19.183 1.223C59.895 59.11 64.363 53.877 65 53c1.188-1.633.79-4.122 1.833-5.542c3-4.083 2.042-5.083-1.833-8.458"/><path fill="#5c9e31" stroke="#5c9e31" d="M48 49V26a3 3 0 0 0-3-3h0a3 3 0 0 0-3 3v23z"/><path fill="#5c9e31" d="M41 35a2 2 0 0 1-2-2v-2a2 2 0 1 0-4 0v2a6 6 0 0 0 6 6m8 0a2 2 0 0 0 2-2v-5a2 2 0 1 1 4 0v5a6 6 0 0 1-6 6"/></g><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M48 49V26a3 3 0 0 0-3-3h0a3 3 0 0 0-3 3v23m-1-14a2 2 0 0 1-2-2v-2a2 2 0 0 0-2-2h0a2 2 0 0 0-2 2v2a6 6 0 0 0 6 6m8 0a2 2 0 0 0 2-2v-5a2 2 0 0 1 2-2h0a2 2 0 0 1 2 2v5a6 6 0 0 1-6 6m16 10c-1 0-5.177-.835-6-1c-5-1-9.15-1.194-15 1c-8 3-8.943 2.26-10 2c-2.158-.53-5.197-3.87-9-5c-4.706-1.399-6.102-1.111-9-1c-1.848.07-5.126.523-9 3m0-12c.526-1.02 1.728-2.967 4-4c2.61-1.186 3-2 6-4c4.746-3.164 6.792-9.028 11-9c1.72.011 4 3 5 6m32 10s-3 0-6 1c-.864.288-2 0-2 0"/></svg> </template>
CSS
.icon-desert {
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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23f1b31c%22%20stroke%3D%22%23f1b31c%22%20d%3D%22M65%2039s-3%200-6%201c-.864.288-2%200-2%200c-8.417%200-12-1.583-12-1.583s-5.833-3.5-7.917-4.417S33%2029%2033%2029c-1-3-3.28-5.989-5-6c-4.208-.028-6.254%205.836-11%209c-3%202-3.39%202.814-6%204c-2.272%201.033-3.474%202.98-4%204c0%200-2.98%201.938-3.062%205.688C3.854%2049.438%207%2052%207%2052s5%206.75%2013.75%203.875c9.187-3.019%2010.204-1.485%2013.65-.765c4.604.962%2015.725-.297%2019.183%201.223C59.895%2059.11%2064.363%2053.877%2065%2053c1.188-1.633.79-4.122%201.833-5.542c3-4.083%202.042-5.083-1.833-8.458%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20stroke%3D%22%235c9e31%22%20d%3D%22M48%2049V26a3%203%200%200%200-3-3h0a3%203%200%200%200-3%203v23z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M41%2035a2%202%200%200%201-2-2v-2a2%202%200%201%200-4%200v2a6%206%200%200%200%206%206m8%200a2%202%200%200%200%202-2v-5a2%202%200%201%201%204%200v5a6%206%200%200%201-6%206%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M48%2049V26a3%203%200%200%200-3-3h0a3%203%200%200%200-3%203v23m-1-14a2%202%200%200%201-2-2v-2a2%202%200%200%200-2-2h0a2%202%200%200%200-2%202v2a6%206%200%200%200%206%206m8%200a2%202%200%200%200%202-2v-5a2%202%200%200%201%202-2h0a2%202%200%200%201%202%202v5a6%206%200%200%201-6%206m16%2010c-1%200-5.177-.835-6-1c-5-1-9.15-1.194-15%201c-8%203-8.943%202.26-10%202c-2.158-.53-5.197-3.87-9-5c-4.706-1.399-6.102-1.111-9-1c-1.848.07-5.126.523-9%203m0-12c.526-1.02%201.728-2.967%204-4c2.61-1.186%203-2%206-4c4.746-3.164%206.792-9.028%2011-9c1.72.011%204%203%205%206m32%2010s-3%200-6%201c-.864.288-2%200-2%200%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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23f1b31c%22%20stroke%3D%22%23f1b31c%22%20d%3D%22M65%2039s-3%200-6%201c-.864.288-2%200-2%200c-8.417%200-12-1.583-12-1.583s-5.833-3.5-7.917-4.417S33%2029%2033%2029c-1-3-3.28-5.989-5-6c-4.208-.028-6.254%205.836-11%209c-3%202-3.39%202.814-6%204c-2.272%201.033-3.474%202.98-4%204c0%200-2.98%201.938-3.062%205.688C3.854%2049.438%207%2052%207%2052s5%206.75%2013.75%203.875c9.187-3.019%2010.204-1.485%2013.65-.765c4.604.962%2015.725-.297%2019.183%201.223C59.895%2059.11%2064.363%2053.877%2065%2053c1.188-1.633.79-4.122%201.833-5.542c3-4.083%202.042-5.083-1.833-8.458%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20stroke%3D%22%235c9e31%22%20d%3D%22M48%2049V26a3%203%200%200%200-3-3h0a3%203%200%200%200-3%203v23z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M41%2035a2%202%200%200%201-2-2v-2a2%202%200%201%200-4%200v2a6%206%200%200%200%206%206m8%200a2%202%200%200%200%202-2v-5a2%202%200%201%201%204%200v5a6%206%200%200%201-6%206%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M48%2049V26a3%203%200%200%200-3-3h0a3%203%200%200%200-3%203v23m-1-14a2%202%200%200%201-2-2v-2a2%202%200%200%200-2-2h0a2%202%200%200%200-2%202v2a6%206%200%200%200%206%206m8%200a2%202%200%200%200%202-2v-5a2%202%200%200%201%202-2h0a2%202%200%200%201%202%202v5a6%206%200%200%201-6%206m16%2010c-1%200-5.177-.835-6-1c-5-1-9.15-1.194-15%201c-8%203-8.943%202.26-10%202c-2.158-.53-5.197-3.87-9-5c-4.706-1.399-6.102-1.111-9-1c-1.848.07-5.126.523-9%203m0-12c.526-1.02%201.728-2.967%204-4c2.61-1.186%203-2%206-4c4.746-3.164%206.792-9.028%2011-9c1.72.011%204%203%205%206m32%2010s-3%200-6%201c-.864.288-2%200-2%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/desert.svg?color=%231a73e8&size=48