hand bag 02 icon

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

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

Related icons in Huge Icons

Use the hand bag 02 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M19.993 10.5c.847 2.478 3.125 6.958 1.349 9.38c-2.288 3.122-16.836 2.515-18.68 0C.886 17.458 3.153 12.978 4 10.5"/><path stroke-linecap="round" d="M12 15c1.264 0 2.998 2.571 1.28 2.893a7.7 7.7 0 0 1-2.56 0C9.002 17.57 10.736 15 12 15Zm-4.5 0c-1.778-1.195-2.889-2.908-3.327-4.93c-.187-.858-.28-1.287.022-1.679C4.497 8 4.988 8 5.968 8h12.064c.98 0 1.47 0 1.773.391c.302.392.209.82.022 1.679c-.438 2.022-1.549 3.735-3.327 4.93M12 15V8"/><path d="M6.5 8c.57-4.008 2.816-7 5.5-7s4.93 2.992 5.5 7"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHandBag02(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M19.993 10.5c.847 2.478 3.125 6.958 1.349 9.38c-2.288 3.122-16.836 2.515-18.68 0C.886 17.458 3.153 12.978 4 10.5"/><path strokeLinecap="round" d="M12 15c1.264 0 2.998 2.571 1.28 2.893a7.7 7.7 0 0 1-2.56 0C9.002 17.57 10.736 15 12 15Zm-4.5 0c-1.778-1.195-2.889-2.908-3.327-4.93c-.187-.858-.28-1.287.022-1.679C4.497 8 4.988 8 5.968 8h12.064c.98 0 1.47 0 1.773.391c.302.392.209.82.022 1.679c-.438 2.022-1.549 3.735-3.327 4.93M12 15V8"/><path d="M6.5 8c.57-4.008 2.816-7 5.5-7s4.93 2.992 5.5 7"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M19.993 10.5c.847 2.478 3.125 6.958 1.349 9.38c-2.288 3.122-16.836 2.515-18.68 0C.886 17.458 3.153 12.978 4 10.5"/><path stroke-linecap="round" d="M12 15c1.264 0 2.998 2.571 1.28 2.893a7.7 7.7 0 0 1-2.56 0C9.002 17.57 10.736 15 12 15Zm-4.5 0c-1.778-1.195-2.889-2.908-3.327-4.93c-.187-.858-.28-1.287.022-1.679C4.497 8 4.988 8 5.968 8h12.064c.98 0 1.47 0 1.773.391c.302.392.209.82.022 1.679c-.438 2.022-1.549 3.735-3.327 4.93M12 15V8"/><path d="M6.5 8c.57-4.008 2.816-7 5.5-7s4.93 2.992 5.5 7"/></g></svg>
</template>

CSS

.icon-hand-bag-02 {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.993%2010.5c.847%202.478%203.125%206.958%201.349%209.38c-2.288%203.122-16.836%202.515-18.68%200C.886%2017.458%203.153%2012.978%204%2010.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2015c1.264%200%202.998%202.571%201.28%202.893a7.7%207.7%200%200%201-2.56%200C9.002%2017.57%2010.736%2015%2012%2015Zm-4.5%200c-1.778-1.195-2.889-2.908-3.327-4.93c-.187-.858-.28-1.287.022-1.679C4.497%208%204.988%208%205.968%208h12.064c.98%200%201.47%200%201.773.391c.302.392.209.82.022%201.679c-.438%202.022-1.549%203.735-3.327%204.93M12%2015V8%22%2F%3E%3Cpath%20d%3D%22M6.5%208c.57-4.008%202.816-7%205.5-7s4.93%202.992%205.5%207%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.993%2010.5c.847%202.478%203.125%206.958%201.349%209.38c-2.288%203.122-16.836%202.515-18.68%200C.886%2017.458%203.153%2012.978%204%2010.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2015c1.264%200%202.998%202.571%201.28%202.893a7.7%207.7%200%200%201-2.56%200C9.002%2017.57%2010.736%2015%2012%2015Zm-4.5%200c-1.778-1.195-2.889-2.908-3.327-4.93c-.187-.858-.28-1.287.022-1.679C4.497%208%204.988%208%205.968%208h12.064c.98%200%201.47%200%201.773.391c.302.392.209.82.022%201.679c-.438%202.022-1.549%203.735-3.327%204.93M12%2015V8%22%2F%3E%3Cpath%20d%3D%22M6.5%208c.57-4.008%202.816-7%205.5-7s4.93%202.992%205.5%207%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-bag-02.svg?color=%231a73e8&size=48