rocket-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.

Name
rocket-fill
Set
Bootstrap Icons
Style
Fill
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

The same icon in other sets

Related icons in Bootstrap Icons

Use the rocket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10.175 1.991c.81 1.312 1.583 3.43 1.778 6.819l1.5 1.83A2.5 2.5 0 0 1 14 12.202V15.5a.5.5 0 0 1-.9.3l-1.125-1.5c-.166-.222-.42-.4-.752-.57c-.214-.108-.414-.192-.627-.282l-.196-.083C9.7 13.793 8.85 14 8 14s-1.7-.207-2.4-.635q-.101.044-.198.084c-.211.089-.411.173-.625.281c-.332.17-.586.348-.752.57L2.9 15.8a.5.5 0 0 1-.9-.3v-3.298a2.5 2.5 0 0 1 .548-1.562l.004-.005L4.049 8.81c.197-3.323.969-5.434 1.774-6.756c.466-.767.94-1.262 1.31-1.57a3.7 3.7 0 0 1 .601-.41A.55.55 0 0 1 8 0c.101 0 .17.027.25.064q.056.025.145.075c.118.066.277.167.463.315c.373.297.85.779 1.317 1.537M9.5 6c0-1.105-.672-2-1.5-2s-1.5.895-1.5 2S7.172 8 8 8s1.5-.895 1.5-2"/><path d="M8 14.5c.5 0 .999-.046 1.479-.139L8.4 15.8a.5.5 0 0 1-.8 0l-1.079-1.439c.48.093.98.139 1.479.139"/></g></svg>

React

import type { SVGProps } from "react";

export function BiRocketFill(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="M10.175 1.991c.81 1.312 1.583 3.43 1.778 6.819l1.5 1.83A2.5 2.5 0 0 1 14 12.202V15.5a.5.5 0 0 1-.9.3l-1.125-1.5c-.166-.222-.42-.4-.752-.57c-.214-.108-.414-.192-.627-.282l-.196-.083C9.7 13.793 8.85 14 8 14s-1.7-.207-2.4-.635q-.101.044-.198.084c-.211.089-.411.173-.625.281c-.332.17-.586.348-.752.57L2.9 15.8a.5.5 0 0 1-.9-.3v-3.298a2.5 2.5 0 0 1 .548-1.562l.004-.005L4.049 8.81c.197-3.323.969-5.434 1.774-6.756c.466-.767.94-1.262 1.31-1.57a3.7 3.7 0 0 1 .601-.41A.55.55 0 0 1 8 0c.101 0 .17.027.25.064q.056.025.145.075c.118.066.277.167.463.315c.373.297.85.779 1.317 1.537M9.5 6c0-1.105-.672-2-1.5-2s-1.5.895-1.5 2S7.172 8 8 8s1.5-.895 1.5-2"/><path d="M8 14.5c.5 0 .999-.046 1.479-.139L8.4 15.8a.5.5 0 0 1-.8 0l-1.079-1.439c.48.093.98.139 1.479.139"/></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="M10.175 1.991c.81 1.312 1.583 3.43 1.778 6.819l1.5 1.83A2.5 2.5 0 0 1 14 12.202V15.5a.5.5 0 0 1-.9.3l-1.125-1.5c-.166-.222-.42-.4-.752-.57c-.214-.108-.414-.192-.627-.282l-.196-.083C9.7 13.793 8.85 14 8 14s-1.7-.207-2.4-.635q-.101.044-.198.084c-.211.089-.411.173-.625.281c-.332.17-.586.348-.752.57L2.9 15.8a.5.5 0 0 1-.9-.3v-3.298a2.5 2.5 0 0 1 .548-1.562l.004-.005L4.049 8.81c.197-3.323.969-5.434 1.774-6.756c.466-.767.94-1.262 1.31-1.57a3.7 3.7 0 0 1 .601-.41A.55.55 0 0 1 8 0c.101 0 .17.027.25.064q.056.025.145.075c.118.066.277.167.463.315c.373.297.85.779 1.317 1.537M9.5 6c0-1.105-.672-2-1.5-2s-1.5.895-1.5 2S7.172 8 8 8s1.5-.895 1.5-2"/><path d="M8 14.5c.5 0 .999-.046 1.479-.139L8.4 15.8a.5.5 0 0 1-.8 0l-1.079-1.439c.48.093.98.139 1.479.139"/></g></svg>
</template>

CSS

.icon-rocket-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%22M10.175%201.991c.81%201.312%201.583%203.43%201.778%206.819l1.5%201.83A2.5%202.5%200%200%201%2014%2012.202V15.5a.5.5%200%200%201-.9.3l-1.125-1.5c-.166-.222-.42-.4-.752-.57c-.214-.108-.414-.192-.627-.282l-.196-.083C9.7%2013.793%208.85%2014%208%2014s-1.7-.207-2.4-.635q-.101.044-.198.084c-.211.089-.411.173-.625.281c-.332.17-.586.348-.752.57L2.9%2015.8a.5.5%200%200%201-.9-.3v-3.298a2.5%202.5%200%200%201%20.548-1.562l.004-.005L4.049%208.81c.197-3.323.969-5.434%201.774-6.756c.466-.767.94-1.262%201.31-1.57a3.7%203.7%200%200%201%20.601-.41A.55.55%200%200%201%208%200c.101%200%20.17.027.25.064q.056.025.145.075c.118.066.277.167.463.315c.373.297.85.779%201.317%201.537M9.5%206c0-1.105-.672-2-1.5-2s-1.5.895-1.5%202S7.172%208%208%208s1.5-.895%201.5-2%22%2F%3E%3Cpath%20d%3D%22M8%2014.5c.5%200%20.999-.046%201.479-.139L8.4%2015.8a.5.5%200%200%201-.8%200l-1.079-1.439c.48.093.98.139%201.479.139%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%22M10.175%201.991c.81%201.312%201.583%203.43%201.778%206.819l1.5%201.83A2.5%202.5%200%200%201%2014%2012.202V15.5a.5.5%200%200%201-.9.3l-1.125-1.5c-.166-.222-.42-.4-.752-.57c-.214-.108-.414-.192-.627-.282l-.196-.083C9.7%2013.793%208.85%2014%208%2014s-1.7-.207-2.4-.635q-.101.044-.198.084c-.211.089-.411.173-.625.281c-.332.17-.586.348-.752.57L2.9%2015.8a.5.5%200%200%201-.9-.3v-3.298a2.5%202.5%200%200%201%20.548-1.562l.004-.005L4.049%208.81c.197-3.323.969-5.434%201.774-6.756c.466-.767.94-1.262%201.31-1.57a3.7%203.7%200%200%201%20.601-.41A.55.55%200%200%201%208%200c.101%200%20.17.027.25.064q.056.025.145.075c.118.066.277.167.463.315c.373.297.85.779%201.317%201.537M9.5%206c0-1.105-.672-2-1.5-2s-1.5.895-1.5%202S7.172%208%208%208s1.5-.895%201.5-2%22%2F%3E%3Cpath%20d%3D%22M8%2014.5c.5%200%20.999-.046%201.479-.139L8.4%2015.8a.5.5%200%200%201-.8%200l-1.079-1.439c.48.093.98.139%201.479.139%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-fill.svg?color=%231a73e8&size=48