coconut-tree from IconPark Outline by ByteDance · Outline · Travel · Apache-2.0 Free for personal and commercial use.

Name
coconut-tree
Set
IconPark Outline
Style
Outline
Category
Travel
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More travel icons from IconPark Outline

Use the coconut tree icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M22 14s-2.7 5.293-4 12s-1 16-1 16m16.953-18.728c.346.23.893.391 1.428.503c.932.194 1.792-.446 1.768-1.397c-.045-1.774-.737-4.675-4.258-7.014c-3.325-2.207-6.626-2.238-8.708-1.92c-1.187.18-1.66 1.478-.978 2.467c.608.883 1.316 1.774 1.795 1.945c1 .355 2.203-.582 3.08 0c.876.581.615 1.925 1.492 2.507c.876.582 2.013-.18 2.89.402c.875.582.615 1.925 1.491 2.507"/><path stroke-linejoin="round" d="M20 17c.858-.286 1.389-1.226 1.686-1.979c.246-.622.026-1.308-.55-1.648c-1.295-.766-4.06-1.814-8.374-.561c-4.265 1.238-5.39 4.056-5.677 5.715a1.33 1.33 0 0 0 1.178 1.565c.56.063 1.176.035 1.544-.277c.807-.685 1.025-1.582 1.927-1.824c.901-.241 1.679.858 2.58.616c.902-.241 1.026-1.582 1.927-1.824c.902-.241 2.26.717 3.76.217M27 6c-2.5 1-5 6-5 8l13-6c-1.38-2.391-5.5-3-8-2"/><path stroke-linejoin="round" d="M20 5c4 1.422 3.38 6.609 2 9L10 5.922C11 4 16 3.579 20 5"/><path d="M26 35c8.284 0 13 1.79 13 4s-6.716 4-15 4s-15-1.79-15-4c0-.54.4-1.053 1.125-1.523"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineCoconutTree(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="4"><path strokeLinejoin="round" d="M22 14s-2.7 5.293-4 12s-1 16-1 16m16.953-18.728c.346.23.893.391 1.428.503c.932.194 1.792-.446 1.768-1.397c-.045-1.774-.737-4.675-4.258-7.014c-3.325-2.207-6.626-2.238-8.708-1.92c-1.187.18-1.66 1.478-.978 2.467c.608.883 1.316 1.774 1.795 1.945c1 .355 2.203-.582 3.08 0c.876.581.615 1.925 1.492 2.507c.876.582 2.013-.18 2.89.402c.875.582.615 1.925 1.491 2.507"/><path strokeLinejoin="round" d="M20 17c.858-.286 1.389-1.226 1.686-1.979c.246-.622.026-1.308-.55-1.648c-1.295-.766-4.06-1.814-8.374-.561c-4.265 1.238-5.39 4.056-5.677 5.715a1.33 1.33 0 0 0 1.178 1.565c.56.063 1.176.035 1.544-.277c.807-.685 1.025-1.582 1.927-1.824c.901-.241 1.679.858 2.58.616c.902-.241 1.026-1.582 1.927-1.824c.902-.241 2.26.717 3.76.217M27 6c-2.5 1-5 6-5 8l13-6c-1.38-2.391-5.5-3-8-2"/><path strokeLinejoin="round" d="M20 5c4 1.422 3.38 6.609 2 9L10 5.922C11 4 16 3.579 20 5"/><path d="M26 35c8.284 0 13 1.79 13 4s-6.716 4-15 4s-15-1.79-15-4c0-.54.4-1.053 1.125-1.523"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M22 14s-2.7 5.293-4 12s-1 16-1 16m16.953-18.728c.346.23.893.391 1.428.503c.932.194 1.792-.446 1.768-1.397c-.045-1.774-.737-4.675-4.258-7.014c-3.325-2.207-6.626-2.238-8.708-1.92c-1.187.18-1.66 1.478-.978 2.467c.608.883 1.316 1.774 1.795 1.945c1 .355 2.203-.582 3.08 0c.876.581.615 1.925 1.492 2.507c.876.582 2.013-.18 2.89.402c.875.582.615 1.925 1.491 2.507"/><path stroke-linejoin="round" d="M20 17c.858-.286 1.389-1.226 1.686-1.979c.246-.622.026-1.308-.55-1.648c-1.295-.766-4.06-1.814-8.374-.561c-4.265 1.238-5.39 4.056-5.677 5.715a1.33 1.33 0 0 0 1.178 1.565c.56.063 1.176.035 1.544-.277c.807-.685 1.025-1.582 1.927-1.824c.901-.241 1.679.858 2.58.616c.902-.241 1.026-1.582 1.927-1.824c.902-.241 2.26.717 3.76.217M27 6c-2.5 1-5 6-5 8l13-6c-1.38-2.391-5.5-3-8-2"/><path stroke-linejoin="round" d="M20 5c4 1.422 3.38 6.609 2 9L10 5.922C11 4 16 3.579 20 5"/><path d="M26 35c8.284 0 13 1.79 13 4s-6.716 4-15 4s-15-1.79-15-4c0-.54.4-1.053 1.125-1.523"/></g></svg>
</template>

