ios git network icon
ios-git-network from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-git-network
- 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 network icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M377.4 32c-38.9 0-70.6 31.7-70.6 70.7 0 17.1 6.2 33.7 17.5 46.6 10 11.5 23.5 19.4 38.2 22.5v43.1L256 270.3l-106.4-55.4v-43.1c32.2-6.9 55.7-35.6 55.7-69.1 0-39-31.7-70.7-70.6-70.7S64 63.7 64 102.7c0 17.1 6.2 33.7 17.5 46.6 10 11.5 23.5 19.4 38.2 22.5v57.4c0 2.7 1.5 5.1 3.9 6.3l117.5 60.8v43.9c-32.2 6.9-55.7 35.6-55.7 69.1 0 39 31.7 70.7 70.6 70.7s70.6-31.7 70.6-70.7c0-17.1-6.2-33.7-17.5-46.6-10-11.5-23.5-19.4-38.2-22.5v-43.9l117.5-60.8c2.4-1.2 3.9-3.6 3.9-6.3v-57.4c32.2-6.9 55.7-35.6 55.7-69.1 0-39-31.7-70.7-70.6-70.7zM93.8 102.7c0-22.5 18.3-40.8 40.8-40.8s40.8 18.3 40.8 40.8c0 22.5-18.3 40.8-40.8 40.8s-40.8-18.3-40.8-40.8zm203 306.6c0 22.5-18.3 40.8-40.8 40.8s-40.8-18.3-40.8-40.8c0-22.5 18.3-40.8 40.8-40.8s40.8 18.3 40.8 40.8zm80.6-265.7c-22.5 0-40.8-18.3-40.8-40.8 0-22.5 18.3-40.8 40.8-40.8 22.5 0 40.8 18.3 40.8 40.8 0 22.4-18.3 40.8-40.8 40.8z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosGitNetwork(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M377.4 32c-38.9 0-70.6 31.7-70.6 70.7 0 17.1 6.2 33.7 17.5 46.6 10 11.5 23.5 19.4 38.2 22.5v43.1L256 270.3l-106.4-55.4v-43.1c32.2-6.9 55.7-35.6 55.7-69.1 0-39-31.7-70.7-70.6-70.7S64 63.7 64 102.7c0 17.1 6.2 33.7 17.5 46.6 10 11.5 23.5 19.4 38.2 22.5v57.4c0 2.7 1.5 5.1 3.9 6.3l117.5 60.8v43.9c-32.2 6.9-55.7 35.6-55.7 69.1 0 39 31.7 70.7 70.6 70.7s70.6-31.7 70.6-70.7c0-17.1-6.2-33.7-17.5-46.6-10-11.5-23.5-19.4-38.2-22.5v-43.9l117.5-60.8c2.4-1.2 3.9-3.6 3.9-6.3v-57.4c32.2-6.9 55.7-35.6 55.7-69.1 0-39-31.7-70.7-70.6-70.7zM93.8 102.7c0-22.5 18.3-40.8 40.8-40.8s40.8 18.3 40.8 40.8c0 22.5-18.3 40.8-40.8 40.8s-40.8-18.3-40.8-40.8zm203 306.6c0 22.5-18.3 40.8-40.8 40.8s-40.8-18.3-40.8-40.8c0-22.5 18.3-40.8 40.8-40.8s40.8 18.3 40.8 40.8zm80.6-265.7c-22.5 0-40.8-18.3-40.8-40.8 0-22.5 18.3-40.8 40.8-40.8 22.5 0 40.8 18.3 40.8 40.8 0 22.4-18.3 40.8-40.8 40.8z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M377.4 32c-38.9 0-70.6 31.7-70.6 70.7 0 17.1 6.2 33.7 17.5 46.6 10 11.5 23.5 19.4 38.2 22.5v43.1L256 270.3l-106.4-55.4v-43.1c32.2-6.9 55.7-35.6 55.7-69.1 0-39-31.7-70.7-70.6-70.7S64 63.7 64 102.7c0 17.1 6.2 33.7 17.5 46.6 10 11.5 23.5 19.4 38.2 22.5v57.4c0 2.7 1.5 5.1 3.9 6.3l117.5 60.8v43.9c-32.2 6.9-55.7 35.6-55.7 69.1 0 39 31.7 70.7 70.6 70.7s70.6-31.7 70.6-70.7c0-17.1-6.2-33.7-17.5-46.6-10-11.5-23.5-19.4-38.2-22.5v-43.9l117.5-60.8c2.4-1.2 3.9-3.6 3.9-6.3v-57.4c32.2-6.9 55.7-35.6 55.7-69.1 0-39-31.7-70.7-70.6-70.7zM93.8 102.7c0-22.5 18.3-40.8 40.8-40.8s40.8 18.3 40.8 40.8c0 22.5-18.3 40.8-40.8 40.8s-40.8-18.3-40.8-40.8zm203 306.6c0 22.5-18.3 40.8-40.8 40.8s-40.8-18.3-40.8-40.8c0-22.5 18.3-40.8 40.8-40.8s40.8 18.3 40.8 40.8zm80.6-265.7c-22.5 0-40.8-18.3-40.8-40.8 0-22.5 18.3-40.8 40.8-40.8 22.5 0 40.8 18.3 40.8 40.8 0 22.4-18.3 40.8-40.8 40.8z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-git-network {
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%22M377.4%2032c-38.9%200-70.6%2031.7-70.6%2070.7%200%2017.1%206.2%2033.7%2017.5%2046.6%2010%2011.5%2023.5%2019.4%2038.2%2022.5v43.1L256%20270.3l-106.4-55.4v-43.1c32.2-6.9%2055.7-35.6%2055.7-69.1%200-39-31.7-70.7-70.6-70.7S64%2063.7%2064%20102.7c0%2017.1%206.2%2033.7%2017.5%2046.6%2010%2011.5%2023.5%2019.4%2038.2%2022.5v57.4c0%202.7%201.5%205.1%203.9%206.3l117.5%2060.8v43.9c-32.2%206.9-55.7%2035.6-55.7%2069.1%200%2039%2031.7%2070.7%2070.6%2070.7s70.6-31.7%2070.6-70.7c0-17.1-6.2-33.7-17.5-46.6-10-11.5-23.5-19.4-38.2-22.5v-43.9l117.5-60.8c2.4-1.2%203.9-3.6%203.9-6.3v-57.4c32.2-6.9%2055.7-35.6%2055.7-69.1%200-39-31.7-70.7-70.6-70.7zM93.8%20102.7c0-22.5%2018.3-40.8%2040.8-40.8s40.8%2018.3%2040.8%2040.8c0%2022.5-18.3%2040.8-40.8%2040.8s-40.8-18.3-40.8-40.8zm203%20306.6c0%2022.5-18.3%2040.8-40.8%2040.8s-40.8-18.3-40.8-40.8c0-22.5%2018.3-40.8%2040.8-40.8s40.8%2018.3%2040.8%2040.8zm80.6-265.7c-22.5%200-40.8-18.3-40.8-40.8%200-22.5%2018.3-40.8%2040.8-40.8%2022.5%200%2040.8%2018.3%2040.8%2040.8%200%2022.4-18.3%2040.8-40.8%2040.8z%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%22M377.4%2032c-38.9%200-70.6%2031.7-70.6%2070.7%200%2017.1%206.2%2033.7%2017.5%2046.6%2010%2011.5%2023.5%2019.4%2038.2%2022.5v43.1L256%20270.3l-106.4-55.4v-43.1c32.2-6.9%2055.7-35.6%2055.7-69.1%200-39-31.7-70.7-70.6-70.7S64%2063.7%2064%20102.7c0%2017.1%206.2%2033.7%2017.5%2046.6%2010%2011.5%2023.5%2019.4%2038.2%2022.5v57.4c0%202.7%201.5%205.1%203.9%206.3l117.5%2060.8v43.9c-32.2%206.9-55.7%2035.6-55.7%2069.1%200%2039%2031.7%2070.7%2070.6%2070.7s70.6-31.7%2070.6-70.7c0-17.1-6.2-33.7-17.5-46.6-10-11.5-23.5-19.4-38.2-22.5v-43.9l117.5-60.8c2.4-1.2%203.9-3.6%203.9-6.3v-57.4c32.2-6.9%2055.7-35.6%2055.7-69.1%200-39-31.7-70.7-70.6-70.7zM93.8%20102.7c0-22.5%2018.3-40.8%2040.8-40.8s40.8%2018.3%2040.8%2040.8c0%2022.5-18.3%2040.8-40.8%2040.8s-40.8-18.3-40.8-40.8zm203%20306.6c0%2022.5-18.3%2040.8-40.8%2040.8s-40.8-18.3-40.8-40.8c0-22.5%2018.3-40.8%2040.8-40.8s40.8%2018.3%2040.8%2040.8zm80.6-265.7c-22.5%200-40.8-18.3-40.8-40.8%200-22.5%2018.3-40.8%2040.8-40.8%2022.5%200%2040.8%2018.3%2040.8%2040.8%200%2022.4-18.3%2040.8-40.8%2040.8z%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-network.svg?color=%231a73e8&size=48