sailing icon
sailing from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- sailing
- Set
- IconPark
- Style
- Color
- Category
- Travel
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More travel icons from IconPark
Use the sailing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M19 30H11L19 21"/><path stroke-linejoin="round" d="M39 30C39 17.0082 28.9937 4 19 4V30H39Z"/><path fill="#2F88FF" stroke-linejoin="round" d="M32.6512 41.5765L42 36L6 36L8 42L31.1144 42C31.6555 42 32.1865 41.8537 32.6512 41.5765Z"/><path stroke-linejoin="round" d="M19 30V36"/><path d="M29 21L41 21"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSailing(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="#000" strokeLinecap="round" strokeWidth="4"><path strokeLinejoin="round" d="M19 30H11L19 21"/><path strokeLinejoin="round" d="M39 30C39 17.0082 28.9937 4 19 4V30H39Z"/><path fill="#2F88FF" strokeLinejoin="round" d="M32.6512 41.5765L42 36L6 36L8 42L31.1144 42C31.6555 42 32.1865 41.8537 32.6512 41.5765Z"/><path strokeLinejoin="round" d="M19 30V36"/><path d="M29 21L41 21"/></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="#000" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M19 30H11L19 21"/><path stroke-linejoin="round" d="M39 30C39 17.0082 28.9937 4 19 4V30H39Z"/><path fill="#2F88FF" stroke-linejoin="round" d="M32.6512 41.5765L42 36L6 36L8 42L31.1144 42C31.6555 42 32.1865 41.8537 32.6512 41.5765Z"/><path stroke-linejoin="round" d="M19 30V36"/><path d="M29 21L41 21"/></g></svg> </template>
CSS
.icon-sailing {
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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2030H11L19%2021%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M39%2030C39%2017.0082%2028.9937%204%2019%204V30H39Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32.6512%2041.5765L42%2036L6%2036L8%2042L31.1144%2042C31.6555%2042%2032.1865%2041.8537%2032.6512%2041.5765Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2030V36%22%2F%3E%3Cpath%20d%3D%22M29%2021L41%2021%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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2030H11L19%2021%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M39%2030C39%2017.0082%2028.9937%204%2019%204V30H39Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32.6512%2041.5765L42%2036L6%2036L8%2042L31.1144%2042C31.6555%2042%2032.1865%2041.8537%2032.6512%2041.5765Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2030V36%22%2F%3E%3Cpath%20d%3D%22M29%2021L41%2021%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/sailing.svg?color=%231a73e8&size=48