rocket from Unicons Monochrome by Iconscout · Monochrome · User Interface · Apache-2.0 Free for personal and commercial use.

Name
rocket
Set
Unicons Monochrome
Style
Monochrome
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons Monochrome

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="m17.737 14.622l-2.426 2.23a11.6 11.6 0 0 1-4.299 2.37l.644 3.004a1 1 0 0 0 1.469.661l3.905-2.202a3.035 3.035 0 0 0 1.375-3.304zM7.266 8.776l2.088-2.48l-2.604-.628a2.78 2.78 0 0 0-3.387 1.357l-2.2 3.9a1 1 0 0 0 .661 1.469l3.073.659a12.9 12.9 0 0 1 2.369-4.277m9.468.04a1.5 1.5 0 1 0-1.5-1.5a1.5 1.5 0 0 0 1.5 1.5"/><path fill="currentColor" d="M22.601 2.062a1 1 0 0 0-.713-.713A11.25 11.25 0 0 0 10.47 4.972L7.266 8.776a12.94 12.94 0 0 0-2.924 6.71a1 1 0 0 0 .284.837l3.1 3.1a1 1 0 0 0 .708.293l.086-.004a11.85 11.85 0 0 0 6.79-2.86l3.664-3.368A11.2 11.2 0 0 0 22.6 2.062Zm-5.867 6.754a1.5 1.5 0 1 1 1.5-1.5a1.5 1.5 0 0 1-1.5 1.5" opacity=".5"/></svg>

React

import type { SVGProps } from "react";

export function UimRocket(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="m17.737 14.622l-2.426 2.23a11.6 11.6 0 0 1-4.299 2.37l.644 3.004a1 1 0 0 0 1.469.661l3.905-2.202a3.035 3.035 0 0 0 1.375-3.304zM7.266 8.776l2.088-2.48l-2.604-.628a2.78 2.78 0 0 0-3.387 1.357l-2.2 3.9a1 1 0 0 0 .661 1.469l3.073.659a12.9 12.9 0 0 1 2.369-4.277m9.468.04a1.5 1.5 0 1 0-1.5-1.5a1.5 1.5 0 0 0 1.5 1.5"/><path fill="currentColor" d="M22.601 2.062a1 1 0 0 0-.713-.713A11.25 11.25 0 0 0 10.47 4.972L7.266 8.776a12.94 12.94 0 0 0-2.924 6.71a1 1 0 0 0 .284.837l3.1 3.1a1 1 0 0 0 .708.293l.086-.004a11.85 11.85 0 0 0 6.79-2.86l3.664-3.368A11.2 11.2 0 0 0 22.6 2.062Zm-5.867 6.754a1.5 1.5 0 1 1 1.5-1.5a1.5 1.5 0 0 1-1.5 1.5" opacity=".5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.737 14.622l-2.426 2.23a11.6 11.6 0 0 1-4.299 2.37l.644 3.004a1 1 0 0 0 1.469.661l3.905-2.202a3.035 3.035 0 0 0 1.375-3.304zM7.266 8.776l2.088-2.48l-2.604-.628a2.78 2.78 0 0 0-3.387 1.357l-2.2 3.9a1 1 0 0 0 .661 1.469l3.073.659a12.9 12.9 0 0 1 2.369-4.277m9.468.04a1.5 1.5 0 1 0-1.5-1.5a1.5 1.5 0 0 0 1.5 1.5"/><path fill="currentColor" d="M22.601 2.062a1 1 0 0 0-.713-.713A11.25 11.25 0 0 0 10.47 4.972L7.266 8.776a12.94 12.94 0 0 0-2.924 6.71a1 1 0 0 0 .284.837l3.1 3.1a1 1 0 0 0 .708.293l.086-.004a11.85 11.85 0 0 0 6.79-2.86l3.664-3.368A11.2 11.2 0 0 0 22.6 2.062Zm-5.867 6.754a1.5 1.5 0 1 1 1.5-1.5a1.5 1.5 0 0 1-1.5 1.5" opacity=".5"/></svg>
</template>

CSS

.icon-rocket {
  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%22m17.737%2014.622l-2.426%202.23a11.6%2011.6%200%200%201-4.299%202.37l.644%203.004a1%201%200%200%200%201.469.661l3.905-2.202a3.035%203.035%200%200%200%201.375-3.304zM7.266%208.776l2.088-2.48l-2.604-.628a2.78%202.78%200%200%200-3.387%201.357l-2.2%203.9a1%201%200%200%200%20.661%201.469l3.073.659a12.9%2012.9%200%200%201%202.369-4.277m9.468.04a1.5%201.5%200%201%200-1.5-1.5a1.5%201.5%200%200%200%201.5%201.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.601%202.062a1%201%200%200%200-.713-.713A11.25%2011.25%200%200%200%2010.47%204.972L7.266%208.776a12.94%2012.94%200%200%200-2.924%206.71a1%201%200%200%200%20.284.837l3.1%203.1a1%201%200%200%200%20.708.293l.086-.004a11.85%2011.85%200%200%200%206.79-2.86l3.664-3.368A11.2%2011.2%200%200%200%2022.6%202.062Zm-5.867%206.754a1.5%201.5%200%201%201%201.5-1.5a1.5%201.5%200%200%201-1.5%201.5%22%20opacity%3D%22.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.737%2014.622l-2.426%202.23a11.6%2011.6%200%200%201-4.299%202.37l.644%203.004a1%201%200%200%200%201.469.661l3.905-2.202a3.035%203.035%200%200%200%201.375-3.304zM7.266%208.776l2.088-2.48l-2.604-.628a2.78%202.78%200%200%200-3.387%201.357l-2.2%203.9a1%201%200%200%200%20.661%201.469l3.073.659a12.9%2012.9%200%200%201%202.369-4.277m9.468.04a1.5%201.5%200%201%200-1.5-1.5a1.5%201.5%200%200%200%201.5%201.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.601%202.062a1%201%200%200%200-.713-.713A11.25%2011.25%200%200%200%2010.47%204.972L7.266%208.776a12.94%2012.94%200%200%200-2.924%206.71a1%201%200%200%200%20.284.837l3.1%203.1a1%201%200%200%200%20.708.293l.086-.004a11.85%2011.85%200%200%200%206.79-2.86l3.664-3.368A11.2%2011.2%200%200%200%2022.6%202.062Zm-5.867%206.754a1.5%201.5%200%201%201%201.5-1.5a1.5%201.5%200%200%201-1.5%201.5%22%20opacity%3D%22.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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