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

Name
rocket-fill
Set
Mage Icons
Style
Fill
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"><path fill="currentColor" d="M21.818 3.55a2.6 2.6 0 0 0-1.394-1.37A2.5 2.5 0 0 0 19.49 2h-.08a7.8 7.8 0 0 0-3.158.68c-.624.268-1.2.636-1.705 1.09l-.27.28l-.07.06l-4.774 4.768l-2.005-.41a3.5 3.5 0 0 0-1.695.09a3.7 3.7 0 0 0-1.454.87l-1.875 1.869a1.3 1.3 0 0 0-.37.66c-.062.253-.04.519.06.76c.099.238.266.443.48.589c.213.144.465.221.723.22h2.476q-.078.39-.08.79a4 4 0 0 0 .692 2.259l-1.845 1.83a.749.749 0 0 0 .532 1.279a.73.73 0 0 0 .53-.22l1.846-1.83a3.94 3.94 0 0 0 2.266.7q.4 0 .792-.08v2.44a1.32 1.32 0 0 0 .792 1.199c.162.069.336.102.512.1q.12.015.24 0a1.36 1.36 0 0 0 .672-.35l1.895-1.9c.412-.4.712-.899.873-1.449a3.45 3.45 0 0 0 .08-1.69l-.401-1.999l4.733-4.718l.21-.2l.21-.21a6.2 6.2 0 0 0 1.003-1.7a7.6 7.6 0 0 0 .672-3.188a2.5 2.5 0 0 0-.18-1.04M7.9 16.094a3 3 0 0 1-.461-.61l4.01-3.998a.753.753 0 0 1 1.284.53c0 .198-.08.389-.22.53l-4.011 3.998a2.4 2.4 0 0 1-.602-.45M20.514 4.539a6.3 6.3 0 0 1-.541 2.59a4.6 4.6 0 0 1-.652 1.089a16.7 16.7 0 0 1-3.56-3.509c.336-.27.707-.492 1.103-.66a6.2 6.2 0 0 1 2.567-.55q.206.01.401.08q.194.076.341.22c.1.092.179.205.23.33q.079.192.081.4z"/></svg>

React

import type { SVGProps } from "react";

