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

Name
rocket-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10.756 6.425a1.998 1.998 0 1 1 2.824 2.827a1.998 1.998 0 0 1-2.825-2.827m2.118.708a.998.998 0 1 0-1.412 1.41a.998.998 0 0 0 1.412-1.41m-3.436 6.465l.609.61a1.5 1.5 0 0 0 1.703.295l1.12 1.12a.5.5 0 0 0 .707 0l1.427-1.427a2.484 2.484 0 0 0 .31-3.134l.848-.848a6.29 6.29 0 0 0 1.556-6.33a2.43 2.43 0 0 0-1.594-1.595a6.29 6.29 0 0 0-6.33 1.557l-.85.85a2.5 2.5 0 0 0-3.143.318L4.385 6.43a.5.5 0 0 0 0 .707l1.12 1.12A1.5 1.5 0 0 0 5.8 9.96l.61.61l-1.22.731a.5.5 0 0 0-.097.783l2.83 2.83a.5.5 0 0 0 .783-.096zm7.326-9.416a5.29 5.29 0 0 1-1.31 5.325l-3.993 3.994a.5.5 0 0 1-.707 0l-1.06-1.06l-.002-.003l-2.122-2.122l-.003-.003l-1.06-1.06a.5.5 0 0 1 0-.707L10.5 4.553a5.29 5.29 0 0 1 5.325-1.31c.448.14.798.492.939.94M5.805 14.91a.5.5 0 0 0-.707-.707L3.33 15.97a.5.5 0 1 0 .707.707zM4.39 12.787a.5.5 0 0 1 0 .707l-.71.709a.5.5 0 1 1-.706-.707l.708-.71a.5.5 0 0 1 .708 0m2.83 3.538a.5.5 0 1 0-.707-.707l-.709.709a.5.5 0 1 0 .707.707z"/></svg>

React

import type { SVGProps } from "react";

export function FluentRocket20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.756 6.425a1.998 1.998 0 1 1 2.824 2.827a1.998 1.998 0 0 1-2.825-2.827m2.118.708a.998.998 0 1 0-1.412 1.41a.998.998 0 0 0 1.412-1.41m-3.436 6.465l.609.61a1.5 1.5 0 0 0 1.703.295l1.12 1.12a.5.5 0 0 0 .707 0l1.427-1.427a2.484 2.484 0 0 0 .31-3.134l.848-.848a6.29 6.29 0 0 0 1.556-6.33a2.43 2.43 0 0 0-1.594-1.595a6.29 6.29 0 0 0-6.33 1.557l-.85.85a2.5 2.5 0 0 0-3.143.318L4.385 6.43a.5.5 0 0 0 0 .707l1.12 1.12A1.5 1.5 0 0 0 5.8 9.96l.61.61l-1.22.731a.5.5 0 0 0-.097.783l2.83 2.83a.5.5 0 0 0 .783-.096zm7.326-9.416a5.29 5.29 0 0 1-1.31 5.325l-3.993 3.994a.5.5 0 0 1-.707 0l-1.06-1.06l-.002-.003l-2.122-2.122l-.003-.003l-1.06-1.06a.5.5 0 0 1 0-.707L10.5 4.553a5.29 5.29 0 0 1 5.325-1.31c.448.14.798.492.939.94M5.805 14.91a.5.5 0 0 0-.707-.707L3.33 15.97a.5.5 0 1 0 .707.707zM4.39 12.787a.5.5 0 0 1 0 .707l-.71.709a.5.5 0 1 1-.706-.707l.708-.71a.5.5 0 0 1 .708 0m2.83 3.538a.5.5 0 1 0-.707-.707l-.709.709a.5.5 0 1 0 .707.707z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.756 6.425a1.998 1.998 0 1 1 2.824 2.827a1.998 1.998 0 0 1-2.825-2.827m2.118.708a.998.998 0 1 0-1.412 1.41a.998.998 0 0 0 1.412-1.41m-3.436 6.465l.609.61a1.5 1.5 0 0 0 1.703.295l1.12 1.12a.5.5 0 0 0 .707 0l1.427-1.427a2.484 2.484 0 0 0 .31-3.134l.848-.848a6.29 6.29 0 0 0 1.556-6.33a2.43 2.43 0 0 0-1.594-1.595a6.29 6.29 0 0 0-6.33 1.557l-.85.85a2.5 2.5 0 0 0-3.143.318L4.385 6.43a.5.5 0 0 0 0 .707l1.12 1.12A1.5 1.5 0 0 0 5.8 9.96l.61.61l-1.22.731a.5.5 0 0 0-.097.783l2.83 2.83a.5.5 0 0 0 .783-.096zm7.326-9.416a5.29 5.29 0 0 1-1.31 5.325l-3.993 3.994a.5.5 0 0 1-.707 0l-1.06-1.06l-.002-.003l-2.122-2.122l-.003-.003l-1.06-1.06a.5.5 0 0 1 0-.707L10.5 4.553a5.29 5.29 0 0 1 5.325-1.31c.448.14.798.492.939.94M5.805 14.91a.5.5 0 0 0-.707-.707L3.33 15.97a.5.5 0 1 0 .707.707zM4.39 12.787a.5.5 0 0 1 0 .707l-.71.709a.5.5 0 1 1-.706-.707l.708-.71a.5.5 0 0 1 .708 0m2.83 3.538a.5.5 0 1 0-.707-.707l-.709.709a.5.5 0 1 0 .707.707z"/></svg>
</template>

