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

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

The same icon in other sets

More user interface icons from Unicons Solid

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.6 2.1c-.1-.3-.4-.6-.7-.7c-4.2-1.1-8.5.2-11.4 3.6L9.4 6.3l-2.7-.6C5.4 5.2 4 5.8 3.4 7l-2.2 3.9q-.3.45 0 .9c.1.3.4.5.7.6l3.1.7c-.3.8-.4 1.6-.6 2.4c0 .3.1.6.3.8l3.1 3.1c.2.2.4.3.7.3h.1c.9-.1 1.7-.2 2.5-.5l.6 3c.1.3.3.6.6.7c.1.1.3.1.4.1c.2 0 .3 0 .5-.1l3.9-2.2c1.1-.6 1.7-2 1.4-3.3l-.7-2.8l1.2-1.1c3.3-2.8 4.7-7.3 3.6-11.4M7.3 8.8c-.6.8-1.2 1.6-1.6 2.4l-2.1-.5L5.1 8c.2-.4.6-.5 1.1-.4l1.7.4zM16 18.9l-2.7 1.5l-.4-2c.9-.4 1.7-1 2.4-1.6l.7-.7l.4 1.7c.2.5-.1 1-.4 1.1m.7-10.1c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5s-.6 1.5-1.5 1.5"/></svg>

React

import type { SVGProps } from "react";

export function UisRocket(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.6 2.1c-.1-.3-.4-.6-.7-.7c-4.2-1.1-8.5.2-11.4 3.6L9.4 6.3l-2.7-.6C5.4 5.2 4 5.8 3.4 7l-2.2 3.9q-.3.45 0 .9c.1.3.4.5.7.6l3.1.7c-.3.8-.4 1.6-.6 2.4c0 .3.1.6.3.8l3.1 3.1c.2.2.4.3.7.3h.1c.9-.1 1.7-.2 2.5-.5l.6 3c.1.3.3.6.6.7c.1.1.3.1.4.1c.2 0 .3 0 .5-.1l3.9-2.2c1.1-.6 1.7-2 1.4-3.3l-.7-2.8l1.2-1.1c3.3-2.8 4.7-7.3 3.6-11.4M7.3 8.8c-.6.8-1.2 1.6-1.6 2.4l-2.1-.5L5.1 8c.2-.4.6-.5 1.1-.4l1.7.4zM16 18.9l-2.7 1.5l-.4-2c.9-.4 1.7-1 2.4-1.6l.7-.7l.4 1.7c.2.5-.1 1-.4 1.1m.7-10.1c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5s-.6 1.5-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.6 2.1c-.1-.3-.4-.6-.7-.7c-4.2-1.1-8.5.2-11.4 3.6L9.4 6.3l-2.7-.6C5.4 5.2 4 5.8 3.4 7l-2.2 3.9q-.3.45 0 .9c.1.3.4.5.7.6l3.1.7c-.3.8-.4 1.6-.6 2.4c0 .3.1.6.3.8l3.1 3.1c.2.2.4.3.7.3h.1c.9-.1 1.7-.2 2.5-.5l.6 3c.1.3.3.6.6.7c.1.1.3.1.4.1c.2 0 .3 0 .5-.1l3.9-2.2c1.1-.6 1.7-2 1.4-3.3l-.7-2.8l1.2-1.1c3.3-2.8 4.7-7.3 3.6-11.4M7.3 8.8c-.6.8-1.2 1.6-1.6 2.4l-2.1-.5L5.1 8c.2-.4.6-.5 1.1-.4l1.7.4zM16 18.9l-2.7 1.5l-.4-2c.9-.4 1.7-1 2.4-1.6l.7-.7l.4 1.7c.2.5-.1 1-.4 1.1m.7-10.1c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5s-.6 1.5-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.6%202.1c-.1-.3-.4-.6-.7-.7c-4.2-1.1-8.5.2-11.4%203.6L9.4%206.3l-2.7-.6C5.4%205.2%204%205.8%203.4%207l-2.2%203.9q-.3.45%200%20.9c.1.3.4.5.7.6l3.1.7c-.3.8-.4%201.6-.6%202.4c0%20.3.1.6.3.8l3.1%203.1c.2.2.4.3.7.3h.1c.9-.1%201.7-.2%202.5-.5l.6%203c.1.3.3.6.6.7c.1.1.3.1.4.1c.2%200%20.3%200%20.5-.1l3.9-2.2c1.1-.6%201.7-2%201.4-3.3l-.7-2.8l1.2-1.1c3.3-2.8%204.7-7.3%203.6-11.4M7.3%208.8c-.6.8-1.2%201.6-1.6%202.4l-2.1-.5L5.1%208c.2-.4.6-.5%201.1-.4l1.7.4zM16%2018.9l-2.7%201.5l-.4-2c.9-.4%201.7-1%202.4-1.6l.7-.7l.4%201.7c.2.5-.1%201-.4%201.1m.7-10.1c-.8%200-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5s1.5.7%201.5%201.5s-.6%201.5-1.5%201.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.6%202.1c-.1-.3-.4-.6-.7-.7c-4.2-1.1-8.5.2-11.4%203.6L9.4%206.3l-2.7-.6C5.4%205.2%204%205.8%203.4%207l-2.2%203.9q-.3.45%200%20.9c.1.3.4.5.7.6l3.1.7c-.3.8-.4%201.6-.6%202.4c0%20.3.1.6.3.8l3.1%203.1c.2.2.4.3.7.3h.1c.9-.1%201.7-.2%202.5-.5l.6%203c.1.3.3.6.6.7c.1.1.3.1.4.1c.2%200%20.3%200%20.5-.1l3.9-2.2c1.1-.6%201.7-2%201.4-3.3l-.7-2.8l1.2-1.1c3.3-2.8%204.7-7.3%203.6-11.4M7.3%208.8c-.6.8-1.2%201.6-1.6%202.4l-2.1-.5L5.1%208c.2-.4.6-.5%201.1-.4l1.7.4zM16%2018.9l-2.7%201.5l-.4-2c.9-.4%201.7-1%202.4-1.6l.7-.7l.4%201.7c.2.5-.1%201-.4%201.1m.7-10.1c-.8%200-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5s1.5.7%201.5%201.5s-.6%201.5-1.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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