starship logo
starship from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- starship
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the starship logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><mask id="SVGcVHSkeyt" maskUnits="userSpaceOnUse"><circle cx="64" cy="64" r="63.9" fill="#c4c4c4"/></mask><linearGradient id="SVG1lHTrb3O" x1="13.5" x2="114.5" y1="-32.6" y2="160.6" gradientTransform="matrix(1 0 0 -1 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ed0a62"/><stop offset="1" stop-color="#890cea"/></linearGradient></defs><path fill="url(#SVG1lHTrb3O)" d="M150.2-14H-22.2v155.9h172.4z" mask="url(#SVGcVHSkeyt)"/><path fill="#fff" fill-rule="evenodd" d="M24.4 35.3c6.2 1.2 9.7 4.9 10.8 10.8q-.15-9.15 10.8-10.8c-6.6-.7-10-4.4-10.8-10.8c-.8 6.2-4.1 10-10.8 10.8m55 46L77 87.6l-19.4-5.7l2-6.8l-14.8-5.9c4.7-5.8 9.4-8.6 16.8-12.2c-.7-11.3 8.5-19.4 19.4-27.4c8.7 10.6 12.5 20 6.6 33.3c4.9 5.3 7 13.8 6.9 21.8l-15-3.5zm3.4-30c0 3.1-2.5 5.6-5.6 5.6s-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6s5.6 2.5 5.6 5.6" mask="url(#SVGcVHSkeyt)"/><path fill="#fff" d="M72.1 100.7s-4.4 26.1-22.9 32.8L20.1 115c25.6 0 34.8-19.8 34.8-19.8l17.2 5.6z" mask="url(#SVGcVHSkeyt)"/></svg>
React
import type { SVGProps } from "react";
export function DeviconStarship(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><mask id="SVGcVHSkeyt" maskUnits="userSpaceOnUse"><circle cx="64" cy="64" r="63.9" fill="#c4c4c4"/></mask><linearGradient id="SVG1lHTrb3O" x1="13.5" x2="114.5" y1="-32.6" y2="160.6" gradientTransform="matrix(1 0 0 -1 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#ed0a62"/><stop offset="1" stopColor="#890cea"/></linearGradient></defs><path fill="url(#SVG1lHTrb3O)" d="M150.2-14H-22.2v155.9h172.4z" mask="url(#SVGcVHSkeyt)"/><path fill="#fff" fillRule="evenodd" d="M24.4 35.3c6.2 1.2 9.7 4.9 10.8 10.8q-.15-9.15 10.8-10.8c-6.6-.7-10-4.4-10.8-10.8c-.8 6.2-4.1 10-10.8 10.8m55 46L77 87.6l-19.4-5.7l2-6.8l-14.8-5.9c4.7-5.8 9.4-8.6 16.8-12.2c-.7-11.3 8.5-19.4 19.4-27.4c8.7 10.6 12.5 20 6.6 33.3c4.9 5.3 7 13.8 6.9 21.8l-15-3.5zm3.4-30c0 3.1-2.5 5.6-5.6 5.6s-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6s5.6 2.5 5.6 5.6" mask="url(#SVGcVHSkeyt)"/><path fill="#fff" d="M72.1 100.7s-4.4 26.1-22.9 32.8L20.1 115c25.6 0 34.8-19.8 34.8-19.8l17.2 5.6z" mask="url(#SVGcVHSkeyt)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><mask id="SVGcVHSkeyt" maskUnits="userSpaceOnUse"><circle cx="64" cy="64" r="63.9" fill="#c4c4c4"/></mask><linearGradient id="SVG1lHTrb3O" x1="13.5" x2="114.5" y1="-32.6" y2="160.6" gradientTransform="matrix(1 0 0 -1 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ed0a62"/><stop offset="1" stop-color="#890cea"/></linearGradient></defs><path fill="url(#SVG1lHTrb3O)" d="M150.2-14H-22.2v155.9h172.4z" mask="url(#SVGcVHSkeyt)"/><path fill="#fff" fill-rule="evenodd" d="M24.4 35.3c6.2 1.2 9.7 4.9 10.8 10.8q-.15-9.15 10.8-10.8c-6.6-.7-10-4.4-10.8-10.8c-.8 6.2-4.1 10-10.8 10.8m55 46L77 87.6l-19.4-5.7l2-6.8l-14.8-5.9c4.7-5.8 9.4-8.6 16.8-12.2c-.7-11.3 8.5-19.4 19.4-27.4c8.7 10.6 12.5 20 6.6 33.3c4.9 5.3 7 13.8 6.9 21.8l-15-3.5zm3.4-30c0 3.1-2.5 5.6-5.6 5.6s-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6s5.6 2.5 5.6 5.6" mask="url(#SVGcVHSkeyt)"/><path fill="#fff" d="M72.1 100.7s-4.4 26.1-22.9 32.8L20.1 115c25.6 0 34.8-19.8 34.8-19.8l17.2 5.6z" mask="url(#SVGcVHSkeyt)"/></svg> </template>
CSS
.icon-starship {
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%20128%20128%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGcVHSkeyt%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2263.9%22%20fill%3D%22%23c4c4c4%22%2F%3E%3C%2Fmask%3E%3ClinearGradient%20id%3D%22SVG1lHTrb3O%22%20x1%3D%2213.5%22%20x2%3D%22114.5%22%20y1%3D%22-32.6%22%20y2%3D%22160.6%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ed0a62%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23890cea%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG1lHTrb3O)%22%20d%3D%22M150.2-14H-22.2v155.9h172.4z%22%20mask%3D%22url(%23SVGcVHSkeyt)%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24.4%2035.3c6.2%201.2%209.7%204.9%2010.8%2010.8q-.15-9.15%2010.8-10.8c-6.6-.7-10-4.4-10.8-10.8c-.8%206.2-4.1%2010-10.8%2010.8m55%2046L77%2087.6l-19.4-5.7l2-6.8l-14.8-5.9c4.7-5.8%209.4-8.6%2016.8-12.2c-.7-11.3%208.5-19.4%2019.4-27.4c8.7%2010.6%2012.5%2020%206.6%2033.3c4.9%205.3%207%2013.8%206.9%2021.8l-15-3.5zm3.4-30c0%203.1-2.5%205.6-5.6%205.6s-5.6-2.5-5.6-5.6s2.5-5.6%205.6-5.6s5.6%202.5%205.6%205.6%22%20mask%3D%22url(%23SVGcVHSkeyt)%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M72.1%20100.7s-4.4%2026.1-22.9%2032.8L20.1%20115c25.6%200%2034.8-19.8%2034.8-19.8l17.2%205.6z%22%20mask%3D%22url(%23SVGcVHSkeyt)%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%20128%20128%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGcVHSkeyt%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2263.9%22%20fill%3D%22%23c4c4c4%22%2F%3E%3C%2Fmask%3E%3ClinearGradient%20id%3D%22SVG1lHTrb3O%22%20x1%3D%2213.5%22%20x2%3D%22114.5%22%20y1%3D%22-32.6%22%20y2%3D%22160.6%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ed0a62%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23890cea%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG1lHTrb3O)%22%20d%3D%22M150.2-14H-22.2v155.9h172.4z%22%20mask%3D%22url(%23SVGcVHSkeyt)%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24.4%2035.3c6.2%201.2%209.7%204.9%2010.8%2010.8q-.15-9.15%2010.8-10.8c-6.6-.7-10-4.4-10.8-10.8c-.8%206.2-4.1%2010-10.8%2010.8m55%2046L77%2087.6l-19.4-5.7l2-6.8l-14.8-5.9c4.7-5.8%209.4-8.6%2016.8-12.2c-.7-11.3%208.5-19.4%2019.4-27.4c8.7%2010.6%2012.5%2020%206.6%2033.3c4.9%205.3%207%2013.8%206.9%2021.8l-15-3.5zm3.4-30c0%203.1-2.5%205.6-5.6%205.6s-5.6-2.5-5.6-5.6s2.5-5.6%205.6-5.6s5.6%202.5%205.6%205.6%22%20mask%3D%22url(%23SVGcVHSkeyt)%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M72.1%20100.7s-4.4%2026.1-22.9%2032.8L20.1%20115c25.6%200%2034.8-19.8%2034.8-19.8l17.2%205.6z%22%20mask%3D%22url(%23SVGcVHSkeyt)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/starship.svg?color=%231a73e8&size=48