Gravitybox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gravitybox 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/326759.svg" alt="Gravitybox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326759.svg" alt="Gravitybox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326759.svg" alt="Gravitybox icon" :width="24" :height="24" />
CSS background
.icon-gravitybox {
background-image: url('https://proicons.com/icon/326759.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="g" d="m32.8143,15.1857c-2.0446,2.8142-1.0171,4.2305,2.2924,3.1552.5938,1.1655,1.0005,2.4172,1.2052,3.7091h0c-3.3083,1.0749-3.3095,2.8247,0,3.9h0c-.2046,1.2919-.6113,2.5436-1.2052,3.7091-3.3083-1.0749-4.3377.3399-2.2924,3.1552h0c-.9249.9249-1.9897,1.6985-3.1552,2.2924-2.0446-2.8142-3.7091-2.2746-3.7091,1.2052h0c-1.2919.2046-2.608.2046-3.9,0h0c0-3.4786-1.6637-4.0204-3.7091-1.2052-1.1655-.5938-2.2302-1.3674-3.1552-2.2924,2.0446-2.8142,1.0171-4.2305-2.2924-3.1552-.5938-1.1655-1.0005-2.4172-1.2052-3.7091h0c3.3083-1.0749,3.3095-2.8247,0-3.9.2046-1.2919.6113-2.5436,1.2052-3.7091,3.3083,1.0749,4.3377-.3399,2.2924-3.1552.9249-.9249,1.9897-1.6985,3.1552-2.2924,2.0446,2.8142,3.7091,2.2746,3.7091-1.2052,1.2919-.2046,2.608-.2046,3.9,0h0c0,3.4786,1.6637,4.0204,3.7091,1.2052,1.1655.5938,2.2302,1.3674,3.1552,2.2924Z"/></g><circle id="d" class="g" cx="24" cy="24" r="4.5"/><circle id="e" class="g" cx="24" cy="24" r="21.5"/><circle id="f" class="g" cx="24" cy="24" r="16.25"/></svg>
Copied!