plane sea icon

plane-sea from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
plane-sea
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the plane sea icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 30h-2a4.93 4.93 0 0 1-4-1.987a5.02 5.02 0 0 1-8 0a5.02 5.02 0 0 1-8 0A4.93 4.93 0 0 1 4 30H2v-2h2a3.44 3.44 0 0 0 3.053-2.321A.97.97 0 0 1 8 25a1.01 1.01 0 0 1 .949.684A3.44 3.44 0 0 0 12 28a3.44 3.44 0 0 0 3.053-2.321A.99.99 0 0 1 16 25a1.01 1.01 0 0 1 .949.684A3.44 3.44 0 0 0 20 28a3.44 3.44 0 0 0 3.053-2.321a1 1 0 0 1 1.896.005A3.44 3.44 0 0 0 28 28h2ZM28 6v4h-2.5l-2.1-2.8A3.01 3.01 0 0 0 21 6h-6a3.003 3.003 0 0 0-3 3v1H8.618l-.724-1.447l-1-2A1 1 0 0 0 6 6H3a1 1 0 0 0-1 1v6a3.003 3.003 0 0 0 3 3h6.82l-.667 4H7a1 1 0 0 0 0 2h20a1 1 0 0 0 0-2h-4.153l-.667-4h.163a4.97 4.97 0 0 0 3.535-1.465L28 12.415V16h2V6ZM14 9a1 1 0 0 1 1-1h6a1 1 0 0 1 .8.4L23 10h-9Zm6.82 11h-7.64l.667-4h6.306Zm1.524-6H5a1 1 0 0 1-1-1V8h1.382l.724 1.447L7.382 12h18.204l-1.122 1.121a2.98 2.98 0 0 1-2.12.879"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPlaneSea(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 30h-2a4.93 4.93 0 0 1-4-1.987a5.02 5.02 0 0 1-8 0a5.02 5.02 0 0 1-8 0A4.93 4.93 0 0 1 4 30H2v-2h2a3.44 3.44 0 0 0 3.053-2.321A.97.97 0 0 1 8 25a1.01 1.01 0 0 1 .949.684A3.44 3.44 0 0 0 12 28a3.44 3.44 0 0 0 3.053-2.321A.99.99 0 0 1 16 25a1.01 1.01 0 0 1 .949.684A3.44 3.44 0 0 0 20 28a3.44 3.44 0 0 0 3.053-2.321a1 1 0 0 1 1.896.005A3.44 3.44 0 0 0 28 28h2ZM28 6v4h-2.5l-2.1-2.8A3.01 3.01 0 0 0 21 6h-6a3.003 3.003 0 0 0-3 3v1H8.618l-.724-1.447l-1-2A1 1 0 0 0 6 6H3a1 1 0 0 0-1 1v6a3.003 3.003 0 0 0 3 3h6.82l-.667 4H7a1 1 0 0 0 0 2h20a1 1 0 0 0 0-2h-4.153l-.667-4h.163a4.97 4.97 0 0 0 3.535-1.465L28 12.415V16h2V6ZM14 9a1 1 0 0 1 1-1h6a1 1 0 0 1 .8.4L23 10h-9Zm6.82 11h-7.64l.667-4h6.306Zm1.524-6H5a1 1 0 0 1-1-1V8h1.382l.724 1.447L7.382 12h18.204l-1.122 1.121a2.98 2.98 0 0 1-2.12.879"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 30h-2a4.93 4.93 0 0 1-4-1.987a5.02 5.02 0 0 1-8 0a5.02 5.02 0 0 1-8 0A4.93 4.93 0 0 1 4 30H2v-2h2a3.44 3.44 0 0 0 3.053-2.321A.97.97 0 0 1 8 25a1.01 1.01 0 0 1 .949.684A3.44 3.44 0 0 0 12 28a3.44 3.44 0 0 0 3.053-2.321A.99.99 0 0 1 16 25a1.01 1.01 0 0 1 .949.684A3.44 3.44 0 0 0 20 28a3.44 3.44 0 0 0 3.053-2.321a1 1 0 0 1 1.896.005A3.44 3.44 0 0 0 28 28h2ZM28 6v4h-2.5l-2.1-2.8A3.01 3.01 0 0 0 21 6h-6a3.003 3.003 0 0 0-3 3v1H8.618l-.724-1.447l-1-2A1 1 0 0 0 6 6H3a1 1 0 0 0-1 1v6a3.003 3.003 0 0 0 3 3h6.82l-.667 4H7a1 1 0 0 0 0 2h20a1 1 0 0 0 0-2h-4.153l-.667-4h.163a4.97 4.97 0 0 0 3.535-1.465L28 12.415V16h2V6ZM14 9a1 1 0 0 1 1-1h6a1 1 0 0 1 .8.4L23 10h-9Zm6.82 11h-7.64l.667-4h6.306Zm1.524-6H5a1 1 0 0 1-1-1V8h1.382l.724 1.447L7.382 12h18.204l-1.122 1.121a2.98 2.98 0 0 1-2.12.879"/></svg>
</template>