CSS

.icon-rocket-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.756%206.425a1.998%201.998%200%201%201%202.824%202.827a1.998%201.998%200%200%201-2.825-2.827m2.118.708a.998.998%200%201%200-1.412%201.41a.998.998%200%200%200%201.412-1.41m-3.436%206.465l.609.61a1.5%201.5%200%200%200%201.703.295l1.12%201.12a.5.5%200%200%200%20.707%200l1.427-1.427a2.484%202.484%200%200%200%20.31-3.134l.848-.848a6.29%206.29%200%200%200%201.556-6.33a2.43%202.43%200%200%200-1.594-1.595a6.29%206.29%200%200%200-6.33%201.557l-.85.85a2.5%202.5%200%200%200-3.143.318L4.385%206.43a.5.5%200%200%200%200%20.707l1.12%201.12A1.5%201.5%200%200%200%205.8%209.96l.61.61l-1.22.731a.5.5%200%200%200-.097.783l2.83%202.83a.5.5%200%200%200%20.783-.096zm7.326-9.416a5.29%205.29%200%200%201-1.31%205.325l-3.993%203.994a.5.5%200%200%201-.707%200l-1.06-1.06l-.002-.003l-2.122-2.122l-.003-.003l-1.06-1.06a.5.5%200%200%201%200-.707L10.5%204.553a5.29%205.29%200%200%201%205.325-1.31c.448.14.798.492.939.94M5.805%2014.91a.5.5%200%200%200-.707-.707L3.33%2015.97a.5.5%200%201%200%20.707.707zM4.39%2012.787a.5.5%200%200%201%200%20.707l-.71.709a.5.5%200%201%201-.706-.707l.708-.71a.5.5%200%200%201%20.708%200m2.83%203.538a.5.5%200%201%200-.707-.707l-.709.709a.5.5%200%201%200%20.707.707z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.756%206.425a1.998%201.998%200%201%201%202.824%202.827a1.998%201.998%200%200%201-2.825-2.827m2.118.708a.998.998%200%201%200-1.412%201.41a.998.998%200%200%200%201.412-1.41m-3.436%206.465l.609.61a1.5%201.5%200%200%200%201.703.295l1.12%201.12a.5.5%200%200%200%20.707%200l1.427-1.427a2.484%202.484%200%200%200%20.31-3.134l.848-.848a6.29%206.29%200%200%200%201.556-6.33a2.43%202.43%200%200%200-1.594-1.595a6.29%206.29%200%200%200-6.33%201.557l-.85.85a2.5%202.5%200%200%200-3.143.318L4.385%206.43a.5.5%200%200%200%200%20.707l1.12%201.12A1.5%201.5%200%200%200%205.8%209.96l.61.61l-1.22.731a.5.5%200%200%200-.097.783l2.83%202.83a.5.5%200%200%200%20.783-.096zm7.326-9.416a5.29%205.29%200%200%201-1.31%205.325l-3.993%203.994a.5.5%200%200%201-.707%200l-1.06-1.06l-.002-.003l-2.122-2.122l-.003-.003l-1.06-1.06a.5.5%200%200%201%200-.707L10.5%204.553a5.29%205.29%200%200%201%205.325-1.31c.448.14.798.492.939.94M5.805%2014.91a.5.5%200%200%200-.707-.707L3.33%2015.97a.5.5%200%201%200%20.707.707zM4.39%2012.787a.5.5%200%200%201%200%20.707l-.71.709a.5.5%200%201%201-.706-.707l.708-.71a.5.5%200%200%201%20.708%200m2.83%203.538a.5.5%200%201%200-.707-.707l-.709.709a.5.5%200%201%200%20.707.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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