rocket-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
rocket-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

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="M9.172 14.829c-1.181-1.18-3.779-1.945-5.14-2.28a.733.733 0 0 1-.499-1.006l.873-1.904a1 1 0 0 1 1.05-.573l1.126.16c.374.054.747-.113.973-.416c4.909-6.56 10.875-5.03 12.026-4.657a.42.42 0 0 1 .269.266c.392 1.162 2.032 7.238-4.655 12.038c-.305.22-.48.587-.436.96l.128 1.092a1 1 0 0 1-.553 1.015l-1.864.913a.733.733 0 0 1-1.025-.491c-.337-1.367-1.099-3.943-2.273-5.117m0 0a2 2 0 0 0-2.829 0c-.78.781-1.414 4.243-1.414 4.243s3.462-.633 4.243-1.415a2 2 0 0 0 0-2.828m5.656-4.241a1 1 0 1 1-1.415-1.414a1 1 0 0 1 1.415 1.414"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteRocketLine(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="M9.172 14.829c-1.181-1.18-3.779-1.945-5.14-2.28a.733.733 0 0 1-.499-1.006l.873-1.904a1 1 0 0 1 1.05-.573l1.126.16c.374.054.747-.113.973-.416c4.909-6.56 10.875-5.03 12.026-4.657a.42.42 0 0 1 .269.266c.392 1.162 2.032 7.238-4.655 12.038c-.305.22-.48.587-.436.96l.128 1.092a1 1 0 0 1-.553 1.015l-1.864.913a.733.733 0 0 1-1.025-.491c-.337-1.367-1.099-3.943-2.273-5.117m0 0a2 2 0 0 0-2.829 0c-.78.781-1.414 4.243-1.414 4.243s3.462-.633 4.243-1.415a2 2 0 0 0 0-2.828m5.656-4.241a1 1 0 1 1-1.415-1.414a1 1 0 0 1 1.415 1.414"/></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="M9.172 14.829c-1.181-1.18-3.779-1.945-5.14-2.28a.733.733 0 0 1-.499-1.006l.873-1.904a1 1 0 0 1 1.05-.573l1.126.16c.374.054.747-.113.973-.416c4.909-6.56 10.875-5.03 12.026-4.657a.42.42 0 0 1 .269.266c.392 1.162 2.032 7.238-4.655 12.038c-.305.22-.48.587-.436.96l.128 1.092a1 1 0 0 1-.553 1.015l-1.864.913a.733.733 0 0 1-1.025-.491c-.337-1.367-1.099-3.943-2.273-5.117m0 0a2 2 0 0 0-2.829 0c-.78.781-1.414 4.243-1.414 4.243s3.462-.633 4.243-1.415a2 2 0 0 0 0-2.828m5.656-4.241a1 1 0 1 1-1.415-1.414a1 1 0 0 1 1.415 1.414"/></svg>
</template>

CSS

.icon-rocket-line {
  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%22M9.172%2014.829c-1.181-1.18-3.779-1.945-5.14-2.28a.733.733%200%200%201-.499-1.006l.873-1.904a1%201%200%200%201%201.05-.573l1.126.16c.374.054.747-.113.973-.416c4.909-6.56%2010.875-5.03%2012.026-4.657a.42.42%200%200%201%20.269.266c.392%201.162%202.032%207.238-4.655%2012.038c-.305.22-.48.587-.436.96l.128%201.092a1%201%200%200%201-.553%201.015l-1.864.913a.733.733%200%200%201-1.025-.491c-.337-1.367-1.099-3.943-2.273-5.117m0%200a2%202%200%200%200-2.829%200c-.78.781-1.414%204.243-1.414%204.243s3.462-.633%204.243-1.415a2%202%200%200%200%200-2.828m5.656-4.241a1%201%200%201%201-1.415-1.414a1%201%200%200%201%201.415%201.414%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%22M9.172%2014.829c-1.181-1.18-3.779-1.945-5.14-2.28a.733.733%200%200%201-.499-1.006l.873-1.904a1%201%200%200%201%201.05-.573l1.126.16c.374.054.747-.113.973-.416c4.909-6.56%2010.875-5.03%2012.026-4.657a.42.42%200%200%201%20.269.266c.392%201.162%202.032%207.238-4.655%2012.038c-.305.22-.48.587-.436.96l.128%201.092a1%201%200%200%201-.553%201.015l-1.864.913a.733.733%200%200%201-1.025-.491c-.337-1.367-1.099-3.943-2.273-5.117m0%200a2%202%200%200%200-2.829%200c-.78.781-1.414%204.243-1.414%204.243s3.462-.633%204.243-1.415a2%202%200%200%200%200-2.828m5.656-4.241a1%201%200%201%201-1.415-1.414a1%201%200%200%201%201.415%201.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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