rocket launch icon
rocket-launch-outline from Material Design Icons by Pictogrammers · Outline · Science · Apache-2.0 Free for personal and commercial use.
- Name
- rocket-launch-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Science
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
More science icons from Material Design Icons
atomatom-variantaurorabeakerbeaker-checkbeaker-minusbeaker-plusbeaker-questionbeaker-removebiohazardbottle-tonicdnaeyedropper-minuseyedropper-offeyedropper-pluseyedropper-removeflask-empty-minusflask-empty-plusflask-empty-removeflask-minusflask-plusflask-removeflask-round-bottomflask-round-bottom-empty
Use the rocket launch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.16 22.19l-1.66-3.84c1.6-.58 3.07-1.35 4.43-2.27l-2.78 6.11m-7.5-9.69l-3.84-1.65l6.11-2.78C7 9.43 6.23 10.91 5.65 12.5M20 4c-2.96-.22-5.2.83-7.55 3.31c-2.36 2.47-3.36 4.5-3.95 6.04l2.17 2.1c2.29-.87 4.33-2.18 6.03-3.89C20 8.27 20.17 5.4 20 4m-9 1.9c2.63-2.8 7-4.82 10.66-3.55c0 0 2.12 4.96-3.55 10.65c-2.2 2.17-4.58 3.5-6.72 4.34c-.24.09-1.15.39-2.13-.46l-2.13-2.13c-.56-.56-.74-1.38-.47-2.13C7.5 10.5 8.41 8.69 11 5.9M6.25 22H4.84l4.09-4.1c.3.21.63.36.97.45zM2 22v-1.41l4.77-4.78l1.43 1.42L3.41 22zm0-2.83v-1.42l3.65-3.65c.09.35.24.68.45.97zM16 6a2 2 0 0 1 2 2c0 1.11-.89 2-2 2a2 2 0 1 1 0-4"/></svg>
React
import type { SVGProps } from "react";
export function MdiRocketLaunchOutline(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="m13.16 22.19l-1.66-3.84c1.6-.58 3.07-1.35 4.43-2.27l-2.78 6.11m-7.5-9.69l-3.84-1.65l6.11-2.78C7 9.43 6.23 10.91 5.65 12.5M20 4c-2.96-.22-5.2.83-7.55 3.31c-2.36 2.47-3.36 4.5-3.95 6.04l2.17 2.1c2.29-.87 4.33-2.18 6.03-3.89C20 8.27 20.17 5.4 20 4m-9 1.9c2.63-2.8 7-4.82 10.66-3.55c0 0 2.12 4.96-3.55 10.65c-2.2 2.17-4.58 3.5-6.72 4.34c-.24.09-1.15.39-2.13-.46l-2.13-2.13c-.56-.56-.74-1.38-.47-2.13C7.5 10.5 8.41 8.69 11 5.9M6.25 22H4.84l4.09-4.1c.3.21.63.36.97.45zM2 22v-1.41l4.77-4.78l1.43 1.42L3.41 22zm0-2.83v-1.42l3.65-3.65c.09.35.24.68.45.97zM16 6a2 2 0 0 1 2 2c0 1.11-.89 2-2 2a2 2 0 1 1 0-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.16 22.19l-1.66-3.84c1.6-.58 3.07-1.35 4.43-2.27l-2.78 6.11m-7.5-9.69l-3.84-1.65l6.11-2.78C7 9.43 6.23 10.91 5.65 12.5M20 4c-2.96-.22-5.2.83-7.55 3.31c-2.36 2.47-3.36 4.5-3.95 6.04l2.17 2.1c2.29-.87 4.33-2.18 6.03-3.89C20 8.27 20.17 5.4 20 4m-9 1.9c2.63-2.8 7-4.82 10.66-3.55c0 0 2.12 4.96-3.55 10.65c-2.2 2.17-4.58 3.5-6.72 4.34c-.24.09-1.15.39-2.13-.46l-2.13-2.13c-.56-.56-.74-1.38-.47-2.13C7.5 10.5 8.41 8.69 11 5.9M6.25 22H4.84l4.09-4.1c.3.21.63.36.97.45zM2 22v-1.41l4.77-4.78l1.43 1.42L3.41 22zm0-2.83v-1.42l3.65-3.65c.09.35.24.68.45.97zM16 6a2 2 0 0 1 2 2c0 1.11-.89 2-2 2a2 2 0 1 1 0-4"/></svg> </template>
CSS
.icon-rocket-launch-outline {
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%22m13.16%2022.19l-1.66-3.84c1.6-.58%203.07-1.35%204.43-2.27l-2.78%206.11m-7.5-9.69l-3.84-1.65l6.11-2.78C7%209.43%206.23%2010.91%205.65%2012.5M20%204c-2.96-.22-5.2.83-7.55%203.31c-2.36%202.47-3.36%204.5-3.95%206.04l2.17%202.1c2.29-.87%204.33-2.18%206.03-3.89C20%208.27%2020.17%205.4%2020%204m-9%201.9c2.63-2.8%207-4.82%2010.66-3.55c0%200%202.12%204.96-3.55%2010.65c-2.2%202.17-4.58%203.5-6.72%204.34c-.24.09-1.15.39-2.13-.46l-2.13-2.13c-.56-.56-.74-1.38-.47-2.13C7.5%2010.5%208.41%208.69%2011%205.9M6.25%2022H4.84l4.09-4.1c.3.21.63.36.97.45zM2%2022v-1.41l4.77-4.78l1.43%201.42L3.41%2022zm0-2.83v-1.42l3.65-3.65c.09.35.24.68.45.97zM16%206a2%202%200%200%201%202%202c0%201.11-.89%202-2%202a2%202%200%201%201%200-4%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%22m13.16%2022.19l-1.66-3.84c1.6-.58%203.07-1.35%204.43-2.27l-2.78%206.11m-7.5-9.69l-3.84-1.65l6.11-2.78C7%209.43%206.23%2010.91%205.65%2012.5M20%204c-2.96-.22-5.2.83-7.55%203.31c-2.36%202.47-3.36%204.5-3.95%206.04l2.17%202.1c2.29-.87%204.33-2.18%206.03-3.89C20%208.27%2020.17%205.4%2020%204m-9%201.9c2.63-2.8%207-4.82%2010.66-3.55c0%200%202.12%204.96-3.55%2010.65c-2.2%202.17-4.58%203.5-6.72%204.34c-.24.09-1.15.39-2.13-.46l-2.13-2.13c-.56-.56-.74-1.38-.47-2.13C7.5%2010.5%208.41%208.69%2011%205.9M6.25%2022H4.84l4.09-4.1c.3.21.63.36.97.45zM2%2022v-1.41l4.77-4.78l1.43%201.42L3.41%2022zm0-2.83v-1.42l3.65-3.65c.09.35.24.68.45.97zM16%206a2%202%200%200%201%202%202c0%201.11-.89%202-2%202a2%202%200%201%201%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/rocket-launch-outline.svg?color=%231a73e8&size=48