Rocket icon

Rocket is a Google Material Symbol from the Social category. 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_outlined_fill0_wght400.svg

Rocket 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,[email protected],100..700,0..1,-50..200&icon_names=rocket" />

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

Rocket icon in React

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

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

Rocket icon in Vue

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

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

Rocket icon in Angular

With Angular Material and the font from the HTML tab:

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

Rocket 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, fill: 0, weight: 400)

Rocket icon in Android

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

<!-- res/drawable/rocket.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="m5.5 19.8 2.65-1.075q-.325-.95-.562-1.925T7.175 14.825l-1.675 1.125v3.85Zm4.15-1.3h4.7q.55-1.475 .85-2.937T15.5 13q0-2.875-.825-5.05T12 3.825q-1.85 1.95-2.675 4.125t-.825 5.05q0 1.1 .3 2.563T9.65 18.5Zm1.113-6.262Q10.25 11.725 10.25 11t.513-1.237Q11.275 9.25 12 9.25t1.238 .513Q13.75 10.275 13.75 11t-.512 1.238Q12.725 12.75 12 12.75t-1.237-.512ZM18.5 19.8v-3.85l-1.675-1.125q-.175 1-.412 1.975T15.85 18.725l2.65 1.075ZM12 1.775q2.55 2.25 3.775 4.988T17 13v.125l2.325 1.575q.325 .2 .5 .525t.175 .7v6.075l-5-2H9L4 22v-6.075q0-.375 .175-.7t.5-.525l2.325-1.575v-.125q0-3.5 1.225-6.237T12 1.775Z" />
</vector>

Rocket icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/rocket.svg" width="24" height="24" alt="Rocket">

Rocket 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
Ligaturerocket
Code pointU+EBA5
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/rocket.svg, rocket-fill.svg
FlutterSymbols.rocket
LicenseApache License 2.0 (© Google LLC)

Keywords

socialtravelprogressspeedjourneysciencespacezoomstartfastskyquickflight

Related icons