rocket-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
rocket-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI 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="M10.83 7.11c2.238-2.523 5.72-3.61 8.92-3.61a.75.75 0 0 1 .75.75c0 3.2-1.087 6.682-3.61 8.92c-.061 1.016-.375 2.033-.824 2.926c-.5.994-1.195 1.887-1.973 2.478c-.761.578-1.745.963-2.717.601c-.92-.343-1.54-1.25-1.9-2.538l-2.113-2.114c-1.288-.359-2.195-.979-2.538-1.899c-.362-.972.023-1.956.601-2.717c.591-.778 1.484-1.473 2.478-1.973c.893-.449 1.91-.763 2.925-.823M9.5 8.892a7 7 0 0 0-.922.383c-.836.421-1.533.982-1.957 1.54c-.437.576-.493 1.01-.39 1.286c.083.226.352.557 1.094.836c.169-.379.412-.903.717-1.504c.388-.763.882-1.66 1.458-2.54m1.564 7.784c.278.742.61 1.01.836 1.095c.275.102.71.046 1.286-.39c.558-.425 1.119-1.122 1.54-1.958q.227-.451.383-.922a27 27 0 0 1-2.54 1.458c-.602.305-1.126.548-1.505.717m-6.029-.672a2.144 2.144 0 0 1 2.848.088l.009.01c.799.79.786 2.054.103 2.865c-.295.352-.698.606-1.077.792c-.387.19-.804.333-1.175.44a11 11 0 0 1-1.358.295l-.024.003l-.008.001H4.35a.75.75 0 0 1-.843-.842v-.003l.001-.008l.004-.024a7 7 0 0 1 .066-.389c.047-.251.121-.596.228-.971a7.3 7.3 0 0 1 .439-1.178c.185-.38.439-.783.79-1.08M15.687 8.22a.75.75 0 0 0-1.06 0l-.707.707a.75.75 0 0 0 1.06 1.06l.707-.707a.75.75 0 0 0 0-1.06"/></svg>

React

import type { SVGProps } from "react";

