rocket launch icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the rocket launch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.65 10.025l1.95.825q.35-.7.725-1.35t.825-1.3l-1.4-.275zM9.2 12.1l2.85 2.825q1.05-.4 2.25-1.225t2.25-1.875q1.75-1.75 2.738-3.887T20.15 4q-1.8-.125-3.95.863T12.3 7.6q-1.05 1.05-1.875 2.25T9.2 12.1m3.875-3.037q0-.838.575-1.413t1.425-.575t1.425.575t.575 1.413t-.575 1.412t-1.425.575t-1.425-.575t-.575-1.412m1.05 9.437l2.1-2.1l-.275-1.4q-.65.45-1.3.812t-1.35.713zM21.95 2.175q.475 3.025-.587 5.888T17.7 13.525L18.2 16q.1.5-.05.975t-.5.825l-4.2 4.2l-2.1-4.925L7.075 12.8L2.15 10.7l4.175-4.2q.35-.35.838-.5t.987-.05l2.475.5q2.6-2.6 5.45-3.675t5.875-.6m-18.025 13.8q.875-.875 2.138-.887t2.137.862t.863 2.138t-.888 2.137q-.625.625-2.087 1.075t-4.038.8q.35-2.575.8-4.038t1.075-2.087m1.425 1.4q-.25.25-.5.913t-.35 1.337q.675-.1 1.338-.337t.912-.488q.3-.3.325-.725T6.8 17.35t-.725-.288t-.725.313"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRocketLaunchOutline(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="m5.65 10.025l1.95.825q.35-.7.725-1.35t.825-1.3l-1.4-.275zM9.2 12.1l2.85 2.825q1.05-.4 2.25-1.225t2.25-1.875q1.75-1.75 2.738-3.887T20.15 4q-1.8-.125-3.95.863T12.3 7.6q-1.05 1.05-1.875 2.25T9.2 12.1m3.875-3.037q0-.838.575-1.413t1.425-.575t1.425.575t.575 1.413t-.575 1.412t-1.425.575t-1.425-.575t-.575-1.412m1.05 9.437l2.1-2.1l-.275-1.4q-.65.45-1.3.812t-1.35.713zM21.95 2.175q.475 3.025-.587 5.888T17.7 13.525L18.2 16q.1.5-.05.975t-.5.825l-4.2 4.2l-2.1-4.925L7.075 12.8L2.15 10.7l4.175-4.2q.35-.35.838-.5t.987-.05l2.475.5q2.6-2.6 5.45-3.675t5.875-.6m-18.025 13.8q.875-.875 2.138-.887t2.137.862t.863 2.138t-.888 2.137q-.625.625-2.087 1.075t-4.038.8q.35-2.575.8-4.038t1.075-2.087m1.425 1.4q-.25.25-.5.913t-.35 1.337q.675-.1 1.338-.337t.912-.488q.3-.3.325-.725T6.8 17.35t-.725-.288t-.725.313"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.65 10.025l1.95.825q.35-.7.725-1.35t.825-1.3l-1.4-.275zM9.2 12.1l2.85 2.825q1.05-.4 2.25-1.225t2.25-1.875q1.75-1.75 2.738-3.887T20.15 4q-1.8-.125-3.95.863T12.3 7.6q-1.05 1.05-1.875 2.25T9.2 12.1m3.875-3.037q0-.838.575-1.413t1.425-.575t1.425.575t.575 1.413t-.575 1.412t-1.425.575t-1.425-.575t-.575-1.412m1.05 9.437l2.1-2.1l-.275-1.4q-.65.45-1.3.812t-1.35.713zM21.95 2.175q.475 3.025-.587 5.888T17.7 13.525L18.2 16q.1.5-.05.975t-.5.825l-4.2 4.2l-2.1-4.925L7.075 12.8L2.15 10.7l4.175-4.2q.35-.35.838-.5t.987-.05l2.475.5q2.6-2.6 5.45-3.675t5.875-.6m-18.025 13.8q.875-.875 2.138-.887t2.137.862t.863 2.138t-.888 2.137q-.625.625-2.087 1.075t-4.038.8q.35-2.575.8-4.038t1.075-2.087m1.425 1.4q-.25.25-.5.913t-.35 1.337q.675-.1 1.338-.337t.912-.488q.3-.3.325-.725T6.8 17.35t-.725-.288t-.725.313"/></svg>
</template>

CSS

.icon-rocket-launch-outline {
  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%22m5.65%2010.025l1.95.825q.35-.7.725-1.35t.825-1.3l-1.4-.275zM9.2%2012.1l2.85%202.825q1.05-.4%202.25-1.225t2.25-1.875q1.75-1.75%202.738-3.887T20.15%204q-1.8-.125-3.95.863T12.3%207.6q-1.05%201.05-1.875%202.25T9.2%2012.1m3.875-3.037q0-.838.575-1.413t1.425-.575t1.425.575t.575%201.413t-.575%201.412t-1.425.575t-1.425-.575t-.575-1.412m1.05%209.437l2.1-2.1l-.275-1.4q-.65.45-1.3.812t-1.35.713zM21.95%202.175q.475%203.025-.587%205.888T17.7%2013.525L18.2%2016q.1.5-.05.975t-.5.825l-4.2%204.2l-2.1-4.925L7.075%2012.8L2.15%2010.7l4.175-4.2q.35-.35.838-.5t.987-.05l2.475.5q2.6-2.6%205.45-3.675t5.875-.6m-18.025%2013.8q.875-.875%202.138-.887t2.137.862t.863%202.138t-.888%202.137q-.625.625-2.087%201.075t-4.038.8q.35-2.575.8-4.038t1.075-2.087m1.425%201.4q-.25.25-.5.913t-.35%201.337q.675-.1%201.338-.337t.912-.488q.3-.3.325-.725T6.8%2017.35t-.725-.288t-.725.313%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%22m5.65%2010.025l1.95.825q.35-.7.725-1.35t.825-1.3l-1.4-.275zM9.2%2012.1l2.85%202.825q1.05-.4%202.25-1.225t2.25-1.875q1.75-1.75%202.738-3.887T20.15%204q-1.8-.125-3.95.863T12.3%207.6q-1.05%201.05-1.875%202.25T9.2%2012.1m3.875-3.037q0-.838.575-1.413t1.425-.575t1.425.575t.575%201.413t-.575%201.412t-1.425.575t-1.425-.575t-.575-1.412m1.05%209.437l2.1-2.1l-.275-1.4q-.65.45-1.3.812t-1.35.713zM21.95%202.175q.475%203.025-.587%205.888T17.7%2013.525L18.2%2016q.1.5-.05.975t-.5.825l-4.2%204.2l-2.1-4.925L7.075%2012.8L2.15%2010.7l4.175-4.2q.35-.35.838-.5t.987-.05l2.475.5q2.6-2.6%205.45-3.675t5.875-.6m-18.025%2013.8q.875-.875%202.138-.887t2.137.862t.863%202.138t-.888%202.137q-.625.625-2.087%201.075t-4.038.8q.35-2.575.8-4.038t1.075-2.087m1.425%201.4q-.25.25-.5.913t-.35%201.337q.675-.1%201.338-.337t.912-.488q.3-.3.325-.725T6.8%2017.35t-.725-.288t-.725.313%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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