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

Name
hop-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 hop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.994 8.893a1 1 0 0 1-.887 1.101h-.002l-.002.001a145 145 0 0 1-2.637.251c-.492.042-1.023.083-1.557.121l-.267 2.41c-.04.36-.157.694-.332.99l1.378 1.103a1.5 1.5 0 0 1 .124 2.233l-1.605 1.604a1 1 0 0 1-1.414-1.414l1.21-1.211l-1.405-1.123a2.5 2.5 0 0 1-.44.041H12v6a1 1 0 0 1-2 0v-6.812a2.5 2.5 0 0 1-.643-1.412l-.267-2.409a110 110 0 0 1-3.426-.294c-.208-.02-.557-.042-.77-.079h-.001a1 1 0 0 1 .214-1.988l.754.077c.47.047 1.12.109 1.843.17C9.161 8.38 10.872 8.5 12 8.5s2.839-.121 4.296-.246c.722-.062 1.373-.124 1.843-.171c.435-.043.717-.074.75-.077c.368-.04 1.042.3 1.105.887M12 2a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteHopFill(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="M19.994 8.893a1 1 0 0 1-.887 1.101h-.002l-.002.001a145 145 0 0 1-2.637.251c-.492.042-1.023.083-1.557.121l-.267 2.41c-.04.36-.157.694-.332.99l1.378 1.103a1.5 1.5 0 0 1 .124 2.233l-1.605 1.604a1 1 0 0 1-1.414-1.414l1.21-1.211l-1.405-1.123a2.5 2.5 0 0 1-.44.041H12v6a1 1 0 0 1-2 0v-6.812a2.5 2.5 0 0 1-.643-1.412l-.267-2.409a110 110 0 0 1-3.426-.294c-.208-.02-.557-.042-.77-.079h-.001a1 1 0 0 1 .214-1.988l.754.077c.47.047 1.12.109 1.843.17C9.161 8.38 10.872 8.5 12 8.5s2.839-.121 4.296-.246c.722-.062 1.373-.124 1.843-.171c.435-.043.717-.074.75-.077c.368-.04 1.042.3 1.105.887M12 2a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.994 8.893a1 1 0 0 1-.887 1.101h-.002l-.002.001a145 145 0 0 1-2.637.251c-.492.042-1.023.083-1.557.121l-.267 2.41c-.04.36-.157.694-.332.99l1.378 1.103a1.5 1.5 0 0 1 .124 2.233l-1.605 1.604a1 1 0 0 1-1.414-1.414l1.21-1.211l-1.405-1.123a2.5 2.5 0 0 1-.44.041H12v6a1 1 0 0 1-2 0v-6.812a2.5 2.5 0 0 1-.643-1.412l-.267-2.409a110 110 0 0 1-3.426-.294c-.208-.02-.557-.042-.77-.079h-.001a1 1 0 0 1 .214-1.988l.754.077c.47.047 1.12.109 1.843.17C9.161 8.38 10.872 8.5 12 8.5s2.839-.121 4.296-.246c.722-.062 1.373-.124 1.843-.171c.435-.043.717-.074.75-.077c.368-.04 1.042.3 1.105.887M12 2a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
</template>

CSS

.icon-hop-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%22M19.994%208.893a1%201%200%200%201-.887%201.101h-.002l-.002.001a145%20145%200%200%201-2.637.251c-.492.042-1.023.083-1.557.121l-.267%202.41c-.04.36-.157.694-.332.99l1.378%201.103a1.5%201.5%200%200%201%20.124%202.233l-1.605%201.604a1%201%200%200%201-1.414-1.414l1.21-1.211l-1.405-1.123a2.5%202.5%200%200%201-.44.041H12v6a1%201%200%200%201-2%200v-6.812a2.5%202.5%200%200%201-.643-1.412l-.267-2.409a110%20110%200%200%201-3.426-.294c-.208-.02-.557-.042-.77-.079h-.001a1%201%200%200%201%20.214-1.988l.754.077c.47.047%201.12.109%201.843.17C9.161%208.38%2010.872%208.5%2012%208.5s2.839-.121%204.296-.246c.722-.062%201.373-.124%201.843-.171c.435-.043.717-.074.75-.077c.368-.04%201.042.3%201.105.887M12%202a3%203%200%201%201%200%206a3%203%200%200%201%200-6%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%22M19.994%208.893a1%201%200%200%201-.887%201.101h-.002l-.002.001a145%20145%200%200%201-2.637.251c-.492.042-1.023.083-1.557.121l-.267%202.41c-.04.36-.157.694-.332.99l1.378%201.103a1.5%201.5%200%200%201%20.124%202.233l-1.605%201.604a1%201%200%200%201-1.414-1.414l1.21-1.211l-1.405-1.123a2.5%202.5%200%200%201-.44.041H12v6a1%201%200%200%201-2%200v-6.812a2.5%202.5%200%200%201-.643-1.412l-.267-2.409a110%20110%200%200%201-3.426-.294c-.208-.02-.557-.042-.77-.079h-.001a1%201%200%200%201%20.214-1.988l.754.077c.47.047%201.12.109%201.843.17C9.161%208.38%2010.872%208.5%2012%208.5s2.839-.121%204.296-.246c.722-.062%201.373-.124%201.843-.171c.435-.043.717-.074.75-.077c.368-.04%201.042.3%201.105.887M12%202a3%203%200%201%201%200%206a3%203%200%200%201%200-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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