rocket icon
rocket-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- rocket-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
rocket-filledAnt Design IconsrocketBootstrap IconsrocketBoxIcons v2rocketBoxIcons v2 SolidrocketCarbonrocketCatppuccin IconsrocketCodiconsrocketEmoji One (Colored)rocketFramework7 IconsrocketFont Awesome 6 SolidrocketFont Awesome Solidrocket-outlineFlowbite Iconsrocket-16-filledFluent UI System IconsrocketFluent EmojirocketFluent Emoji FlatrocketFluent Emoji High ContrastrocketFirefox OS EmojirocketHuge IconsrocketHumbleiconsrocketIconParkrocketIconPark OutlinerocketIconPark SolidrocketIconPark TwoTonerocketIconoir
Related icons in Phosphor
Use the rocket icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m94.81 192l-29.45 22.24a8 8 0 0 1-12.81-4.51L40.19 154.1a8 8 0 0 1 1.66-6.86l30.31-36.33C71 134.25 76.7 161.43 94.81 192m119.34-44.76l-30.31-36.33c1.21 23.34-4.54 50.52-22.65 81.09l29.45 22.24a8 8 0 0 0 12.81-4.51l12.36-55.63a8 8 0 0 0-1.66-6.86" opacity=".2"/><path d="M152 224a8 8 0 0 1-8 8h-32a8 8 0 0 1 0-16h32a8 8 0 0 1 8 8m-24-112a12 12 0 1 0-12-12a12 12 0 0 0 12 12m95.62 43.83l-12.36 55.63a16 16 0 0 1-25.51 9.11L158.51 200h-61l-27.26 20.57a16 16 0 0 1-25.51-9.11l-12.36-55.63a16.09 16.09 0 0 1 3.32-13.71l28.56-34.26a123 123 0 0 1 8.57-36.67c12.9-32.34 36-52.63 45.37-59.85a16 16 0 0 1 19.6 0c9.34 7.22 32.47 27.51 45.37 59.85a123 123 0 0 1 8.57 36.67l28.56 34.26a16.09 16.09 0 0 1 3.32 13.71M99.43 184h57.14c21.12-37.54 25.07-73.48 11.74-106.88C156.55 47.64 134.49 29 128 24c-6.51 5-28.57 23.64-40.33 53.12c-13.31 33.4-9.36 69.34 11.76 106.88m-15 5.85q-16.15-29.35-19.6-57.69L48 152.36L60.36 208l.18-.13ZM208 152.36l-16.83-20.2q-3.42 28.28-19.56 57.69l23.85 18l.18.13Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhRocketDuotone(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="m94.81 192l-29.45 22.24a8 8 0 0 1-12.81-4.51L40.19 154.1a8 8 0 0 1 1.66-6.86l30.31-36.33C71 134.25 76.7 161.43 94.81 192m119.34-44.76l-30.31-36.33c1.21 23.34-4.54 50.52-22.65 81.09l29.45 22.24a8 8 0 0 0 12.81-4.51l12.36-55.63a8 8 0 0 0-1.66-6.86" opacity=".2"/><path d="M152 224a8 8 0 0 1-8 8h-32a8 8 0 0 1 0-16h32a8 8 0 0 1 8 8m-24-112a12 12 0 1 0-12-12a12 12 0 0 0 12 12m95.62 43.83l-12.36 55.63a16 16 0 0 1-25.51 9.11L158.51 200h-61l-27.26 20.57a16 16 0 0 1-25.51-9.11l-12.36-55.63a16.09 16.09 0 0 1 3.32-13.71l28.56-34.26a123 123 0 0 1 8.57-36.67c12.9-32.34 36-52.63 45.37-59.85a16 16 0 0 1 19.6 0c9.34 7.22 32.47 27.51 45.37 59.85a123 123 0 0 1 8.57 36.67l28.56 34.26a16.09 16.09 0 0 1 3.32 13.71M99.43 184h57.14c21.12-37.54 25.07-73.48 11.74-106.88C156.55 47.64 134.49 29 128 24c-6.51 5-28.57 23.64-40.33 53.12c-13.31 33.4-9.36 69.34 11.76 106.88m-15 5.85q-16.15-29.35-19.6-57.69L48 152.36L60.36 208l.18-.13ZM208 152.36l-16.83-20.2q-3.42 28.28-19.56 57.69l23.85 18l.18.13Z"/></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="m94.81 192l-29.45 22.24a8 8 0 0 1-12.81-4.51L40.19 154.1a8 8 0 0 1 1.66-6.86l30.31-36.33C71 134.25 76.7 161.43 94.81 192m119.34-44.76l-30.31-36.33c1.21 23.34-4.54 50.52-22.65 81.09l29.45 22.24a8 8 0 0 0 12.81-4.51l12.36-55.63a8 8 0 0 0-1.66-6.86" opacity=".2"/><path d="M152 224a8 8 0 0 1-8 8h-32a8 8 0 0 1 0-16h32a8 8 0 0 1 8 8m-24-112a12 12 0 1 0-12-12a12 12 0 0 0 12 12m95.62 43.83l-12.36 55.63a16 16 0 0 1-25.51 9.11L158.51 200h-61l-27.26 20.57a16 16 0 0 1-25.51-9.11l-12.36-55.63a16.09 16.09 0 0 1 3.32-13.71l28.56-34.26a123 123 0 0 1 8.57-36.67c12.9-32.34 36-52.63 45.37-59.85a16 16 0 0 1 19.6 0c9.34 7.22 32.47 27.51 45.37 59.85a123 123 0 0 1 8.57 36.67l28.56 34.26a16.09 16.09 0 0 1 3.32 13.71M99.43 184h57.14c21.12-37.54 25.07-73.48 11.74-106.88C156.55 47.64 134.49 29 128 24c-6.51 5-28.57 23.64-40.33 53.12c-13.31 33.4-9.36 69.34 11.76 106.88m-15 5.85q-16.15-29.35-19.6-57.69L48 152.36L60.36 208l.18-.13ZM208 152.36l-16.83-20.2q-3.42 28.28-19.56 57.69l23.85 18l.18.13Z"/></g></svg> </template>
CSS
.icon-rocket-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%22m94.81%20192l-29.45%2022.24a8%208%200%200%201-12.81-4.51L40.19%20154.1a8%208%200%200%201%201.66-6.86l30.31-36.33C71%20134.25%2076.7%20161.43%2094.81%20192m119.34-44.76l-30.31-36.33c1.21%2023.34-4.54%2050.52-22.65%2081.09l29.45%2022.24a8%208%200%200%200%2012.81-4.51l12.36-55.63a8%208%200%200%200-1.66-6.86%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M152%20224a8%208%200%200%201-8%208h-32a8%208%200%200%201%200-16h32a8%208%200%200%201%208%208m-24-112a12%2012%200%201%200-12-12a12%2012%200%200%200%2012%2012m95.62%2043.83l-12.36%2055.63a16%2016%200%200%201-25.51%209.11L158.51%20200h-61l-27.26%2020.57a16%2016%200%200%201-25.51-9.11l-12.36-55.63a16.09%2016.09%200%200%201%203.32-13.71l28.56-34.26a123%20123%200%200%201%208.57-36.67c12.9-32.34%2036-52.63%2045.37-59.85a16%2016%200%200%201%2019.6%200c9.34%207.22%2032.47%2027.51%2045.37%2059.85a123%20123%200%200%201%208.57%2036.67l28.56%2034.26a16.09%2016.09%200%200%201%203.32%2013.71M99.43%20184h57.14c21.12-37.54%2025.07-73.48%2011.74-106.88C156.55%2047.64%20134.49%2029%20128%2024c-6.51%205-28.57%2023.64-40.33%2053.12c-13.31%2033.4-9.36%2069.34%2011.76%20106.88m-15%205.85q-16.15-29.35-19.6-57.69L48%20152.36L60.36%20208l.18-.13ZM208%20152.36l-16.83-20.2q-3.42%2028.28-19.56%2057.69l23.85%2018l.18.13Z%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%22m94.81%20192l-29.45%2022.24a8%208%200%200%201-12.81-4.51L40.19%20154.1a8%208%200%200%201%201.66-6.86l30.31-36.33C71%20134.25%2076.7%20161.43%2094.81%20192m119.34-44.76l-30.31-36.33c1.21%2023.34-4.54%2050.52-22.65%2081.09l29.45%2022.24a8%208%200%200%200%2012.81-4.51l12.36-55.63a8%208%200%200%200-1.66-6.86%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M152%20224a8%208%200%200%201-8%208h-32a8%208%200%200%201%200-16h32a8%208%200%200%201%208%208m-24-112a12%2012%200%201%200-12-12a12%2012%200%200%200%2012%2012m95.62%2043.83l-12.36%2055.63a16%2016%200%200%201-25.51%209.11L158.51%20200h-61l-27.26%2020.57a16%2016%200%200%201-25.51-9.11l-12.36-55.63a16.09%2016.09%200%200%201%203.32-13.71l28.56-34.26a123%20123%200%200%201%208.57-36.67c12.9-32.34%2036-52.63%2045.37-59.85a16%2016%200%200%201%2019.6%200c9.34%207.22%2032.47%2027.51%2045.37%2059.85a123%20123%200%200%201%208.57%2036.67l28.56%2034.26a16.09%2016.09%200%200%201%203.32%2013.71M99.43%20184h57.14c21.12-37.54%2025.07-73.48%2011.74-106.88C156.55%2047.64%20134.49%2029%20128%2024c-6.51%205-28.57%2023.64-40.33%2053.12c-13.31%2033.4-9.36%2069.34%2011.76%20106.88m-15%205.85q-16.15-29.35-19.6-57.69L48%20152.36L60.36%20208l.18-.13ZM208%20152.36l-16.83-20.2q-3.42%2028.28-19.56%2057.69l23.85%2018l.18.13Z%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-duotone.svg?color=%231a73e8&size=48