rocket takeoff icon
rocket-takeoff-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- rocket-takeoff-fill
- Set
- Bootstrap Icons
- Style
- Fill
- 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="M12.17 9.53c2.307-2.592 3.278-4.684 3.641-6.218c.21-.887.214-1.58.16-2.065a3.6 3.6 0 0 0-.108-.563a2 2 0 0 0-.078-.23V.453c-.073-.164-.168-.234-.352-.295a2 2 0 0 0-.16-.045a4 4 0 0 0-.57-.093c-.49-.044-1.19-.03-2.08.188c-1.536.374-3.618 1.343-6.161 3.604l-2.4.238h-.006a2.55 2.55 0 0 0-1.524.734L.15 7.17a.512.512 0 0 0 .433.868l1.896-.271c.28-.04.592.013.955.132c.232.076.437.16.655.248l.203.083c.196.816.66 1.58 1.275 2.195c.613.614 1.376 1.08 2.191 1.277l.082.202c.089.218.173.424.249.657c.118.363.172.676.132.956l-.271 1.9a.512.512 0 0 0 .867.433l2.382-2.386c.41-.41.668-.949.732-1.526zm.11-3.699c-.797.8-1.93.961-2.528.362c-.598-.6-.436-1.733.361-2.532c.798-.799 1.93-.96 2.528-.361s.437 1.732-.36 2.531Z"/><path d="M5.205 10.787a7.6 7.6 0 0 0 1.804 1.352c-1.118 1.007-4.929 2.028-5.054 1.903c-.126-.127.737-4.189 1.839-5.18c.346.69.837 1.35 1.411 1.925"/></g></svg>
React
import type { SVGProps } from "react";
export function BiRocketTakeoffFill(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="M12.17 9.53c2.307-2.592 3.278-4.684 3.641-6.218c.21-.887.214-1.58.16-2.065a3.6 3.6 0 0 0-.108-.563a2 2 0 0 0-.078-.23V.453c-.073-.164-.168-.234-.352-.295a2 2 0 0 0-.16-.045a4 4 0 0 0-.57-.093c-.49-.044-1.19-.03-2.08.188c-1.536.374-3.618 1.343-6.161 3.604l-2.4.238h-.006a2.55 2.55 0 0 0-1.524.734L.15 7.17a.512.512 0 0 0 .433.868l1.896-.271c.28-.04.592.013.955.132c.232.076.437.16.655.248l.203.083c.196.816.66 1.58 1.275 2.195c.613.614 1.376 1.08 2.191 1.277l.082.202c.089.218.173.424.249.657c.118.363.172.676.132.956l-.271 1.9a.512.512 0 0 0 .867.433l2.382-2.386c.41-.41.668-.949.732-1.526zm.11-3.699c-.797.8-1.93.961-2.528.362c-.598-.6-.436-1.733.361-2.532c.798-.799 1.93-.96 2.528-.361s.437 1.732-.36 2.531Z"/><path d="M5.205 10.787a7.6 7.6 0 0 0 1.804 1.352c-1.118 1.007-4.929 2.028-5.054 1.903c-.126-.127.737-4.189 1.839-5.18c.346.69.837 1.35 1.411 1.925"/></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="M12.17 9.53c2.307-2.592 3.278-4.684 3.641-6.218c.21-.887.214-1.58.16-2.065a3.6 3.6 0 0 0-.108-.563a2 2 0 0 0-.078-.23V.453c-.073-.164-.168-.234-.352-.295a2 2 0 0 0-.16-.045a4 4 0 0 0-.57-.093c-.49-.044-1.19-.03-2.08.188c-1.536.374-3.618 1.343-6.161 3.604l-2.4.238h-.006a2.55 2.55 0 0 0-1.524.734L.15 7.17a.512.512 0 0 0 .433.868l1.896-.271c.28-.04.592.013.955.132c.232.076.437.16.655.248l.203.083c.196.816.66 1.58 1.275 2.195c.613.614 1.376 1.08 2.191 1.277l.082.202c.089.218.173.424.249.657c.118.363.172.676.132.956l-.271 1.9a.512.512 0 0 0 .867.433l2.382-2.386c.41-.41.668-.949.732-1.526zm.11-3.699c-.797.8-1.93.961-2.528.362c-.598-.6-.436-1.733.361-2.532c.798-.799 1.93-.96 2.528-.361s.437 1.732-.36 2.531Z"/><path d="M5.205 10.787a7.6 7.6 0 0 0 1.804 1.352c-1.118 1.007-4.929 2.028-5.054 1.903c-.126-.127.737-4.189 1.839-5.18c.346.69.837 1.35 1.411 1.925"/></g></svg> </template>
CSS
.icon-rocket-takeoff-fill {
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%22M12.17%209.53c2.307-2.592%203.278-4.684%203.641-6.218c.21-.887.214-1.58.16-2.065a3.6%203.6%200%200%200-.108-.563a2%202%200%200%200-.078-.23V.453c-.073-.164-.168-.234-.352-.295a2%202%200%200%200-.16-.045a4%204%200%200%200-.57-.093c-.49-.044-1.19-.03-2.08.188c-1.536.374-3.618%201.343-6.161%203.604l-2.4.238h-.006a2.55%202.55%200%200%200-1.524.734L.15%207.17a.512.512%200%200%200%20.433.868l1.896-.271c.28-.04.592.013.955.132c.232.076.437.16.655.248l.203.083c.196.816.66%201.58%201.275%202.195c.613.614%201.376%201.08%202.191%201.277l.082.202c.089.218.173.424.249.657c.118.363.172.676.132.956l-.271%201.9a.512.512%200%200%200%20.867.433l2.382-2.386c.41-.41.668-.949.732-1.526zm.11-3.699c-.797.8-1.93.961-2.528.362c-.598-.6-.436-1.733.361-2.532c.798-.799%201.93-.96%202.528-.361s.437%201.732-.36%202.531Z%22%2F%3E%3Cpath%20d%3D%22M5.205%2010.787a7.6%207.6%200%200%200%201.804%201.352c-1.118%201.007-4.929%202.028-5.054%201.903c-.126-.127.737-4.189%201.839-5.18c.346.69.837%201.35%201.411%201.925%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%22M12.17%209.53c2.307-2.592%203.278-4.684%203.641-6.218c.21-.887.214-1.58.16-2.065a3.6%203.6%200%200%200-.108-.563a2%202%200%200%200-.078-.23V.453c-.073-.164-.168-.234-.352-.295a2%202%200%200%200-.16-.045a4%204%200%200%200-.57-.093c-.49-.044-1.19-.03-2.08.188c-1.536.374-3.618%201.343-6.161%203.604l-2.4.238h-.006a2.55%202.55%200%200%200-1.524.734L.15%207.17a.512.512%200%200%200%20.433.868l1.896-.271c.28-.04.592.013.955.132c.232.076.437.16.655.248l.203.083c.196.816.66%201.58%201.275%202.195c.613.614%201.376%201.08%202.191%201.277l.082.202c.089.218.173.424.249.657c.118.363.172.676.132.956l-.271%201.9a.512.512%200%200%200%20.867.433l2.382-2.386c.41-.41.668-.949.732-1.526zm.11-3.699c-.797.8-1.93.961-2.528.362c-.598-.6-.436-1.733.361-2.532c.798-.799%201.93-.96%202.528-.361s.437%201.732-.36%202.531Z%22%2F%3E%3Cpath%20d%3D%22M5.205%2010.787a7.6%207.6%200%200%200%201.804%201.352c-1.118%201.007-4.929%202.028-5.054%201.903c-.126-.127.737-4.189%201.839-5.18c.346.69.837%201.35%201.411%201.925%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-fill.svg?color=%231a73e8&size=48