Makro Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Makro Pro 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/343378.svg" alt="Makro Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343378.svg" alt="Makro Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343378.svg" alt="Makro Pro icon" :width="24" :height="24" />
CSS background
.icon-makro-pro {
background-image: url('https://proicons.com/icon/343378.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="M35.7771,27.2673l-.448,4.9541M31.1891,31.8543l4.5869-4.5869-4.9531.0672M38.241,29.5608c0,2.7285-2.2119,4.9405-4.9405,4.9405h0c-2.7285,0-4.9405-2.2119-4.9405-4.9405s2.2119-4.9405,4.9405-4.9405c2.7285,0,4.9405,2.2119,4.9405,4.9405M22.4019,31.2982l3.0677,3.1164M19.3342,34.4175v-9.5001h3.0677c1.7335,0,3.1398,1.4287,3.1398,3.1904s-1.4053,3.1904-3.1398,3.1904h-3.0677M9.759,34.4175v-9.5001h3.0677c1.7345,0,3.1407,1.4287,3.1407,3.1904s-1.4063,3.1904-3.1407,3.1904h-3.0677M31.2524,16.1282v5.1615M31.2524,18.0759c0-1.0757.872-1.9477,1.9477-1.9477M23.2978,21.2897v-5.1615M23.2978,19.342c0,1.0757-.872,1.9477-1.9477,1.9477s-1.9477-.872-1.9477-1.9477v-1.266c0-1.0757.872-1.9477,1.9477-1.9477s1.9477.872,1.9477,1.9477M26.6402,18.5181l2.7726,2.76M25.5173,19.6351l3.5274-3.5098M25.5173,13.4987v7.791M13.3955,18.0759c0-1.0757.872-1.9477,1.9477-1.9477s1.9477.872,1.9477,1.9477v3.2138M9.5,16.1282v5.1615M9.5,18.0759c0-1.0757.872-1.9477,1.9477-1.9477s1.9477.872,1.9477,1.9477v3.2138M36.5523,16.1282c1.0791,0,1.9477.8687,1.9477,1.9477v1.266c0,1.0791-.8687,1.9477-1.9477,1.9477s-1.9477-.8687-1.9477-1.9477v-1.266c0-1.0791.8687-1.9477,1.9477-1.9477"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!