CSS

.icon-plane-sea {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2030h-2a4.93%204.93%200%200%201-4-1.987a5.02%205.02%200%200%201-8%200a5.02%205.02%200%200%201-8%200A4.93%204.93%200%200%201%204%2030H2v-2h2a3.44%203.44%200%200%200%203.053-2.321A.97.97%200%200%201%208%2025a1.01%201.01%200%200%201%20.949.684A3.44%203.44%200%200%200%2012%2028a3.44%203.44%200%200%200%203.053-2.321A.99.99%200%200%201%2016%2025a1.01%201.01%200%200%201%20.949.684A3.44%203.44%200%200%200%2020%2028a3.44%203.44%200%200%200%203.053-2.321a1%201%200%200%201%201.896.005A3.44%203.44%200%200%200%2028%2028h2ZM28%206v4h-2.5l-2.1-2.8A3.01%203.01%200%200%200%2021%206h-6a3.003%203.003%200%200%200-3%203v1H8.618l-.724-1.447l-1-2A1%201%200%200%200%206%206H3a1%201%200%200%200-1%201v6a3.003%203.003%200%200%200%203%203h6.82l-.667%204H7a1%201%200%200%200%200%202h20a1%201%200%200%200%200-2h-4.153l-.667-4h.163a4.97%204.97%200%200%200%203.535-1.465L28%2012.415V16h2V6ZM14%209a1%201%200%200%201%201-1h6a1%201%200%200%201%20.8.4L23%2010h-9Zm6.82%2011h-7.64l.667-4h6.306Zm1.524-6H5a1%201%200%200%201-1-1V8h1.382l.724%201.447L7.382%2012h18.204l-1.122%201.121a2.98%202.98%200%200%201-2.12.879%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2030h-2a4.93%204.93%200%200%201-4-1.987a5.02%205.02%200%200%201-8%200a5.02%205.02%200%200%201-8%200A4.93%204.93%200%200%201%204%2030H2v-2h2a3.44%203.44%200%200%200%203.053-2.321A.97.97%200%200%201%208%2025a1.01%201.01%200%200%201%20.949.684A3.44%203.44%200%200%200%2012%2028a3.44%203.44%200%200%200%203.053-2.321A.99.99%200%200%201%2016%2025a1.01%201.01%200%200%201%20.949.684A3.44%203.44%200%200%200%2020%2028a3.44%203.44%200%200%200%203.053-2.321a1%201%200%200%201%201.896.005A3.44%203.44%200%200%200%2028%2028h2ZM28%206v4h-2.5l-2.1-2.8A3.01%203.01%200%200%200%2021%206h-6a3.003%203.003%200%200%200-3%203v1H8.618l-.724-1.447l-1-2A1%201%200%200%200%206%206H3a1%201%200%200%200-1%201v6a3.003%203.003%200%200%200%203%203h6.82l-.667%204H7a1%201%200%200%200%200%202h20a1%201%200%200%200%200-2h-4.153l-.667-4h.163a4.97%204.97%200%200%200%203.535-1.465L28%2012.415V16h2V6ZM14%209a1%201%200%200%201%201-1h6a1%201%200%200%201%20.8.4L23%2010h-9Zm6.82%2011h-7.64l.667-4h6.306Zm1.524-6H5a1%201%200%200%201-1-1V8h1.382l.724%201.447L7.382%2012h18.204l-1.122%201.121a2.98%202.98%200%200%201-2.12.879%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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