rocket 2 icon
rocket-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- rocket-2-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the rocket 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.374 3.292a1.1 1.1 0 0 1 1.334 1.334l-1.105 4.42a5 5 0 0 1-1.316 2.323l-4.58 4.58v2.207c0 .398-.158.78-.44 1.06l-1.729 1.73a1.255 1.255 0 0 1-1.995-.3A25 25 0 0 0 8.2 18.397a2 2 0 0 1-.443.674c-.781.78-4.063 1.59-4.242 1.414c-.177-.177.633-3.462 1.414-4.243c.198-.198.427-.346.672-.444a26 26 0 0 0-2.248-1.341a1.255 1.255 0 0 1-.3-1.996l1.73-1.729a1.5 1.5 0 0 1 1.06-.44H8.05l4.581-4.58a5 5 0 0 1 2.322-1.316zm-4.66 3.33c-.244.135-.47.304-.669.504l-.986.986q.097.024.216.063c.4.134.968.412 1.553.996s.863 1.154.996 1.554q.039.117.064.215l.985-.985c.2-.2.369-.426.504-.67a6.3 6.3 0 0 0-1.135-1.529a6.3 6.3 0 0 0-1.528-1.134"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteRocket2Fill(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="M19.374 3.292a1.1 1.1 0 0 1 1.334 1.334l-1.105 4.42a5 5 0 0 1-1.316 2.323l-4.58 4.58v2.207c0 .398-.158.78-.44 1.06l-1.729 1.73a1.255 1.255 0 0 1-1.995-.3A25 25 0 0 0 8.2 18.397a2 2 0 0 1-.443.674c-.781.78-4.063 1.59-4.242 1.414c-.177-.177.633-3.462 1.414-4.243c.198-.198.427-.346.672-.444a26 26 0 0 0-2.248-1.341a1.255 1.255 0 0 1-.3-1.996l1.73-1.729a1.5 1.5 0 0 1 1.06-.44H8.05l4.581-4.58a5 5 0 0 1 2.322-1.316zm-4.66 3.33c-.244.135-.47.304-.669.504l-.986.986q.097.024.216.063c.4.134.968.412 1.553.996s.863 1.154.996 1.554q.039.117.064.215l.985-.985c.2-.2.369-.426.504-.67a6.3 6.3 0 0 0-1.135-1.529a6.3 6.3 0 0 0-1.528-1.134"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.374 3.292a1.1 1.1 0 0 1 1.334 1.334l-1.105 4.42a5 5 0 0 1-1.316 2.323l-4.58 4.58v2.207c0 .398-.158.78-.44 1.06l-1.729 1.73a1.255 1.255 0 0 1-1.995-.3A25 25 0 0 0 8.2 18.397a2 2 0 0 1-.443.674c-.781.78-4.063 1.59-4.242 1.414c-.177-.177.633-3.462 1.414-4.243c.198-.198.427-.346.672-.444a26 26 0 0 0-2.248-1.341a1.255 1.255 0 0 1-.3-1.996l1.73-1.729a1.5 1.5 0 0 1 1.06-.44H8.05l4.581-4.58a5 5 0 0 1 2.322-1.316zm-4.66 3.33c-.244.135-.47.304-.669.504l-.986.986q.097.024.216.063c.4.134.968.412 1.553.996s.863 1.154.996 1.554q.039.117.064.215l.985-.985c.2-.2.369-.426.504-.67a6.3 6.3 0 0 0-1.135-1.529a6.3 6.3 0 0 0-1.528-1.134"/></svg> </template>
CSS
.icon-rocket-2-fill {
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%22M19.374%203.292a1.1%201.1%200%200%201%201.334%201.334l-1.105%204.42a5%205%200%200%201-1.316%202.323l-4.58%204.58v2.207c0%20.398-.158.78-.44%201.06l-1.729%201.73a1.255%201.255%200%200%201-1.995-.3A25%2025%200%200%200%208.2%2018.397a2%202%200%200%201-.443.674c-.781.78-4.063%201.59-4.242%201.414c-.177-.177.633-3.462%201.414-4.243c.198-.198.427-.346.672-.444a26%2026%200%200%200-2.248-1.341a1.255%201.255%200%200%201-.3-1.996l1.73-1.729a1.5%201.5%200%200%201%201.06-.44H8.05l4.581-4.58a5%205%200%200%201%202.322-1.316zm-4.66%203.33c-.244.135-.47.304-.669.504l-.986.986q.097.024.216.063c.4.134.968.412%201.553.996s.863%201.154.996%201.554q.039.117.064.215l.985-.985c.2-.2.369-.426.504-.67a6.3%206.3%200%200%200-1.135-1.529a6.3%206.3%200%200%200-1.528-1.134%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%22M19.374%203.292a1.1%201.1%200%200%201%201.334%201.334l-1.105%204.42a5%205%200%200%201-1.316%202.323l-4.58%204.58v2.207c0%20.398-.158.78-.44%201.06l-1.729%201.73a1.255%201.255%200%200%201-1.995-.3A25%2025%200%200%200%208.2%2018.397a2%202%200%200%201-.443.674c-.781.78-4.063%201.59-4.242%201.414c-.177-.177.633-3.462%201.414-4.243c.198-.198.427-.346.672-.444a26%2026%200%200%200-2.248-1.341a1.255%201.255%200%200%201-.3-1.996l1.73-1.729a1.5%201.5%200%200%201%201.06-.44H8.05l4.581-4.58a5%205%200%200%201%202.322-1.316zm-4.66%203.33c-.244.135-.47.304-.669.504l-.986.986q.097.024.216.063c.4.134.968.412%201.553.996s.863%201.154.996%201.554q.039.117.064.215l.985-.985c.2-.2.369-.426.504-.67a6.3%206.3%200%200%200-1.135-1.529a6.3%206.3%200%200%200-1.528-1.134%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/rocket-2-fill.svg?color=%231a73e8&size=48