Hotmart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hotmart 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/341692.svg" alt="Hotmart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341692.svg" alt="Hotmart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341692.svg" alt="Hotmart icon" :width="24" :height="24" />
CSS background
.icon-hotmart {
background-image: url('https://proicons.com/icon/341692.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="23.9253" cy="29.8247" r="5.7403"/><path class="c" d="m33.9707,15.2208s.7597,1.013.1688,2.026c-.5909,1.013-2.026-.5065-2.026-.5065,0,0,.1688-4.8961-3.2078-6.5844,0,0,.1688,2.5325-1.1818,3.3766s-4.2208-4.3896-2.1948-9.0325c0,0-6.0779.9286-8.6104,12.2403,0,0-2.1948.1688-1.013-3.2922-3.5455,5.7403-5.9935,11.5649-5.5714,17.3896.5065,7.0909,6.4156,12.6623,13.6753,12.6623s13.2532-5.6558,13.7597-12.7468c0,0,1.0974-11.2273-3.7987-15.5325Z"/></svg>
Copied!