rocket from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
rocket
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
rocket-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the rocket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22v-5.925q0-.5.238-.95T4.9 14.4l1.1-.725q.175 2.1.55 3.575t1.175 3.275zm5.225-2q-.875-1.65-1.3-3.5T7.5 12.675q0-3.125 1.238-5.887T12 2.6q2.025 1.425 3.263 4.188t1.237 5.887q0 1.95-.425 3.788T14.775 20zm4.188-7.587Q14 11.825 14 11t-.587-1.412T12 9t-1.412.588T10 11t.588 1.413T12 13t1.413-.587M20 22l-3.725-1.475q.8-1.8 1.175-3.275t.55-3.575l1.1.725q.425.275.663.725t.237.95z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRocket(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="M4 22v-5.925q0-.5.238-.95T4.9 14.4l1.1-.725q.175 2.1.55 3.575t1.175 3.275zm5.225-2q-.875-1.65-1.3-3.5T7.5 12.675q0-3.125 1.238-5.887T12 2.6q2.025 1.425 3.263 4.188t1.237 5.887q0 1.95-.425 3.788T14.775 20zm4.188-7.587Q14 11.825 14 11t-.587-1.412T12 9t-1.412.588T10 11t.588 1.413T12 13t1.413-.587M20 22l-3.725-1.475q.8-1.8 1.175-3.275t.55-3.575l1.1.725q.425.275.663.725t.237.95z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22v-5.925q0-.5.238-.95T4.9 14.4l1.1-.725q.175 2.1.55 3.575t1.175 3.275zm5.225-2q-.875-1.65-1.3-3.5T7.5 12.675q0-3.125 1.238-5.887T12 2.6q2.025 1.425 3.263 4.188t1.237 5.887q0 1.95-.425 3.788T14.775 20zm4.188-7.587Q14 11.825 14 11t-.587-1.412T12 9t-1.412.588T10 11t.588 1.413T12 13t1.413-.587M20 22l-3.725-1.475q.8-1.8 1.175-3.275t.55-3.575l1.1.725q.425.275.663.725t.237.95z"/></svg>
</template>

CSS

.icon-rocket {
  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%22M4%2022v-5.925q0-.5.238-.95T4.9%2014.4l1.1-.725q.175%202.1.55%203.575t1.175%203.275zm5.225-2q-.875-1.65-1.3-3.5T7.5%2012.675q0-3.125%201.238-5.887T12%202.6q2.025%201.425%203.263%204.188t1.237%205.887q0%201.95-.425%203.788T14.775%2020zm4.188-7.587Q14%2011.825%2014%2011t-.587-1.412T12%209t-1.412.588T10%2011t.588%201.413T12%2013t1.413-.587M20%2022l-3.725-1.475q.8-1.8%201.175-3.275t.55-3.575l1.1.725q.425.275.663.725t.237.95z%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%22M4%2022v-5.925q0-.5.238-.95T4.9%2014.4l1.1-.725q.175%202.1.55%203.575t1.175%203.275zm5.225-2q-.875-1.65-1.3-3.5T7.5%2012.675q0-3.125%201.238-5.887T12%202.6q2.025%201.425%203.263%204.188t1.237%205.887q0%201.95-.425%203.788T14.775%2020zm4.188-7.587Q14%2011.825%2014%2011t-.587-1.412T12%209t-1.412.588T10%2011t.588%201.413T12%2013t1.413-.587M20%2022l-3.725-1.475q.8-1.8%201.175-3.275t.55-3.575l1.1.725q.425.275.663.725t.237.95z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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