rocket takeoff icon
rocket-takeoff from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- rocket-takeoff
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Use the rocket takeoff icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.752 6.193c.599.6 1.73.437 2.528-.362s.96-1.932.362-2.531c-.599-.6-1.73-.438-2.528.361c-.798.8-.96 1.933-.362 2.532"/><path d="M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956a9 9 0 0 0-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277c-.614-.615-1.079-1.379-1.275-2.195l-.203-.083a10 10 0 0 0-.655-.248c-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188c.244.023.435.06.57.093q.1.026.16.045c.184.06.279.13.351.295l.029.073a3.5 3.5 0 0 1 .157.721c.055.485.051 1.178-.159 2.065m-4.828 7.475l.04-.04l-.107 1.081a1.54 1.54 0 0 1-.44.913l-1.298 1.3l.054-.38c.072-.506-.034-.993-.172-1.418a9 9 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006M5.205 5c-.625.626-.94 1.351-1.004 2.09a9 9 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054l1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107zm9.406-3.961c-.38-.034-.967-.027-1.746.163c-1.558.38-3.917 1.496-6.937 4.521c-.62.62-.799 1.34-.687 2.051c.107.676.483 1.362 1.048 1.928c.564.565 1.25.941 1.924 1.049c.71.112 1.429-.067 2.048-.688c3.079-3.083 4.192-5.444 4.556-6.987c.183-.771.18-1.345.138-1.713a3 3 0 0 0-.045-.283a3 3 0 0 0-.3-.041Z"/><path d="M7.009 12.139a7.6 7.6 0 0 1-1.804-1.352A7.6 7.6 0 0 1 3.794 8.86c-1.102.992-1.965 5.054-1.839 5.18c.125.126 3.936-.896 5.054-1.902Z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiRocketTakeoff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.752 6.193c.599.6 1.73.437 2.528-.362s.96-1.932.362-2.531c-.599-.6-1.73-.438-2.528.361c-.798.8-.96 1.933-.362 2.532"/><path d="M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956a9 9 0 0 0-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277c-.614-.615-1.079-1.379-1.275-2.195l-.203-.083a10 10 0 0 0-.655-.248c-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188c.244.023.435.06.57.093q.1.026.16.045c.184.06.279.13.351.295l.029.073a3.5 3.5 0 0 1 .157.721c.055.485.051 1.178-.159 2.065m-4.828 7.475l.04-.04l-.107 1.081a1.54 1.54 0 0 1-.44.913l-1.298 1.3l.054-.38c.072-.506-.034-.993-.172-1.418a9 9 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006M5.205 5c-.625.626-.94 1.351-1.004 2.09a9 9 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054l1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107zm9.406-3.961c-.38-.034-.967-.027-1.746.163c-1.558.38-3.917 1.496-6.937 4.521c-.62.62-.799 1.34-.687 2.051c.107.676.483 1.362 1.048 1.928c.564.565 1.25.941 1.924 1.049c.71.112 1.429-.067 2.048-.688c3.079-3.083 4.192-5.444 4.556-6.987c.183-.771.18-1.345.138-1.713a3 3 0 0 0-.045-.283a3 3 0 0 0-.3-.041Z"/><path d="M7.009 12.139a7.6 7.6 0 0 1-1.804-1.352A7.6 7.6 0 0 1 3.794 8.86c-1.102.992-1.965 5.054-1.839 5.18c.125.126 3.936-.896 5.054-1.902Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.752 6.193c.599.6 1.73.437 2.528-.362s.96-1.932.362-2.531c-.599-.6-1.73-.438-2.528.361c-.798.8-.96 1.933-.362 2.532"/><path d="M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956a9 9 0 0 0-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277c-.614-.615-1.079-1.379-1.275-2.195l-.203-.083a10 10 0 0 0-.655-.248c-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188c.244.023.435.06.57.093q.1.026.16.045c.184.06.279.13.351.295l.029.073a3.5 3.5 0 0 1 .157.721c.055.485.051 1.178-.159 2.065m-4.828 7.475l.04-.04l-.107 1.081a1.54 1.54 0 0 1-.44.913l-1.298 1.3l.054-.38c.072-.506-.034-.993-.172-1.418a9 9 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006M5.205 5c-.625.626-.94 1.351-1.004 2.09a9 9 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054l1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107zm9.406-3.961c-.38-.034-.967-.027-1.746.163c-1.558.38-3.917 1.496-6.937 4.521c-.62.62-.799 1.34-.687 2.051c.107.676.483 1.362 1.048 1.928c.564.565 1.25.941 1.924 1.049c.71.112 1.429-.067 2.048-.688c3.079-3.083 4.192-5.444 4.556-6.987c.183-.771.18-1.345.138-1.713a3 3 0 0 0-.045-.283a3 3 0 0 0-.3-.041Z"/><path d="M7.009 12.139a7.6 7.6 0 0 1-1.804-1.352A7.6 7.6 0 0 1 3.794 8.86c-1.102.992-1.965 5.054-1.839 5.18c.125.126 3.936-.896 5.054-1.902Z"/></g></svg> </template>
CSS
.icon-rocket-takeoff {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.752%206.193c.599.6%201.73.437%202.528-.362s.96-1.932.362-2.531c-.599-.6-1.73-.438-2.528.361c-.798.8-.96%201.933-.362%202.532%22%2F%3E%3Cpath%20d%3D%22M15.811%203.312c-.363%201.534-1.334%203.626-3.64%206.218l-.24%202.408a2.56%202.56%200%200%201-.732%201.526L8.817%2015.85a.51.51%200%200%201-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956a9%209%200%200%200-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277c-.614-.615-1.079-1.379-1.275-2.195l-.203-.083a10%2010%200%200%200-.655-.248c-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51%200%200%201%20.15%207.17l2.382-2.386c.41-.41.947-.67%201.524-.734h.006l2.4-.238C9.005%201.55%2011.087.582%2012.623.208c.89-.217%201.59-.232%202.08-.188c.244.023.435.06.57.093q.1.026.16.045c.184.06.279.13.351.295l.029.073a3.5%203.5%200%200%201%20.157.721c.055.485.051%201.178-.159%202.065m-4.828%207.475l.04-.04l-.107%201.081a1.54%201.54%200%200%201-.44.913l-1.298%201.3l.054-.38c.072-.506-.034-.993-.172-1.418a9%209%200%200%200-.164-.45c.738-.065%201.462-.38%202.087-1.006M5.205%205c-.625.626-.94%201.351-1.004%202.09a9%209%200%200%200-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054l1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107zm9.406-3.961c-.38-.034-.967-.027-1.746.163c-1.558.38-3.917%201.496-6.937%204.521c-.62.62-.799%201.34-.687%202.051c.107.676.483%201.362%201.048%201.928c.564.565%201.25.941%201.924%201.049c.71.112%201.429-.067%202.048-.688c3.079-3.083%204.192-5.444%204.556-6.987c.183-.771.18-1.345.138-1.713a3%203%200%200%200-.045-.283a3%203%200%200%200-.3-.041Z%22%2F%3E%3Cpath%20d%3D%22M7.009%2012.139a7.6%207.6%200%200%201-1.804-1.352A7.6%207.6%200%200%201%203.794%208.86c-1.102.992-1.965%205.054-1.839%205.18c.125.126%203.936-.896%205.054-1.902Z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.752%206.193c.599.6%201.73.437%202.528-.362s.96-1.932.362-2.531c-.599-.6-1.73-.438-2.528.361c-.798.8-.96%201.933-.362%202.532%22%2F%3E%3Cpath%20d%3D%22M15.811%203.312c-.363%201.534-1.334%203.626-3.64%206.218l-.24%202.408a2.56%202.56%200%200%201-.732%201.526L8.817%2015.85a.51.51%200%200%201-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956a9%209%200%200%200-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277c-.614-.615-1.079-1.379-1.275-2.195l-.203-.083a10%2010%200%200%200-.655-.248c-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51%200%200%201%20.15%207.17l2.382-2.386c.41-.41.947-.67%201.524-.734h.006l2.4-.238C9.005%201.55%2011.087.582%2012.623.208c.89-.217%201.59-.232%202.08-.188c.244.023.435.06.57.093q.1.026.16.045c.184.06.279.13.351.295l.029.073a3.5%203.5%200%200%201%20.157.721c.055.485.051%201.178-.159%202.065m-4.828%207.475l.04-.04l-.107%201.081a1.54%201.54%200%200%201-.44.913l-1.298%201.3l.054-.38c.072-.506-.034-.993-.172-1.418a9%209%200%200%200-.164-.45c.738-.065%201.462-.38%202.087-1.006M5.205%205c-.625.626-.94%201.351-1.004%202.09a9%209%200%200%200-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054l1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107zm9.406-3.961c-.38-.034-.967-.027-1.746.163c-1.558.38-3.917%201.496-6.937%204.521c-.62.62-.799%201.34-.687%202.051c.107.676.483%201.362%201.048%201.928c.564.565%201.25.941%201.924%201.049c.71.112%201.429-.067%202.048-.688c3.079-3.083%204.192-5.444%204.556-6.987c.183-.771.18-1.345.138-1.713a3%203%200%200%200-.045-.283a3%203%200%200%200-.3-.041Z%22%2F%3E%3Cpath%20d%3D%22M7.009%2012.139a7.6%207.6%200%200%201-1.804-1.352A7.6%207.6%200%200%201%203.794%208.86c-1.102.992-1.965%205.054-1.839%205.18c.125.126%203.936-.896%205.054-1.902Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/rocket-takeoff.svg?color=%231a73e8&size=48