rocket launch icon

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

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

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="M7.1 11.35q.35-.7.725-1.35t.825-1.3l-1.4-.275l-2.1 2.1zm12.05-6.875q-1.75.05-3.737 1.025T11.8 8.1q-1.05 1.05-1.875 2.25T8.7 12.6l2.85 2.825q1.05-.4 2.25-1.225t2.25-1.875q1.625-1.625 2.6-3.6T19.675 5q0-.1-.038-.2t-.112-.175t-.175-.112t-.2-.038m-6.075 4.588q0-.838.575-1.413t1.425-.575t1.425.575t.575 1.413t-.575 1.412t-1.425.575t-1.425-.575t-.575-1.412m-.275 7.962L13.625 19l2.1-2.1l-.275-1.4q-.65.45-1.3.813t-1.35.712m8.775-13.35q.2 2.75-.9 5.363T17.2 14.025l.5 2.475q.1.5-.05.975t-.5.825L14 21.45q-.375.375-.9.288t-.725-.588l-1.525-3.575L6.575 13.3L3 11.775q-.5-.2-.6-.725t.275-.9L5.825 7q.35-.35.837-.5t.988-.05l2.475.5q2.375-2.375 4.988-3.475t5.362-.9q.2.025.4.113t.35.237t.238.35t.112.4m-17.65 12.3q.875-.875 2.138-.887t2.137.862t.863 2.138t-.888 2.137q-1.2 1.2-2.838 1.425t-3.287.45l.45-3.287q.225-1.637 1.425-2.838m1.425 1.4q-.425.425-.587 1.025T4.5 19.625q.625-.1 1.225-.25T6.75 18.8q.3-.3.325-.725T6.8 17.35t-.725-.288t-.725.313"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRocketLaunchOutlineRounded(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="M7.1 11.35q.35-.7.725-1.35t.825-1.3l-1.4-.275l-2.1 2.1zm12.05-6.875q-1.75.05-3.737 1.025T11.8 8.1q-1.05 1.05-1.875 2.25T8.7 12.6l2.85 2.825q1.05-.4 2.25-1.225t2.25-1.875q1.625-1.625 2.6-3.6T19.675 5q0-.1-.038-.2t-.112-.175t-.175-.112t-.2-.038m-6.075 4.588q0-.838.575-1.413t1.425-.575t1.425.575t.575 1.413t-.575 1.412t-1.425.575t-1.425-.575t-.575-1.412m-.275 7.962L13.625 19l2.1-2.1l-.275-1.4q-.65.45-1.3.813t-1.35.712m8.775-13.35q.2 2.75-.9 5.363T17.2 14.025l.5 2.475q.1.5-.05.975t-.5.825L14 21.45q-.375.375-.9.288t-.725-.588l-1.525-3.575L6.575 13.3L3 11.775q-.5-.2-.6-.725t.275-.9L5.825 7q.35-.35.837-.5t.988-.05l2.475.5q2.375-2.375 4.988-3.475t5.362-.9q.2.025.4.113t.35.237t.238.35t.112.4m-17.65 12.3q.875-.875 2.138-.887t2.137.862t.863 2.138t-.888 2.137q-1.2 1.2-2.838 1.425t-3.287.45l.45-3.287q.225-1.637 1.425-2.838m1.425 1.4q-.425.425-.587 1.025T4.5 19.625q.625-.1 1.225-.25T6.75 18.8q.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="M7.1 11.35q.35-.7.725-1.35t.825-1.3l-1.4-.275l-2.1 2.1zm12.05-6.875q-1.75.05-3.737 1.025T11.8 8.1q-1.05 1.05-1.875 2.25T8.7 12.6l2.85 2.825q1.05-.4 2.25-1.225t2.25-1.875q1.625-1.625 2.6-3.6T19.675 5q0-.1-.038-.2t-.112-.175t-.175-.112t-.2-.038m-6.075 4.588q0-.838.575-1.413t1.425-.575t1.425.575t.575 1.413t-.575 1.412t-1.425.575t-1.425-.575t-.575-1.412m-.275 7.962L13.625 19l2.1-2.1l-.275-1.4q-.65.45-1.3.813t-1.35.712m8.775-13.35q.2 2.75-.9 5.363T17.2 14.025l.5 2.475q.1.5-.05.975t-.5.825L14 21.45q-.375.375-.9.288t-.725-.588l-1.525-3.575L6.575 13.3L3 11.775q-.5-.2-.6-.725t.275-.9L5.825 7q.35-.35.837-.5t.988-.05l2.475.5q2.375-2.375 4.988-3.475t5.362-.9q.2.025.4.113t.35.237t.238.35t.112.4m-17.65 12.3q.875-.875 2.138-.887t2.137.862t.863 2.138t-.888 2.137q-1.2 1.2-2.838 1.425t-3.287.45l.45-3.287q.225-1.637 1.425-2.838m1.425 1.4q-.425.425-.587 1.025T4.5 19.625q.625-.1 1.225-.25T6.75 18.8q.3-.3.325-.725T6.8 17.35t-.725-.288t-.725.313"/></svg>
</template>

CSS

.icon-rocket-launch-outline-rounded {
  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%22M7.1%2011.35q.35-.7.725-1.35t.825-1.3l-1.4-.275l-2.1%202.1zm12.05-6.875q-1.75.05-3.737%201.025T11.8%208.1q-1.05%201.05-1.875%202.25T8.7%2012.6l2.85%202.825q1.05-.4%202.25-1.225t2.25-1.875q1.625-1.625%202.6-3.6T19.675%205q0-.1-.038-.2t-.112-.175t-.175-.112t-.2-.038m-6.075%204.588q0-.838.575-1.413t1.425-.575t1.425.575t.575%201.413t-.575%201.412t-1.425.575t-1.425-.575t-.575-1.412m-.275%207.962L13.625%2019l2.1-2.1l-.275-1.4q-.65.45-1.3.813t-1.35.712m8.775-13.35q.2%202.75-.9%205.363T17.2%2014.025l.5%202.475q.1.5-.05.975t-.5.825L14%2021.45q-.375.375-.9.288t-.725-.588l-1.525-3.575L6.575%2013.3L3%2011.775q-.5-.2-.6-.725t.275-.9L5.825%207q.35-.35.837-.5t.988-.05l2.475.5q2.375-2.375%204.988-3.475t5.362-.9q.2.025.4.113t.35.237t.238.35t.112.4m-17.65%2012.3q.875-.875%202.138-.887t2.137.862t.863%202.138t-.888%202.137q-1.2%201.2-2.838%201.425t-3.287.45l.45-3.287q.225-1.637%201.425-2.838m1.425%201.4q-.425.425-.587%201.025T4.5%2019.625q.625-.1%201.225-.25T6.75%2018.8q.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%22M7.1%2011.35q.35-.7.725-1.35t.825-1.3l-1.4-.275l-2.1%202.1zm12.05-6.875q-1.75.05-3.737%201.025T11.8%208.1q-1.05%201.05-1.875%202.25T8.7%2012.6l2.85%202.825q1.05-.4%202.25-1.225t2.25-1.875q1.625-1.625%202.6-3.6T19.675%205q0-.1-.038-.2t-.112-.175t-.175-.112t-.2-.038m-6.075%204.588q0-.838.575-1.413t1.425-.575t1.425.575t.575%201.413t-.575%201.412t-1.425.575t-1.425-.575t-.575-1.412m-.275%207.962L13.625%2019l2.1-2.1l-.275-1.4q-.65.45-1.3.813t-1.35.712m8.775-13.35q.2%202.75-.9%205.363T17.2%2014.025l.5%202.475q.1.5-.05.975t-.5.825L14%2021.45q-.375.375-.9.288t-.725-.588l-1.525-3.575L6.575%2013.3L3%2011.775q-.5-.2-.6-.725t.275-.9L5.825%207q.35-.35.837-.5t.988-.05l2.475.5q2.375-2.375%204.988-3.475t5.362-.9q.2.025.4.113t.35.237t.238.35t.112.4m-17.65%2012.3q.875-.875%202.138-.887t2.137.862t.863%202.138t-.888%202.137q-1.2%201.2-2.838%201.425t-3.287.45l.45-3.287q.225-1.637%201.425-2.838m1.425%201.4q-.425.425-.587%201.025T4.5%2019.625q.625-.1%201.225-.25T6.75%2018.8q.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-rounded.svg?color=%231a73e8&size=48