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

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

The same icon in other sets

Use the combine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.848 4.235C9 4.602 9 5.068 9 6s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C7.398 9 6.932 9 6 9s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C3 7.398 3 6.932 3 6s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C4.602 3 5.068 3 6 3s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083M12.5 3.002c.612.005.97.029 1.265.151a2 2 0 0 1 1.083 1.082C15 4.603 15 5.07 15 6.001s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.295.122-.653.146-1.265.15M18.5 3c.612.005.97.029 1.265.151a2 2 0 0 1 1.083 1.082C21 4.601 21 5.067 21 6s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.295.122-.653.146-1.265.15m2.228 5.367C21 14.9 21 15.6 21 17s0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C19.1 21 18.4 21 17 21s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.092-1.092C13 19.1 13 18.4 13 17s0-2.1.273-2.635a2.5 2.5 0 0 1 1.092-1.092C14.9 13 15.6 13 17 13s2.1 0 2.635.273a2.5 2.5 0 0 1 1.092 1.092M7 15l2 2l-2 2m1.5-2H7c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C3 15.1 3 14.4 3 13"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCombine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M8.848 4.235C9 4.602 9 5.068 9 6s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C7.398 9 6.932 9 6 9s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C3 7.398 3 6.932 3 6s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C4.602 3 5.068 3 6 3s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083M12.5 3.002c.612.005.97.029 1.265.151a2 2 0 0 1 1.083 1.082C15 4.603 15 5.07 15 6.001s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.295.122-.653.146-1.265.15M18.5 3c.612.005.97.029 1.265.151a2 2 0 0 1 1.083 1.082C21 4.601 21 5.067 21 6s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.295.122-.653.146-1.265.15m2.228 5.367C21 14.9 21 15.6 21 17s0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C19.1 21 18.4 21 17 21s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.092-1.092C13 19.1 13 18.4 13 17s0-2.1.273-2.635a2.5 2.5 0 0 1 1.092-1.092C14.9 13 15.6 13 17 13s2.1 0 2.635.273a2.5 2.5 0 0 1 1.092 1.092M7 15l2 2l-2 2m1.5-2H7c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C3 15.1 3 14.4 3 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.848 4.235C9 4.602 9 5.068 9 6s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C7.398 9 6.932 9 6 9s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C3 7.398 3 6.932 3 6s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C4.602 3 5.068 3 6 3s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083M12.5 3.002c.612.005.97.029 1.265.151a2 2 0 0 1 1.083 1.082C15 4.603 15 5.07 15 6.001s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.295.122-.653.146-1.265.15M18.5 3c.612.005.97.029 1.265.151a2 2 0 0 1 1.083 1.082C21 4.601 21 5.067 21 6s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083c-.295.122-.653.146-1.265.15m2.228 5.367C21 14.9 21 15.6 21 17s0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C19.1 21 18.4 21 17 21s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.092-1.092C13 19.1 13 18.4 13 17s0-2.1.273-2.635a2.5 2.5 0 0 1 1.092-1.092C14.9 13 15.6 13 17 13s2.1 0 2.635.273a2.5 2.5 0 0 1 1.092 1.092M7 15l2 2l-2 2m1.5-2H7c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C3 15.1 3 14.4 3 13"/></svg>
</template>

CSS

.icon-combine {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.848%204.235C9%204.602%209%205.068%209%206s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C7.398%209%206.932%209%206%209s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C3%207.398%203%206.932%203%206s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C4.602%203%205.068%203%206%203s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083M12.5%203.002c.612.005.97.029%201.265.151a2%202%200%200%201%201.083%201.082C15%204.603%2015%205.07%2015%206.001s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083c-.295.122-.653.146-1.265.15M18.5%203c.612.005.97.029%201.265.151a2%202%200%200%201%201.083%201.082C21%204.601%2021%205.067%2021%206s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083c-.295.122-.653.146-1.265.15m2.228%205.367C21%2014.9%2021%2015.6%2021%2017s0%202.1-.273%202.635a2.5%202.5%200%200%201-1.092%201.092C19.1%2021%2018.4%2021%2017%2021s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.092-1.092C13%2019.1%2013%2018.4%2013%2017s0-2.1.273-2.635a2.5%202.5%200%200%201%201.092-1.092C14.9%2013%2015.6%2013%2017%2013s2.1%200%202.635.273a2.5%202.5%200%200%201%201.092%201.092M7%2015l2%202l-2%202m1.5-2H7c-1.4%200-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.093-1.092C3%2015.1%203%2014.4%203%2013%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.848%204.235C9%204.602%209%205.068%209%206s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C7.398%209%206.932%209%206%209s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C3%207.398%203%206.932%203%206s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C4.602%203%205.068%203%206%203s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083M12.5%203.002c.612.005.97.029%201.265.151a2%202%200%200%201%201.083%201.082C15%204.603%2015%205.07%2015%206.001s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083c-.295.122-.653.146-1.265.15M18.5%203c.612.005.97.029%201.265.151a2%202%200%200%201%201.083%201.082C21%204.601%2021%205.067%2021%206s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083c-.295.122-.653.146-1.265.15m2.228%205.367C21%2014.9%2021%2015.6%2021%2017s0%202.1-.273%202.635a2.5%202.5%200%200%201-1.092%201.092C19.1%2021%2018.4%2021%2017%2021s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.092-1.092C13%2019.1%2013%2018.4%2013%2017s0-2.1.273-2.635a2.5%202.5%200%200%201%201.092-1.092C14.9%2013%2015.6%2013%2017%2013s2.1%200%202.635.273a2.5%202.5%200%200%201%201.092%201.092M7%2015l2%202l-2%202m1.5-2H7c-1.4%200-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.093-1.092C3%2015.1%203%2014.4%203%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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