Hyperceiler Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hyperceiler 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/327239.svg" alt="Hyperceiler icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327239.svg" alt="Hyperceiler icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327239.svg" alt="Hyperceiler icon" :width="24" :height="24" />
CSS background
.icon-hyperceiler {
background-image: url('https://proicons.com/icon/327239.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="e" class="h" cx="37.4786" cy="9.4485" r="2.5036"/><path id="f" class="h" d="M8.0483,13.2199l13.0927-6.1159c2.2077-1.0312,4.8313-.0687,5.8601,2.1499l6.0809,13.1138c1.0288,2.2186.0731,4.8531-2.1346,5.8844l-13.0927,6.1159c-2.2077,1.0312-4.8313.0687-5.8601-2.1499l-6.0809-13.1138c-1.0288-2.2186-.0731-4.8531,2.1346-5.8844Z"/><path id="g" class="h" d="M36.7166,18.681c3.5958,2.2305,5.7834,6.1631,5.7834,10.3969h0c0,6.7555-5.4723,12.232-12.2226,12.232-3.0726,0-6.0324-1.1581-8.2902-3.2437"/></svg>
Copied!