md rocket icon
md-rocket from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-rocket
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md rocket icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 421.6c-18.1 0-33.2-6.8-42.9-10.9-5.4-2.3-11.3 1.8-10.9 7.6l3.5 51c.2 3.1 3.8 4.7 6.3 2.8l14.5-11c1.8-1.4 4.5-.9 5.7 1l20.5 32.1c1.5 2.4 5.1 2.4 6.6 0l20.5-32.1c1.2-1.9 3.9-2.4 5.7-1l14.5 11c2.5 1.9 6.1.3 6.3-2.8l3.5-51c.4-5.8-5.5-10-10.9-7.6-9.8 4.1-24.8 10.9-42.9 10.9z" fill="currentColor"/><path d="M397.7 293.1l-48-49.1c0-158-93.2-228-93.2-228s-94.1 70-94.1 228l-48 49.1c-1.8 1.8-2.6 4.5-2.2 7.1L130.6 412c.9 5.7 7.1 8.5 11.8 5.4l67.1-45.4s20.7 20 47.1 20c26.4 0 46.1-20 46.1-20l67.1 45.4c4.6 3.1 10.8.3 11.8-5.4l18.5-111.9c.2-2.6-.6-5.2-2.4-7zM256.5 192c-17 0-30.7-14.3-30.7-32s13.8-32 30.7-32c17 0 30.7 14.3 30.7 32s-13.7 32-30.7 32z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdRocket(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 421.6c-18.1 0-33.2-6.8-42.9-10.9-5.4-2.3-11.3 1.8-10.9 7.6l3.5 51c.2 3.1 3.8 4.7 6.3 2.8l14.5-11c1.8-1.4 4.5-.9 5.7 1l20.5 32.1c1.5 2.4 5.1 2.4 6.6 0l20.5-32.1c1.2-1.9 3.9-2.4 5.7-1l14.5 11c2.5 1.9 6.1.3 6.3-2.8l3.5-51c.4-5.8-5.5-10-10.9-7.6-9.8 4.1-24.8 10.9-42.9 10.9z" fill="currentColor"/><path d="M397.7 293.1l-48-49.1c0-158-93.2-228-93.2-228s-94.1 70-94.1 228l-48 49.1c-1.8 1.8-2.6 4.5-2.2 7.1L130.6 412c.9 5.7 7.1 8.5 11.8 5.4l67.1-45.4s20.7 20 47.1 20c26.4 0 46.1-20 46.1-20l67.1 45.4c4.6 3.1 10.8.3 11.8-5.4l18.5-111.9c.2-2.6-.6-5.2-2.4-7zM256.5 192c-17 0-30.7-14.3-30.7-32s13.8-32 30.7-32c17 0 30.7 14.3 30.7 32s-13.7 32-30.7 32z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 421.6c-18.1 0-33.2-6.8-42.9-10.9-5.4-2.3-11.3 1.8-10.9 7.6l3.5 51c.2 3.1 3.8 4.7 6.3 2.8l14.5-11c1.8-1.4 4.5-.9 5.7 1l20.5 32.1c1.5 2.4 5.1 2.4 6.6 0l20.5-32.1c1.2-1.9 3.9-2.4 5.7-1l14.5 11c2.5 1.9 6.1.3 6.3-2.8l3.5-51c.4-5.8-5.5-10-10.9-7.6-9.8 4.1-24.8 10.9-42.9 10.9z" fill="currentColor"/><path d="M397.7 293.1l-48-49.1c0-158-93.2-228-93.2-228s-94.1 70-94.1 228l-48 49.1c-1.8 1.8-2.6 4.5-2.2 7.1L130.6 412c.9 5.7 7.1 8.5 11.8 5.4l67.1-45.4s20.7 20 47.1 20c26.4 0 46.1-20 46.1-20l67.1 45.4c4.6 3.1 10.8.3 11.8-5.4l18.5-111.9c.2-2.6-.6-5.2-2.4-7zM256.5 192c-17 0-30.7-14.3-30.7-32s13.8-32 30.7-32c17 0 30.7 14.3 30.7 32s-13.7 32-30.7 32z" fill="currentColor"/></svg> </template>
CSS
.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M256%20421.6c-18.1%200-33.2-6.8-42.9-10.9-5.4-2.3-11.3%201.8-10.9%207.6l3.5%2051c.2%203.1%203.8%204.7%206.3%202.8l14.5-11c1.8-1.4%204.5-.9%205.7%201l20.5%2032.1c1.5%202.4%205.1%202.4%206.6%200l20.5-32.1c1.2-1.9%203.9-2.4%205.7-1l14.5%2011c2.5%201.9%206.1.3%206.3-2.8l3.5-51c.4-5.8-5.5-10-10.9-7.6-9.8%204.1-24.8%2010.9-42.9%2010.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M397.7%20293.1l-48-49.1c0-158-93.2-228-93.2-228s-94.1%2070-94.1%20228l-48%2049.1c-1.8%201.8-2.6%204.5-2.2%207.1L130.6%20412c.9%205.7%207.1%208.5%2011.8%205.4l67.1-45.4s20.7%2020%2047.1%2020c26.4%200%2046.1-20%2046.1-20l67.1%2045.4c4.6%203.1%2010.8.3%2011.8-5.4l18.5-111.9c.2-2.6-.6-5.2-2.4-7zM256.5%20192c-17%200-30.7-14.3-30.7-32s13.8-32%2030.7-32c17%200%2030.7%2014.3%2030.7%2032s-13.7%2032-30.7%2032z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%20421.6c-18.1%200-33.2-6.8-42.9-10.9-5.4-2.3-11.3%201.8-10.9%207.6l3.5%2051c.2%203.1%203.8%204.7%206.3%202.8l14.5-11c1.8-1.4%204.5-.9%205.7%201l20.5%2032.1c1.5%202.4%205.1%202.4%206.6%200l20.5-32.1c1.2-1.9%203.9-2.4%205.7-1l14.5%2011c2.5%201.9%206.1.3%206.3-2.8l3.5-51c.4-5.8-5.5-10-10.9-7.6-9.8%204.1-24.8%2010.9-42.9%2010.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M397.7%20293.1l-48-49.1c0-158-93.2-228-93.2-228s-94.1%2070-94.1%20228l-48%2049.1c-1.8%201.8-2.6%204.5-2.2%207.1L130.6%20412c.9%205.7%207.1%208.5%2011.8%205.4l67.1-45.4s20.7%2020%2047.1%2020c26.4%200%2046.1-20%2046.1-20l67.1%2045.4c4.6%203.1%2010.8.3%2011.8-5.4l18.5-111.9c.2-2.6-.6-5.2-2.4-7zM256.5%20192c-17%200-30.7-14.3-30.7-32s13.8-32%2030.7-32c17%200%2030.7%2014.3%2030.7%2032s-13.7%2032-30.7%2032z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-rocket.svg?color=%231a73e8&size=48