rocket-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
rocket-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System 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 24 24"><path fill="currentColor" d="M13.057 7.43a2.5 2.5 0 1 1 3.536 3.536a2.5 2.5 0 0 1-3.536-3.535m2.475 1.061a1 1 0 1 0-1.414 1.415a1 1 0 0 0 1.414-1.415m4.166-5.98a2.75 2.75 0 0 1 1.81 1.811l.207.664a6.75 6.75 0 0 1-1.673 6.777l-.998.998a3.5 3.5 0 0 1-.328 4.567l-1.242 1.243a.75.75 0 0 1-1.06 0l-1.59-1.59l-.177.177a1.75 1.75 0 0 1-2.475 0l-.487-.487l-.811 1.39a.75.75 0 0 1-1.178.153l-3.89-3.89a.75.75 0 0 1 .146-1.173l1.384-.829l-.47-.47a1.75 1.75 0 0 1 0-2.476l.18-.18l-1.592-1.59a.75.75 0 0 1 0-1.06l1.243-1.243a3.5 3.5 0 0 1 4.569-.327l.996-.996a6.75 6.75 0 0 1 6.773-1.674zm.378 2.256a1.25 1.25 0 0 0-.823-.823l-.662-.205a5.25 5.25 0 0 0-5.269 1.302l-5.396 5.396a.25.25 0 0 0 0 .354l5.307 5.306a.25.25 0 0 0 .353 0l5.396-5.395a5.25 5.25 0 0 0 1.3-5.27zM6.69 18.394a.75.75 0 0 0-1.06-1.06l-2.476 2.474a.75.75 0 0 0 1.061 1.061zM4.745 15.39a.75.75 0 0 1 0 1.06l-1.06 1.061a.75.75 0 0 1-1.061-1.06l1.06-1.061a.75.75 0 0 1 1.061 0m3.887 4.952a.75.75 0 1 0-1.06-1.06L6.513 20.34a.75.75 0 0 0 1.06 1.06z"/></svg>

React

import type { SVGProps } from "react";

export function FluentRocket24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.057 7.43a2.5 2.5 0 1 1 3.536 3.536a2.5 2.5 0 0 1-3.536-3.535m2.475 1.061a1 1 0 1 0-1.414 1.415a1 1 0 0 0 1.414-1.415m4.166-5.98a2.75 2.75 0 0 1 1.81 1.811l.207.664a6.75 6.75 0 0 1-1.673 6.777l-.998.998a3.5 3.5 0 0 1-.328 4.567l-1.242 1.243a.75.75 0 0 1-1.06 0l-1.59-1.59l-.177.177a1.75 1.75 0 0 1-2.475 0l-.487-.487l-.811 1.39a.75.75 0 0 1-1.178.153l-3.89-3.89a.75.75 0 0 1 .146-1.173l1.384-.829l-.47-.47a1.75 1.75 0 0 1 0-2.476l.18-.18l-1.592-1.59a.75.75 0 0 1 0-1.06l1.243-1.243a3.5 3.5 0 0 1 4.569-.327l.996-.996a6.75 6.75 0 0 1 6.773-1.674zm.378 2.256a1.25 1.25 0 0 0-.823-.823l-.662-.205a5.25 5.25 0 0 0-5.269 1.302l-5.396 5.396a.25.25 0 0 0 0 .354l5.307 5.306a.25.25 0 0 0 .353 0l5.396-5.395a5.25 5.25 0 0 0 1.3-5.27zM6.69 18.394a.75.75 0 0 0-1.06-1.06l-2.476 2.474a.75.75 0 0 0 1.061 1.061zM4.745 15.39a.75.75 0 0 1 0 1.06l-1.06 1.061a.75.75 0 0 1-1.061-1.06l1.06-1.061a.75.75 0 0 1 1.061 0m3.887 4.952a.75.75 0 1 0-1.06-1.06L6.513 20.34a.75.75 0 0 0 1.06 1.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.057 7.43a2.5 2.5 0 1 1 3.536 3.536a2.5 2.5 0 0 1-3.536-3.535m2.475 1.061a1 1 0 1 0-1.414 1.415a1 1 0 0 0 1.414-1.415m4.166-5.98a2.75 2.75 0 0 1 1.81 1.811l.207.664a6.75 6.75 0 0 1-1.673 6.777l-.998.998a3.5 3.5 0 0 1-.328 4.567l-1.242 1.243a.75.75 0 0 1-1.06 0l-1.59-1.59l-.177.177a1.75 1.75 0 0 1-2.475 0l-.487-.487l-.811 1.39a.75.75 0 0 1-1.178.153l-3.89-3.89a.75.75 0 0 1 .146-1.173l1.384-.829l-.47-.47a1.75 1.75 0 0 1 0-2.476l.18-.18l-1.592-1.59a.75.75 0 0 1 0-1.06l1.243-1.243a3.5 3.5 0 0 1 4.569-.327l.996-.996a6.75 6.75 0 0 1 6.773-1.674zm.378 2.256a1.25 1.25 0 0 0-.823-.823l-.662-.205a5.25 5.25 0 0 0-5.269 1.302l-5.396 5.396a.25.25 0 0 0 0 .354l5.307 5.306a.25.25 0 0 0 .353 0l5.396-5.395a5.25 5.25 0 0 0 1.3-5.27zM6.69 18.394a.75.75 0 0 0-1.06-1.06l-2.476 2.474a.75.75 0 0 0 1.061 1.061zM4.745 15.39a.75.75 0 0 1 0 1.06l-1.06 1.061a.75.75 0 0 1-1.061-1.06l1.06-1.061a.75.75 0 0 1 1.061 0m3.887 4.952a.75.75 0 1 0-1.06-1.06L6.513 20.34a.75.75 0 0 0 1.06 1.06z"/></svg>
</template>

