Hubble Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hubble 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/327202.svg" alt="Hubble icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327202.svg" alt="Hubble icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327202.svg" alt="Hubble icon" :width="24" :height="24" />
CSS background
.icon-hubble {
background-image: url('https://proicons.com/icon/327202.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><circle class="b" cx="35.5101" cy="34.9055" r="6.9899"/><path class="b" d="M12.9656,41.8785c-3.3508-.2261-6.2023-2.5237-7.1358-5.7497-.9336-3.2259.2269-6.5539,2.0759-8.6404,1.849-2.0865,18-19.5778,18-19.5778,1.572-1.951,3.5602-2.2372,5.2954-1.289,1.335.7295,2.1582,2.5815,1.1447,4.8729l-11.0481,24.9021c-2.1297,4.3473-4.9815,5.7084-8.3322,5.4823v-.0003Z"/></svg>
Copied!