rocket from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
rocket
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign 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"><path d="m5.636 12.706l5.657 5.657l8.263-8.263A8 8 0 0 0 21.9 4.443V2.1h-2.343A8 8 0 0 0 13.9 4.443z"/><path d="m17.657 18.363l-.707-5.657l-5.657 5.657l3.182 3.182zM5.636 6.342l5.657.707l-5.657 5.657l-3.182-3.182z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M4.222 16.949L2.1 19.07m4.949.707L4.929 21.9m12.728-3.536l-.707-5.657l-5.657 5.657l3.182 3.182zM5.637 6.343l5.656.706l-5.657 5.657l-3.182-3.182z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m11.293 7.05l-5.657 5.656m0 0l5.657 5.657m-5.657-5.657l8.263-8.263A8 8 0 0 1 19.556 2.1H21.9v2.343a8 8 0 0 1-2.343 5.657l-8.263 8.263m5.656-5.657l-5.656 5.657"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignRocket(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"><path d="m5.636 12.706l5.657 5.657l8.263-8.263A8 8 0 0 0 21.9 4.443V2.1h-2.343A8 8 0 0 0 13.9 4.443z"/><path d="m17.657 18.363l-.707-5.657l-5.657 5.657l3.182 3.182zM5.636 6.342l5.657.707l-5.657 5.657l-3.182-3.182z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M4.222 16.949L2.1 19.07m4.949.707L4.929 21.9m12.728-3.536l-.707-5.657l-5.657 5.657l3.182 3.182zM5.637 6.343l5.656.706l-5.657 5.657l-3.182-3.182z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="m11.293 7.05l-5.657 5.656m0 0l5.657 5.657m-5.657-5.657l8.263-8.263A8 8 0 0 1 19.556 2.1H21.9v2.343a8 8 0 0 1-2.343 5.657l-8.263 8.263m5.656-5.657l-5.656 5.657"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m5.636 12.706l5.657 5.657l8.263-8.263A8 8 0 0 0 21.9 4.443V2.1h-2.343A8 8 0 0 0 13.9 4.443z"/><path d="m17.657 18.363l-.707-5.657l-5.657 5.657l3.182 3.182zM5.636 6.342l5.657.707l-5.657 5.657l-3.182-3.182z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M4.222 16.949L2.1 19.07m4.949.707L4.929 21.9m12.728-3.536l-.707-5.657l-5.657 5.657l3.182 3.182zM5.637 6.343l5.656.706l-5.657 5.657l-3.182-3.182z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m11.293 7.05l-5.657 5.656m0 0l5.657 5.657m-5.657-5.657l8.263-8.263A8 8 0 0 1 19.556 2.1H21.9v2.343a8 8 0 0 1-2.343 5.657l-8.263 8.263m5.656-5.657l-5.656 5.657"/></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%3E%3Cpath%20d%3D%22m5.636%2012.706l5.657%205.657l8.263-8.263A8%208%200%200%200%2021.9%204.443V2.1h-2.343A8%208%200%200%200%2013.9%204.443z%22%2F%3E%3Cpath%20d%3D%22m17.657%2018.363l-.707-5.657l-5.657%205.657l3.182%203.182zM5.636%206.342l5.657.707l-5.657%205.657l-3.182-3.182z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M4.222%2016.949L2.1%2019.07m4.949.707L4.929%2021.9m12.728-3.536l-.707-5.657l-5.657%205.657l3.182%203.182zM5.637%206.343l5.656.706l-5.657%205.657l-3.182-3.182z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m11.293%207.05l-5.657%205.656m0%200l5.657%205.657m-5.657-5.657l8.263-8.263A8%208%200%200%201%2019.556%202.1H21.9v2.343a8%208%200%200%201-2.343%205.657l-8.263%208.263m5.656-5.657l-5.656%205.657%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%3E%3Cpath%20d%3D%22m5.636%2012.706l5.657%205.657l8.263-8.263A8%208%200%200%200%2021.9%204.443V2.1h-2.343A8%208%200%200%200%2013.9%204.443z%22%2F%3E%3Cpath%20d%3D%22m17.657%2018.363l-.707-5.657l-5.657%205.657l3.182%203.182zM5.636%206.342l5.657.707l-5.657%205.657l-3.182-3.182z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M4.222%2016.949L2.1%2019.07m4.949.707L4.929%2021.9m12.728-3.536l-.707-5.657l-5.657%205.657l3.182%203.182zM5.637%206.343l5.656.706l-5.657%205.657l-3.182-3.182z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m11.293%207.05l-5.657%205.656m0%200l5.657%205.657m-5.657-5.657l8.263-8.263A8%208%200%200%201%2019.556%202.1H21.9v2.343a8%208%200%200%201-2.343%205.657l-8.263%208.263m5.656-5.657l-5.656%205.657%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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