rocket launch icon
rocket-launch-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- rocket-launch-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the rocket launch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M184 120v61.65a8 8 0 0 1-2.34 5.65l-34.35 34.35a8 8 0 0 1-13.57-4.53L128 176Zm-48-48H74.35a8 8 0 0 0-5.65 2.34l-34.35 34.35a8 8 0 0 0 4.53 13.57L80 128ZM40 216c37.65 0 50.69-19.69 54.56-28.18l-26.38-26.38C59.69 165.31 40 178.35 40 216" opacity=".2"/><path d="M223.85 47.12a16 16 0 0 0-15-15c-12.58-.75-44.73.4-71.41 27.07L132.69 64H74.36A15.9 15.9 0 0 0 63 68.68L28.7 103a16 16 0 0 0 9.07 27.16l38.47 5.37l44.21 44.21l5.37 38.49a15.94 15.94 0 0 0 10.78 12.92a16.1 16.1 0 0 0 5.1.83a15.9 15.9 0 0 0 11.3-4.68l34.32-34.3a15.9 15.9 0 0 0 4.68-11.36v-58.33l4.77-4.77c26.68-26.68 27.83-58.83 27.08-71.42M74.36 80h42.33l-39.53 39.52L40 114.34Zm74.41-9.45a76.65 76.65 0 0 1 59.11-22.47a76.46 76.46 0 0 1-22.42 59.16L128 164.68L91.32 128ZM176 181.64L141.67 216l-5.19-37.17L176 139.31Zm-74.16 9.5C97.34 201 82.29 224 40 224a8 8 0 0 1-8-8c0-42.29 23-57.34 32.86-61.85a8 8 0 0 1 6.64 14.56c-6.43 2.93-20.62 12.36-23.12 38.91c26.55-2.5 36-16.69 38.91-23.12a8 8 0 1 1 14.56 6.64Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhRocketLaunchDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M184 120v61.65a8 8 0 0 1-2.34 5.65l-34.35 34.35a8 8 0 0 1-13.57-4.53L128 176Zm-48-48H74.35a8 8 0 0 0-5.65 2.34l-34.35 34.35a8 8 0 0 0 4.53 13.57L80 128ZM40 216c37.65 0 50.69-19.69 54.56-28.18l-26.38-26.38C59.69 165.31 40 178.35 40 216" opacity=".2"/><path d="M223.85 47.12a16 16 0 0 0-15-15c-12.58-.75-44.73.4-71.41 27.07L132.69 64H74.36A15.9 15.9 0 0 0 63 68.68L28.7 103a16 16 0 0 0 9.07 27.16l38.47 5.37l44.21 44.21l5.37 38.49a15.94 15.94 0 0 0 10.78 12.92a16.1 16.1 0 0 0 5.1.83a15.9 15.9 0 0 0 11.3-4.68l34.32-34.3a15.9 15.9 0 0 0 4.68-11.36v-58.33l4.77-4.77c26.68-26.68 27.83-58.83 27.08-71.42M74.36 80h42.33l-39.53 39.52L40 114.34Zm74.41-9.45a76.65 76.65 0 0 1 59.11-22.47a76.46 76.46 0 0 1-22.42 59.16L128 164.68L91.32 128ZM176 181.64L141.67 216l-5.19-37.17L176 139.31Zm-74.16 9.5C97.34 201 82.29 224 40 224a8 8 0 0 1-8-8c0-42.29 23-57.34 32.86-61.85a8 8 0 0 1 6.64 14.56c-6.43 2.93-20.62 12.36-23.12 38.91c26.55-2.5 36-16.69 38.91-23.12a8 8 0 1 1 14.56 6.64Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M184 120v61.65a8 8 0 0 1-2.34 5.65l-34.35 34.35a8 8 0 0 1-13.57-4.53L128 176Zm-48-48H74.35a8 8 0 0 0-5.65 2.34l-34.35 34.35a8 8 0 0 0 4.53 13.57L80 128ZM40 216c37.65 0 50.69-19.69 54.56-28.18l-26.38-26.38C59.69 165.31 40 178.35 40 216" opacity=".2"/><path d="M223.85 47.12a16 16 0 0 0-15-15c-12.58-.75-44.73.4-71.41 27.07L132.69 64H74.36A15.9 15.9 0 0 0 63 68.68L28.7 103a16 16 0 0 0 9.07 27.16l38.47 5.37l44.21 44.21l5.37 38.49a15.94 15.94 0 0 0 10.78 12.92a16.1 16.1 0 0 0 5.1.83a15.9 15.9 0 0 0 11.3-4.68l34.32-34.3a15.9 15.9 0 0 0 4.68-11.36v-58.33l4.77-4.77c26.68-26.68 27.83-58.83 27.08-71.42M74.36 80h42.33l-39.53 39.52L40 114.34Zm74.41-9.45a76.65 76.65 0 0 1 59.11-22.47a76.46 76.46 0 0 1-22.42 59.16L128 164.68L91.32 128ZM176 181.64L141.67 216l-5.19-37.17L176 139.31Zm-74.16 9.5C97.34 201 82.29 224 40 224a8 8 0 0 1-8-8c0-42.29 23-57.34 32.86-61.85a8 8 0 0 1 6.64 14.56c-6.43 2.93-20.62 12.36-23.12 38.91c26.55-2.5 36-16.69 38.91-23.12a8 8 0 1 1 14.56 6.64Z"/></g></svg> </template>
CSS
.icon-rocket-launch-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M184%20120v61.65a8%208%200%200%201-2.34%205.65l-34.35%2034.35a8%208%200%200%201-13.57-4.53L128%20176Zm-48-48H74.35a8%208%200%200%200-5.65%202.34l-34.35%2034.35a8%208%200%200%200%204.53%2013.57L80%20128ZM40%20216c37.65%200%2050.69-19.69%2054.56-28.18l-26.38-26.38C59.69%20165.31%2040%20178.35%2040%20216%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M223.85%2047.12a16%2016%200%200%200-15-15c-12.58-.75-44.73.4-71.41%2027.07L132.69%2064H74.36A15.9%2015.9%200%200%200%2063%2068.68L28.7%20103a16%2016%200%200%200%209.07%2027.16l38.47%205.37l44.21%2044.21l5.37%2038.49a15.94%2015.94%200%200%200%2010.78%2012.92a16.1%2016.1%200%200%200%205.1.83a15.9%2015.9%200%200%200%2011.3-4.68l34.32-34.3a15.9%2015.9%200%200%200%204.68-11.36v-58.33l4.77-4.77c26.68-26.68%2027.83-58.83%2027.08-71.42M74.36%2080h42.33l-39.53%2039.52L40%20114.34Zm74.41-9.45a76.65%2076.65%200%200%201%2059.11-22.47a76.46%2076.46%200%200%201-22.42%2059.16L128%20164.68L91.32%20128ZM176%20181.64L141.67%20216l-5.19-37.17L176%20139.31Zm-74.16%209.5C97.34%20201%2082.29%20224%2040%20224a8%208%200%200%201-8-8c0-42.29%2023-57.34%2032.86-61.85a8%208%200%200%201%206.64%2014.56c-6.43%202.93-20.62%2012.36-23.12%2038.91c26.55-2.5%2036-16.69%2038.91-23.12a8%208%200%201%201%2014.56%206.64Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M184%20120v61.65a8%208%200%200%201-2.34%205.65l-34.35%2034.35a8%208%200%200%201-13.57-4.53L128%20176Zm-48-48H74.35a8%208%200%200%200-5.65%202.34l-34.35%2034.35a8%208%200%200%200%204.53%2013.57L80%20128ZM40%20216c37.65%200%2050.69-19.69%2054.56-28.18l-26.38-26.38C59.69%20165.31%2040%20178.35%2040%20216%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M223.85%2047.12a16%2016%200%200%200-15-15c-12.58-.75-44.73.4-71.41%2027.07L132.69%2064H74.36A15.9%2015.9%200%200%200%2063%2068.68L28.7%20103a16%2016%200%200%200%209.07%2027.16l38.47%205.37l44.21%2044.21l5.37%2038.49a15.94%2015.94%200%200%200%2010.78%2012.92a16.1%2016.1%200%200%200%205.1.83a15.9%2015.9%200%200%200%2011.3-4.68l34.32-34.3a15.9%2015.9%200%200%200%204.68-11.36v-58.33l4.77-4.77c26.68-26.68%2027.83-58.83%2027.08-71.42M74.36%2080h42.33l-39.53%2039.52L40%20114.34Zm74.41-9.45a76.65%2076.65%200%200%201%2059.11-22.47a76.46%2076.46%200%200%201-22.42%2059.16L128%20164.68L91.32%20128ZM176%20181.64L141.67%20216l-5.19-37.17L176%20139.31Zm-74.16%209.5C97.34%20201%2082.29%20224%2040%20224a8%208%200%200%201-8-8c0-42.29%2023-57.34%2032.86-61.85a8%208%200%200%201%206.64%2014.56c-6.43%202.93-20.62%2012.36-23.12%2038.91c26.55-2.5%2036-16.69%2038.91-23.12a8%208%200%201%201%2014.56%206.64Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/rocket-launch-duotone.svg?color=%231a73e8&size=48