codeship from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
codeship
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the codeship logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12s12-5.372 12-12S18.628 0 12 0m0 1.334c.824 0 1.636.191 2.373.56a.53.53 0 0 1 .294.474v1.519a16 16 0 0 0-5.334 0V2.368c0-.2.114-.384.294-.474A5.3 5.3 0 0 1 12 1.334m5.143 4.595c.114.043.19.152.19.274v2.122A21 21 0 0 0 12 6.648c-1.951.344-3.794.943-5.333 1.677V6.203c0-.122.076-.231.19-.274a14.7 14.7 0 0 1 5.038-.933c1.926-.024 3.725.37 5.248.933M12 8s3.752.625 6.411 2.482c.145.101.18.299.084.448c-1.104 1.74-1.97 3.922-2.596 5.838c1.252-1.28 2.24-2.085 4.1-2.101c.9 0 1.598.202 2.185.516C20.42 20.618 15.503 22.72 12 22.667c-4.337.02-8.32-2.702-9.914-6.723c.8-.709 1.74-1.277 3.247-1.277c.92 0 1.626.212 2.22.537c-.554-1.475-1.236-2.994-2.048-4.274a.33.33 0 0 1 .084-.448C8.248 8.625 12 8 12 8m0 1.333c-1.333 2 0 8 0 8s1.333-6 0-8"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCodeship(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="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12s12-5.372 12-12S18.628 0 12 0m0 1.334c.824 0 1.636.191 2.373.56a.53.53 0 0 1 .294.474v1.519a16 16 0 0 0-5.334 0V2.368c0-.2.114-.384.294-.474A5.3 5.3 0 0 1 12 1.334m5.143 4.595c.114.043.19.152.19.274v2.122A21 21 0 0 0 12 6.648c-1.951.344-3.794.943-5.333 1.677V6.203c0-.122.076-.231.19-.274a14.7 14.7 0 0 1 5.038-.933c1.926-.024 3.725.37 5.248.933M12 8s3.752.625 6.411 2.482c.145.101.18.299.084.448c-1.104 1.74-1.97 3.922-2.596 5.838c1.252-1.28 2.24-2.085 4.1-2.101c.9 0 1.598.202 2.185.516C20.42 20.618 15.503 22.72 12 22.667c-4.337.02-8.32-2.702-9.914-6.723c.8-.709 1.74-1.277 3.247-1.277c.92 0 1.626.212 2.22.537c-.554-1.475-1.236-2.994-2.048-4.274a.33.33 0 0 1 .084-.448C8.248 8.625 12 8 12 8m0 1.333c-1.333 2 0 8 0 8s1.333-6 0-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12s12-5.372 12-12S18.628 0 12 0m0 1.334c.824 0 1.636.191 2.373.56a.53.53 0 0 1 .294.474v1.519a16 16 0 0 0-5.334 0V2.368c0-.2.114-.384.294-.474A5.3 5.3 0 0 1 12 1.334m5.143 4.595c.114.043.19.152.19.274v2.122A21 21 0 0 0 12 6.648c-1.951.344-3.794.943-5.333 1.677V6.203c0-.122.076-.231.19-.274a14.7 14.7 0 0 1 5.038-.933c1.926-.024 3.725.37 5.248.933M12 8s3.752.625 6.411 2.482c.145.101.18.299.084.448c-1.104 1.74-1.97 3.922-2.596 5.838c1.252-1.28 2.24-2.085 4.1-2.101c.9 0 1.598.202 2.185.516C20.42 20.618 15.503 22.72 12 22.667c-4.337.02-8.32-2.702-9.914-6.723c.8-.709 1.74-1.277 3.247-1.277c.92 0 1.626.212 2.22.537c-.554-1.475-1.236-2.994-2.048-4.274a.33.33 0 0 1 .084-.448C8.248 8.625 12 8 12 8m0 1.333c-1.333 2 0 8 0 8s1.333-6 0-8"/></svg>
</template>

CSS

.icon-codeship {
  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%22M12%200C5.372%200%200%205.372%200%2012s5.372%2012%2012%2012s12-5.372%2012-12S18.628%200%2012%200m0%201.334c.824%200%201.636.191%202.373.56a.53.53%200%200%201%20.294.474v1.519a16%2016%200%200%200-5.334%200V2.368c0-.2.114-.384.294-.474A5.3%205.3%200%200%201%2012%201.334m5.143%204.595c.114.043.19.152.19.274v2.122A21%2021%200%200%200%2012%206.648c-1.951.344-3.794.943-5.333%201.677V6.203c0-.122.076-.231.19-.274a14.7%2014.7%200%200%201%205.038-.933c1.926-.024%203.725.37%205.248.933M12%208s3.752.625%206.411%202.482c.145.101.18.299.084.448c-1.104%201.74-1.97%203.922-2.596%205.838c1.252-1.28%202.24-2.085%204.1-2.101c.9%200%201.598.202%202.185.516C20.42%2020.618%2015.503%2022.72%2012%2022.667c-4.337.02-8.32-2.702-9.914-6.723c.8-.709%201.74-1.277%203.247-1.277c.92%200%201.626.212%202.22.537c-.554-1.475-1.236-2.994-2.048-4.274a.33.33%200%200%201%20.084-.448C8.248%208.625%2012%208%2012%208m0%201.333c-1.333%202%200%208%200%208s1.333-6%200-8%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%22M12%200C5.372%200%200%205.372%200%2012s5.372%2012%2012%2012s12-5.372%2012-12S18.628%200%2012%200m0%201.334c.824%200%201.636.191%202.373.56a.53.53%200%200%201%20.294.474v1.519a16%2016%200%200%200-5.334%200V2.368c0-.2.114-.384.294-.474A5.3%205.3%200%200%201%2012%201.334m5.143%204.595c.114.043.19.152.19.274v2.122A21%2021%200%200%200%2012%206.648c-1.951.344-3.794.943-5.333%201.677V6.203c0-.122.076-.231.19-.274a14.7%2014.7%200%200%201%205.038-.933c1.926-.024%203.725.37%205.248.933M12%208s3.752.625%206.411%202.482c.145.101.18.299.084.448c-1.104%201.74-1.97%203.922-2.596%205.838c1.252-1.28%202.24-2.085%204.1-2.101c.9%200%201.598.202%202.185.516C20.42%2020.618%2015.503%2022.72%2012%2022.667c-4.337.02-8.32-2.702-9.914-6.723c.8-.709%201.74-1.277%203.247-1.277c.92%200%201.626.212%202.22.537c-.554-1.475-1.236-2.994-2.048-4.274a.33.33%200%200%201%20.084-.448C8.248%208.625%2012%208%2012%208m0%201.333c-1.333%202%200%208%200%208s1.333-6%200-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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