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

Name
rocket-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
rocket-outline-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="m6 19.05l1.975-.8q-.25-.725-.462-1.475t-.338-1.5l-1.175.8zM10 18h4q.45-1 .725-2.437T15 12.625q0-2.475-.825-4.687T12 4.525q-1.35 1.2-2.175 3.413T9 12.625q0 1.5.275 2.938T10 18m.588-5.587Q10 11.825 10 11t.588-1.412T12 9t1.413.588T14 11t-.587 1.413T12 13t-1.412-.587M18 19.05v-2.975l-1.175-.8q-.125.75-.337 1.5t-.463 1.475zM12 1.975q2.475 1.8 3.738 4.575T17 13l2.1 1.4q.425.275.663.725t.237.95V22l-4.975-2h-6.05L4 22v-5.925q0-.5.238-.95T4.9 14.4L7 13q0-3.675 1.263-6.45T12 1.975"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRocketOutline(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="m6 19.05l1.975-.8q-.25-.725-.462-1.475t-.338-1.5l-1.175.8zM10 18h4q.45-1 .725-2.437T15 12.625q0-2.475-.825-4.687T12 4.525q-1.35 1.2-2.175 3.413T9 12.625q0 1.5.275 2.938T10 18m.588-5.587Q10 11.825 10 11t.588-1.412T12 9t1.413.588T14 11t-.587 1.413T12 13t-1.412-.587M18 19.05v-2.975l-1.175-.8q-.125.75-.337 1.5t-.463 1.475zM12 1.975q2.475 1.8 3.738 4.575T17 13l2.1 1.4q.425.275.663.725t.237.95V22l-4.975-2h-6.05L4 22v-5.925q0-.5.238-.95T4.9 14.4L7 13q0-3.675 1.263-6.45T12 1.975"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 19.05l1.975-.8q-.25-.725-.462-1.475t-.338-1.5l-1.175.8zM10 18h4q.45-1 .725-2.437T15 12.625q0-2.475-.825-4.687T12 4.525q-1.35 1.2-2.175 3.413T9 12.625q0 1.5.275 2.938T10 18m.588-5.587Q10 11.825 10 11t.588-1.412T12 9t1.413.588T14 11t-.587 1.413T12 13t-1.412-.587M18 19.05v-2.975l-1.175-.8q-.125.75-.337 1.5t-.463 1.475zM12 1.975q2.475 1.8 3.738 4.575T17 13l2.1 1.4q.425.275.663.725t.237.95V22l-4.975-2h-6.05L4 22v-5.925q0-.5.238-.95T4.9 14.4L7 13q0-3.675 1.263-6.45T12 1.975"/></svg>
</template>

CSS

.icon-rocket-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%22m6%2019.05l1.975-.8q-.25-.725-.462-1.475t-.338-1.5l-1.175.8zM10%2018h4q.45-1%20.725-2.437T15%2012.625q0-2.475-.825-4.687T12%204.525q-1.35%201.2-2.175%203.413T9%2012.625q0%201.5.275%202.938T10%2018m.588-5.587Q10%2011.825%2010%2011t.588-1.412T12%209t1.413.588T14%2011t-.587%201.413T12%2013t-1.412-.587M18%2019.05v-2.975l-1.175-.8q-.125.75-.337%201.5t-.463%201.475zM12%201.975q2.475%201.8%203.738%204.575T17%2013l2.1%201.4q.425.275.663.725t.237.95V22l-4.975-2h-6.05L4%2022v-5.925q0-.5.238-.95T4.9%2014.4L7%2013q0-3.675%201.263-6.45T12%201.975%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%22m6%2019.05l1.975-.8q-.25-.725-.462-1.475t-.338-1.5l-1.175.8zM10%2018h4q.45-1%20.725-2.437T15%2012.625q0-2.475-.825-4.687T12%204.525q-1.35%201.2-2.175%203.413T9%2012.625q0%201.5.275%202.938T10%2018m.588-5.587Q10%2011.825%2010%2011t.588-1.412T12%209t1.413.588T14%2011t-.587%201.413T12%2013t-1.412-.587M18%2019.05v-2.975l-1.175-.8q-.125.75-.337%201.5t-.463%201.475zM12%201.975q2.475%201.8%203.738%204.575T17%2013l2.1%201.4q.425.275.663.725t.237.95V22l-4.975-2h-6.05L4%2022v-5.925q0-.5.238-.95T4.9%2014.4L7%2013q0-3.675%201.263-6.45T12%201.975%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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