hand beater icon

hand-beater from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
hand-beater
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the hand beater icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m6.417 21.826l-4.243-4.24a.6.6 0 0 1 .075-.913a3.6 3.6 0 0 1 4.641.384l.056.055a3.6 3.6 0 0 1 .384 4.639a.6.6 0 0 1-.913.075M7 17.002l4.002-4m2.861-7.322c3.429-1.75 3.262-3 4.2-3.664c.293-.127 1.209.452 2.114 1.274c1.026.932 1.993 2.213 1.8 2.706c-.623.696-1.89.987-3.272 3.532c-1.769 2.965-4.23 3.864-5.645 4.38l-.036.014c-.313.114-.669.081-.924-.134c-.427-.358-.756-.74-1.048-1.024c-1.058-.964-1.058-1.234-1.058-1.489c.061-1.029 2.123-4.526 3.87-5.595"/><path d="M14.625 9.498H14.5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHandBeater(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m6.417 21.826l-4.243-4.24a.6.6 0 0 1 .075-.913a3.6 3.6 0 0 1 4.641.384l.056.055a3.6 3.6 0 0 1 .384 4.639a.6.6 0 0 1-.913.075M7 17.002l4.002-4m2.861-7.322c3.429-1.75 3.262-3 4.2-3.664c.293-.127 1.209.452 2.114 1.274c1.026.932 1.993 2.213 1.8 2.706c-.623.696-1.89.987-3.272 3.532c-1.769 2.965-4.23 3.864-5.645 4.38l-.036.014c-.313.114-.669.081-.924-.134c-.427-.358-.756-.74-1.048-1.024c-1.058-.964-1.058-1.234-1.058-1.489c.061-1.029 2.123-4.526 3.87-5.595"/><path d="M14.625 9.498H14.5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m6.417 21.826l-4.243-4.24a.6.6 0 0 1 .075-.913a3.6 3.6 0 0 1 4.641.384l.056.055a3.6 3.6 0 0 1 .384 4.639a.6.6 0 0 1-.913.075M7 17.002l4.002-4m2.861-7.322c3.429-1.75 3.262-3 4.2-3.664c.293-.127 1.209.452 2.114 1.274c1.026.932 1.993 2.213 1.8 2.706c-.623.696-1.89.987-3.272 3.532c-1.769 2.965-4.23 3.864-5.645 4.38l-.036.014c-.313.114-.669.081-.924-.134c-.427-.358-.756-.74-1.048-1.024c-1.058-.964-1.058-1.234-1.058-1.489c.061-1.029 2.123-4.526 3.87-5.595"/><path d="M14.625 9.498H14.5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-hand-beater {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m6.417%2021.826l-4.243-4.24a.6.6%200%200%201%20.075-.913a3.6%203.6%200%200%201%204.641.384l.056.055a3.6%203.6%200%200%201%20.384%204.639a.6.6%200%200%201-.913.075M7%2017.002l4.002-4m2.861-7.322c3.429-1.75%203.262-3%204.2-3.664c.293-.127%201.209.452%202.114%201.274c1.026.932%201.993%202.213%201.8%202.706c-.623.696-1.89.987-3.272%203.532c-1.769%202.965-4.23%203.864-5.645%204.38l-.036.014c-.313.114-.669.081-.924-.134c-.427-.358-.756-.74-1.048-1.024c-1.058-.964-1.058-1.234-1.058-1.489c.061-1.029%202.123-4.526%203.87-5.595%22%2F%3E%3Cpath%20d%3D%22M14.625%209.498H14.5m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m6.417%2021.826l-4.243-4.24a.6.6%200%200%201%20.075-.913a3.6%203.6%200%200%201%204.641.384l.056.055a3.6%203.6%200%200%201%20.384%204.639a.6.6%200%200%201-.913.075M7%2017.002l4.002-4m2.861-7.322c3.429-1.75%203.262-3%204.2-3.664c.293-.127%201.209.452%202.114%201.274c1.026.932%201.993%202.213%201.8%202.706c-.623.696-1.89.987-3.272%203.532c-1.769%202.965-4.23%203.864-5.645%204.38l-.036.014c-.313.114-.669.081-.924-.134c-.427-.358-.756-.74-1.048-1.024c-1.058-.964-1.058-1.234-1.058-1.489c.061-1.029%202.123-4.526%203.87-5.595%22%2F%3E%3Cpath%20d%3D%22M14.625%209.498H14.5m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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