CSS

.icon-coconut-tree {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2014s-2.7%205.293-4%2012s-1%2016-1%2016m16.953-18.728c.346.23.893.391%201.428.503c.932.194%201.792-.446%201.768-1.397c-.045-1.774-.737-4.675-4.258-7.014c-3.325-2.207-6.626-2.238-8.708-1.92c-1.187.18-1.66%201.478-.978%202.467c.608.883%201.316%201.774%201.795%201.945c1%20.355%202.203-.582%203.08%200c.876.581.615%201.925%201.492%202.507c.876.582%202.013-.18%202.89.402c.875.582.615%201.925%201.491%202.507%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2017c.858-.286%201.389-1.226%201.686-1.979c.246-.622.026-1.308-.55-1.648c-1.295-.766-4.06-1.814-8.374-.561c-4.265%201.238-5.39%204.056-5.677%205.715a1.33%201.33%200%200%200%201.178%201.565c.56.063%201.176.035%201.544-.277c.807-.685%201.025-1.582%201.927-1.824c.901-.241%201.679.858%202.58.616c.902-.241%201.026-1.582%201.927-1.824c.902-.241%202.26.717%203.76.217M27%206c-2.5%201-5%206-5%208l13-6c-1.38-2.391-5.5-3-8-2%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20%205c4%201.422%203.38%206.609%202%209L10%205.922C11%204%2016%203.579%2020%205%22%2F%3E%3Cpath%20d%3D%22M26%2035c8.284%200%2013%201.79%2013%204s-6.716%204-15%204s-15-1.79-15-4c0-.54.4-1.053%201.125-1.523%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2014s-2.7%205.293-4%2012s-1%2016-1%2016m16.953-18.728c.346.23.893.391%201.428.503c.932.194%201.792-.446%201.768-1.397c-.045-1.774-.737-4.675-4.258-7.014c-3.325-2.207-6.626-2.238-8.708-1.92c-1.187.18-1.66%201.478-.978%202.467c.608.883%201.316%201.774%201.795%201.945c1%20.355%202.203-.582%203.08%200c.876.581.615%201.925%201.492%202.507c.876.582%202.013-.18%202.89.402c.875.582.615%201.925%201.491%202.507%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2017c.858-.286%201.389-1.226%201.686-1.979c.246-.622.026-1.308-.55-1.648c-1.295-.766-4.06-1.814-8.374-.561c-4.265%201.238-5.39%204.056-5.677%205.715a1.33%201.33%200%200%200%201.178%201.565c.56.063%201.176.035%201.544-.277c.807-.685%201.025-1.582%201.927-1.824c.901-.241%201.679.858%202.58.616c.902-.241%201.026-1.582%201.927-1.824c.902-.241%202.26.717%203.76.217M27%206c-2.5%201-5%206-5%208l13-6c-1.38-2.391-5.5-3-8-2%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20%205c4%201.422%203.38%206.609%202%209L10%205.922C11%204%2016%203.579%2020%205%22%2F%3E%3Cpath%20d%3D%22M26%2035c8.284%200%2013%201.79%2013%204s-6.716%204-15%204s-15-1.79-15-4c0-.54.4-1.053%201.125-1.523%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/coconut-tree.svg?color=%231a73e8&size=48