rocket from Font Awesome Solid by Dave Gandy · Solid · Maps · CC-BY-4.0 Attribution required.

Name
rocket
Set
Font Awesome Solid
Style
Solid
Category
Maps
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More maps icons from Font Awesome Solid

Use the rocket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 384H88.5c-24.9 0-40.2-27.1-27.4-48.5l52.9-88.2c8.7-14.5 24.3-23.3 41.2-23.3h95C326.3 95.1 439.8 88.6 515.7 99.7c12.8 1.9 22.8 11.9 24.6 24.6c11.1 75.9 4.6 189.4-124.3 265.5v95c0 16.9-8.8 32.5-23.3 41.2l-88.2 52.9c-21.3 12.8-48.5-2.6-48.5-27.4V448c0-35.3-28.7-64-64-64h-.1zm272-160c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidRocket(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 384H88.5c-24.9 0-40.2-27.1-27.4-48.5l52.9-88.2c8.7-14.5 24.3-23.3 41.2-23.3h95C326.3 95.1 439.8 88.6 515.7 99.7c12.8 1.9 22.8 11.9 24.6 24.6c11.1 75.9 4.6 189.4-124.3 265.5v95c0 16.9-8.8 32.5-23.3 41.2l-88.2 52.9c-21.3 12.8-48.5-2.6-48.5-27.4V448c0-35.3-28.7-64-64-64h-.1zm272-160c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 384H88.5c-24.9 0-40.2-27.1-27.4-48.5l52.9-88.2c8.7-14.5 24.3-23.3 41.2-23.3h95C326.3 95.1 439.8 88.6 515.7 99.7c12.8 1.9 22.8 11.9 24.6 24.6c11.1 75.9 4.6 189.4-124.3 265.5v95c0 16.9-8.8 32.5-23.3 41.2l-88.2 52.9c-21.3 12.8-48.5-2.6-48.5-27.4V448c0-35.3-28.7-64-64-64h-.1zm272-160c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48"/></svg>
</template>

CSS

.icon-rocket {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20384H88.5c-24.9%200-40.2-27.1-27.4-48.5l52.9-88.2c8.7-14.5%2024.3-23.3%2041.2-23.3h95C326.3%2095.1%20439.8%2088.6%20515.7%2099.7c12.8%201.9%2022.8%2011.9%2024.6%2024.6c11.1%2075.9%204.6%20189.4-124.3%20265.5v95c0%2016.9-8.8%2032.5-23.3%2041.2l-88.2%2052.9c-21.3%2012.8-48.5-2.6-48.5-27.4V448c0-35.3-28.7-64-64-64h-.1zm272-160c0-26.5-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20384H88.5c-24.9%200-40.2-27.1-27.4-48.5l52.9-88.2c8.7-14.5%2024.3-23.3%2041.2-23.3h95C326.3%2095.1%20439.8%2088.6%20515.7%2099.7c12.8%201.9%2022.8%2011.9%2024.6%2024.6c11.1%2075.9%204.6%20189.4-124.3%20265.5v95c0%2016.9-8.8%2032.5-23.3%2041.2l-88.2%2052.9c-21.3%2012.8-48.5-2.6-48.5-27.4V448c0-35.3-28.7-64-64-64h-.1zm272-160c0-26.5-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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