space ship 2 icon

space-ship-2-fill from Remix Icon by Remix Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
space-ship-2-fill
Set
Remix Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

Related icons in Remix Icon

Use the space ship 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.95 17.293a1 1 0 0 1 1.413 1.415l-2.839 2.838a1 1 0 1 1-1.414-1.414zm-1.778-3.88a1 1 0 0 1 1.414 1.416l-5.657 5.656a1 1 0 1 1-1.414-1.414zm8.25-10.7c1.219-.49 2.455-.188 3.254.61c.798.799 1.099 2.035.61 3.253l-4.254 10.597a1 1 0 0 1-1.889-.095a12 12 0 0 0-3.045-5.177A12 12 0 0 0 6.92 8.856a1 1 0 0 1-.095-1.888zm-12.13 8.924a1 1 0 1 1 1.415 1.414L3.868 15.89a1 1 0 0 1-1.414-1.415z"/></svg>

React

import type { SVGProps } from "react";

export function RiSpaceShip2Fill(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" d="M10.95 17.293a1 1 0 0 1 1.413 1.415l-2.839 2.838a1 1 0 1 1-1.414-1.414zm-1.778-3.88a1 1 0 0 1 1.414 1.416l-5.657 5.656a1 1 0 1 1-1.414-1.414zm8.25-10.7c1.219-.49 2.455-.188 3.254.61c.798.799 1.099 2.035.61 3.253l-4.254 10.597a1 1 0 0 1-1.889-.095a12 12 0 0 0-3.045-5.177A12 12 0 0 0 6.92 8.856a1 1 0 0 1-.095-1.888zm-12.13 8.924a1 1 0 1 1 1.415 1.414L3.868 15.89a1 1 0 0 1-1.414-1.415z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.95 17.293a1 1 0 0 1 1.413 1.415l-2.839 2.838a1 1 0 1 1-1.414-1.414zm-1.778-3.88a1 1 0 0 1 1.414 1.416l-5.657 5.656a1 1 0 1 1-1.414-1.414zm8.25-10.7c1.219-.49 2.455-.188 3.254.61c.798.799 1.099 2.035.61 3.253l-4.254 10.597a1 1 0 0 1-1.889-.095a12 12 0 0 0-3.045-5.177A12 12 0 0 0 6.92 8.856a1 1 0 0 1-.095-1.888zm-12.13 8.924a1 1 0 1 1 1.415 1.414L3.868 15.89a1 1 0 0 1-1.414-1.415z"/></svg>
</template>

CSS

.icon-space-ship-2-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%20d%3D%22M10.95%2017.293a1%201%200%200%201%201.413%201.415l-2.839%202.838a1%201%200%201%201-1.414-1.414zm-1.778-3.88a1%201%200%200%201%201.414%201.416l-5.657%205.656a1%201%200%201%201-1.414-1.414zm8.25-10.7c1.219-.49%202.455-.188%203.254.61c.798.799%201.099%202.035.61%203.253l-4.254%2010.597a1%201%200%200%201-1.889-.095a12%2012%200%200%200-3.045-5.177A12%2012%200%200%200%206.92%208.856a1%201%200%200%201-.095-1.888zm-12.13%208.924a1%201%200%201%201%201.415%201.414L3.868%2015.89a1%201%200%200%201-1.414-1.415z%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%20d%3D%22M10.95%2017.293a1%201%200%200%201%201.413%201.415l-2.839%202.838a1%201%200%201%201-1.414-1.414zm-1.778-3.88a1%201%200%200%201%201.414%201.416l-5.657%205.656a1%201%200%201%201-1.414-1.414zm8.25-10.7c1.219-.49%202.455-.188%203.254.61c.798.799%201.099%202.035.61%203.253l-4.254%2010.597a1%201%200%200%201-1.889-.095a12%2012%200%200%200-3.045-5.177A12%2012%200%200%200%206.92%208.856a1%201%200%200%201-.095-1.888zm-12.13%208.924a1%201%200%201%201%201.415%201.414L3.868%2015.89a1%201%200%200%201-1.414-1.415z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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