Hubspot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hubspot 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/341764.svg" alt="Hubspot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341764.svg" alt="Hubspot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341764.svg" alt="Hubspot icon" :width="24" :height="24" />
CSS background
.icon-hubspot {
background-image: url('https://proicons.com/icon/341764.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.584,27.444c0,5.0882-4.127,9.213-9.218,9.213h0c-5.091,0-9.218-4.1248-9.218-9.213h0c0-5.0882,4.127-9.213,9.218-9.213h0c5.091,0,9.218,4.1248,9.218,9.213h0ZM35.094,9.49c-.0006,1.4702-1.1933,2.6616-2.664,2.661h0c-1.4707,0-2.663-1.1918-2.663-2.662s1.1923-2.662,2.663-2.662c1.4707-.0006,2.6634,1.1908,2.664,2.661v.002ZM12.971,8.776c-.0006,1.8089-1.4676,3.275-3.277,3.275-1.8098.0006-3.2774-1.4657-3.278-3.275,0-1.8093,1.4672-3.276,3.277-3.276h.001c1.8098,0,3.277,1.4667,3.277,3.276h0ZM22.056,39.97c0,1.3973-1.1332,2.53-2.531,2.53-1.3978.0006-2.5314-1.1317-2.532-2.529v-.001c0-1.3973,1.1332-2.53,2.531-2.53h.001c1.3974.0006,2.53,1.1331,2.53,2.53h.001ZM21.496,38l4.01-4.007M12.345,10.834l13.073,10.149M32.43,12.448v5.484"/></svg>
Copied!