rocket from Humbleicons by Jiří Zralý · Regular · MIT Free for personal and commercial use.

Name
rocket
Set
Humbleicons
Style
Regular
Viewbox
24×24
License
MIT

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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10.5 17.5l-4-4m4 4L13 20l.777-.605c.28-.218.541-.467.715-.777A4 4 0 0 0 15 16.667V14m-4.5 3.5l2.5-1.944L15 14m-8.5-.5L4 11l.604-.777c.219-.28.468-.541.778-.715A4 4 0 0 1 7.333 9H10m-3.5 4.5L8.444 11L10 9m5 5l2.045-1.533C19.469 10.648 20.542 6.98 20 4c-2.981-.542-6.649.531-8.467 2.955L10 9M7.5 19L4 20l1.166-3.5m10.334-7a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>

React

import type { SVGProps } from "react";

export function HumbleiconsRocket(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m10.5 17.5l-4-4m4 4L13 20l.777-.605c.28-.218.541-.467.715-.777A4 4 0 0 0 15 16.667V14m-4.5 3.5l2.5-1.944L15 14m-8.5-.5L4 11l.604-.777c.219-.28.468-.541.778-.715A4 4 0 0 1 7.333 9H10m-3.5 4.5L8.444 11L10 9m5 5l2.045-1.533C19.469 10.648 20.542 6.98 20 4c-2.981-.542-6.649.531-8.467 2.955L10 9M7.5 19L4 20l1.166-3.5m10.334-7a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10.5 17.5l-4-4m4 4L13 20l.777-.605c.28-.218.541-.467.715-.777A4 4 0 0 0 15 16.667V14m-4.5 3.5l2.5-1.944L15 14m-8.5-.5L4 11l.604-.777c.219-.28.468-.541.778-.715A4 4 0 0 1 7.333 9H10m-3.5 4.5L8.444 11L10 9m5 5l2.045-1.533C19.469 10.648 20.542 6.98 20 4c-2.981-.542-6.649.531-8.467 2.955L10 9M7.5 19L4 20l1.166-3.5m10.334-7a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m10.5%2017.5l-4-4m4%204L13%2020l.777-.605c.28-.218.541-.467.715-.777A4%204%200%200%200%2015%2016.667V14m-4.5%203.5l2.5-1.944L15%2014m-8.5-.5L4%2011l.604-.777c.219-.28.468-.541.778-.715A4%204%200%200%201%207.333%209H10m-3.5%204.5L8.444%2011L10%209m5%205l2.045-1.533C19.469%2010.648%2020.542%206.98%2020%204c-2.981-.542-6.649.531-8.467%202.955L10%209M7.5%2019L4%2020l1.166-3.5m10.334-7a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m10.5%2017.5l-4-4m4%204L13%2020l.777-.605c.28-.218.541-.467.715-.777A4%204%200%200%200%2015%2016.667V14m-4.5%203.5l2.5-1.944L15%2014m-8.5-.5L4%2011l.604-.777c.219-.28.468-.541.778-.715A4%204%200%200%201%207.333%209H10m-3.5%204.5L8.444%2011L10%209m5%205l2.045-1.533C19.469%2010.648%2020.542%206.98%2020%204c-2.981-.542-6.649.531-8.467%202.955L10%209M7.5%2019L4%2020l1.166-3.5m10.334-7a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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