Solarman Business Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Solarman Business 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/333050.svg" alt="Solarman Business icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333050.svg" alt="Solarman Business icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333050.svg" alt="Solarman Business icon" :width="24" :height="24" />
CSS background
.icon-solarman-business {
background-image: url('https://proicons.com/icon/333050.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="f" class="i" d="M21.6761,4.5023S6.7952,18.0674,6.7952,29.4929c.0025,7.7372,6.2767,14.0074,14.0139,14.0049,7.7337-.0025,14.0024-6.2712,14.0049-14.0049,0-8.1495-9.1872-14.3213-9.1872-14.3213l-8.38,12.6775h7.7054l-6.3135,9.551"/><path id="g" class="i" d="M39.2048,39.4897c1.1046,0,2,.8954,2,2s-.8954,2-2,2h-3.3v-8h3.3c1.1046,0,2,.8954,2,2s-.8954,2-2,2Z"/><line id="h" class="i" x1="39.2048" y1="39.4897" x2="35.9048" y2="39.4897"/></svg>
Copied!