submarine icon

submarine from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
submarine
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the submarine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19 12H9.641c-.976 0-1.956.85-2.762 1.309c-.343.195-.514.292-.672.262c-.157-.03-.321-.221-.65-.601C4.872 12.174 4.13 12 3 12c-.552 0-1 .522-1 1.167v4.666C2 18.478 2.448 19 3 19c1.129 0 1.871-.174 2.558-.97c.328-.38.492-.57.65-.6c.157-.031.328.067.67.262C7.686 18.15 8.666 19 9.642 19H19c1.657 0 3-1.567 3-3.5S20.657 12 19 12m-8.5 0l.56-1.236c.387-.857.58-1.285.952-1.524c.371-.24.84-.24 1.78-.24h.415c.94 0 1.41 0 1.781.24c.372.24.565.667.953 1.524L17.5 12"/><path d="M14 9V5a1 1 0 0 1 1-1h1"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSubmarine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M19 12H9.641c-.976 0-1.956.85-2.762 1.309c-.343.195-.514.292-.672.262c-.157-.03-.321-.221-.65-.601C4.872 12.174 4.13 12 3 12c-.552 0-1 .522-1 1.167v4.666C2 18.478 2.448 19 3 19c1.129 0 1.871-.174 2.558-.97c.328-.38.492-.57.65-.6c.157-.031.328.067.67.262C7.686 18.15 8.666 19 9.642 19H19c1.657 0 3-1.567 3-3.5S20.657 12 19 12m-8.5 0l.56-1.236c.387-.857.58-1.285.952-1.524c.371-.24.84-.24 1.78-.24h.415c.94 0 1.41 0 1.781.24c.372.24.565.667.953 1.524L17.5 12"/><path d="M14 9V5a1 1 0 0 1 1-1h1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19 12H9.641c-.976 0-1.956.85-2.762 1.309c-.343.195-.514.292-.672.262c-.157-.03-.321-.221-.65-.601C4.872 12.174 4.13 12 3 12c-.552 0-1 .522-1 1.167v4.666C2 18.478 2.448 19 3 19c1.129 0 1.871-.174 2.558-.97c.328-.38.492-.57.65-.6c.157-.031.328.067.67.262C7.686 18.15 8.666 19 9.642 19H19c1.657 0 3-1.567 3-3.5S20.657 12 19 12m-8.5 0l.56-1.236c.387-.857.58-1.285.952-1.524c.371-.24.84-.24 1.78-.24h.415c.94 0 1.41 0 1.781.24c.372.24.565.667.953 1.524L17.5 12"/><path d="M14 9V5a1 1 0 0 1 1-1h1"/></g></svg>
</template>

CSS

.icon-submarine {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%2012H9.641c-.976%200-1.956.85-2.762%201.309c-.343.195-.514.292-.672.262c-.157-.03-.321-.221-.65-.601C4.872%2012.174%204.13%2012%203%2012c-.552%200-1%20.522-1%201.167v4.666C2%2018.478%202.448%2019%203%2019c1.129%200%201.871-.174%202.558-.97c.328-.38.492-.57.65-.6c.157-.031.328.067.67.262C7.686%2018.15%208.666%2019%209.642%2019H19c1.657%200%203-1.567%203-3.5S20.657%2012%2019%2012m-8.5%200l.56-1.236c.387-.857.58-1.285.952-1.524c.371-.24.84-.24%201.78-.24h.415c.94%200%201.41%200%201.781.24c.372.24.565.667.953%201.524L17.5%2012%22%2F%3E%3Cpath%20d%3D%22M14%209V5a1%201%200%200%201%201-1h1%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%2012H9.641c-.976%200-1.956.85-2.762%201.309c-.343.195-.514.292-.672.262c-.157-.03-.321-.221-.65-.601C4.872%2012.174%204.13%2012%203%2012c-.552%200-1%20.522-1%201.167v4.666C2%2018.478%202.448%2019%203%2019c1.129%200%201.871-.174%202.558-.97c.328-.38.492-.57.65-.6c.157-.031.328.067.67.262C7.686%2018.15%208.666%2019%209.642%2019H19c1.657%200%203-1.567%203-3.5S20.657%2012%2019%2012m-8.5%200l.56-1.236c.387-.857.58-1.285.952-1.524c.371-.24.84-.24%201.78-.24h.415c.94%200%201.41%200%201.781.24c.372.24.565.667.953%201.524L17.5%2012%22%2F%3E%3Cpath%20d%3D%22M14%209V5a1%201%200%200%201%201-1h1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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