rocket-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
rocket-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
rocket-fill

2 other variants in Ant Design Icons

The same icon in other sets

Use the rocket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8c0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8c29.1 0 57.3-8.6 81.4-24.8c23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5a97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8zM512 352a48.01 48.01 0 0 1 0 96a48.01 48.01 0 0 1 0-96m116.1 432.2c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4l-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5s-71.3-28.6-76.7-66.5l-2.8-19.5l-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4c0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8c-.1 10.2-5.5 19.6-14.2 24.5"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignRocketFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8c0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8c29.1 0 57.3-8.6 81.4-24.8c23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5a97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8zM512 352a48.01 48.01 0 0 1 0 96a48.01 48.01 0 0 1 0-96m116.1 432.2c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4l-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5s-71.3-28.6-76.7-66.5l-2.8-19.5l-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4c0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8c-.1 10.2-5.5 19.6-14.2 24.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8c0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8c29.1 0 57.3-8.6 81.4-24.8c23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5a97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8zM512 352a48.01 48.01 0 0 1 0 96a48.01 48.01 0 0 1 0-96m116.1 432.2c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4l-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5s-71.3-28.6-76.7-66.5l-2.8-19.5l-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4c0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8c-.1 10.2-5.5 19.6-14.2 24.5"/></svg>
</template>

CSS

.icon-rocket-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M864%20736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5%2095.4C530.1%2087.8%20521%2084%20512%2084s-18.1%203.8-24.5%2011.4L335.1%20276.1a63.97%2063.97%200%200%200-15.1%2041.2v165.8C225.4%20528%20160%20624.4%20160%20736h156.5c-2.3%207.2-3.5%2015-3.5%2023.8c0%2022.1%207.6%2043.7%2021.4%2060.8a97.2%2097.2%200%200%200%2043.1%2030.6c23.1%2054%2075.6%2088.8%20134.5%2088.8c29.1%200%2057.3-8.6%2081.4-24.8c23.6-15.8%2041.9-37.9%2053-64a97%2097%200%200%200%2043.1-30.5a97.52%2097.52%200%200%200%2021.4-60.8c0-8.4-1.1-16.4-3.1-23.8zM512%20352a48.01%2048.01%200%200%201%200%2096a48.01%2048.01%200%200%201%200-96m116.1%20432.2c-5.2%203-11.2%204.2-17.1%203.4l-19.5-2.4l-2.8%2019.4c-5.4%2037.9-38.4%2066.5-76.7%2066.5s-71.3-28.6-76.7-66.5l-2.8-19.5l-19.5%202.5a27.7%2027.7%200%200%201-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4c0-10.6%205.9-19.4%2014.6-23.8h231.3c8.8%204.5%2014.6%2013.3%2014.6%2023.8c-.1%2010.2-5.5%2019.6-14.2%2024.5%22%2F%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M864%20736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5%2095.4C530.1%2087.8%20521%2084%20512%2084s-18.1%203.8-24.5%2011.4L335.1%20276.1a63.97%2063.97%200%200%200-15.1%2041.2v165.8C225.4%20528%20160%20624.4%20160%20736h156.5c-2.3%207.2-3.5%2015-3.5%2023.8c0%2022.1%207.6%2043.7%2021.4%2060.8a97.2%2097.2%200%200%200%2043.1%2030.6c23.1%2054%2075.6%2088.8%20134.5%2088.8c29.1%200%2057.3-8.6%2081.4-24.8c23.6-15.8%2041.9-37.9%2053-64a97%2097%200%200%200%2043.1-30.5a97.52%2097.52%200%200%200%2021.4-60.8c0-8.4-1.1-16.4-3.1-23.8zM512%20352a48.01%2048.01%200%200%201%200%2096a48.01%2048.01%200%200%201%200-96m116.1%20432.2c-5.2%203-11.2%204.2-17.1%203.4l-19.5-2.4l-2.8%2019.4c-5.4%2037.9-38.4%2066.5-76.7%2066.5s-71.3-28.6-76.7-66.5l-2.8-19.5l-19.5%202.5a27.7%2027.7%200%200%201-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4c0-10.6%205.9-19.4%2014.6-23.8h231.3c8.8%204.5%2014.6%2013.3%2014.6%2023.8c-.1%2010.2-5.5%2019.6-14.2%2024.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/rocket-filled.svg?color=%231a73e8&size=48