rocket 02 icon
rocket-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- rocket-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the rocket 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M12 9V6m-3.5 9.474h7m-7 0l-1.836 1.31c-.402.333-.986.289-1.202-.188c-.728-1.61-.931-4.71 1.964-6.06M8.5 15.474c-.61-1.82-.978-3.52-1.074-4.938m8.074 4.938l1.838 1.31c.401.333.986.289 1.201-.188c.727-1.61.929-4.71-1.972-6.06m-9.141 0c-.259-4.364 1.627-7.3 3.361-8.626a1.97 1.97 0 0 1 2.422.012c1.712 1.334 3.529 4.242 3.358 8.614c-.057 1.444-.481 3.081-1.067 4.938"/><path d="M13.5 18.5V21m-3-2.5v4"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRocket02(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" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M12 9V6m-3.5 9.474h7m-7 0l-1.836 1.31c-.402.333-.986.289-1.202-.188c-.728-1.61-.931-4.71 1.964-6.06M8.5 15.474c-.61-1.82-.978-3.52-1.074-4.938m8.074 4.938l1.838 1.31c.401.333.986.289 1.201-.188c.727-1.61.929-4.71-1.972-6.06m-9.141 0c-.259-4.364 1.627-7.3 3.361-8.626a1.97 1.97 0 0 1 2.422.012c1.712 1.334 3.529 4.242 3.358 8.614c-.057 1.444-.481 3.081-1.067 4.938"/><path d="M13.5 18.5V21m-3-2.5v4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M12 9V6m-3.5 9.474h7m-7 0l-1.836 1.31c-.402.333-.986.289-1.202-.188c-.728-1.61-.931-4.71 1.964-6.06M8.5 15.474c-.61-1.82-.978-3.52-1.074-4.938m8.074 4.938l1.838 1.31c.401.333.986.289 1.201-.188c.727-1.61.929-4.71-1.972-6.06m-9.141 0c-.259-4.364 1.627-7.3 3.361-8.626a1.97 1.97 0 0 1 2.422.012c1.712 1.334 3.529 4.242 3.358 8.614c-.057 1.444-.481 3.081-1.067 4.938"/><path d="M13.5 18.5V21m-3-2.5v4"/></g></svg> </template>
CSS
.icon-rocket-02 {
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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%209V6m-3.5%209.474h7m-7%200l-1.836%201.31c-.402.333-.986.289-1.202-.188c-.728-1.61-.931-4.71%201.964-6.06M8.5%2015.474c-.61-1.82-.978-3.52-1.074-4.938m8.074%204.938l1.838%201.31c.401.333.986.289%201.201-.188c.727-1.61.929-4.71-1.972-6.06m-9.141%200c-.259-4.364%201.627-7.3%203.361-8.626a1.97%201.97%200%200%201%202.422.012c1.712%201.334%203.529%204.242%203.358%208.614c-.057%201.444-.481%203.081-1.067%204.938%22%2F%3E%3Cpath%20d%3D%22M13.5%2018.5V21m-3-2.5v4%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%209V6m-3.5%209.474h7m-7%200l-1.836%201.31c-.402.333-.986.289-1.202-.188c-.728-1.61-.931-4.71%201.964-6.06M8.5%2015.474c-.61-1.82-.978-3.52-1.074-4.938m8.074%204.938l1.838%201.31c.401.333.986.289%201.201-.188c.727-1.61.929-4.71-1.972-6.06m-9.141%200c-.259-4.364%201.627-7.3%203.361-8.626a1.97%201.97%200%200%201%202.422.012c1.712%201.334%203.529%204.242%203.358%208.614c-.057%201.444-.481%203.081-1.067%204.938%22%2F%3E%3Cpath%20d%3D%22M13.5%2018.5V21m-3-2.5v4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/rocket-02.svg?color=%231a73e8&size=48