Geph Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Geph icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/326469.svg" alt="Geph icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326469.svg" alt="Geph icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326469.svg" alt="Geph icon" :width="24" :height="24" />
CSS background
.icon-geph {
background-image: url('https://proicons.com/icon/326469.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M34.35,12.85c0,5.7161-4.6339,10.35-10.35,10.35s-10.35-4.6339-10.35-10.35h0c0-5.7161,4.6339-10.35,10.35-10.35h0c5.7161,0,10.35,4.6339,10.35,10.35M39.869,18.369c-.0006,8.7644-7.1056,15.869-15.87,15.869-8.764-.0011-15.868-7.106-15.868-15.87.0011-8.7636,7.1054-15.8674,15.869-15.868,8.764.0006,15.8684,7.105,15.869,15.869M45.499,23.999c.0006,11.8741-9.6249,21.5004-21.499,21.501h0c-11.8741,0-21.5-9.6259-21.5-21.5S12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5"/></svg>
Copied!