Rocket Launch icon

Rocket Launch is a Google Material Symbol from the Social category. It's one of the 500 most used Material Symbols. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

rocket_launch_outlined_fill0_wght400.svg

Rocket Launch icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=rocket_launch" />

<span class="material-symbols-outlined">rocket_launch</span>

Rocket Launch icon in React

// With the font from the HTML tab:
export function RocketLaunchIcon() {
  return (
    <span className="material-symbols-outlined">
      rocket_launch
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import RocketLaunchIcon from "@material-symbols/svg-400/outlined/rocket_launch.svg?react";

Rocket Launch icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">rocket_launch</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import RocketLaunchIcon from "@material-symbols/svg-400/outlined/rocket_launch.svg?component"; -->

Rocket Launch icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">rocket_launch</mat-icon>

Rocket Launch icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.rocket_launch, fill: 0, weight: 400)

Rocket Launch icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/rocket_launch.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m4.675 10.225 2.65 1.125q.45-.9 .963-1.775t1.087-1.675l-1.975-.4-2.725 2.725Zm3.85 2.025 3.325 3.325q1.425-.65 2.675-1.475t2.025-1.6q2.025-2.025 2.975-4.15t1.025-4.8q-2.675 .075-4.8 1.025T11.6 7.55q-.775 .775-1.6 2.025t-1.475 2.675Zm5.225-3.637q0-.738 .5-1.238t1.238-.5q.737 0 1.237 .5t.5 1.238q0 .737-.5 1.237t-1.237 .5q-.738 0-1.238-.5t-.5-1.237Zm.125 10.812 2.725-2.725-.4-1.975q-.8 .575-1.675 1.088T12.75 16.775l1.125 2.65Zm8.15-17.35q.225 3.4-.85 6.2T17.625 13.55l-.05 .05-.05 .05 .55 2.75q.075 .375-.037 .725T17.65 17.75L13.375 22.05l-2.125-4.95-4.25-4.25-4.95-2.125 4.3-4.275q.275-.275 .625-.387t.725-.038l2.75 .55q.025-.025 .05-.037t.05-.038q2.475-2.475 5.275-3.562T22.025 2.075ZM3.725 15.875q.875-.875 2.138-.887T8 15.85q.875 .875 .863 2.138T7.975 20.125q-.65 .65-2.012 1.075T1.875 22q.375-2.725 .788-4.1t1.062-2.025Zm1.05 1.075q-.35 .375-.625 1.175t-.475 2.05q1.25-.2 2.05-.475t1.175-.625q.475-.425 .488-1.062T6.95 16.9q-.475-.45-1.112-.437T4.775 16.95Z" />
</vector>

Rocket Launch icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/rocket_launch.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/rocket_launch.svg" width="24" height="24" alt="Rocket Launch">

Rocket Launch icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameRocket Launch
Ligaturerocket_launch
Code pointU+EB9B
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/rocket_launch.svg, rocket_launch-fill.svg
FlutterSymbols.rocket_launch
LicenseApache License 2.0 (© Google LLC)

Keywords

socialprogressnewvehiclespeedjourneyforwardtransportspacestartfastquickupward

Related icons