motor boat emoji
motor-boat from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- motor-boat
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More travel & places icons from Fluent Emoji High Contrast
Use the motor boat emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M23 8h-.5c-1 0-1.5 1-1.5 1l-1 2h-6.545c-.29 0-.562.11-.762.31l-.418.416l-.04.036L6.968 17H3.042A1.04 1.04 0 0 0 2 18.04v1.036a8.6 8.6 0 0 0 .956 3.041q.26.07.492.175c.375.168.67.388.878.544l.022.016c.227.17.363.267.521.338c.14.062.327.117.63.117c.299 0 .484-.054.622-.116c.157-.07.291-.168.519-.338l.02-.015c.209-.157.503-.378.88-.546A3.5 3.5 0 0 1 8.988 22c.572 0 1.04.109 1.447.292c.376.168.67.388.879.544l.021.016c.228.17.363.267.521.338c.14.062.328.117.63.117c.303 0 .49-.055.63-.117c.158-.07.293-.168.521-.338l.022-.016c.208-.156.503-.376.878-.544A3.5 3.5 0 0 1 15.985 22c.572 0 1.04.109 1.448.292c.375.168.67.388.878.544l.022.016c.228.17.363.267.521.338c.14.062.327.117.63.117c.302 0 .49-.055.63-.117c.158-.07.293-.168.52-.338l.022-.016c.209-.156.503-.376.879-.544A3.5 3.5 0 0 1 22.983 22c.573 0 1.043.109 1.451.29c.378.17.674.39.884.546l.02.015c.229.17.365.268.523.339c.14.062.328.117.63.117c.306 0 .497-.055.637-.118c.16-.07.296-.168.524-.338l.023-.017c.209-.155.503-.375.877-.543A3.5 3.5 0 0 1 30 22v-.055a.946.946 0 0 0-.945-.945H28v-2.96c0-.57-.461-1.04-1.042-1.04H26v-4.927a.2.2 0 0 0-.014-.057l-.005-.013L26 12c-.04-.55-.502-1-1.064-1H24V9c0-.5-.394-1-1-1M9.391 16l3.017-3h4.588c.552 0 1.004.45 1.004 1v.99c0 .55-.452 1-1.004 1.01zm11.567-3h2.064c.54 0 .968.438.968.967v1.066a.97.97 0 0 1-.968.967h-2.064a.97.97 0 0 1-.968-.967v-1.066c0-.538.439-.967.968-.967"/><path d="M30 23c-.873 0-1.31.326-1.749.652c-.439.327-.879.655-1.76.655c-.873 0-1.31-.326-1.748-.652c-.44-.327-.88-.655-1.76-.655c-.875 0-1.312.327-1.75.653c-.437.327-.875.654-1.75.654c-.874 0-1.311-.327-1.749-.654c-.437-.326-.874-.653-1.749-.653s-1.312.327-1.75.653c-.437.327-.874.654-1.749.654c-.874 0-1.312-.327-1.75-.654C10.3 23.327 9.863 23 8.989 23c-.876 0-1.314.328-1.75.655c-.436.326-.87.652-1.74.652c-.874 0-1.311-.327-1.749-.654C3.312 23.327 2.875 23 2 23v7h27.99z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastMotorBoat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M23 8h-.5c-1 0-1.5 1-1.5 1l-1 2h-6.545c-.29 0-.562.11-.762.31l-.418.416l-.04.036L6.968 17H3.042A1.04 1.04 0 0 0 2 18.04v1.036a8.6 8.6 0 0 0 .956 3.041q.26.07.492.175c.375.168.67.388.878.544l.022.016c.227.17.363.267.521.338c.14.062.327.117.63.117c.299 0 .484-.054.622-.116c.157-.07.291-.168.519-.338l.02-.015c.209-.157.503-.378.88-.546A3.5 3.5 0 0 1 8.988 22c.572 0 1.04.109 1.447.292c.376.168.67.388.879.544l.021.016c.228.17.363.267.521.338c.14.062.328.117.63.117c.303 0 .49-.055.63-.117c.158-.07.293-.168.521-.338l.022-.016c.208-.156.503-.376.878-.544A3.5 3.5 0 0 1 15.985 22c.572 0 1.04.109 1.448.292c.375.168.67.388.878.544l.022.016c.228.17.363.267.521.338c.14.062.327.117.63.117c.302 0 .49-.055.63-.117c.158-.07.293-.168.52-.338l.022-.016c.209-.156.503-.376.879-.544A3.5 3.5 0 0 1 22.983 22c.573 0 1.043.109 1.451.29c.378.17.674.39.884.546l.02.015c.229.17.365.268.523.339c.14.062.328.117.63.117c.306 0 .497-.055.637-.118c.16-.07.296-.168.524-.338l.023-.017c.209-.155.503-.375.877-.543A3.5 3.5 0 0 1 30 22v-.055a.946.946 0 0 0-.945-.945H28v-2.96c0-.57-.461-1.04-1.042-1.04H26v-4.927a.2.2 0 0 0-.014-.057l-.005-.013L26 12c-.04-.55-.502-1-1.064-1H24V9c0-.5-.394-1-1-1M9.391 16l3.017-3h4.588c.552 0 1.004.45 1.004 1v.99c0 .55-.452 1-1.004 1.01zm11.567-3h2.064c.54 0 .968.438.968.967v1.066a.97.97 0 0 1-.968.967h-2.064a.97.97 0 0 1-.968-.967v-1.066c0-.538.439-.967.968-.967"/><path d="M30 23c-.873 0-1.31.326-1.749.652c-.439.327-.879.655-1.76.655c-.873 0-1.31-.326-1.748-.652c-.44-.327-.88-.655-1.76-.655c-.875 0-1.312.327-1.75.653c-.437.327-.875.654-1.75.654c-.874 0-1.311-.327-1.749-.654c-.437-.326-.874-.653-1.749-.653s-1.312.327-1.75.653c-.437.327-.874.654-1.749.654c-.874 0-1.312-.327-1.75-.654C10.3 23.327 9.863 23 8.989 23c-.876 0-1.314.328-1.75.655c-.436.326-.87.652-1.74.652c-.874 0-1.311-.327-1.749-.654C3.312 23.327 2.875 23 2 23v7h27.99z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M23 8h-.5c-1 0-1.5 1-1.5 1l-1 2h-6.545c-.29 0-.562.11-.762.31l-.418.416l-.04.036L6.968 17H3.042A1.04 1.04 0 0 0 2 18.04v1.036a8.6 8.6 0 0 0 .956 3.041q.26.07.492.175c.375.168.67.388.878.544l.022.016c.227.17.363.267.521.338c.14.062.327.117.63.117c.299 0 .484-.054.622-.116c.157-.07.291-.168.519-.338l.02-.015c.209-.157.503-.378.88-.546A3.5 3.5 0 0 1 8.988 22c.572 0 1.04.109 1.447.292c.376.168.67.388.879.544l.021.016c.228.17.363.267.521.338c.14.062.328.117.63.117c.303 0 .49-.055.63-.117c.158-.07.293-.168.521-.338l.022-.016c.208-.156.503-.376.878-.544A3.5 3.5 0 0 1 15.985 22c.572 0 1.04.109 1.448.292c.375.168.67.388.878.544l.022.016c.228.17.363.267.521.338c.14.062.327.117.63.117c.302 0 .49-.055.63-.117c.158-.07.293-.168.52-.338l.022-.016c.209-.156.503-.376.879-.544A3.5 3.5 0 0 1 22.983 22c.573 0 1.043.109 1.451.29c.378.17.674.39.884.546l.02.015c.229.17.365.268.523.339c.14.062.328.117.63.117c.306 0 .497-.055.637-.118c.16-.07.296-.168.524-.338l.023-.017c.209-.155.503-.375.877-.543A3.5 3.5 0 0 1 30 22v-.055a.946.946 0 0 0-.945-.945H28v-2.96c0-.57-.461-1.04-1.042-1.04H26v-4.927a.2.2 0 0 0-.014-.057l-.005-.013L26 12c-.04-.55-.502-1-1.064-1H24V9c0-.5-.394-1-1-1M9.391 16l3.017-3h4.588c.552 0 1.004.45 1.004 1v.99c0 .55-.452 1-1.004 1.01zm11.567-3h2.064c.54 0 .968.438.968.967v1.066a.97.97 0 0 1-.968.967h-2.064a.97.97 0 0 1-.968-.967v-1.066c0-.538.439-.967.968-.967"/><path d="M30 23c-.873 0-1.31.326-1.749.652c-.439.327-.879.655-1.76.655c-.873 0-1.31-.326-1.748-.652c-.44-.327-.88-.655-1.76-.655c-.875 0-1.312.327-1.75.653c-.437.327-.875.654-1.75.654c-.874 0-1.311-.327-1.749-.654c-.437-.326-.874-.653-1.749-.653s-1.312.327-1.75.653c-.437.327-.874.654-1.749.654c-.874 0-1.312-.327-1.75-.654C10.3 23.327 9.863 23 8.989 23c-.876 0-1.314.328-1.75.655c-.436.326-.87.652-1.74.652c-.874 0-1.311-.327-1.749-.654C3.312 23.327 2.875 23 2 23v7h27.99z"/></g></svg> </template>
CSS
.icon-motor-boat {
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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M23%208h-.5c-1%200-1.5%201-1.5%201l-1%202h-6.545c-.29%200-.562.11-.762.31l-.418.416l-.04.036L6.968%2017H3.042A1.04%201.04%200%200%200%202%2018.04v1.036a8.6%208.6%200%200%200%20.956%203.041q.26.07.492.175c.375.168.67.388.878.544l.022.016c.227.17.363.267.521.338c.14.062.327.117.63.117c.299%200%20.484-.054.622-.116c.157-.07.291-.168.519-.338l.02-.015c.209-.157.503-.378.88-.546A3.5%203.5%200%200%201%208.988%2022c.572%200%201.04.109%201.447.292c.376.168.67.388.879.544l.021.016c.228.17.363.267.521.338c.14.062.328.117.63.117c.303%200%20.49-.055.63-.117c.158-.07.293-.168.521-.338l.022-.016c.208-.156.503-.376.878-.544A3.5%203.5%200%200%201%2015.985%2022c.572%200%201.04.109%201.448.292c.375.168.67.388.878.544l.022.016c.228.17.363.267.521.338c.14.062.327.117.63.117c.302%200%20.49-.055.63-.117c.158-.07.293-.168.52-.338l.022-.016c.209-.156.503-.376.879-.544A3.5%203.5%200%200%201%2022.983%2022c.573%200%201.043.109%201.451.29c.378.17.674.39.884.546l.02.015c.229.17.365.268.523.339c.14.062.328.117.63.117c.306%200%20.497-.055.637-.118c.16-.07.296-.168.524-.338l.023-.017c.209-.155.503-.375.877-.543A3.5%203.5%200%200%201%2030%2022v-.055a.946.946%200%200%200-.945-.945H28v-2.96c0-.57-.461-1.04-1.042-1.04H26v-4.927a.2.2%200%200%200-.014-.057l-.005-.013L26%2012c-.04-.55-.502-1-1.064-1H24V9c0-.5-.394-1-1-1M9.391%2016l3.017-3h4.588c.552%200%201.004.45%201.004%201v.99c0%20.55-.452%201-1.004%201.01zm11.567-3h2.064c.54%200%20.968.438.968.967v1.066a.97.97%200%200%201-.968.967h-2.064a.97.97%200%200%201-.968-.967v-1.066c0-.538.439-.967.968-.967%22%2F%3E%3Cpath%20d%3D%22M30%2023c-.873%200-1.31.326-1.749.652c-.439.327-.879.655-1.76.655c-.873%200-1.31-.326-1.748-.652c-.44-.327-.88-.655-1.76-.655c-.875%200-1.312.327-1.75.653c-.437.327-.875.654-1.75.654c-.874%200-1.311-.327-1.749-.654c-.437-.326-.874-.653-1.749-.653s-1.312.327-1.75.653c-.437.327-.874.654-1.749.654c-.874%200-1.312-.327-1.75-.654C10.3%2023.327%209.863%2023%208.989%2023c-.876%200-1.314.328-1.75.655c-.436.326-.87.652-1.74.652c-.874%200-1.311-.327-1.749-.654C3.312%2023.327%202.875%2023%202%2023v7h27.99z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M23%208h-.5c-1%200-1.5%201-1.5%201l-1%202h-6.545c-.29%200-.562.11-.762.31l-.418.416l-.04.036L6.968%2017H3.042A1.04%201.04%200%200%200%202%2018.04v1.036a8.6%208.6%200%200%200%20.956%203.041q.26.07.492.175c.375.168.67.388.878.544l.022.016c.227.17.363.267.521.338c.14.062.327.117.63.117c.299%200%20.484-.054.622-.116c.157-.07.291-.168.519-.338l.02-.015c.209-.157.503-.378.88-.546A3.5%203.5%200%200%201%208.988%2022c.572%200%201.04.109%201.447.292c.376.168.67.388.879.544l.021.016c.228.17.363.267.521.338c.14.062.328.117.63.117c.303%200%20.49-.055.63-.117c.158-.07.293-.168.521-.338l.022-.016c.208-.156.503-.376.878-.544A3.5%203.5%200%200%201%2015.985%2022c.572%200%201.04.109%201.448.292c.375.168.67.388.878.544l.022.016c.228.17.363.267.521.338c.14.062.327.117.63.117c.302%200%20.49-.055.63-.117c.158-.07.293-.168.52-.338l.022-.016c.209-.156.503-.376.879-.544A3.5%203.5%200%200%201%2022.983%2022c.573%200%201.043.109%201.451.29c.378.17.674.39.884.546l.02.015c.229.17.365.268.523.339c.14.062.328.117.63.117c.306%200%20.497-.055.637-.118c.16-.07.296-.168.524-.338l.023-.017c.209-.155.503-.375.877-.543A3.5%203.5%200%200%201%2030%2022v-.055a.946.946%200%200%200-.945-.945H28v-2.96c0-.57-.461-1.04-1.042-1.04H26v-4.927a.2.2%200%200%200-.014-.057l-.005-.013L26%2012c-.04-.55-.502-1-1.064-1H24V9c0-.5-.394-1-1-1M9.391%2016l3.017-3h4.588c.552%200%201.004.45%201.004%201v.99c0%20.55-.452%201-1.004%201.01zm11.567-3h2.064c.54%200%20.968.438.968.967v1.066a.97.97%200%200%201-.968.967h-2.064a.97.97%200%200%201-.968-.967v-1.066c0-.538.439-.967.968-.967%22%2F%3E%3Cpath%20d%3D%22M30%2023c-.873%200-1.31.326-1.749.652c-.439.327-.879.655-1.76.655c-.873%200-1.31-.326-1.748-.652c-.44-.327-.88-.655-1.76-.655c-.875%200-1.312.327-1.75.653c-.437.327-.875.654-1.75.654c-.874%200-1.311-.327-1.749-.654c-.437-.326-.874-.653-1.749-.653s-1.312.327-1.75.653c-.437.327-.874.654-1.749.654c-.874%200-1.312-.327-1.75-.654C10.3%2023.327%209.863%2023%208.989%2023c-.876%200-1.314.328-1.75.655c-.436.326-.87.652-1.74.652c-.874%200-1.311-.327-1.749-.654C3.312%2023.327%202.875%2023%202%2023v7h27.99z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/motor-boat.svg?color=%231a73e8&size=48