rocket launch icon

rocket-launch-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
rocket-launch-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the rocket launch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227.85 46.89a20 20 0 0 0-18.74-18.74c-13.13-.77-46.65.42-74.48 28.24L131 60H74.36a19.83 19.83 0 0 0-14.14 5.86l-34.35 34.33a20 20 0 0 0 11.35 33.95l37.14 5.18l42.32 42.32l5.19 37.18A19.88 19.88 0 0 0 135.34 235a20.1 20.1 0 0 0 6.37 1a19.9 19.9 0 0 0 14.1-5.87l34.34-34.35a19.85 19.85 0 0 0 5.85-14.14V125l3.6-3.59c27.83-27.87 29.02-61.41 28.25-74.52M76 84h31l-31.25 31.28l-27.23-3.8Zm75.6-10.63A72.27 72.27 0 0 1 204 52a72.17 72.17 0 0 1-21.38 52.41L128 159l-31-31ZM172 180l-27.49 27.49l-3.8-27.23L172 149Zm-72 22c-8.71 11.85-26.19 26-60 26a12 12 0 0 1-12-12c0-33.84 14.12-51.32 26-60a12 12 0 1 1 14.18 19.3C62.3 179.63 55.51 187.8 53 203c15.21-2.51 23.37-9.3 27.7-15.18A12 12 0 1 1 100 202"/></svg>

React

import type { SVGProps } from "react";

export function PhRocketLaunchBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227.85 46.89a20 20 0 0 0-18.74-18.74c-13.13-.77-46.65.42-74.48 28.24L131 60H74.36a19.83 19.83 0 0 0-14.14 5.86l-34.35 34.33a20 20 0 0 0 11.35 33.95l37.14 5.18l42.32 42.32l5.19 37.18A19.88 19.88 0 0 0 135.34 235a20.1 20.1 0 0 0 6.37 1a19.9 19.9 0 0 0 14.1-5.87l34.34-34.35a19.85 19.85 0 0 0 5.85-14.14V125l3.6-3.59c27.83-27.87 29.02-61.41 28.25-74.52M76 84h31l-31.25 31.28l-27.23-3.8Zm75.6-10.63A72.27 72.27 0 0 1 204 52a72.17 72.17 0 0 1-21.38 52.41L128 159l-31-31ZM172 180l-27.49 27.49l-3.8-27.23L172 149Zm-72 22c-8.71 11.85-26.19 26-60 26a12 12 0 0 1-12-12c0-33.84 14.12-51.32 26-60a12 12 0 1 1 14.18 19.3C62.3 179.63 55.51 187.8 53 203c15.21-2.51 23.37-9.3 27.7-15.18A12 12 0 1 1 100 202"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227.85 46.89a20 20 0 0 0-18.74-18.74c-13.13-.77-46.65.42-74.48 28.24L131 60H74.36a19.83 19.83 0 0 0-14.14 5.86l-34.35 34.33a20 20 0 0 0 11.35 33.95l37.14 5.18l42.32 42.32l5.19 37.18A19.88 19.88 0 0 0 135.34 235a20.1 20.1 0 0 0 6.37 1a19.9 19.9 0 0 0 14.1-5.87l34.34-34.35a19.85 19.85 0 0 0 5.85-14.14V125l3.6-3.59c27.83-27.87 29.02-61.41 28.25-74.52M76 84h31l-31.25 31.28l-27.23-3.8Zm75.6-10.63A72.27 72.27 0 0 1 204 52a72.17 72.17 0 0 1-21.38 52.41L128 159l-31-31ZM172 180l-27.49 27.49l-3.8-27.23L172 149Zm-72 22c-8.71 11.85-26.19 26-60 26a12 12 0 0 1-12-12c0-33.84 14.12-51.32 26-60a12 12 0 1 1 14.18 19.3C62.3 179.63 55.51 187.8 53 203c15.21-2.51 23.37-9.3 27.7-15.18A12 12 0 1 1 100 202"/></svg>
</template>

CSS

.icon-rocket-launch-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M227.85%2046.89a20%2020%200%200%200-18.74-18.74c-13.13-.77-46.65.42-74.48%2028.24L131%2060H74.36a19.83%2019.83%200%200%200-14.14%205.86l-34.35%2034.33a20%2020%200%200%200%2011.35%2033.95l37.14%205.18l42.32%2042.32l5.19%2037.18A19.88%2019.88%200%200%200%20135.34%20235a20.1%2020.1%200%200%200%206.37%201a19.9%2019.9%200%200%200%2014.1-5.87l34.34-34.35a19.85%2019.85%200%200%200%205.85-14.14V125l3.6-3.59c27.83-27.87%2029.02-61.41%2028.25-74.52M76%2084h31l-31.25%2031.28l-27.23-3.8Zm75.6-10.63A72.27%2072.27%200%200%201%20204%2052a72.17%2072.17%200%200%201-21.38%2052.41L128%20159l-31-31ZM172%20180l-27.49%2027.49l-3.8-27.23L172%20149Zm-72%2022c-8.71%2011.85-26.19%2026-60%2026a12%2012%200%200%201-12-12c0-33.84%2014.12-51.32%2026-60a12%2012%200%201%201%2014.18%2019.3C62.3%20179.63%2055.51%20187.8%2053%20203c15.21-2.51%2023.37-9.3%2027.7-15.18A12%2012%200%201%201%20100%20202%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M227.85%2046.89a20%2020%200%200%200-18.74-18.74c-13.13-.77-46.65.42-74.48%2028.24L131%2060H74.36a19.83%2019.83%200%200%200-14.14%205.86l-34.35%2034.33a20%2020%200%200%200%2011.35%2033.95l37.14%205.18l42.32%2042.32l5.19%2037.18A19.88%2019.88%200%200%200%20135.34%20235a20.1%2020.1%200%200%200%206.37%201a19.9%2019.9%200%200%200%2014.1-5.87l34.34-34.35a19.85%2019.85%200%200%200%205.85-14.14V125l3.6-3.59c27.83-27.87%2029.02-61.41%2028.25-74.52M76%2084h31l-31.25%2031.28l-27.23-3.8Zm75.6-10.63A72.27%2072.27%200%200%201%20204%2052a72.17%2072.17%200%200%201-21.38%2052.41L128%20159l-31-31ZM172%20180l-27.49%2027.49l-3.8-27.23L172%20149Zm-72%2022c-8.71%2011.85-26.19%2026-60%2026a12%2012%200%200%201-12-12c0-33.84%2014.12-51.32%2026-60a12%2012%200%201%201%2014.18%2019.3C62.3%20179.63%2055.51%20187.8%2053%20203c15.21-2.51%2023.37-9.3%2027.7-15.18A12%2012%200%201%201%20100%20202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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