Gcmob Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gcmob 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/340979.svg" alt="Gcmob icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340979.svg" alt="Gcmob icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340979.svg" alt="Gcmob icon" :width="24" :height="24" />
CSS background
.icon-gcmob {
background-image: url('https://proicons.com/icon/340979.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m41.5036,23.5436c6.9781,14.7442-5.6432,17.2275-17.6944,17.2228-13.2384-.005-23.6563-2.2868-17.488-17.2228"/><circle class="b" cx="23.8101" cy="24.0001" r="10.685"/><ellipse class="b" cx="23.8101" cy="24.0001" rx="7.7403" ry="6.0215"/><circle class="b" cx="25.5423" cy="21.9696" r="3.2128"/><path class="b" d="m37.5334,29.6325c12.4589-16.1743,3.1268-22.4488-13.7242-22.3986-19.3026.0571-24.3629,5.4106-13.7223,22.4005"/><circle class="b" cx="23.8101" cy="24.0001" r="14.8342"/></svg>
Copied!