360 Online 20 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 360 Online 20 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/335747.svg" alt="360 Online 20 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335747.svg" alt="360 Online 20 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335747.svg" alt="360 Online 20 icon" :width="24" :height="24" />
CSS background
.icon-360-online-20 {
background-image: url('https://proicons.com/icon/335747.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>.o{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="o" d="M4.5,25.8137c13.484,3.3964,26.4838,3.3947,39,0v11.3967H4.5v-11.3967Z"/><g id="d"><path id="e" class="o" d="M9.4741,22.9078c.7557.6298,1.3855.8817,3.1489.8817h.3779c1.3855,0,2.5191-1.1336,2.5191-2.5191h0c0-1.3855-1.1336-2.5191-2.5191-2.5191"/><path id="f" class="o" d="M9.4741,14.5946c.7557-.6298,1.5115-.8817,3.1489-.8817h.3779c1.3855,0,2.5191,1.1336,2.5191,2.5191h0c0,1.3855-1.1336,2.5191-2.5191,2.5191"/><line id="g" class="o" x1="11.1115" y1="18.7512" x2="13.0009" y2="18.7512"/></g><g id="h"><circle id="i" class="o" cx="23.3547" cy="20.8463" r="3.4008"/><path id="j" class="o" d="M26.3772,15.3042c-.5038-.7557-1.3855-1.2596-2.7711-1.2596h-.2519c-1.8894,0-3.4008,1.5115-3.4008,3.2749v3.5268"/></g><g id="k"><line id="l" class="o" x1="36.9329" y1="15.0069" x2="31.9639" y2="22.5846"/><path id="m" class="o" d="M34.483,23.7182h0c-1.8894,0-3.4008-1.5115-3.4008-3.2749v-3.4008c0-1.8894,1.5115-3.2749,3.2749-3.2749h0c1.8894,0,3.2749,1.5115,3.2749,3.2749v3.4008c.2519,1.8894-1.2596,3.2749-3.1489,3.2749Z"/></g><circle id="n" class="o" cx="42.0632" cy="11.9231" r="1.1336"/></g></svg>
Copied!