rocket compact icon

rocket-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
rocket-compact
Set
Codicons
Style
Regular
Viewbox
12×12
License
CC BY 4.0

Use the rocket compact icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M7.5 3C6.67 3 6 3.67 6 4.5S6.67 6 7.5 6S9 5.33 9 4.5S8.33 3 7.5 3m0 2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5s-.22.5-.5.5M12 2.71v-.38C12 1.04 10.95 0 9.67 0h-.38c-1.32 0-2.6.53-3.54 1.46l-.29.29a1.73 1.73 0 0 0-2.43.01L1.9 2.89c-.2.2-.2.51 0 .71l.87.87c-.4.56-.35 1.35.16 1.86l.17.17l-.62.41c-.19.12-.31.32-.33.55c-.02.22.06.45.22.61l1.57 1.57c.14.14.33.22.53.22h.08c.23-.02.43-.14.55-.33l.41-.62l.17.17c.27.27.64.42 1.02.42c.3 0 .6-.09.84-.27l.87.87a.485.485 0 0 0 .7 0l1.13-1.13c.67-.67.67-1.76.01-2.43l.29-.29C11.47 5.32 12 4.03 12 2.71m-8.27-.24c.27-.27.74-.27 1.02-.01L3.46 3.75l-.5-.5l.78-.78zm.69 6.24L3.28 7.57l.53-.35l.96.96zm1.95-.34L3.63 5.63a.453.453 0 0 1 0-.63l2.83-2.83C7.21 1.43 8.24 1 9.29 1h.38c.74 0 1.33.6 1.33 1.33v.38c0 1.05-.43 2.08-1.17 2.83L7 8.37c-.17.17-.46.17-.63 0m3.37-.62c0 .2-.08.38-.21.52l-.78.78l-.5-.5l1.29-1.29c.13.14.2.31.2.5zM2.6 10.1L.85 11.85a.485.485 0 0 1-.7 0c-.2-.2-.2-.51 0-.71L1.9 9.39c.2-.2.51-.2.71 0s.2.51 0 .71zM.15 9.35c-.2-.2-.2-.51 0-.71l.5-.5c.2-.2.51-.2.71 0s.2.51 0 .71l-.5.5a.485.485 0 0 1-.7 0zm3.7 1.3c.2.2.2.51 0 .71l-.5.5a.485.485 0 0 1-.7 0c-.2-.2-.2-.51 0-.71l.5-.5c.2-.2.51-.2.71 0z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconRocketCompact(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M7.5 3C6.67 3 6 3.67 6 4.5S6.67 6 7.5 6S9 5.33 9 4.5S8.33 3 7.5 3m0 2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5s-.22.5-.5.5M12 2.71v-.38C12 1.04 10.95 0 9.67 0h-.38c-1.32 0-2.6.53-3.54 1.46l-.29.29a1.73 1.73 0 0 0-2.43.01L1.9 2.89c-.2.2-.2.51 0 .71l.87.87c-.4.56-.35 1.35.16 1.86l.17.17l-.62.41c-.19.12-.31.32-.33.55c-.02.22.06.45.22.61l1.57 1.57c.14.14.33.22.53.22h.08c.23-.02.43-.14.55-.33l.41-.62l.17.17c.27.27.64.42 1.02.42c.3 0 .6-.09.84-.27l.87.87a.485.485 0 0 0 .7 0l1.13-1.13c.67-.67.67-1.76.01-2.43l.29-.29C11.47 5.32 12 4.03 12 2.71m-8.27-.24c.27-.27.74-.27 1.02-.01L3.46 3.75l-.5-.5l.78-.78zm.69 6.24L3.28 7.57l.53-.35l.96.96zm1.95-.34L3.63 5.63a.453.453 0 0 1 0-.63l2.83-2.83C7.21 1.43 8.24 1 9.29 1h.38c.74 0 1.33.6 1.33 1.33v.38c0 1.05-.43 2.08-1.17 2.83L7 8.37c-.17.17-.46.17-.63 0m3.37-.62c0 .2-.08.38-.21.52l-.78.78l-.5-.5l1.29-1.29c.13.14.2.31.2.5zM2.6 10.1L.85 11.85a.485.485 0 0 1-.7 0c-.2-.2-.2-.51 0-.71L1.9 9.39c.2-.2.51-.2.71 0s.2.51 0 .71zM.15 9.35c-.2-.2-.2-.51 0-.71l.5-.5c.2-.2.51-.2.71 0s.2.51 0 .71l-.5.5a.485.485 0 0 1-.7 0zm3.7 1.3c.2.2.2.51 0 .71l-.5.5a.485.485 0 0 1-.7 0c-.2-.2-.2-.51 0-.71l.5-.5c.2-.2.51-.2.71 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M7.5 3C6.67 3 6 3.67 6 4.5S6.67 6 7.5 6S9 5.33 9 4.5S8.33 3 7.5 3m0 2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5s-.22.5-.5.5M12 2.71v-.38C12 1.04 10.95 0 9.67 0h-.38c-1.32 0-2.6.53-3.54 1.46l-.29.29a1.73 1.73 0 0 0-2.43.01L1.9 2.89c-.2.2-.2.51 0 .71l.87.87c-.4.56-.35 1.35.16 1.86l.17.17l-.62.41c-.19.12-.31.32-.33.55c-.02.22.06.45.22.61l1.57 1.57c.14.14.33.22.53.22h.08c.23-.02.43-.14.55-.33l.41-.62l.17.17c.27.27.64.42 1.02.42c.3 0 .6-.09.84-.27l.87.87a.485.485 0 0 0 .7 0l1.13-1.13c.67-.67.67-1.76.01-2.43l.29-.29C11.47 5.32 12 4.03 12 2.71m-8.27-.24c.27-.27.74-.27 1.02-.01L3.46 3.75l-.5-.5l.78-.78zm.69 6.24L3.28 7.57l.53-.35l.96.96zm1.95-.34L3.63 5.63a.453.453 0 0 1 0-.63l2.83-2.83C7.21 1.43 8.24 1 9.29 1h.38c.74 0 1.33.6 1.33 1.33v.38c0 1.05-.43 2.08-1.17 2.83L7 8.37c-.17.17-.46.17-.63 0m3.37-.62c0 .2-.08.38-.21.52l-.78.78l-.5-.5l1.29-1.29c.13.14.2.31.2.5zM2.6 10.1L.85 11.85a.485.485 0 0 1-.7 0c-.2-.2-.2-.51 0-.71L1.9 9.39c.2-.2.51-.2.71 0s.2.51 0 .71zM.15 9.35c-.2-.2-.2-.51 0-.71l.5-.5c.2-.2.51-.2.71 0s.2.51 0 .71l-.5.5a.485.485 0 0 1-.7 0zm3.7 1.3c.2.2.2.51 0 .71l-.5.5a.485.485 0 0 1-.7 0c-.2-.2-.2-.51 0-.71l.5-.5c.2-.2.51-.2.71 0z"/></svg>
</template>

CSS

.icon-rocket-compact {
  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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%203C6.67%203%206%203.67%206%204.5S6.67%206%207.5%206S9%205.33%209%204.5S8.33%203%207.5%203m0%202c-.28%200-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5s-.22.5-.5.5M12%202.71v-.38C12%201.04%2010.95%200%209.67%200h-.38c-1.32%200-2.6.53-3.54%201.46l-.29.29a1.73%201.73%200%200%200-2.43.01L1.9%202.89c-.2.2-.2.51%200%20.71l.87.87c-.4.56-.35%201.35.16%201.86l.17.17l-.62.41c-.19.12-.31.32-.33.55c-.02.22.06.45.22.61l1.57%201.57c.14.14.33.22.53.22h.08c.23-.02.43-.14.55-.33l.41-.62l.17.17c.27.27.64.42%201.02.42c.3%200%20.6-.09.84-.27l.87.87a.485.485%200%200%200%20.7%200l1.13-1.13c.67-.67.67-1.76.01-2.43l.29-.29C11.47%205.32%2012%204.03%2012%202.71m-8.27-.24c.27-.27.74-.27%201.02-.01L3.46%203.75l-.5-.5l.78-.78zm.69%206.24L3.28%207.57l.53-.35l.96.96zm1.95-.34L3.63%205.63a.453.453%200%200%201%200-.63l2.83-2.83C7.21%201.43%208.24%201%209.29%201h.38c.74%200%201.33.6%201.33%201.33v.38c0%201.05-.43%202.08-1.17%202.83L7%208.37c-.17.17-.46.17-.63%200m3.37-.62c0%20.2-.08.38-.21.52l-.78.78l-.5-.5l1.29-1.29c.13.14.2.31.2.5zM2.6%2010.1L.85%2011.85a.485.485%200%200%201-.7%200c-.2-.2-.2-.51%200-.71L1.9%209.39c.2-.2.51-.2.71%200s.2.51%200%20.71zM.15%209.35c-.2-.2-.2-.51%200-.71l.5-.5c.2-.2.51-.2.71%200s.2.51%200%20.71l-.5.5a.485.485%200%200%201-.7%200zm3.7%201.3c.2.2.2.51%200%20.71l-.5.5a.485.485%200%200%201-.7%200c-.2-.2-.2-.51%200-.71l.5-.5c.2-.2.51-.2.71%200z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%203C6.67%203%206%203.67%206%204.5S6.67%206%207.5%206S9%205.33%209%204.5S8.33%203%207.5%203m0%202c-.28%200-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5s-.22.5-.5.5M12%202.71v-.38C12%201.04%2010.95%200%209.67%200h-.38c-1.32%200-2.6.53-3.54%201.46l-.29.29a1.73%201.73%200%200%200-2.43.01L1.9%202.89c-.2.2-.2.51%200%20.71l.87.87c-.4.56-.35%201.35.16%201.86l.17.17l-.62.41c-.19.12-.31.32-.33.55c-.02.22.06.45.22.61l1.57%201.57c.14.14.33.22.53.22h.08c.23-.02.43-.14.55-.33l.41-.62l.17.17c.27.27.64.42%201.02.42c.3%200%20.6-.09.84-.27l.87.87a.485.485%200%200%200%20.7%200l1.13-1.13c.67-.67.67-1.76.01-2.43l.29-.29C11.47%205.32%2012%204.03%2012%202.71m-8.27-.24c.27-.27.74-.27%201.02-.01L3.46%203.75l-.5-.5l.78-.78zm.69%206.24L3.28%207.57l.53-.35l.96.96zm1.95-.34L3.63%205.63a.453.453%200%200%201%200-.63l2.83-2.83C7.21%201.43%208.24%201%209.29%201h.38c.74%200%201.33.6%201.33%201.33v.38c0%201.05-.43%202.08-1.17%202.83L7%208.37c-.17.17-.46.17-.63%200m3.37-.62c0%20.2-.08.38-.21.52l-.78.78l-.5-.5l1.29-1.29c.13.14.2.31.2.5zM2.6%2010.1L.85%2011.85a.485.485%200%200%201-.7%200c-.2-.2-.2-.51%200-.71L1.9%209.39c.2-.2.51-.2.71%200s.2.51%200%20.71zM.15%209.35c-.2-.2-.2-.51%200-.71l.5-.5c.2-.2.51-.2.71%200s.2.51%200%20.71l-.5.5a.485.485%200%200%201-.7%200zm3.7%201.3c.2.2.2.51%200%20.71l-.5.5a.485.485%200%200%201-.7%200c-.2-.2-.2-.51%200-.71l.5-.5c.2-.2.51-.2.71%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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