dua from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
dua
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the dua 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-width="1.5"><path stroke-linejoin="round" d="m19 13l-.658-.658a2 2 0 0 0-2.752-.073l-2.597 2.337a3 3 0 0 0-.993 2.23V21h2.687a3 3 0 0 0 2.204-.965l4.313-4.673A3 3 0 0 0 22 13.327V6h-1a2 2 0 0 0-2 2zm0 0l-3 3"/><path stroke-linejoin="round" d="m5 13l.658-.658a2 2 0 0 1 2.752-.073l2.597 2.337a3 3 0 0 1 .993 2.23V21H9.313a3 3 0 0 1-2.204-.965l-4.313-4.673A3 3 0 0 1 2 13.327V6h1a2 2 0 0 1 2 2zm0 0l3 3"/><path d="M15 7.434A3.23 3.23 0 1 1 10.566 3m3.559 1H14m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDua(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" strokeWidth="1.5"><path strokeLinejoin="round" d="m19 13l-.658-.658a2 2 0 0 0-2.752-.073l-2.597 2.337a3 3 0 0 0-.993 2.23V21h2.687a3 3 0 0 0 2.204-.965l4.313-4.673A3 3 0 0 0 22 13.327V6h-1a2 2 0 0 0-2 2zm0 0l-3 3"/><path strokeLinejoin="round" d="m5 13l.658-.658a2 2 0 0 1 2.752-.073l2.597 2.337a3 3 0 0 1 .993 2.23V21H9.313a3 3 0 0 1-2.204-.965l-4.313-4.673A3 3 0 0 1 2 13.327V6h1a2 2 0 0 1 2 2zm0 0l3 3"/><path d="M15 7.434A3.23 3.23 0 1 1 10.566 3m3.559 1H14m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></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-width="1.5"><path stroke-linejoin="round" d="m19 13l-.658-.658a2 2 0 0 0-2.752-.073l-2.597 2.337a3 3 0 0 0-.993 2.23V21h2.687a3 3 0 0 0 2.204-.965l4.313-4.673A3 3 0 0 0 22 13.327V6h-1a2 2 0 0 0-2 2zm0 0l-3 3"/><path stroke-linejoin="round" d="m5 13l.658-.658a2 2 0 0 1 2.752-.073l2.597 2.337a3 3 0 0 1 .993 2.23V21H9.313a3 3 0 0 1-2.204-.965l-4.313-4.673A3 3 0 0 1 2 13.327V6h1a2 2 0 0 1 2 2zm0 0l3 3"/><path d="M15 7.434A3.23 3.23 0 1 1 10.566 3m3.559 1H14m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>
</template>

CSS

.icon-dua {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m19%2013l-.658-.658a2%202%200%200%200-2.752-.073l-2.597%202.337a3%203%200%200%200-.993%202.23V21h2.687a3%203%200%200%200%202.204-.965l4.313-4.673A3%203%200%200%200%2022%2013.327V6h-1a2%202%200%200%200-2%202zm0%200l-3%203%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m5%2013l.658-.658a2%202%200%200%201%202.752-.073l2.597%202.337a3%203%200%200%201%20.993%202.23V21H9.313a3%203%200%200%201-2.204-.965l-4.313-4.673A3%203%200%200%201%202%2013.327V6h1a2%202%200%200%201%202%202zm0%200l3%203%22%2F%3E%3Cpath%20d%3D%22M15%207.434A3.23%203.23%200%201%201%2010.566%203m3.559%201H14m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m19%2013l-.658-.658a2%202%200%200%200-2.752-.073l-2.597%202.337a3%203%200%200%200-.993%202.23V21h2.687a3%203%200%200%200%202.204-.965l4.313-4.673A3%203%200%200%200%2022%2013.327V6h-1a2%202%200%200%200-2%202zm0%200l-3%203%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m5%2013l.658-.658a2%202%200%200%201%202.752-.073l2.597%202.337a3%203%200%200%201%20.993%202.23V21H9.313a3%203%200%200%201-2.204-.965l-4.313-4.673A3%203%200%200%201%202%2013.327V6h1a2%202%200%200%201%202%202zm0%200l3%203%22%2F%3E%3Cpath%20d%3D%22M15%207.434A3.23%203.23%200%201%201%2010.566%203m3.559%201H14m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%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/dua.svg?color=%231a73e8&size=48