export function MageRocketFill(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="M21.818 3.55a2.6 2.6 0 0 0-1.394-1.37A2.5 2.5 0 0 0 19.49 2h-.08a7.8 7.8 0 0 0-3.158.68c-.624.268-1.2.636-1.705 1.09l-.27.28l-.07.06l-4.774 4.768l-2.005-.41a3.5 3.5 0 0 0-1.695.09a3.7 3.7 0 0 0-1.454.87l-1.875 1.869a1.3 1.3 0 0 0-.37.66c-.062.253-.04.519.06.76c.099.238.266.443.48.589c.213.144.465.221.723.22h2.476q-.078.39-.08.79a4 4 0 0 0 .692 2.259l-1.845 1.83a.749.749 0 0 0 .532 1.279a.73.73 0 0 0 .53-.22l1.846-1.83a3.94 3.94 0 0 0 2.266.7q.4 0 .792-.08v2.44a1.32 1.32 0 0 0 .792 1.199c.162.069.336.102.512.1q.12.015.24 0a1.36 1.36 0 0 0 .672-.35l1.895-1.9c.412-.4.712-.899.873-1.449a3.45 3.45 0 0 0 .08-1.69l-.401-1.999l4.733-4.718l.21-.2l.21-.21a6.2 6.2 0 0 0 1.003-1.7a7.6 7.6 0 0 0 .672-3.188a2.5 2.5 0 0 0-.18-1.04M7.9 16.094a3 3 0 0 1-.461-.61l4.01-3.998a.753.753 0 0 1 1.284.53c0 .198-.08.389-.22.53l-4.011 3.998a2.4 2.4 0 0 1-.602-.45M20.514 4.539a6.3 6.3 0 0 1-.541 2.59a4.6 4.6 0 0 1-.652 1.089a16.7 16.7 0 0 1-3.56-3.509c.336-.27.707-.492 1.103-.66a6.2 6.2 0 0 1 2.567-.55q.206.01.401.08q.194.076.341.22c.1.092.179.205.23.33q.079.192.081.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.818 3.55a2.6 2.6 0 0 0-1.394-1.37A2.5 2.5 0 0 0 19.49 2h-.08a7.8 7.8 0 0 0-3.158.68c-.624.268-1.2.636-1.705 1.09l-.27.28l-.07.06l-4.774 4.768l-2.005-.41a3.5 3.5 0 0 0-1.695.09a3.7 3.7 0 0 0-1.454.87l-1.875 1.869a1.3 1.3 0 0 0-.37.66c-.062.253-.04.519.06.76c.099.238.266.443.48.589c.213.144.465.221.723.22h2.476q-.078.39-.08.79a4 4 0 0 0 .692 2.259l-1.845 1.83a.749.749 0 0 0 .532 1.279a.73.73 0 0 0 .53-.22l1.846-1.83a3.94 3.94 0 0 0 2.266.7q.4 0 .792-.08v2.44a1.32 1.32 0 0 0 .792 1.199c.162.069.336.102.512.1q.12.015.24 0a1.36 1.36 0 0 0 .672-.35l1.895-1.9c.412-.4.712-.899.873-1.449a3.45 3.45 0 0 0 .08-1.69l-.401-1.999l4.733-4.718l.21-.2l.21-.21a6.2 6.2 0 0 0 1.003-1.7a7.6 7.6 0 0 0 .672-3.188a2.5 2.5 0 0 0-.18-1.04M7.9 16.094a3 3 0 0 1-.461-.61l4.01-3.998a.753.753 0 0 1 1.284.53c0 .198-.08.389-.22.53l-4.011 3.998a2.4 2.4 0 0 1-.602-.45M20.514 4.539a6.3 6.3 0 0 1-.541 2.59a4.6 4.6 0 0 1-.652 1.089a16.7 16.7 0 0 1-3.56-3.509c.336-.27.707-.492 1.103-.66a6.2 6.2 0 0 1 2.567-.55q.206.01.401.08q.194.076.341.22c.1.092.179.205.23.33q.079.192.081.4z"/></svg>
</template>

CSS

.icon-rocket-fill {
  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%22M21.818%203.55a2.6%202.6%200%200%200-1.394-1.37A2.5%202.5%200%200%200%2019.49%202h-.08a7.8%207.8%200%200%200-3.158.68c-.624.268-1.2.636-1.705%201.09l-.27.28l-.07.06l-4.774%204.768l-2.005-.41a3.5%203.5%200%200%200-1.695.09a3.7%203.7%200%200%200-1.454.87l-1.875%201.869a1.3%201.3%200%200%200-.37.66c-.062.253-.04.519.06.76c.099.238.266.443.48.589c.213.144.465.221.723.22h2.476q-.078.39-.08.79a4%204%200%200%200%20.692%202.259l-1.845%201.83a.749.749%200%200%200%20.532%201.279a.73.73%200%200%200%20.53-.22l1.846-1.83a3.94%203.94%200%200%200%202.266.7q.4%200%20.792-.08v2.44a1.32%201.32%200%200%200%20.792%201.199c.162.069.336.102.512.1q.12.015.24%200a1.36%201.36%200%200%200%20.672-.35l1.895-1.9c.412-.4.712-.899.873-1.449a3.45%203.45%200%200%200%20.08-1.69l-.401-1.999l4.733-4.718l.21-.2l.21-.21a6.2%206.2%200%200%200%201.003-1.7a7.6%207.6%200%200%200%20.672-3.188a2.5%202.5%200%200%200-.18-1.04M7.9%2016.094a3%203%200%200%201-.461-.61l4.01-3.998a.753.753%200%200%201%201.284.53c0%20.198-.08.389-.22.53l-4.011%203.998a2.4%202.4%200%200%201-.602-.45M20.514%204.539a6.3%206.3%200%200%201-.541%202.59a4.6%204.6%200%200%201-.652%201.089a16.7%2016.7%200%200%201-3.56-3.509c.336-.27.707-.492%201.103-.66a6.2%206.2%200%200%201%202.567-.55q.206.01.401.08q.194.076.341.22c.1.092.179.205.23.33q.079.192.081.4z%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%22M21.818%203.55a2.6%202.6%200%200%200-1.394-1.37A2.5%202.5%200%200%200%2019.49%202h-.08a7.8%207.8%200%200%200-3.158.68c-.624.268-1.2.636-1.705%201.09l-.27.28l-.07.06l-4.774%204.768l-2.005-.41a3.5%203.5%200%200%200-1.695.09a3.7%203.7%200%200%200-1.454.87l-1.875%201.869a1.3%201.3%200%200%200-.37.66c-.062.253-.04.519.06.76c.099.238.266.443.48.589c.213.144.465.221.723.22h2.476q-.078.39-.08.79a4%204%200%200%200%20.692%202.259l-1.845%201.83a.749.749%200%200%200%20.532%201.279a.73.73%200%200%200%20.53-.22l1.846-1.83a3.94%203.94%200%200%200%202.266.7q.4%200%20.792-.08v2.44a1.32%201.32%200%200%200%20.792%201.199c.162.069.336.102.512.1q.12.015.24%200a1.36%201.36%200%200%200%20.672-.35l1.895-1.9c.412-.4.712-.899.873-1.449a3.45%203.45%200%200%200%20.08-1.69l-.401-1.999l4.733-4.718l.21-.2l.21-.21a6.2%206.2%200%200%200%201.003-1.7a7.6%207.6%200%200%200%20.672-3.188a2.5%202.5%200%200%200-.18-1.04M7.9%2016.094a3%203%200%200%201-.461-.61l4.01-3.998a.753.753%200%200%201%201.284.53c0%20.198-.08.389-.22.53l-4.011%203.998a2.4%202.4%200%200%201-.602-.45M20.514%204.539a6.3%206.3%200%200%201-.541%202.59a4.6%204.6%200%200%201-.652%201.089a16.7%2016.7%200%200%201-3.56-3.509c.336-.27.707-.492%201.103-.66a6.2%206.2%200%200%201%202.567-.55q.206.01.401.08q.194.076.341.22c.1.092.179.205.23.33q.079.192.081.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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