CSS

.icon-rocket-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.057%207.43a2.5%202.5%200%201%201%203.536%203.536a2.5%202.5%200%200%201-3.536-3.535m2.475%201.061a1%201%200%201%200-1.414%201.415a1%201%200%200%200%201.414-1.415m4.166-5.98a2.75%202.75%200%200%201%201.81%201.811l.207.664a6.75%206.75%200%200%201-1.673%206.777l-.998.998a3.5%203.5%200%200%201-.328%204.567l-1.242%201.243a.75.75%200%200%201-1.06%200l-1.59-1.59l-.177.177a1.75%201.75%200%200%201-2.475%200l-.487-.487l-.811%201.39a.75.75%200%200%201-1.178.153l-3.89-3.89a.75.75%200%200%201%20.146-1.173l1.384-.829l-.47-.47a1.75%201.75%200%200%201%200-2.476l.18-.18l-1.592-1.59a.75.75%200%200%201%200-1.06l1.243-1.243a3.5%203.5%200%200%201%204.569-.327l.996-.996a6.75%206.75%200%200%201%206.773-1.674zm.378%202.256a1.25%201.25%200%200%200-.823-.823l-.662-.205a5.25%205.25%200%200%200-5.269%201.302l-5.396%205.396a.25.25%200%200%200%200%20.354l5.307%205.306a.25.25%200%200%200%20.353%200l5.396-5.395a5.25%205.25%200%200%200%201.3-5.27zM6.69%2018.394a.75.75%200%200%200-1.06-1.06l-2.476%202.474a.75.75%200%200%200%201.061%201.061zM4.745%2015.39a.75.75%200%200%201%200%201.06l-1.06%201.061a.75.75%200%200%201-1.061-1.06l1.06-1.061a.75.75%200%200%201%201.061%200m3.887%204.952a.75.75%200%201%200-1.06-1.06L6.513%2020.34a.75.75%200%200%200%201.06%201.06z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.057%207.43a2.5%202.5%200%201%201%203.536%203.536a2.5%202.5%200%200%201-3.536-3.535m2.475%201.061a1%201%200%201%200-1.414%201.415a1%201%200%200%200%201.414-1.415m4.166-5.98a2.75%202.75%200%200%201%201.81%201.811l.207.664a6.75%206.75%200%200%201-1.673%206.777l-.998.998a3.5%203.5%200%200%201-.328%204.567l-1.242%201.243a.75.75%200%200%201-1.06%200l-1.59-1.59l-.177.177a1.75%201.75%200%200%201-2.475%200l-.487-.487l-.811%201.39a.75.75%200%200%201-1.178.153l-3.89-3.89a.75.75%200%200%201%20.146-1.173l1.384-.829l-.47-.47a1.75%201.75%200%200%201%200-2.476l.18-.18l-1.592-1.59a.75.75%200%200%201%200-1.06l1.243-1.243a3.5%203.5%200%200%201%204.569-.327l.996-.996a6.75%206.75%200%200%201%206.773-1.674zm.378%202.256a1.25%201.25%200%200%200-.823-.823l-.662-.205a5.25%205.25%200%200%200-5.269%201.302l-5.396%205.396a.25.25%200%200%200%200%20.354l5.307%205.306a.25.25%200%200%200%20.353%200l5.396-5.395a5.25%205.25%200%200%200%201.3-5.27zM6.69%2018.394a.75.75%200%200%200-1.06-1.06l-2.476%202.474a.75.75%200%200%200%201.061%201.061zM4.745%2015.39a.75.75%200%200%201%200%201.06l-1.06%201.061a.75.75%200%200%201-1.061-1.06l1.06-1.061a.75.75%200%200%201%201.061%200m3.887%204.952a.75.75%200%201%200-1.06-1.06L6.513%2020.34a.75.75%200%200%200%201.06%201.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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