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

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

Use the launchpad logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.518 7.088L2.68 5.351c.107-.158.175-.162.293-.106c2.556 1.476 4.848 1.685 7.212.662c2.35-1.019 3.763-2.82 4.445-5.659c.072-.256.166-.254.231-.245l2.03.44c.343.086.33.18.322.25c-.45 3.328-2.755 6.251-6.019 7.632c-3.317 1.426-6.92 1.112-9.64-.84c-.056-.048-.182-.177-.032-.397h-.003Zm10.115 16.798l2.081.114c.35.006.36-.087.369-.156c.45-3.328-.999-6.758-3.779-8.953c-2.82-2.256-6.378-2.91-9.519-1.749c-.065.033-.222.123-.136.373l.659 1.984c.063.18.125.202.254.179c2.855-.744 5.12-.339 7.128 1.275c1.996 1.606 2.88 3.716 2.784 6.644c.003.258.093.281.158.29zm1.335-13.868a2 2 0 0 0-.28-.02c-.422 0-.82.132-1.146.38a1.9 1.9 0 0 0-.725 1.28a1.897 1.897 0 0 0 1.639 2.151a1.915 1.915 0 0 0 2.15-1.64a1.89 1.89 0 0 0-1.64-2.152zM23.36 6.525l-.966-1.85c-.137-.304-.247-.274-.36-.236c-3.089 1.332-5.22 4.26-5.703 7.838c-.483 3.58.797 6.973 3.426 9.075c.059.052.117.07.182.065a.3.3 0 0 0 .2-.109l1.358-1.628c.125-.157.071-.238.006-.306c-2.13-2.096-2.926-4.18-2.58-6.748c.349-2.583 1.71-4.433 4.286-5.827c.204-.123.17-.228.151-.276z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsLaunchpad(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="M1.518 7.088L2.68 5.351c.107-.158.175-.162.293-.106c2.556 1.476 4.848 1.685 7.212.662c2.35-1.019 3.763-2.82 4.445-5.659c.072-.256.166-.254.231-.245l2.03.44c.343.086.33.18.322.25c-.45 3.328-2.755 6.251-6.019 7.632c-3.317 1.426-6.92 1.112-9.64-.84c-.056-.048-.182-.177-.032-.397h-.003Zm10.115 16.798l2.081.114c.35.006.36-.087.369-.156c.45-3.328-.999-6.758-3.779-8.953c-2.82-2.256-6.378-2.91-9.519-1.749c-.065.033-.222.123-.136.373l.659 1.984c.063.18.125.202.254.179c2.855-.744 5.12-.339 7.128 1.275c1.996 1.606 2.88 3.716 2.784 6.644c.003.258.093.281.158.29zm1.335-13.868a2 2 0 0 0-.28-.02c-.422 0-.82.132-1.146.38a1.9 1.9 0 0 0-.725 1.28a1.897 1.897 0 0 0 1.639 2.151a1.915 1.915 0 0 0 2.15-1.64a1.89 1.89 0 0 0-1.64-2.152zM23.36 6.525l-.966-1.85c-.137-.304-.247-.274-.36-.236c-3.089 1.332-5.22 4.26-5.703 7.838c-.483 3.58.797 6.973 3.426 9.075c.059.052.117.07.182.065a.3.3 0 0 0 .2-.109l1.358-1.628c.125-.157.071-.238.006-.306c-2.13-2.096-2.926-4.18-2.58-6.748c.349-2.583 1.71-4.433 4.286-5.827c.204-.123.17-.228.151-.276z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.518 7.088L2.68 5.351c.107-.158.175-.162.293-.106c2.556 1.476 4.848 1.685 7.212.662c2.35-1.019 3.763-2.82 4.445-5.659c.072-.256.166-.254.231-.245l2.03.44c.343.086.33.18.322.25c-.45 3.328-2.755 6.251-6.019 7.632c-3.317 1.426-6.92 1.112-9.64-.84c-.056-.048-.182-.177-.032-.397h-.003Zm10.115 16.798l2.081.114c.35.006.36-.087.369-.156c.45-3.328-.999-6.758-3.779-8.953c-2.82-2.256-6.378-2.91-9.519-1.749c-.065.033-.222.123-.136.373l.659 1.984c.063.18.125.202.254.179c2.855-.744 5.12-.339 7.128 1.275c1.996 1.606 2.88 3.716 2.784 6.644c.003.258.093.281.158.29zm1.335-13.868a2 2 0 0 0-.28-.02c-.422 0-.82.132-1.146.38a1.9 1.9 0 0 0-.725 1.28a1.897 1.897 0 0 0 1.639 2.151a1.915 1.915 0 0 0 2.15-1.64a1.89 1.89 0 0 0-1.64-2.152zM23.36 6.525l-.966-1.85c-.137-.304-.247-.274-.36-.236c-3.089 1.332-5.22 4.26-5.703 7.838c-.483 3.58.797 6.973 3.426 9.075c.059.052.117.07.182.065a.3.3 0 0 0 .2-.109l1.358-1.628c.125-.157.071-.238.006-.306c-2.13-2.096-2.926-4.18-2.58-6.748c.349-2.583 1.71-4.433 4.286-5.827c.204-.123.17-.228.151-.276z"/></svg>
</template>

CSS

.icon-launchpad {
  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%22M1.518%207.088L2.68%205.351c.107-.158.175-.162.293-.106c2.556%201.476%204.848%201.685%207.212.662c2.35-1.019%203.763-2.82%204.445-5.659c.072-.256.166-.254.231-.245l2.03.44c.343.086.33.18.322.25c-.45%203.328-2.755%206.251-6.019%207.632c-3.317%201.426-6.92%201.112-9.64-.84c-.056-.048-.182-.177-.032-.397h-.003Zm10.115%2016.798l2.081.114c.35.006.36-.087.369-.156c.45-3.328-.999-6.758-3.779-8.953c-2.82-2.256-6.378-2.91-9.519-1.749c-.065.033-.222.123-.136.373l.659%201.984c.063.18.125.202.254.179c2.855-.744%205.12-.339%207.128%201.275c1.996%201.606%202.88%203.716%202.784%206.644c.003.258.093.281.158.29zm1.335-13.868a2%202%200%200%200-.28-.02c-.422%200-.82.132-1.146.38a1.9%201.9%200%200%200-.725%201.28a1.897%201.897%200%200%200%201.639%202.151a1.915%201.915%200%200%200%202.15-1.64a1.89%201.89%200%200%200-1.64-2.152zM23.36%206.525l-.966-1.85c-.137-.304-.247-.274-.36-.236c-3.089%201.332-5.22%204.26-5.703%207.838c-.483%203.58.797%206.973%203.426%209.075c.059.052.117.07.182.065a.3.3%200%200%200%20.2-.109l1.358-1.628c.125-.157.071-.238.006-.306c-2.13-2.096-2.926-4.18-2.58-6.748c.349-2.583%201.71-4.433%204.286-5.827c.204-.123.17-.228.151-.276z%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%22M1.518%207.088L2.68%205.351c.107-.158.175-.162.293-.106c2.556%201.476%204.848%201.685%207.212.662c2.35-1.019%203.763-2.82%204.445-5.659c.072-.256.166-.254.231-.245l2.03.44c.343.086.33.18.322.25c-.45%203.328-2.755%206.251-6.019%207.632c-3.317%201.426-6.92%201.112-9.64-.84c-.056-.048-.182-.177-.032-.397h-.003Zm10.115%2016.798l2.081.114c.35.006.36-.087.369-.156c.45-3.328-.999-6.758-3.779-8.953c-2.82-2.256-6.378-2.91-9.519-1.749c-.065.033-.222.123-.136.373l.659%201.984c.063.18.125.202.254.179c2.855-.744%205.12-.339%207.128%201.275c1.996%201.606%202.88%203.716%202.784%206.644c.003.258.093.281.158.29zm1.335-13.868a2%202%200%200%200-.28-.02c-.422%200-.82.132-1.146.38a1.9%201.9%200%200%200-.725%201.28a1.897%201.897%200%200%200%201.639%202.151a1.915%201.915%200%200%200%202.15-1.64a1.89%201.89%200%200%200-1.64-2.152zM23.36%206.525l-.966-1.85c-.137-.304-.247-.274-.36-.236c-3.089%201.332-5.22%204.26-5.703%207.838c-.483%203.58.797%206.973%203.426%209.075c.059.052.117.07.182.065a.3.3%200%200%200%20.2-.109l1.358-1.628c.125-.157.071-.238.006-.306c-2.13-2.096-2.926-4.18-2.58-6.748c.349-2.583%201.71-4.433%204.286-5.827c.204-.123.17-.228.151-.276z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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