ios git merge icon

ios-git-merge from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-git-merge
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios git merge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M378 218c-33.5 0-62.1 23.8-68.6 56.1-10.3-.5-18.4-2.7-39.2-10.8-30.5-11.9-71.8-33.2-111.5-95.8 27.1-10.1 45.4-36 45.4-65.5 0-38.6-31.4-70-70-70s-70 31.4-70 70c0 17 6.2 33.3 17.3 46.1 9.9 11.3 23.1 19.1 37.7 22.3v171.3c-14.5 3.2-27.8 11-37.7 22.3C70.2 376.7 64 393 64 410c0 38.6 31.4 70 70 70s70-31.4 70-70c0-17.4-6.4-34-18-46.9-10.3-11.4-24-19.1-39-21.9V200.3c40.8 56.8 82 77 113 89.1 25.2 9.8 37.1 12.3 49.5 12.8 6.6 32.2 35.2 55.8 68.5 55.8 38.6 0 70-31.4 70-70s-31.4-70-70-70zM176 410c0 23.2-18.8 42-42 42s-42-18.8-42-42 18.8-42 42-42 42 18.8 42 42zm-42-266c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zm244 186c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosGitMerge(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M378 218c-33.5 0-62.1 23.8-68.6 56.1-10.3-.5-18.4-2.7-39.2-10.8-30.5-11.9-71.8-33.2-111.5-95.8 27.1-10.1 45.4-36 45.4-65.5 0-38.6-31.4-70-70-70s-70 31.4-70 70c0 17 6.2 33.3 17.3 46.1 9.9 11.3 23.1 19.1 37.7 22.3v171.3c-14.5 3.2-27.8 11-37.7 22.3C70.2 376.7 64 393 64 410c0 38.6 31.4 70 70 70s70-31.4 70-70c0-17.4-6.4-34-18-46.9-10.3-11.4-24-19.1-39-21.9V200.3c40.8 56.8 82 77 113 89.1 25.2 9.8 37.1 12.3 49.5 12.8 6.6 32.2 35.2 55.8 68.5 55.8 38.6 0 70-31.4 70-70s-31.4-70-70-70zM176 410c0 23.2-18.8 42-42 42s-42-18.8-42-42 18.8-42 42-42 42 18.8 42 42zm-42-266c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zm244 186c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M378 218c-33.5 0-62.1 23.8-68.6 56.1-10.3-.5-18.4-2.7-39.2-10.8-30.5-11.9-71.8-33.2-111.5-95.8 27.1-10.1 45.4-36 45.4-65.5 0-38.6-31.4-70-70-70s-70 31.4-70 70c0 17 6.2 33.3 17.3 46.1 9.9 11.3 23.1 19.1 37.7 22.3v171.3c-14.5 3.2-27.8 11-37.7 22.3C70.2 376.7 64 393 64 410c0 38.6 31.4 70 70 70s70-31.4 70-70c0-17.4-6.4-34-18-46.9-10.3-11.4-24-19.1-39-21.9V200.3c40.8 56.8 82 77 113 89.1 25.2 9.8 37.1 12.3 49.5 12.8 6.6 32.2 35.2 55.8 68.5 55.8 38.6 0 70-31.4 70-70s-31.4-70-70-70zM176 410c0 23.2-18.8 42-42 42s-42-18.8-42-42 18.8-42 42-42 42 18.8 42 42zm-42-266c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zm244 186c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-git-merge {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M378%20218c-33.5%200-62.1%2023.8-68.6%2056.1-10.3-.5-18.4-2.7-39.2-10.8-30.5-11.9-71.8-33.2-111.5-95.8%2027.1-10.1%2045.4-36%2045.4-65.5%200-38.6-31.4-70-70-70s-70%2031.4-70%2070c0%2017%206.2%2033.3%2017.3%2046.1%209.9%2011.3%2023.1%2019.1%2037.7%2022.3v171.3c-14.5%203.2-27.8%2011-37.7%2022.3C70.2%20376.7%2064%20393%2064%20410c0%2038.6%2031.4%2070%2070%2070s70-31.4%2070-70c0-17.4-6.4-34-18-46.9-10.3-11.4-24-19.1-39-21.9V200.3c40.8%2056.8%2082%2077%20113%2089.1%2025.2%209.8%2037.1%2012.3%2049.5%2012.8%206.6%2032.2%2035.2%2055.8%2068.5%2055.8%2038.6%200%2070-31.4%2070-70s-31.4-70-70-70zM176%20410c0%2023.2-18.8%2042-42%2042s-42-18.8-42-42%2018.8-42%2042-42%2042%2018.8%2042%2042zm-42-266c-23.2%200-42-18.8-42-42s18.8-42%2042-42%2042%2018.8%2042%2042-18.8%2042-42%2042zm244%20186c-23.2%200-42-18.8-42-42s18.8-42%2042-42%2042%2018.8%2042%2042-18.8%2042-42%2042z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M378%20218c-33.5%200-62.1%2023.8-68.6%2056.1-10.3-.5-18.4-2.7-39.2-10.8-30.5-11.9-71.8-33.2-111.5-95.8%2027.1-10.1%2045.4-36%2045.4-65.5%200-38.6-31.4-70-70-70s-70%2031.4-70%2070c0%2017%206.2%2033.3%2017.3%2046.1%209.9%2011.3%2023.1%2019.1%2037.7%2022.3v171.3c-14.5%203.2-27.8%2011-37.7%2022.3C70.2%20376.7%2064%20393%2064%20410c0%2038.6%2031.4%2070%2070%2070s70-31.4%2070-70c0-17.4-6.4-34-18-46.9-10.3-11.4-24-19.1-39-21.9V200.3c40.8%2056.8%2082%2077%20113%2089.1%2025.2%209.8%2037.1%2012.3%2049.5%2012.8%206.6%2032.2%2035.2%2055.8%2068.5%2055.8%2038.6%200%2070-31.4%2070-70s-31.4-70-70-70zM176%20410c0%2023.2-18.8%2042-42%2042s-42-18.8-42-42%2018.8-42%2042-42%2042%2018.8%2042%2042zm-42-266c-23.2%200-42-18.8-42-42s18.8-42%2042-42%2042%2018.8%2042%2042-18.8%2042-42%2042zm244%20186c-23.2%200-42-18.8-42-42s18.8-42%2042-42%2042%2018.8%2042%2042-18.8%2042-42%2042z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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