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

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

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the high knees 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 6.945a1 1 0 1 1 1.664 1.11l-2 3a1 1 0 0 1-1.347.302L14 10.466V13h.41a1.5 1.5 0 0 1 1.48 1.747l-.404 2.417a1 1 0 0 1-1.972-.328L13.82 15h-1.38l-.417 2.917a2 2 0 0 1-.317.826l-1.874 2.812a1 1 0 1 1-1.664-1.11l1.874-2.811l.4-2.804A1 1 0 0 1 10 14v-3.28l-.684.136l-.346 1.386a1 1 0 1 1-1.94-.484l.423-1.693l.03-.104a1.5 1.5 0 0 1 1.131-1.004l2.99-.599h.005l.937-.187a3 3 0 0 1 2.132.369l1.018.611zM15 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteHighKneesFill(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 6.945a1 1 0 1 1 1.664 1.11l-2 3a1 1 0 0 1-1.347.302L14 10.466V13h.41a1.5 1.5 0 0 1 1.48 1.747l-.404 2.417a1 1 0 0 1-1.972-.328L13.82 15h-1.38l-.417 2.917a2 2 0 0 1-.317.826l-1.874 2.812a1 1 0 1 1-1.664-1.11l1.874-2.811l.4-2.804A1 1 0 0 1 10 14v-3.28l-.684.136l-.346 1.386a1 1 0 1 1-1.94-.484l.423-1.693l.03-.104a1.5 1.5 0 0 1 1.131-1.004l2.99-.599h.005l.937-.187a3 3 0 0 1 2.132.369l1.018.611zM15 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 6.945a1 1 0 1 1 1.664 1.11l-2 3a1 1 0 0 1-1.347.302L14 10.466V13h.41a1.5 1.5 0 0 1 1.48 1.747l-.404 2.417a1 1 0 0 1-1.972-.328L13.82 15h-1.38l-.417 2.917a2 2 0 0 1-.317.826l-1.874 2.812a1 1 0 1 1-1.664-1.11l1.874-2.811l.4-2.804A1 1 0 0 1 10 14v-3.28l-.684.136l-.346 1.386a1 1 0 1 1-1.94-.484l.423-1.693l.03-.104a1.5 1.5 0 0 1 1.131-1.004l2.99-.599h.005l.937-.187a3 3 0 0 1 2.132.369l1.018.611zM15 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>
</template>

CSS

.icon-high-knees-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%206.945a1%201%200%201%201%201.664%201.11l-2%203a1%201%200%200%201-1.347.302L14%2010.466V13h.41a1.5%201.5%200%200%201%201.48%201.747l-.404%202.417a1%201%200%200%201-1.972-.328L13.82%2015h-1.38l-.417%202.917a2%202%200%200%201-.317.826l-1.874%202.812a1%201%200%201%201-1.664-1.11l1.874-2.811l.4-2.804A1%201%200%200%201%2010%2014v-3.28l-.684.136l-.346%201.386a1%201%200%201%201-1.94-.484l.423-1.693l.03-.104a1.5%201.5%200%200%201%201.131-1.004l2.99-.599h.005l.937-.187a3%203%200%200%201%202.132.369l1.018.611zM15%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%206.945a1%201%200%201%201%201.664%201.11l-2%203a1%201%200%200%201-1.347.302L14%2010.466V13h.41a1.5%201.5%200%200%201%201.48%201.747l-.404%202.417a1%201%200%200%201-1.972-.328L13.82%2015h-1.38l-.417%202.917a2%202%200%200%201-.317.826l-1.874%202.812a1%201%200%201%201-1.664-1.11l1.874-2.811l.4-2.804A1%201%200%200%201%2010%2014v-3.28l-.684.136l-.346%201.386a1%201%200%201%201-1.94-.484l.423-1.693l.03-.104a1.5%201.5%200%200%201%201.131-1.004l2.99-.599h.005l.937-.187a3%203%200%200%201%202.132.369l1.018.611zM15%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/high-knees-fill.svg?color=%231a73e8&size=48