jump-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
jump-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the jump icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.168 4.945a1 1 0 1 1 1.664 1.11l-2 3a1 1 0 0 1-.636.425L14 9.92v3.775l1.285-.128a1.5 1.5 0 0 1 1.64 1.659l-.43 3.885a1 1 0 0 1-1.99-.22l.364-3.273l-3.062.307l-.284 1.993a2 2 0 0 1-.317.826l-1.874 2.812a1 1 0 1 1-1.664-1.11l1.874-2.811l.458-3.207l.002-3.707l-.901.18l-1.769 2.655a1 1 0 1 1-1.664-1.11l1.885-2.828a1.5 1.5 0 0 1 .954-.638l6.89-1.378zM15 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteJumpFill(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.168 4.945a1 1 0 1 1 1.664 1.11l-2 3a1 1 0 0 1-.636.425L14 9.92v3.775l1.285-.128a1.5 1.5 0 0 1 1.64 1.659l-.43 3.885a1 1 0 0 1-1.99-.22l.364-3.273l-3.062.307l-.284 1.993a2 2 0 0 1-.317.826l-1.874 2.812a1 1 0 1 1-1.664-1.11l1.874-2.811l.458-3.207l.002-3.707l-.901.18l-1.769 2.655a1 1 0 1 1-1.664-1.11l1.885-2.828a1.5 1.5 0 0 1 .954-.638l6.89-1.378zM15 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></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.168 4.945a1 1 0 1 1 1.664 1.11l-2 3a1 1 0 0 1-.636.425L14 9.92v3.775l1.285-.128a1.5 1.5 0 0 1 1.64 1.659l-.43 3.885a1 1 0 0 1-1.99-.22l.364-3.273l-3.062.307l-.284 1.993a2 2 0 0 1-.317.826l-1.874 2.812a1 1 0 1 1-1.664-1.11l1.874-2.811l.458-3.207l.002-3.707l-.901.18l-1.769 2.655a1 1 0 1 1-1.664-1.11l1.885-2.828a1.5 1.5 0 0 1 .954-.638l6.89-1.378zM15 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>
</template>

CSS

.icon-jump-fill {
  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.168%204.945a1%201%200%201%201%201.664%201.11l-2%203a1%201%200%200%201-.636.425L14%209.92v3.775l1.285-.128a1.5%201.5%200%200%201%201.64%201.659l-.43%203.885a1%201%200%200%201-1.99-.22l.364-3.273l-3.062.307l-.284%201.993a2%202%200%200%201-.317.826l-1.874%202.812a1%201%200%201%201-1.664-1.11l1.874-2.811l.458-3.207l.002-3.707l-.901.18l-1.769%202.655a1%201%200%201%201-1.664-1.11l1.885-2.828a1.5%201.5%200%200%201%20.954-.638l6.89-1.378zM15%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200%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.168%204.945a1%201%200%201%201%201.664%201.11l-2%203a1%201%200%200%201-.636.425L14%209.92v3.775l1.285-.128a1.5%201.5%200%200%201%201.64%201.659l-.43%203.885a1%201%200%200%201-1.99-.22l.364-3.273l-3.062.307l-.284%201.993a2%202%200%200%201-.317.826l-1.874%202.812a1%201%200%201%201-1.664-1.11l1.874-2.811l.458-3.207l.002-3.707l-.901.18l-1.769%202.655a1%201%200%201%201-1.664-1.11l1.885-2.828a1.5%201.5%200%200%201%20.954-.638l6.89-1.378zM15%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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