round merge type icon

round-merge-type from Google Material Icons by Material Design Authors · Baseline · Editor · Apache-2.0 Free for personal and commercial use.

Name
round-merge-type
Set
Google Material Icons
Style
Baseline
Category
Editor
Viewbox
24×24
License
Apache 2.0

More editor icons from Google Material Icons

Use the round merge type icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.7 19.7a.996.996 0 0 0 0-1.41l-2.7-2.7L13.59 17l2.7 2.7c.39.39 1.03.39 1.41 0M8.71 8H11v5.59l-4.71 4.7A.996.996 0 1 0 7.7 19.7l4.71-4.7c.38-.38.59-.88.59-1.41V8h2.29c.45 0 .67-.54.35-.85l-3.29-3.29c-.2-.2-.51-.2-.71 0L8.35 7.15a.5.5 0 0 0 .36.85"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundMergeType(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.7 19.7a.996.996 0 0 0 0-1.41l-2.7-2.7L13.59 17l2.7 2.7c.39.39 1.03.39 1.41 0M8.71 8H11v5.59l-4.71 4.7A.996.996 0 1 0 7.7 19.7l4.71-4.7c.38-.38.59-.88.59-1.41V8h2.29c.45 0 .67-.54.35-.85l-3.29-3.29c-.2-.2-.51-.2-.71 0L8.35 7.15a.5.5 0 0 0 .36.85"/></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.7 19.7a.996.996 0 0 0 0-1.41l-2.7-2.7L13.59 17l2.7 2.7c.39.39 1.03.39 1.41 0M8.71 8H11v5.59l-4.71 4.7A.996.996 0 1 0 7.7 19.7l4.71-4.7c.38-.38.59-.88.59-1.41V8h2.29c.45 0 .67-.54.35-.85l-3.29-3.29c-.2-.2-.51-.2-.71 0L8.35 7.15a.5.5 0 0 0 .36.85"/></svg>
</template>

CSS

.icon-round-merge-type {
  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.7%2019.7a.996.996%200%200%200%200-1.41l-2.7-2.7L13.59%2017l2.7%202.7c.39.39%201.03.39%201.41%200M8.71%208H11v5.59l-4.71%204.7A.996.996%200%201%200%207.7%2019.7l4.71-4.7c.38-.38.59-.88.59-1.41V8h2.29c.45%200%20.67-.54.35-.85l-3.29-3.29c-.2-.2-.51-.2-.71%200L8.35%207.15a.5.5%200%200%200%20.36.85%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.7%2019.7a.996.996%200%200%200%200-1.41l-2.7-2.7L13.59%2017l2.7%202.7c.39.39%201.03.39%201.41%200M8.71%208H11v5.59l-4.71%204.7A.996.996%200%201%200%207.7%2019.7l4.71-4.7c.38-.38.59-.88.59-1.41V8h2.29c.45%200%20.67-.54.35-.85l-3.29-3.29c-.2-.2-.51-.2-.71%200L8.35%207.15a.5.5%200%200%200%20.36.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-merge-type.svg?color=%231a73e8&size=48