canoe emoji
canoe from Noto Emoji by Google Inc · Default · Travel & Places · Apache-2.0 Free for personal and commercial use.
- Name
- canoe
- Set
- Noto Emoji
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More travel & places icons from Noto Emoji
Use the canoe emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f3ab47" d="M117.14 64.48s-7.12 4.14-16.96 5.96c-8.1 1.5-24.81 3.1-36.45 3.1s-30.2-1.1-37.44-2.39c-8.89-1.58-15.95-6.43-15.95-6.43s-3.43 12.46 15.24 16.3c16.74 3.44 47.16 6.51 74.67 0c23.09-5.47 16.89-16.54 16.89-16.54"/><path fill="#a65f3e" d="M123.91 79.16c-1.12-5.65-6.4-14.43-6.4-14.43s-3.49 8.24-17.86 12.15c-5.61 1.52-20.78 3.29-35.76 3.53c-14.98-.24-29.37-1.38-34.98-2.9c-14.38-3.91-18.56-12.78-18.56-12.78s-5.42 8.77-6.5 14.43C1.6 90.93 7.44 97.47 25.94 102.04c8.87 2.19 24.2 3.34 39.5 3.37c15.3-.02 30.63-1.18 39.5-3.37c18.52-4.58 21.27-11.26 18.97-22.88"/><path fill="#f29657" d="M16.28 78.37c.18.64-.08 1.3-.31 1.92c-1.2 3.32-1.64 7.46-.74 10.88c.19.71.52 1.61.86 2.4c.28.66-.35 1.28-1.04 1.09c-1.35-.38-4.25-2.19-6.27-6.31c-1.58-3.21-1.27-6.92-.55-10.32c.33-1.59 1.6-5.31 3.62-3.85c.55.4 4.27 3.65 4.43 4.19"/><path fill="#874d36" d="m52.733 80.77l-7.432 23.922c2.93.301 13.88.643 13.88.643s-1.578-.445-3.208-7.775c-1.48-6.7.47-16.54.47-16.54zm11.007-5.23c-28.01.21-40.62-3.3-41.03-3.38l-2.79 2.05s10.84 6.05 44.14 6.05s45.47-6.98 45.47-6.98l-4.4-2.02c-.6.12-16.36 4.09-41.39 4.28"/><path fill="#f3ab47" d="M35.563 123c3.32-4.83 9.77-13.81 12.61-22.61c1.71-5.32 5.372-18.872 5.372-18.872l-3.322-1.898s-10.58 8.49-14.59 14.18c-3.98 5.66-10.81 15.94-13.27 21.07c-.57 1.2-.81 2.5.78 3.51l9.02 5.13c1.35.76 2.6.66 3.4-.51"/><path fill="none" stroke="#f3ab47" stroke-miterlimit="10" stroke-width="4" d="m29.863 118.71l42.87-74.59"/><path fill="#bdbdbd" d="M70.403 41.14c-.31-1.03-.06-2.06.57-2.54c.72-.55 1.65-.49 2.51.02l3.96 2.36c.91.53 1.26 1.3 1.07 2.11s-.89 1.46-1.63 1.6c-1.35.26-2.58.83-3.75 2.73l-3.43-2.02c.72-1.81 1.11-2.83.7-4.26"/><path fill="#f3ab47" d="M117.51 64.73c-.28-.45-.63-.09-.63-.09c-.03.09-3.08 8.68-18.22 11.89c-5.72 1.21-19.86 2.63-34.76 2.88c-13.9-.23-28.84-1.46-34.77-2.87c-13.57-3.24-18.61-11.72-18.78-11.8c0 0-.65.25-.05 1.77s5.51 8.92 18.36 11.98c6.15 1.46 20.95 2.69 35.23 2.93c15.06-.25 29.4-1.54 35.18-2.92c14-3.35 17.58-10.56 18-11.35s.71-1.97.44-2.42"/><path fill="#f3ab47" d="M65.72 79.6h-3.16l.56-4.46h2.14zm-24.92-.82l-10.37-1l4.6-4.17l10.13.79zm47.1-.18l9.67-1.73l-4.22-4.05l-9.94.98z"/></svg>
React
import type { SVGProps } from "react";
export function NotoCanoe(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f3ab47" d="M117.14 64.48s-7.12 4.14-16.96 5.96c-8.1 1.5-24.81 3.1-36.45 3.1s-30.2-1.1-37.44-2.39c-8.89-1.58-15.95-6.43-15.95-6.43s-3.43 12.46 15.24 16.3c16.74 3.44 47.16 6.51 74.67 0c23.09-5.47 16.89-16.54 16.89-16.54"/><path fill="#a65f3e" d="M123.91 79.16c-1.12-5.65-6.4-14.43-6.4-14.43s-3.49 8.24-17.86 12.15c-5.61 1.52-20.78 3.29-35.76 3.53c-14.98-.24-29.37-1.38-34.98-2.9c-14.38-3.91-18.56-12.78-18.56-12.78s-5.42 8.77-6.5 14.43C1.6 90.93 7.44 97.47 25.94 102.04c8.87 2.19 24.2 3.34 39.5 3.37c15.3-.02 30.63-1.18 39.5-3.37c18.52-4.58 21.27-11.26 18.97-22.88"/><path fill="#f29657" d="M16.28 78.37c.18.64-.08 1.3-.31 1.92c-1.2 3.32-1.64 7.46-.74 10.88c.19.71.52 1.61.86 2.4c.28.66-.35 1.28-1.04 1.09c-1.35-.38-4.25-2.19-6.27-6.31c-1.58-3.21-1.27-6.92-.55-10.32c.33-1.59 1.6-5.31 3.62-3.85c.55.4 4.27 3.65 4.43 4.19"/><path fill="#874d36" d="m52.733 80.77l-7.432 23.922c2.93.301 13.88.643 13.88.643s-1.578-.445-3.208-7.775c-1.48-6.7.47-16.54.47-16.54zm11.007-5.23c-28.01.21-40.62-3.3-41.03-3.38l-2.79 2.05s10.84 6.05 44.14 6.05s45.47-6.98 45.47-6.98l-4.4-2.02c-.6.12-16.36 4.09-41.39 4.28"/><path fill="#f3ab47" d="M35.563 123c3.32-4.83 9.77-13.81 12.61-22.61c1.71-5.32 5.372-18.872 5.372-18.872l-3.322-1.898s-10.58 8.49-14.59 14.18c-3.98 5.66-10.81 15.94-13.27 21.07c-.57 1.2-.81 2.5.78 3.51l9.02 5.13c1.35.76 2.6.66 3.4-.51"/><path fill="none" stroke="#f3ab47" strokeMiterlimit="10" strokeWidth="4" d="m29.863 118.71l42.87-74.59"/><path fill="#bdbdbd" d="M70.403 41.14c-.31-1.03-.06-2.06.57-2.54c.72-.55 1.65-.49 2.51.02l3.96 2.36c.91.53 1.26 1.3 1.07 2.11s-.89 1.46-1.63 1.6c-1.35.26-2.58.83-3.75 2.73l-3.43-2.02c.72-1.81 1.11-2.83.7-4.26"/><path fill="#f3ab47" d="M117.51 64.73c-.28-.45-.63-.09-.63-.09c-.03.09-3.08 8.68-18.22 11.89c-5.72 1.21-19.86 2.63-34.76 2.88c-13.9-.23-28.84-1.46-34.77-2.87c-13.57-3.24-18.61-11.72-18.78-11.8c0 0-.65.25-.05 1.77s5.51 8.92 18.36 11.98c6.15 1.46 20.95 2.69 35.23 2.93c15.06-.25 29.4-1.54 35.18-2.92c14-3.35 17.58-10.56 18-11.35s.71-1.97.44-2.42"/><path fill="#f3ab47" d="M65.72 79.6h-3.16l.56-4.46h2.14zm-24.92-.82l-10.37-1l4.6-4.17l10.13.79zm47.1-.18l9.67-1.73l-4.22-4.05l-9.94.98z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f3ab47" d="M117.14 64.48s-7.12 4.14-16.96 5.96c-8.1 1.5-24.81 3.1-36.45 3.1s-30.2-1.1-37.44-2.39c-8.89-1.58-15.95-6.43-15.95-6.43s-3.43 12.46 15.24 16.3c16.74 3.44 47.16 6.51 74.67 0c23.09-5.47 16.89-16.54 16.89-16.54"/><path fill="#a65f3e" d="M123.91 79.16c-1.12-5.65-6.4-14.43-6.4-14.43s-3.49 8.24-17.86 12.15c-5.61 1.52-20.78 3.29-35.76 3.53c-14.98-.24-29.37-1.38-34.98-2.9c-14.38-3.91-18.56-12.78-18.56-12.78s-5.42 8.77-6.5 14.43C1.6 90.93 7.44 97.47 25.94 102.04c8.87 2.19 24.2 3.34 39.5 3.37c15.3-.02 30.63-1.18 39.5-3.37c18.52-4.58 21.27-11.26 18.97-22.88"/><path fill="#f29657" d="M16.28 78.37c.18.64-.08 1.3-.31 1.92c-1.2 3.32-1.64 7.46-.74 10.88c.19.71.52 1.61.86 2.4c.28.66-.35 1.28-1.04 1.09c-1.35-.38-4.25-2.19-6.27-6.31c-1.58-3.21-1.27-6.92-.55-10.32c.33-1.59 1.6-5.31 3.62-3.85c.55.4 4.27 3.65 4.43 4.19"/><path fill="#874d36" d="m52.733 80.77l-7.432 23.922c2.93.301 13.88.643 13.88.643s-1.578-.445-3.208-7.775c-1.48-6.7.47-16.54.47-16.54zm11.007-5.23c-28.01.21-40.62-3.3-41.03-3.38l-2.79 2.05s10.84 6.05 44.14 6.05s45.47-6.98 45.47-6.98l-4.4-2.02c-.6.12-16.36 4.09-41.39 4.28"/><path fill="#f3ab47" d="M35.563 123c3.32-4.83 9.77-13.81 12.61-22.61c1.71-5.32 5.372-18.872 5.372-18.872l-3.322-1.898s-10.58 8.49-14.59 14.18c-3.98 5.66-10.81 15.94-13.27 21.07c-.57 1.2-.81 2.5.78 3.51l9.02 5.13c1.35.76 2.6.66 3.4-.51"/><path fill="none" stroke="#f3ab47" stroke-miterlimit="10" stroke-width="4" d="m29.863 118.71l42.87-74.59"/><path fill="#bdbdbd" d="M70.403 41.14c-.31-1.03-.06-2.06.57-2.54c.72-.55 1.65-.49 2.51.02l3.96 2.36c.91.53 1.26 1.3 1.07 2.11s-.89 1.46-1.63 1.6c-1.35.26-2.58.83-3.75 2.73l-3.43-2.02c.72-1.81 1.11-2.83.7-4.26"/><path fill="#f3ab47" d="M117.51 64.73c-.28-.45-.63-.09-.63-.09c-.03.09-3.08 8.68-18.22 11.89c-5.72 1.21-19.86 2.63-34.76 2.88c-13.9-.23-28.84-1.46-34.77-2.87c-13.57-3.24-18.61-11.72-18.78-11.8c0 0-.65.25-.05 1.77s5.51 8.92 18.36 11.98c6.15 1.46 20.95 2.69 35.23 2.93c15.06-.25 29.4-1.54 35.18-2.92c14-3.35 17.58-10.56 18-11.35s.71-1.97.44-2.42"/><path fill="#f3ab47" d="M65.72 79.6h-3.16l.56-4.46h2.14zm-24.92-.82l-10.37-1l4.6-4.17l10.13.79zm47.1-.18l9.67-1.73l-4.22-4.05l-9.94.98z"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f3ab47%22%20d%3D%22M117.14%2064.48s-7.12%204.14-16.96%205.96c-8.1%201.5-24.81%203.1-36.45%203.1s-30.2-1.1-37.44-2.39c-8.89-1.58-15.95-6.43-15.95-6.43s-3.43%2012.46%2015.24%2016.3c16.74%203.44%2047.16%206.51%2074.67%200c23.09-5.47%2016.89-16.54%2016.89-16.54%22%2F%3E%3Cpath%20fill%3D%22%23a65f3e%22%20d%3D%22M123.91%2079.16c-1.12-5.65-6.4-14.43-6.4-14.43s-3.49%208.24-17.86%2012.15c-5.61%201.52-20.78%203.29-35.76%203.53c-14.98-.24-29.37-1.38-34.98-2.9c-14.38-3.91-18.56-12.78-18.56-12.78s-5.42%208.77-6.5%2014.43C1.6%2090.93%207.44%2097.47%2025.94%20102.04c8.87%202.19%2024.2%203.34%2039.5%203.37c15.3-.02%2030.63-1.18%2039.5-3.37c18.52-4.58%2021.27-11.26%2018.97-22.88%22%2F%3E%3Cpath%20fill%3D%22%23f29657%22%20d%3D%22M16.28%2078.37c.18.64-.08%201.3-.31%201.92c-1.2%203.32-1.64%207.46-.74%2010.88c.19.71.52%201.61.86%202.4c.28.66-.35%201.28-1.04%201.09c-1.35-.38-4.25-2.19-6.27-6.31c-1.58-3.21-1.27-6.92-.55-10.32c.33-1.59%201.6-5.31%203.62-3.85c.55.4%204.27%203.65%204.43%204.19%22%2F%3E%3Cpath%20fill%3D%22%23874d36%22%20d%3D%22m52.733%2080.77l-7.432%2023.922c2.93.301%2013.88.643%2013.88.643s-1.578-.445-3.208-7.775c-1.48-6.7.47-16.54.47-16.54zm11.007-5.23c-28.01.21-40.62-3.3-41.03-3.38l-2.79%202.05s10.84%206.05%2044.14%206.05s45.47-6.98%2045.47-6.98l-4.4-2.02c-.6.12-16.36%204.09-41.39%204.28%22%2F%3E%3Cpath%20fill%3D%22%23f3ab47%22%20d%3D%22M35.563%20123c3.32-4.83%209.77-13.81%2012.61-22.61c1.71-5.32%205.372-18.872%205.372-18.872l-3.322-1.898s-10.58%208.49-14.59%2014.18c-3.98%205.66-10.81%2015.94-13.27%2021.07c-.57%201.2-.81%202.5.78%203.51l9.02%205.13c1.35.76%202.6.66%203.4-.51%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f3ab47%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224%22%20d%3D%22m29.863%20118.71l42.87-74.59%22%2F%3E%3Cpath%20fill%3D%22%23bdbdbd%22%20d%3D%22M70.403%2041.14c-.31-1.03-.06-2.06.57-2.54c.72-.55%201.65-.49%202.51.02l3.96%202.36c.91.53%201.26%201.3%201.07%202.11s-.89%201.46-1.63%201.6c-1.35.26-2.58.83-3.75%202.73l-3.43-2.02c.72-1.81%201.11-2.83.7-4.26%22%2F%3E%3Cpath%20fill%3D%22%23f3ab47%22%20d%3D%22M117.51%2064.73c-.28-.45-.63-.09-.63-.09c-.03.09-3.08%208.68-18.22%2011.89c-5.72%201.21-19.86%202.63-34.76%202.88c-13.9-.23-28.84-1.46-34.77-2.87c-13.57-3.24-18.61-11.72-18.78-11.8c0%200-.65.25-.05%201.77s5.51%208.92%2018.36%2011.98c6.15%201.46%2020.95%202.69%2035.23%202.93c15.06-.25%2029.4-1.54%2035.18-2.92c14-3.35%2017.58-10.56%2018-11.35s.71-1.97.44-2.42%22%2F%3E%3Cpath%20fill%3D%22%23f3ab47%22%20d%3D%22M65.72%2079.6h-3.16l.56-4.46h2.14zm-24.92-.82l-10.37-1l4.6-4.17l10.13.79zm47.1-.18l9.67-1.73l-4.22-4.05l-9.94.98z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f3ab47%22%20d%3D%22M117.14%2064.48s-7.12%204.14-16.96%205.96c-8.1%201.5-24.81%203.1-36.45%203.1s-30.2-1.1-37.44-2.39c-8.89-1.58-15.95-6.43-15.95-6.43s-3.43%2012.46%2015.24%2016.3c16.74%203.44%2047.16%206.51%2074.67%200c23.09-5.47%2016.89-16.54%2016.89-16.54%22%2F%3E%3Cpath%20fill%3D%22%23a65f3e%22%20d%3D%22M123.91%2079.16c-1.12-5.65-6.4-14.43-6.4-14.43s-3.49%208.24-17.86%2012.15c-5.61%201.52-20.78%203.29-35.76%203.53c-14.98-.24-29.37-1.38-34.98-2.9c-14.38-3.91-18.56-12.78-18.56-12.78s-5.42%208.77-6.5%2014.43C1.6%2090.93%207.44%2097.47%2025.94%20102.04c8.87%202.19%2024.2%203.34%2039.5%203.37c15.3-.02%2030.63-1.18%2039.5-3.37c18.52-4.58%2021.27-11.26%2018.97-22.88%22%2F%3E%3Cpath%20fill%3D%22%23f29657%22%20d%3D%22M16.28%2078.37c.18.64-.08%201.3-.31%201.92c-1.2%203.32-1.64%207.46-.74%2010.88c.19.71.52%201.61.86%202.4c.28.66-.35%201.28-1.04%201.09c-1.35-.38-4.25-2.19-6.27-6.31c-1.58-3.21-1.27-6.92-.55-10.32c.33-1.59%201.6-5.31%203.62-3.85c.55.4%204.27%203.65%204.43%204.19%22%2F%3E%3Cpath%20fill%3D%22%23874d36%22%20d%3D%22m52.733%2080.77l-7.432%2023.922c2.93.301%2013.88.643%2013.88.643s-1.578-.445-3.208-7.775c-1.48-6.7.47-16.54.47-16.54zm11.007-5.23c-28.01.21-40.62-3.3-41.03-3.38l-2.79%202.05s10.84%206.05%2044.14%206.05s45.47-6.98%2045.47-6.98l-4.4-2.02c-.6.12-16.36%204.09-41.39%204.28%22%2F%3E%3Cpath%20fill%3D%22%23f3ab47%22%20d%3D%22M35.563%20123c3.32-4.83%209.77-13.81%2012.61-22.61c1.71-5.32%205.372-18.872%205.372-18.872l-3.322-1.898s-10.58%208.49-14.59%2014.18c-3.98%205.66-10.81%2015.94-13.27%2021.07c-.57%201.2-.81%202.5.78%203.51l9.02%205.13c1.35.76%202.6.66%203.4-.51%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f3ab47%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224%22%20d%3D%22m29.863%20118.71l42.87-74.59%22%2F%3E%3Cpath%20fill%3D%22%23bdbdbd%22%20d%3D%22M70.403%2041.14c-.31-1.03-.06-2.06.57-2.54c.72-.55%201.65-.49%202.51.02l3.96%202.36c.91.53%201.26%201.3%201.07%202.11s-.89%201.46-1.63%201.6c-1.35.26-2.58.83-3.75%202.73l-3.43-2.02c.72-1.81%201.11-2.83.7-4.26%22%2F%3E%3Cpath%20fill%3D%22%23f3ab47%22%20d%3D%22M117.51%2064.73c-.28-.45-.63-.09-.63-.09c-.03.09-3.08%208.68-18.22%2011.89c-5.72%201.21-19.86%202.63-34.76%202.88c-13.9-.23-28.84-1.46-34.77-2.87c-13.57-3.24-18.61-11.72-18.78-11.8c0%200-.65.25-.05%201.77s5.51%208.92%2018.36%2011.98c6.15%201.46%2020.95%202.69%2035.23%202.93c15.06-.25%2029.4-1.54%2035.18-2.92c14-3.35%2017.58-10.56%2018-11.35s.71-1.97.44-2.42%22%2F%3E%3Cpath%20fill%3D%22%23f3ab47%22%20d%3D%22M65.72%2079.6h-3.16l.56-4.46h2.14zm-24.92-.82l-10.37-1l4.6-4.17l10.13.79zm47.1-.18l9.67-1.73l-4.22-4.05l-9.94.98z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/canoe.svg?color=%231a73e8&size=48