rocket from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
rocket
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the rocket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M21.25 4.527a1.774 1.774 0 0 0-1.81-1.777a6.9 6.9 0 0 0-2.888.61a5.6 5.6 0 0 0-1.471.938l-7.695 7.706a3.27 3.27 0 0 0 0 4.621a3.27 3.27 0 0 0 4.62 0l7.707-7.706a5.6 5.6 0 0 0 .937-1.504a6.9 6.9 0 0 0 .6-2.888"/><path d="M14.775 4.603a17.3 17.3 0 0 0 4.665 4.622m-9.744.468l-2.43-.49a2.76 2.76 0 0 0-2.464.752L2.917 11.84a.545.545 0 0 0 .381.937h3.27m7.75 1.538l.48 2.42a2.71 2.71 0 0 1-.742 2.463l-1.896 1.896a.545.545 0 0 1-.927-.392v-3.27m-6.169 1.504l6.943-6.932"/></g></svg>

React

import type { SVGProps } from "react";

export function MageRocket(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M21.25 4.527a1.774 1.774 0 0 0-1.81-1.777a6.9 6.9 0 0 0-2.888.61a5.6 5.6 0 0 0-1.471.938l-7.695 7.706a3.27 3.27 0 0 0 0 4.621a3.27 3.27 0 0 0 4.62 0l7.707-7.706a5.6 5.6 0 0 0 .937-1.504a6.9 6.9 0 0 0 .6-2.888"/><path d="M14.775 4.603a17.3 17.3 0 0 0 4.665 4.622m-9.744.468l-2.43-.49a2.76 2.76 0 0 0-2.464.752L2.917 11.84a.545.545 0 0 0 .381.937h3.27m7.75 1.538l.48 2.42a2.71 2.71 0 0 1-.742 2.463l-1.896 1.896a.545.545 0 0 1-.927-.392v-3.27m-6.169 1.504l6.943-6.932"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M21.25 4.527a1.774 1.774 0 0 0-1.81-1.777a6.9 6.9 0 0 0-2.888.61a5.6 5.6 0 0 0-1.471.938l-7.695 7.706a3.27 3.27 0 0 0 0 4.621a3.27 3.27 0 0 0 4.62 0l7.707-7.706a5.6 5.6 0 0 0 .937-1.504a6.9 6.9 0 0 0 .6-2.888"/><path d="M14.775 4.603a17.3 17.3 0 0 0 4.665 4.622m-9.744.468l-2.43-.49a2.76 2.76 0 0 0-2.464.752L2.917 11.84a.545.545 0 0 0 .381.937h3.27m7.75 1.538l.48 2.42a2.71 2.71 0 0 1-.742 2.463l-1.896 1.896a.545.545 0 0 1-.927-.392v-3.27m-6.169 1.504l6.943-6.932"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.25%204.527a1.774%201.774%200%200%200-1.81-1.777a6.9%206.9%200%200%200-2.888.61a5.6%205.6%200%200%200-1.471.938l-7.695%207.706a3.27%203.27%200%200%200%200%204.621a3.27%203.27%200%200%200%204.62%200l7.707-7.706a5.6%205.6%200%200%200%20.937-1.504a6.9%206.9%200%200%200%20.6-2.888%22%2F%3E%3Cpath%20d%3D%22M14.775%204.603a17.3%2017.3%200%200%200%204.665%204.622m-9.744.468l-2.43-.49a2.76%202.76%200%200%200-2.464.752L2.917%2011.84a.545.545%200%200%200%20.381.937h3.27m7.75%201.538l.48%202.42a2.71%202.71%200%200%201-.742%202.463l-1.896%201.896a.545.545%200%200%201-.927-.392v-3.27m-6.169%201.504l6.943-6.932%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.25%204.527a1.774%201.774%200%200%200-1.81-1.777a6.9%206.9%200%200%200-2.888.61a5.6%205.6%200%200%200-1.471.938l-7.695%207.706a3.27%203.27%200%200%200%200%204.621a3.27%203.27%200%200%200%204.62%200l7.707-7.706a5.6%205.6%200%200%200%20.937-1.504a6.9%206.9%200%200%200%20.6-2.888%22%2F%3E%3Cpath%20d%3D%22M14.775%204.603a17.3%2017.3%200%200%200%204.665%204.622m-9.744.468l-2.43-.49a2.76%202.76%200%200%200-2.464.752L2.917%2011.84a.545.545%200%200%200%20.381.937h3.27m7.75%201.538l.48%202.42a2.71%202.71%200%200%201-.742%202.463l-1.896%201.896a.545.545%200%200%201-.927-.392v-3.27m-6.169%201.504l6.943-6.932%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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