ios git pull request icon
ios-git-pull-request from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-git-pull-request
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios git pull request icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M393 341.6V206c0-14.7 0-42.1-9.4-65.3-11.9-29.2-36-44.7-69.6-44.7h-77.7L276 55.8c5.4-5.4 5.4-14.3 0-19.8l-.1-.1c-2.7-2.5-6.2-3.9-9.8-3.9-3.8 0-7.3 1.4-9.9 4.1l-54.8 54.6C192.9 61.5 165.9 40 134 40c-38.6 0-70 31.4-70 70 0 17 6.2 33.3 17.3 46.1 9.9 11.3 23.1 19.1 37.7 22.3v163.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.9V178.8c15-2.8 28.7-10.5 39-21.9 7.6-8.4 12.9-18.4 15.7-29.1l56.4 56.2c2.6 2.6 6.1 4.1 9.9 4.1 3.7 0 7.3-1.4 9.9-4.1 2.6-2.6 4.1-6.1 4.1-9.9 0-3.7-1.4-7.3-4.1-9.9l-.1-.1-41.1-40.1H314c20.4 0 33.6 7.5 41.6 23.5 8.4 17 9.4 41.5 9.4 58.5v135.2c-15 2.8-28.7 10.5-39 21.9-11.6 12.9-18 29.5-18 46.9 0 38.6 31.4 70 70 70s70-31.4 70-70c0-17-6.2-33.3-17.3-46.1-9.9-11.3-23.2-19.1-37.7-22.3zM176 410c0 23.2-18.8 42-42 42s-42-18.8-42-42 18.8-42 42-42 42 18.8 42 42zm-42-258c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zm244 300c-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 IonIosGitPullRequest(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M393 341.6V206c0-14.7 0-42.1-9.4-65.3-11.9-29.2-36-44.7-69.6-44.7h-77.7L276 55.8c5.4-5.4 5.4-14.3 0-19.8l-.1-.1c-2.7-2.5-6.2-3.9-9.8-3.9-3.8 0-7.3 1.4-9.9 4.1l-54.8 54.6C192.9 61.5 165.9 40 134 40c-38.6 0-70 31.4-70 70 0 17 6.2 33.3 17.3 46.1 9.9 11.3 23.1 19.1 37.7 22.3v163.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.9V178.8c15-2.8 28.7-10.5 39-21.9 7.6-8.4 12.9-18.4 15.7-29.1l56.4 56.2c2.6 2.6 6.1 4.1 9.9 4.1 3.7 0 7.3-1.4 9.9-4.1 2.6-2.6 4.1-6.1 4.1-9.9 0-3.7-1.4-7.3-4.1-9.9l-.1-.1-41.1-40.1H314c20.4 0 33.6 7.5 41.6 23.5 8.4 17 9.4 41.5 9.4 58.5v135.2c-15 2.8-28.7 10.5-39 21.9-11.6 12.9-18 29.5-18 46.9 0 38.6 31.4 70 70 70s70-31.4 70-70c0-17-6.2-33.3-17.3-46.1-9.9-11.3-23.2-19.1-37.7-22.3zM176 410c0 23.2-18.8 42-42 42s-42-18.8-42-42 18.8-42 42-42 42 18.8 42 42zm-42-258c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zm244 300c-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="M393 341.6V206c0-14.7 0-42.1-9.4-65.3-11.9-29.2-36-44.7-69.6-44.7h-77.7L276 55.8c5.4-5.4 5.4-14.3 0-19.8l-.1-.1c-2.7-2.5-6.2-3.9-9.8-3.9-3.8 0-7.3 1.4-9.9 4.1l-54.8 54.6C192.9 61.5 165.9 40 134 40c-38.6 0-70 31.4-70 70 0 17 6.2 33.3 17.3 46.1 9.9 11.3 23.1 19.1 37.7 22.3v163.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.9V178.8c15-2.8 28.7-10.5 39-21.9 7.6-8.4 12.9-18.4 15.7-29.1l56.4 56.2c2.6 2.6 6.1 4.1 9.9 4.1 3.7 0 7.3-1.4 9.9-4.1 2.6-2.6 4.1-6.1 4.1-9.9 0-3.7-1.4-7.3-4.1-9.9l-.1-.1-41.1-40.1H314c20.4 0 33.6 7.5 41.6 23.5 8.4 17 9.4 41.5 9.4 58.5v135.2c-15 2.8-28.7 10.5-39 21.9-11.6 12.9-18 29.5-18 46.9 0 38.6 31.4 70 70 70s70-31.4 70-70c0-17-6.2-33.3-17.3-46.1-9.9-11.3-23.2-19.1-37.7-22.3zM176 410c0 23.2-18.8 42-42 42s-42-18.8-42-42 18.8-42 42-42 42 18.8 42 42zm-42-258c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zm244 300c-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-pull-request {
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%22M393%20341.6V206c0-14.7%200-42.1-9.4-65.3-11.9-29.2-36-44.7-69.6-44.7h-77.7L276%2055.8c5.4-5.4%205.4-14.3%200-19.8l-.1-.1c-2.7-2.5-6.2-3.9-9.8-3.9-3.8%200-7.3%201.4-9.9%204.1l-54.8%2054.6C192.9%2061.5%20165.9%2040%20134%2040c-38.6%200-70%2031.4-70%2070%200%2017%206.2%2033.3%2017.3%2046.1%209.9%2011.3%2023.1%2019.1%2037.7%2022.3v163.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.9V178.8c15-2.8%2028.7-10.5%2039-21.9%207.6-8.4%2012.9-18.4%2015.7-29.1l56.4%2056.2c2.6%202.6%206.1%204.1%209.9%204.1%203.7%200%207.3-1.4%209.9-4.1%202.6-2.6%204.1-6.1%204.1-9.9%200-3.7-1.4-7.3-4.1-9.9l-.1-.1-41.1-40.1H314c20.4%200%2033.6%207.5%2041.6%2023.5%208.4%2017%209.4%2041.5%209.4%2058.5v135.2c-15%202.8-28.7%2010.5-39%2021.9-11.6%2012.9-18%2029.5-18%2046.9%200%2038.6%2031.4%2070%2070%2070s70-31.4%2070-70c0-17-6.2-33.3-17.3-46.1-9.9-11.3-23.2-19.1-37.7-22.3zM176%20410c0%2023.2-18.8%2042-42%2042s-42-18.8-42-42%2018.8-42%2042-42%2042%2018.8%2042%2042zm-42-258c-23.2%200-42-18.8-42-42s18.8-42%2042-42%2042%2018.8%2042%2042-18.8%2042-42%2042zm244%20300c-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%22M393%20341.6V206c0-14.7%200-42.1-9.4-65.3-11.9-29.2-36-44.7-69.6-44.7h-77.7L276%2055.8c5.4-5.4%205.4-14.3%200-19.8l-.1-.1c-2.7-2.5-6.2-3.9-9.8-3.9-3.8%200-7.3%201.4-9.9%204.1l-54.8%2054.6C192.9%2061.5%20165.9%2040%20134%2040c-38.6%200-70%2031.4-70%2070%200%2017%206.2%2033.3%2017.3%2046.1%209.9%2011.3%2023.1%2019.1%2037.7%2022.3v163.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.9V178.8c15-2.8%2028.7-10.5%2039-21.9%207.6-8.4%2012.9-18.4%2015.7-29.1l56.4%2056.2c2.6%202.6%206.1%204.1%209.9%204.1%203.7%200%207.3-1.4%209.9-4.1%202.6-2.6%204.1-6.1%204.1-9.9%200-3.7-1.4-7.3-4.1-9.9l-.1-.1-41.1-40.1H314c20.4%200%2033.6%207.5%2041.6%2023.5%208.4%2017%209.4%2041.5%209.4%2058.5v135.2c-15%202.8-28.7%2010.5-39%2021.9-11.6%2012.9-18%2029.5-18%2046.9%200%2038.6%2031.4%2070%2070%2070s70-31.4%2070-70c0-17-6.2-33.3-17.3-46.1-9.9-11.3-23.2-19.1-37.7-22.3zM176%20410c0%2023.2-18.8%2042-42%2042s-42-18.8-42-42%2018.8-42%2042-42%2042%2018.8%2042%2042zm-42-258c-23.2%200-42-18.8-42-42s18.8-42%2042-42%2042%2018.8%2042%2042-18.8%2042-42%2042zm244%20300c-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-pull-request.svg?color=%231a73e8&size=48