sailboat-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
sailboat-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the sailboat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.72 2.04a1 1 0 0 1 1.124.423l7 11A1 1 0 0 1 20 15h-7a1 1 0 0 1-1-1V3a1 1 0 0 1 .72-.96m-2.444 2.999A1 1 0 0 1 11 6v8a1 1 0 0 1-1 1H5a1 1 0 0 1-.848-1.53l5-8a1 1 0 0 1 1.124-.431M3.189 16.415A1 1 0 0 1 4 16h16a1 1 0 0 1 .949 1.316a7.4 7.4 0 0 1-.867 1.739C19.542 19.865 18.531 21 17 21H7c-1.53 0-2.542-1.135-3.082-1.945c-.188-.282-.867-1.739-.867-1.739a1 1 0 0 1 .138-.9" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteSailboatFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12.72 2.04a1 1 0 0 1 1.124.423l7 11A1 1 0 0 1 20 15h-7a1 1 0 0 1-1-1V3a1 1 0 0 1 .72-.96m-2.444 2.999A1 1 0 0 1 11 6v8a1 1 0 0 1-1 1H5a1 1 0 0 1-.848-1.53l5-8a1 1 0 0 1 1.124-.431M3.189 16.415A1 1 0 0 1 4 16h16a1 1 0 0 1 .949 1.316a7.4 7.4 0 0 1-.867 1.739C19.542 19.865 18.531 21 17 21H7c-1.53 0-2.542-1.135-3.082-1.945c-.188-.282-.867-1.739-.867-1.739a1 1 0 0 1 .138-.9" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.72 2.04a1 1 0 0 1 1.124.423l7 11A1 1 0 0 1 20 15h-7a1 1 0 0 1-1-1V3a1 1 0 0 1 .72-.96m-2.444 2.999A1 1 0 0 1 11 6v8a1 1 0 0 1-1 1H5a1 1 0 0 1-.848-1.53l5-8a1 1 0 0 1 1.124-.431M3.189 16.415A1 1 0 0 1 4 16h16a1 1 0 0 1 .949 1.316a7.4 7.4 0 0 1-.867 1.739C19.542 19.865 18.531 21 17 21H7c-1.53 0-2.542-1.135-3.082-1.945c-.188-.282-.867-1.739-.867-1.739a1 1 0 0 1 .138-.9" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-sailboat-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.72%202.04a1%201%200%200%201%201.124.423l7%2011A1%201%200%200%201%2020%2015h-7a1%201%200%200%201-1-1V3a1%201%200%200%201%20.72-.96m-2.444%202.999A1%201%200%200%201%2011%206v8a1%201%200%200%201-1%201H5a1%201%200%200%201-.848-1.53l5-8a1%201%200%200%201%201.124-.431M3.189%2016.415A1%201%200%200%201%204%2016h16a1%201%200%200%201%20.949%201.316a7.4%207.4%200%200%201-.867%201.739C19.542%2019.865%2018.531%2021%2017%2021H7c-1.53%200-2.542-1.135-3.082-1.945c-.188-.282-.867-1.739-.867-1.739a1%201%200%200%201%20.138-.9%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.72%202.04a1%201%200%200%201%201.124.423l7%2011A1%201%200%200%201%2020%2015h-7a1%201%200%200%201-1-1V3a1%201%200%200%201%20.72-.96m-2.444%202.999A1%201%200%200%201%2011%206v8a1%201%200%200%201-1%201H5a1%201%200%200%201-.848-1.53l5-8a1%201%200%200%201%201.124-.431M3.189%2016.415A1%201%200%200%201%204%2016h16a1%201%200%200%201%20.949%201.316a7.4%207.4%200%200%201-.867%201.739C19.542%2019.865%2018.531%2021%2017%2021H7c-1.53%200-2.542-1.135-3.082-1.945c-.188-.282-.867-1.739-.867-1.739a1%201%200%200%201%20.138-.9%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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