export function MynauiRocketSolid(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="M10.83 7.11c2.238-2.523 5.72-3.61 8.92-3.61a.75.75 0 0 1 .75.75c0 3.2-1.087 6.682-3.61 8.92c-.061 1.016-.375 2.033-.824 2.926c-.5.994-1.195 1.887-1.973 2.478c-.761.578-1.745.963-2.717.601c-.92-.343-1.54-1.25-1.9-2.538l-2.113-2.114c-1.288-.359-2.195-.979-2.538-1.899c-.362-.972.023-1.956.601-2.717c.591-.778 1.484-1.473 2.478-1.973c.893-.449 1.91-.763 2.925-.823M9.5 8.892a7 7 0 0 0-.922.383c-.836.421-1.533.982-1.957 1.54c-.437.576-.493 1.01-.39 1.286c.083.226.352.557 1.094.836c.169-.379.412-.903.717-1.504c.388-.763.882-1.66 1.458-2.54m1.564 7.784c.278.742.61 1.01.836 1.095c.275.102.71.046 1.286-.39c.558-.425 1.119-1.122 1.54-1.958q.227-.451.383-.922a27 27 0 0 1-2.54 1.458c-.602.305-1.126.548-1.505.717m-6.029-.672a2.144 2.144 0 0 1 2.848.088l.009.01c.799.79.786 2.054.103 2.865c-.295.352-.698.606-1.077.792c-.387.19-.804.333-1.175.44a11 11 0 0 1-1.358.295l-.024.003l-.008.001H4.35a.75.75 0 0 1-.843-.842v-.003l.001-.008l.004-.024a7 7 0 0 1 .066-.389c.047-.251.121-.596.228-.971a7.3 7.3 0 0 1 .439-1.178c.185-.38.439-.783.79-1.08M15.687 8.22a.75.75 0 0 0-1.06 0l-.707.707a.75.75 0 0 0 1.06 1.06l.707-.707a.75.75 0 0 0 0-1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.83 7.11c2.238-2.523 5.72-3.61 8.92-3.61a.75.75 0 0 1 .75.75c0 3.2-1.087 6.682-3.61 8.92c-.061 1.016-.375 2.033-.824 2.926c-.5.994-1.195 1.887-1.973 2.478c-.761.578-1.745.963-2.717.601c-.92-.343-1.54-1.25-1.9-2.538l-2.113-2.114c-1.288-.359-2.195-.979-2.538-1.899c-.362-.972.023-1.956.601-2.717c.591-.778 1.484-1.473 2.478-1.973c.893-.449 1.91-.763 2.925-.823M9.5 8.892a7 7 0 0 0-.922.383c-.836.421-1.533.982-1.957 1.54c-.437.576-.493 1.01-.39 1.286c.083.226.352.557 1.094.836c.169-.379.412-.903.717-1.504c.388-.763.882-1.66 1.458-2.54m1.564 7.784c.278.742.61 1.01.836 1.095c.275.102.71.046 1.286-.39c.558-.425 1.119-1.122 1.54-1.958q.227-.451.383-.922a27 27 0 0 1-2.54 1.458c-.602.305-1.126.548-1.505.717m-6.029-.672a2.144 2.144 0 0 1 2.848.088l.009.01c.799.79.786 2.054.103 2.865c-.295.352-.698.606-1.077.792c-.387.19-.804.333-1.175.44a11 11 0 0 1-1.358.295l-.024.003l-.008.001H4.35a.75.75 0 0 1-.843-.842v-.003l.001-.008l.004-.024a7 7 0 0 1 .066-.389c.047-.251.121-.596.228-.971a7.3 7.3 0 0 1 .439-1.178c.185-.38.439-.783.79-1.08M15.687 8.22a.75.75 0 0 0-1.06 0l-.707.707a.75.75 0 0 0 1.06 1.06l.707-.707a.75.75 0 0 0 0-1.06"/></svg>
</template>

CSS

.icon-rocket-solid {
  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%22M10.83%207.11c2.238-2.523%205.72-3.61%208.92-3.61a.75.75%200%200%201%20.75.75c0%203.2-1.087%206.682-3.61%208.92c-.061%201.016-.375%202.033-.824%202.926c-.5.994-1.195%201.887-1.973%202.478c-.761.578-1.745.963-2.717.601c-.92-.343-1.54-1.25-1.9-2.538l-2.113-2.114c-1.288-.359-2.195-.979-2.538-1.899c-.362-.972.023-1.956.601-2.717c.591-.778%201.484-1.473%202.478-1.973c.893-.449%201.91-.763%202.925-.823M9.5%208.892a7%207%200%200%200-.922.383c-.836.421-1.533.982-1.957%201.54c-.437.576-.493%201.01-.39%201.286c.083.226.352.557%201.094.836c.169-.379.412-.903.717-1.504c.388-.763.882-1.66%201.458-2.54m1.564%207.784c.278.742.61%201.01.836%201.095c.275.102.71.046%201.286-.39c.558-.425%201.119-1.122%201.54-1.958q.227-.451.383-.922a27%2027%200%200%201-2.54%201.458c-.602.305-1.126.548-1.505.717m-6.029-.672a2.144%202.144%200%200%201%202.848.088l.009.01c.799.79.786%202.054.103%202.865c-.295.352-.698.606-1.077.792c-.387.19-.804.333-1.175.44a11%2011%200%200%201-1.358.295l-.024.003l-.008.001H4.35a.75.75%200%200%201-.843-.842v-.003l.001-.008l.004-.024a7%207%200%200%201%20.066-.389c.047-.251.121-.596.228-.971a7.3%207.3%200%200%201%20.439-1.178c.185-.38.439-.783.79-1.08M15.687%208.22a.75.75%200%200%200-1.06%200l-.707.707a.75.75%200%200%200%201.06%201.06l.707-.707a.75.75%200%200%200%200-1.06%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%22M10.83%207.11c2.238-2.523%205.72-3.61%208.92-3.61a.75.75%200%200%201%20.75.75c0%203.2-1.087%206.682-3.61%208.92c-.061%201.016-.375%202.033-.824%202.926c-.5.994-1.195%201.887-1.973%202.478c-.761.578-1.745.963-2.717.601c-.92-.343-1.54-1.25-1.9-2.538l-2.113-2.114c-1.288-.359-2.195-.979-2.538-1.899c-.362-.972.023-1.956.601-2.717c.591-.778%201.484-1.473%202.478-1.973c.893-.449%201.91-.763%202.925-.823M9.5%208.892a7%207%200%200%200-.922.383c-.836.421-1.533.982-1.957%201.54c-.437.576-.493%201.01-.39%201.286c.083.226.352.557%201.094.836c.169-.379.412-.903.717-1.504c.388-.763.882-1.66%201.458-2.54m1.564%207.784c.278.742.61%201.01.836%201.095c.275.102.71.046%201.286-.39c.558-.425%201.119-1.122%201.54-1.958q.227-.451.383-.922a27%2027%200%200%201-2.54%201.458c-.602.305-1.126.548-1.505.717m-6.029-.672a2.144%202.144%200%200%201%202.848.088l.009.01c.799.79.786%202.054.103%202.865c-.295.352-.698.606-1.077.792c-.387.19-.804.333-1.175.44a11%2011%200%200%201-1.358.295l-.024.003l-.008.001H4.35a.75.75%200%200%201-.843-.842v-.003l.001-.008l.004-.024a7%207%200%200%201%20.066-.389c.047-.251.121-.596.228-.971a7.3%207.3%200%200%201%20.439-1.178c.185-.38.439-.783.79-1.08M15.687%208.22a.75.75%200%200%200-1.06%200l-.707.707a.75.75%200%200%200%201.06%201.06l.707-.707a.75.75%200%200%200%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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