rocket from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
rocket
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

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="M22.601 2.062a1 1 0 0 0-.713-.713A11.25 11.25 0 0 0 10.47 4.972L9.354 6.296L6.75 5.668a2.78 2.78 0 0 0-3.387 1.357l-2.2 3.9a1 1 0 0 0 .661 1.469l3.073.659a13.4 13.4 0 0 0-.555 2.434a1 1 0 0 0 .284.836l3.1 3.1a1 1 0 0 0 .708.293l.086-.004a12 12 0 0 0 2.492-.49l.644 3.004a1 1 0 0 0 1.469.661l3.905-2.202a3.035 3.035 0 0 0 1.375-3.304l-.668-2.76l1.237-1.137A11.2 11.2 0 0 0 22.6 2.062ZM3.572 10.723l1.556-2.76a.826.826 0 0 1 1.07-.375l1.718.416l-.65.772a13 13 0 0 0-1.59 2.398Zm12.47 8.222l-2.715 1.532l-.43-2.005a11.3 11.3 0 0 0 2.414-1.62l.743-.683l.404 1.664a1.04 1.04 0 0 1-.416 1.112m1.615-6.965l-3.685 3.386a9.77 9.77 0 0 1-5.17 2.304l-2.405-2.404a10.93 10.93 0 0 1 2.401-5.206l1.679-1.993a1 1 0 0 0 .078-.092L11.99 6.27a9.28 9.28 0 0 1 8.81-3.12a9.22 9.22 0 0 1-3.143 8.829Zm-.923-6.164a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function UilRocket(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="M22.601 2.062a1 1 0 0 0-.713-.713A11.25 11.25 0 0 0 10.47 4.972L9.354 6.296L6.75 5.668a2.78 2.78 0 0 0-3.387 1.357l-2.2 3.9a1 1 0 0 0 .661 1.469l3.073.659a13.4 13.4 0 0 0-.555 2.434a1 1 0 0 0 .284.836l3.1 3.1a1 1 0 0 0 .708.293l.086-.004a12 12 0 0 0 2.492-.49l.644 3.004a1 1 0 0 0 1.469.661l3.905-2.202a3.035 3.035 0 0 0 1.375-3.304l-.668-2.76l1.237-1.137A11.2 11.2 0 0 0 22.6 2.062ZM3.572 10.723l1.556-2.76a.826.826 0 0 1 1.07-.375l1.718.416l-.65.772a13 13 0 0 0-1.59 2.398Zm12.47 8.222l-2.715 1.532l-.43-2.005a11.3 11.3 0 0 0 2.414-1.62l.743-.683l.404 1.664a1.04 1.04 0 0 1-.416 1.112m1.615-6.965l-3.685 3.386a9.77 9.77 0 0 1-5.17 2.304l-2.405-2.404a10.93 10.93 0 0 1 2.401-5.206l1.679-1.993a1 1 0 0 0 .078-.092L11.99 6.27a9.28 9.28 0 0 1 8.81-3.12a9.22 9.22 0 0 1-3.143 8.829Zm-.923-6.164a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.601 2.062a1 1 0 0 0-.713-.713A11.25 11.25 0 0 0 10.47 4.972L9.354 6.296L6.75 5.668a2.78 2.78 0 0 0-3.387 1.357l-2.2 3.9a1 1 0 0 0 .661 1.469l3.073.659a13.4 13.4 0 0 0-.555 2.434a1 1 0 0 0 .284.836l3.1 3.1a1 1 0 0 0 .708.293l.086-.004a12 12 0 0 0 2.492-.49l.644 3.004a1 1 0 0 0 1.469.661l3.905-2.202a3.035 3.035 0 0 0 1.375-3.304l-.668-2.76l1.237-1.137A11.2 11.2 0 0 0 22.6 2.062ZM3.572 10.723l1.556-2.76a.826.826 0 0 1 1.07-.375l1.718.416l-.65.772a13 13 0 0 0-1.59 2.398Zm12.47 8.222l-2.715 1.532l-.43-2.005a11.3 11.3 0 0 0 2.414-1.62l.743-.683l.404 1.664a1.04 1.04 0 0 1-.416 1.112m1.615-6.965l-3.685 3.386a9.77 9.77 0 0 1-5.17 2.304l-2.405-2.404a10.93 10.93 0 0 1 2.401-5.206l1.679-1.993a1 1 0 0 0 .078-.092L11.99 6.27a9.28 9.28 0 0 1 8.81-3.12a9.22 9.22 0 0 1-3.143 8.829Zm-.923-6.164a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.601%202.062a1%201%200%200%200-.713-.713A11.25%2011.25%200%200%200%2010.47%204.972L9.354%206.296L6.75%205.668a2.78%202.78%200%200%200-3.387%201.357l-2.2%203.9a1%201%200%200%200%20.661%201.469l3.073.659a13.4%2013.4%200%200%200-.555%202.434a1%201%200%200%200%20.284.836l3.1%203.1a1%201%200%200%200%20.708.293l.086-.004a12%2012%200%200%200%202.492-.49l.644%203.004a1%201%200%200%200%201.469.661l3.905-2.202a3.035%203.035%200%200%200%201.375-3.304l-.668-2.76l1.237-1.137A11.2%2011.2%200%200%200%2022.6%202.062ZM3.572%2010.723l1.556-2.76a.826.826%200%200%201%201.07-.375l1.718.416l-.65.772a13%2013%200%200%200-1.59%202.398Zm12.47%208.222l-2.715%201.532l-.43-2.005a11.3%2011.3%200%200%200%202.414-1.62l.743-.683l.404%201.664a1.04%201.04%200%200%201-.416%201.112m1.615-6.965l-3.685%203.386a9.77%209.77%200%200%201-5.17%202.304l-2.405-2.404a10.93%2010.93%200%200%201%202.401-5.206l1.679-1.993a1%201%200%200%200%20.078-.092L11.99%206.27a9.28%209.28%200%200%201%208.81-3.12a9.22%209.22%200%200%201-3.143%208.829Zm-.923-6.164a1.5%201.5%200%201%200%201.5%201.5a1.5%201.5%200%200%200-1.5-1.5%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%22M22.601%202.062a1%201%200%200%200-.713-.713A11.25%2011.25%200%200%200%2010.47%204.972L9.354%206.296L6.75%205.668a2.78%202.78%200%200%200-3.387%201.357l-2.2%203.9a1%201%200%200%200%20.661%201.469l3.073.659a13.4%2013.4%200%200%200-.555%202.434a1%201%200%200%200%20.284.836l3.1%203.1a1%201%200%200%200%20.708.293l.086-.004a12%2012%200%200%200%202.492-.49l.644%203.004a1%201%200%200%200%201.469.661l3.905-2.202a3.035%203.035%200%200%200%201.375-3.304l-.668-2.76l1.237-1.137A11.2%2011.2%200%200%200%2022.6%202.062ZM3.572%2010.723l1.556-2.76a.826.826%200%200%201%201.07-.375l1.718.416l-.65.772a13%2013%200%200%200-1.59%202.398Zm12.47%208.222l-2.715%201.532l-.43-2.005a11.3%2011.3%200%200%200%202.414-1.62l.743-.683l.404%201.664a1.04%201.04%200%200%201-.416%201.112m1.615-6.965l-3.685%203.386a9.77%209.77%200%200%201-5.17%202.304l-2.405-2.404a10.93%2010.93%200%200%201%202.401-5.206l1.679-1.993a1%201%200%200%200%20.078-.092L11.99%206.27a9.28%209.28%200%200%201%208.81-3.12a9.22%209.22%200%200%201-3.143%208.829Zm-.923-6.164a1.5%201.5%200%201%200%201.5%201.5a1.5%201.5%200%200%200-1.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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