rocket launch icon

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

Name
rocket-launch
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
rocket-launch-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="m2.45 10.575l4.2-4.2q.35-.35.825-.5t.975-.05l1.3.275Q8.4 7.7 7.625 9t-1.5 3.15zm5.125 2.275q.575-1.8 1.563-3.4t2.387-3q2.2-2.2 5.025-3.287t5.275-.663q.425 2.45-.65 5.275T17.9 12.8q-1.375 1.375-3 2.388t-3.425 1.587zm8.313-2.425q.837 0 1.412-.575t.575-1.412t-.575-1.413t-1.412-.575t-1.413.575t-.575 1.413t.575 1.412t1.413.575m-2.113 11.45l-1.6-3.675q1.85-.725 3.163-1.5t2.912-2.125l.25 1.3q.1.5-.05.988t-.5.837zM4.05 16.05q.875-.875 2.125-.888t2.125.863t.875 2.125t-.875 2.125q-.625.625-2.088 1.075t-4.037.8q.35-2.575.8-4.025T4.05 16.05"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRocketLaunch(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="m2.45 10.575l4.2-4.2q.35-.35.825-.5t.975-.05l1.3.275Q8.4 7.7 7.625 9t-1.5 3.15zm5.125 2.275q.575-1.8 1.563-3.4t2.387-3q2.2-2.2 5.025-3.287t5.275-.663q.425 2.45-.65 5.275T17.9 12.8q-1.375 1.375-3 2.388t-3.425 1.587zm8.313-2.425q.837 0 1.412-.575t.575-1.412t-.575-1.413t-1.412-.575t-1.413.575t-.575 1.413t.575 1.412t1.413.575m-2.113 11.45l-1.6-3.675q1.85-.725 3.163-1.5t2.912-2.125l.25 1.3q.1.5-.05.988t-.5.837zM4.05 16.05q.875-.875 2.125-.888t2.125.863t.875 2.125t-.875 2.125q-.625.625-2.088 1.075t-4.037.8q.35-2.575.8-4.025T4.05 16.05"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.45 10.575l4.2-4.2q.35-.35.825-.5t.975-.05l1.3.275Q8.4 7.7 7.625 9t-1.5 3.15zm5.125 2.275q.575-1.8 1.563-3.4t2.387-3q2.2-2.2 5.025-3.287t5.275-.663q.425 2.45-.65 5.275T17.9 12.8q-1.375 1.375-3 2.388t-3.425 1.587zm8.313-2.425q.837 0 1.412-.575t.575-1.412t-.575-1.413t-1.412-.575t-1.413.575t-.575 1.413t.575 1.412t1.413.575m-2.113 11.45l-1.6-3.675q1.85-.725 3.163-1.5t2.912-2.125l.25 1.3q.1.5-.05.988t-.5.837zM4.05 16.05q.875-.875 2.125-.888t2.125.863t.875 2.125t-.875 2.125q-.625.625-2.088 1.075t-4.037.8q.35-2.575.8-4.025T4.05 16.05"/></svg>
</template>

CSS

.icon-rocket-launch {
  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%22m2.45%2010.575l4.2-4.2q.35-.35.825-.5t.975-.05l1.3.275Q8.4%207.7%207.625%209t-1.5%203.15zm5.125%202.275q.575-1.8%201.563-3.4t2.387-3q2.2-2.2%205.025-3.287t5.275-.663q.425%202.45-.65%205.275T17.9%2012.8q-1.375%201.375-3%202.388t-3.425%201.587zm8.313-2.425q.837%200%201.412-.575t.575-1.412t-.575-1.413t-1.412-.575t-1.413.575t-.575%201.413t.575%201.412t1.413.575m-2.113%2011.45l-1.6-3.675q1.85-.725%203.163-1.5t2.912-2.125l.25%201.3q.1.5-.05.988t-.5.837zM4.05%2016.05q.875-.875%202.125-.888t2.125.863t.875%202.125t-.875%202.125q-.625.625-2.088%201.075t-4.037.8q.35-2.575.8-4.025T4.05%2016.05%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%22m2.45%2010.575l4.2-4.2q.35-.35.825-.5t.975-.05l1.3.275Q8.4%207.7%207.625%209t-1.5%203.15zm5.125%202.275q.575-1.8%201.563-3.4t2.387-3q2.2-2.2%205.025-3.287t5.275-.663q.425%202.45-.65%205.275T17.9%2012.8q-1.375%201.375-3%202.388t-3.425%201.587zm8.313-2.425q.837%200%201.412-.575t.575-1.412t-.575-1.413t-1.412-.575t-1.413.575t-.575%201.413t.575%201.412t1.413.575m-2.113%2011.45l-1.6-3.675q1.85-.725%203.163-1.5t2.912-2.125l.25%201.3q.1.5-.05.988t-.5.837zM4.05%2016.05q.875-.875%202.125-.888t2.125.863t.875%202.125t-.875%202.125q-.625.625-2.088%201.075t-4.037.8q.35-2.575.8-4.025T4.05%2016.05%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.svg?color=%231a73e8&size=48