canoe from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.

Name
canoe
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 canoe emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" stroke="#61b2e4" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M66.5 24.852s-1.906 14.296-11.437 14.296H16.938C7.406 39.148 5.5 24.852 5.5 24.852S9.313 27.71 36 27.71s30.5-2.86 30.5-2.86"/><path fill="#a57939" d="m40.484 18.304l4.331 2.5l-2.732.733l-12.5 21.65l.732 2.732l-5.5 9.527l-5.197-3l5.5-9.527l2.732-.732l12.5-21.65z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m40.35 20.537l.134-2.232m.599 4.964l-11.5 19.918l.732 2.732l-5.5 9.527l-5.197-3l5.5-9.527l1.366-.366m14-24.248l3.465 2M35.45 39.148h19.612c9.532 0 11.438-14.296 11.438-14.296s-3.229 2.409-24.414 2.803m-8.228.049C9.113 27.555 5.5 24.852 5.5 24.852s1.906 14.296 11.438 14.296H27.25"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiCanoe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" stroke="#61b2e4" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M66.5 24.852s-1.906 14.296-11.437 14.296H16.938C7.406 39.148 5.5 24.852 5.5 24.852S9.313 27.71 36 27.71s30.5-2.86 30.5-2.86"/><path fill="#a57939" d="m40.484 18.304l4.331 2.5l-2.732.733l-12.5 21.65l.732 2.732l-5.5 9.527l-5.197-3l5.5-9.527l2.732-.732l12.5-21.65z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m40.35 20.537l.134-2.232m.599 4.964l-11.5 19.918l.732 2.732l-5.5 9.527l-5.197-3l5.5-9.527l1.366-.366m14-24.248l3.465 2M35.45 39.148h19.612c9.532 0 11.438-14.296 11.438-14.296s-3.229 2.409-24.414 2.803m-8.228.049C9.113 27.555 5.5 24.852 5.5 24.852s1.906 14.296 11.438 14.296H27.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" stroke="#61b2e4" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M66.5 24.852s-1.906 14.296-11.437 14.296H16.938C7.406 39.148 5.5 24.852 5.5 24.852S9.313 27.71 36 27.71s30.5-2.86 30.5-2.86"/><path fill="#a57939" d="m40.484 18.304l4.331 2.5l-2.732.733l-12.5 21.65l.732 2.732l-5.5 9.527l-5.197-3l5.5-9.527l2.732-.732l12.5-21.65z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m40.35 20.537l.134-2.232m.599 4.964l-11.5 19.918l.732 2.732l-5.5 9.527l-5.197-3l5.5-9.527l1.366-.366m14-24.248l3.465 2M35.45 39.148h19.612c9.532 0 11.438-14.296 11.438-14.296s-3.229 2.409-24.414 2.803m-8.228.049C9.113 27.555 5.5 24.852 5.5 24.852s1.906 14.296 11.438 14.296H27.25"/></svg>
</template>

CSS

.icon-canoe {
  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%3Cpath%20fill%3D%22%2361b2e4%22%20stroke%3D%22%2361b2e4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M66.5%2024.852s-1.906%2014.296-11.437%2014.296H16.938C7.406%2039.148%205.5%2024.852%205.5%2024.852S9.313%2027.71%2036%2027.71s30.5-2.86%2030.5-2.86%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m40.484%2018.304l4.331%202.5l-2.732.733l-12.5%2021.65l.732%202.732l-5.5%209.527l-5.197-3l5.5-9.527l2.732-.732l12.5-21.65z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m40.35%2020.537l.134-2.232m.599%204.964l-11.5%2019.918l.732%202.732l-5.5%209.527l-5.197-3l5.5-9.527l1.366-.366m14-24.248l3.465%202M35.45%2039.148h19.612c9.532%200%2011.438-14.296%2011.438-14.296s-3.229%202.409-24.414%202.803m-8.228.049C9.113%2027.555%205.5%2024.852%205.5%2024.852s1.906%2014.296%2011.438%2014.296H27.25%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%3Cpath%20fill%3D%22%2361b2e4%22%20stroke%3D%22%2361b2e4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M66.5%2024.852s-1.906%2014.296-11.437%2014.296H16.938C7.406%2039.148%205.5%2024.852%205.5%2024.852S9.313%2027.71%2036%2027.71s30.5-2.86%2030.5-2.86%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m40.484%2018.304l4.331%202.5l-2.732.733l-12.5%2021.65l.732%202.732l-5.5%209.527l-5.197-3l5.5-9.527l2.732-.732l12.5-21.65z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m40.35%2020.537l.134-2.232m.599%204.964l-11.5%2019.918l.732%202.732l-5.5%209.527l-5.197-3l5.5-9.527l1.366-.366m14-24.248l3.465%202M35.45%2039.148h19.612c9.532%200%2011.438-14.296%2011.438-14.296s-3.229%202.409-24.414%202.803m-8.228.049C9.113%2027.555%205.5%2024.852%205.5%2024.852s1.906%2014.296%2011.438%2014.296H27.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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